public class HwmfEscape extends Object implements HwmfRecord
| Modifier and Type | Class and Description |
|---|---|
static class |
HwmfEscape.EscapeFunction |
static interface |
HwmfEscape.HwmfEscapeData |
static class |
HwmfEscape.WmfEscapeEMF |
static class |
HwmfEscape.WmfEscapeUnknownData |
| Constructor and Description |
|---|
HwmfEscape() |
| Modifier and Type | Method and Description |
|---|---|
void |
draw(HwmfGraphics ctx)
Apply the record settings to the graphics context
|
<T extends HwmfEscape.HwmfEscapeData> |
getEscapeData() |
HwmfEscape.EscapeFunction |
getEscapeFunction() |
Map<String,Supplier<?>> |
getGenericProperties() |
HwmfRecordType |
getWmfRecordType() |
int |
init(LittleEndianInputStream leis,
long recordSize,
int recordFunction)
Init record from stream
|
String |
toString() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetGenericRecordTypegetGenericChildrenpublic HwmfRecordType getWmfRecordType()
getWmfRecordType in interface HwmfRecordpublic int init(LittleEndianInputStream leis, long recordSize, int recordFunction) throws IOException
HwmfRecordinit in interface HwmfRecordleis - the little endian input streamIOExceptionpublic HwmfEscape.EscapeFunction getEscapeFunction()
public <T extends HwmfEscape.HwmfEscapeData> T getEscapeData()
public void draw(HwmfGraphics ctx)
HwmfRecorddraw in interface HwmfRecordctx - the graphics context to modifypublic Map<String,Supplier<?>> getGenericProperties()
getGenericProperties in interface GenericRecord