public class ExtSelectClipRgn extends AbstractClipPath
Constructor and Description |
---|
ExtSelectClipRgn() |
ExtSelectClipRgn(int mode,
Region rgn) |
Modifier and Type | Method and Description |
---|---|
EMFTag |
read(int tagID,
EMFInputStream emf,
int len) |
void |
render(EMFRenderer renderer)
displays the tag using the renderer
|
void |
write(int tagID,
EMFOutputStream emf)
Writes the extra tag information to the outputstream in binary format.
|
getMode, render, toString
public ExtSelectClipRgn()
public ExtSelectClipRgn(int mode, Region rgn)
public EMFTag read(int tagID, EMFInputStream emf, int len) throws IOException
read
in class EMFTag
IOException
public void write(int tagID, EMFOutputStream emf) throws IOException
EMFTag
write
in class EMFTag
tagID
- id of the tagemf
- Binary CGM output streamIOException
- thrown by EMFOutputStreampublic void render(EMFRenderer renderer)
Copyright © 2014. All rights reserved.