public static class HemfFill.EmfFillRgn extends HwmfFill.WmfFillRegion implements HemfRecord
HemfRecord.RenderBounds| Modifier and Type | Field and Description |
|---|---|
protected Rectangle2D |
bounds |
protected List<Rectangle2D> |
rgnRects |
brushIndex, regionIndex| Constructor and Description |
|---|
EmfFillRgn() |
| Modifier and Type | Method and Description |
|---|---|
Rectangle2D |
getBounds() |
HemfRecordType |
getEmfRecordType() |
Map<String,Supplier<?>> |
getGenericProperties() |
HemfRecordType |
getGenericRecordType() |
List<Rectangle2D> |
getRgnRects() |
protected Shape |
getShape() |
long |
init(LittleEndianInputStream leis,
long recordSize,
long recordId)
Init record from stream
|
draw, getBrushIndex, getRegionIndex, getWmfRecordType, initclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcalcBounds, draw, 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 GenericRecordgetGenericProperties in class HwmfFill.WmfFillRegionpublic HemfRecordType getGenericRecordType()
getGenericRecordType in interface GenericRecordgetGenericRecordType in interface HemfRecordgetGenericRecordType in interface HwmfRecord