public static class HemfMisc.EmfSetBrushOrgEx extends Object implements HemfRecord
HemfRecord.RenderBounds| Constructor and Description |
|---|
EmfSetBrushOrgEx() |
| Modifier and Type | Method and Description |
|---|---|
HemfRecordType |
getEmfRecordType() |
Map<String,Supplier<?>> |
getGenericProperties() |
Point2D |
getOrigin() |
long |
init(LittleEndianInputStream leis,
long recordSize,
long recordId)
Init record from stream
|
String |
toString() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitcalcBounds, draw, getGenericRecordType, setHeadergetGenericChildrenprotected final Point2D origin
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 malformedpublic Point2D getOrigin()
public Map<String,Supplier<?>> getGenericProperties()
getGenericProperties in interface GenericRecord