public interface HwmfRecord extends GenericRecord
Modifier and Type | Method and Description |
---|---|
void |
draw(HwmfGraphics ctx)
Apply the record settings to the graphics context
|
default java.lang.Enum |
getGenericRecordType() |
HwmfRecordType |
getWmfRecordType() |
int |
init(LittleEndianInputStream leis,
long recordSize,
int recordFunction)
Init record from stream
|
getGenericChildren, getGenericProperties
HwmfRecordType getWmfRecordType()
int init(LittleEndianInputStream leis, long recordSize, int recordFunction) throws java.io.IOException
leis
- the little endian input streamjava.io.IOException
void draw(HwmfGraphics ctx)
ctx
- the graphics context to modifydefault java.lang.Enum getGenericRecordType()
getGenericRecordType
in interface GenericRecord
Copyright 2020 The Apache Software Foundation or its licensors, as applicable.