public interface HwmfRecord
Modifier and Type | Method and Description |
---|---|
void |
draw(HwmfGraphics ctx)
Apply the record settings to the graphics context
|
HwmfRecordType |
getRecordType() |
int |
init(LittleEndianInputStream leis,
long recordSize,
int recordFunction)
Init record from stream
|
HwmfRecordType getRecordType()
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 modifyCopyright 2018 The Apache Software Foundation or its licensors, as applicable.