public static class HemfComment.EmfCommentDataPlus extends Object implements HemfComment.EmfCommentData
| Constructor and Description |
|---|
EmfCommentDataPlus() |
| Modifier and Type | Method and Description |
|---|---|
void |
calcBounds(HemfRecord.RenderBounds holder) |
void |
draw(HemfGraphics ctx)
Apply the record settings to the graphics context
|
HemfComment.HemfCommentRecordType |
getCommentRecordType() |
List<HemfPlusRecord> |
getGenericChildren() |
Map<String,Supplier<?>> |
getGenericProperties() |
List<HemfPlusRecord> |
getRecords() |
long |
init(LittleEndianInputStream leis,
long dataSize) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetGenericRecordTypepublic HemfComment.HemfCommentRecordType getCommentRecordType()
getCommentRecordType in interface HemfComment.EmfCommentDatapublic long init(LittleEndianInputStream leis, long dataSize) throws IOException
init in interface HemfComment.EmfCommentDataIOExceptionpublic List<HemfPlusRecord> getRecords()
public void draw(HemfGraphics ctx)
HemfComment.EmfCommentDatadraw in interface HemfComment.EmfCommentDatactx - the graphics context to modifypublic void calcBounds(HemfRecord.RenderBounds holder)
calcBounds in interface HemfComment.EmfCommentDatapublic Map<String,Supplier<?>> getGenericProperties()
getGenericProperties in interface GenericRecordpublic List<HemfPlusRecord> getGenericChildren()
getGenericChildren in interface GenericRecord