public interface HwmfRecord extends GenericRecord
| Modifier and Type | Method and Description |
|---|---|
void |
draw(HwmfGraphics ctx)
Apply the record settings to the graphics context
|
default Enum<?> |
getGenericRecordType() |
HwmfRecordType |
getWmfRecordType() |
int |
init(LittleEndianInputStream leis,
long recordSize,
int recordFunction)
Init record from stream
|
getGenericChildren, getGenericPropertiesHwmfRecordType getWmfRecordType()
int init(LittleEndianInputStream leis, long recordSize, int recordFunction) throws IOException
leis - the little endian input streamIOExceptionvoid draw(HwmfGraphics ctx)
ctx - the graphics context to modifydefault Enum<?> getGenericRecordType()
getGenericRecordType in interface GenericRecord