public static class HemfFill.EmfInvertRgn extends Object implements HemfRecord
HemfRecord.RenderBounds| Modifier and Type | Field and Description |
|---|---|
protected Rectangle2D |
bounds |
protected List<Rectangle2D> |
rgnRects |
| Constructor and Description |
|---|
EmfInvertRgn() |
| Modifier and Type | Method and Description |
|---|---|
Rectangle2D |
getBounds() |
HemfRecordType |
getEmfRecordType() |
Map<String,Supplier<?>> |
getGenericProperties() |
List<Rectangle2D> |
getRgnRects() |
protected Shape |
getShape() |
long |
init(LittleEndianInputStream leis,
long recordSize,
long recordId)
Init record from stream
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcalcBounds, draw, getGenericRecordType, setHeadergetGenericChildrenprotected final Rectangle2D bounds
protected final List<Rectangle2D> rgnRects
public HemfRecordType getEmfRecordType()
getEmfRecordType in interface HemfRecordpublic long init(LittleEndianInputStream leis, long recordSize, long recordId) throws IOException
HemfRecordinit in interface HemfRecordleis - the little endian input streamrecordSize - the size limit for this recordrecordId - the id of the HemfRecordTypeIOException - when the inputstream is malformedprotected Shape getShape()
public Rectangle2D getBounds()
public List<Rectangle2D> getRgnRects()
public Map<String,Supplier<?>> getGenericProperties()
getGenericProperties in interface GenericRecord