public static class HemfPlusDraw.EmfPlusFillRects extends Object implements HemfPlusRecord, HemfPlusDraw.EmfPlusCompressed, HemfPlusDraw.EmfPlusSolidColor
COMPRESSEDSOLID_COLOR| Constructor and Description |
|---|
EmfPlusFillRects() |
| Modifier and Type | Method and Description |
|---|---|
void |
draw(HemfGraphics ctx)
Draws the record, the default redirects to the parent WMF record drawing
|
int |
getBrushIdValue() |
HemfPlusRecordType |
getEmfPlusRecordType() |
int |
getFlags() |
Map<String,Supplier<?>> |
getGenericProperties() |
HemfPlusRecordType |
getGenericRecordType() |
List<Rectangle2D> |
getRectData() |
long |
init(LittleEndianInputStream leis,
long dataSize,
long recordId,
int flags)
Init record from stream
|
String |
toString() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitcalcBoundsgetGenericChildrengetReadRect, isCompressedapplyColor, getBrushId, getSolidColor, isSolidColorpublic HemfPlusRecordType getEmfPlusRecordType()
getEmfPlusRecordType in interface HemfPlusRecordpublic int getFlags()
getFlags in interface HemfPlusDraw.EmfPlusCompressedgetFlags in interface HemfPlusDraw.EmfPlusSolidColorgetFlags in interface HemfPlusRecordpublic long init(LittleEndianInputStream leis, long dataSize, long recordId, int flags) throws IOException
HemfPlusRecordinit in interface HemfPlusRecordleis - the little endian input streamdataSize - the size limit for this recordrecordId - the id of the HemfPlusRecordTypeflags - the record flagsIOException - when the inputstream is malformedpublic void draw(HemfGraphics ctx)
HemfPlusRecorddraw in interface HemfPlusRecordctx - the drawing contextpublic int getBrushIdValue()
getBrushIdValue in interface HemfPlusDraw.EmfPlusSolidColorpublic HemfPlusRecordType getGenericRecordType()
getGenericRecordType in interface GenericRecordgetGenericRecordType in interface HemfPlusRecordpublic List<Rectangle2D> getRectData()
public Map<String,Supplier<?>> getGenericProperties()
getGenericProperties in interface GenericRecord