public abstract class AbstractClipPath extends EMFTag
EMFRenderer
Modifier | Constructor and Description |
---|---|
protected |
AbstractClipPath(int id,
int version,
int mode) |
Modifier and Type | Method and Description |
---|---|
int |
getMode() |
void |
render(EMFRenderer renderer,
Shape shape)
displays the tag using the renderer
|
String |
toString() |
public String toString()
public int getMode()
public void render(EMFRenderer renderer, Shape shape)
renderer
- EMFRenderer storing the drawing session datashape
- shape to use as clipping areaCopyright © 2016. All rights reserved.