public static class HwmfFill.WmfExtFloodFill extends HwmfFill.WmfFloodFill
Modifier and Type | Field and Description |
---|---|
protected int |
mode
A 16-bit unsigned integer that defines the fill operation to be performed.
|
colorRef, start
Constructor and Description |
---|
WmfExtFloodFill() |
Modifier and Type | Method and Description |
---|---|
void |
draw(HwmfGraphics ctx)
Apply the record settings to the graphics context
|
HwmfRecordType |
getWmfRecordType() |
int |
init(LittleEndianInputStream leis,
long recordSize,
int recordFunction)
Init record from stream
|
protected int mode
public HwmfRecordType getWmfRecordType()
getWmfRecordType
in interface HwmfRecord
getWmfRecordType
in class HwmfFill.WmfFloodFill
public int init(LittleEndianInputStream leis, long recordSize, int recordFunction) throws java.io.IOException
HwmfRecord
init
in interface HwmfRecord
init
in class HwmfFill.WmfFloodFill
leis
- the little endian input streamjava.io.IOException
public void draw(HwmfGraphics ctx)
HwmfRecord
draw
in interface HwmfRecord
draw
in class HwmfFill.WmfFloodFill
ctx
- the graphics context to modifyCopyright 2019 The Apache Software Foundation or its licensors, as applicable.