public static class HemfComment.EmfCommentDataPlus extends java.lang.Object implements HemfComment.EmfCommentData
Constructor and Description |
---|
EmfCommentDataPlus() |
Modifier and Type | Method and Description |
---|---|
void |
calcBounds(java.awt.geom.Rectangle2D window,
java.awt.geom.Rectangle2D viewport,
HemfGraphics.EmfRenderState[] renderState) |
void |
draw(HemfGraphics ctx)
Apply the record settings to the graphics context
|
HemfComment.HemfCommentRecordType |
getCommentRecordType() |
java.util.List<HemfPlusRecord> |
getGenericChildren() |
java.util.Map<java.lang.String,java.util.function.Supplier<?>> |
getGenericProperties() |
java.util.List<HemfPlusRecord> |
getRecords() |
long |
init(LittleEndianInputStream leis,
long dataSize) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getGenericRecordType
public HemfComment.HemfCommentRecordType getCommentRecordType()
getCommentRecordType
in interface HemfComment.EmfCommentData
public long init(LittleEndianInputStream leis, long dataSize) throws java.io.IOException
init
in interface HemfComment.EmfCommentData
java.io.IOException
public java.util.List<HemfPlusRecord> getRecords()
public void draw(HemfGraphics ctx)
HemfComment.EmfCommentData
draw
in interface HemfComment.EmfCommentData
ctx
- the graphics context to modifypublic void calcBounds(java.awt.geom.Rectangle2D window, java.awt.geom.Rectangle2D viewport, HemfGraphics.EmfRenderState[] renderState)
calcBounds
in interface HemfComment.EmfCommentData
public java.util.Map<java.lang.String,java.util.function.Supplier<?>> getGenericProperties()
getGenericProperties
in interface GenericRecord
public java.util.List<HemfPlusRecord> getGenericChildren()
getGenericChildren
in interface GenericRecord
Copyright 2021 The Apache Software Foundation or its licensors, as applicable.