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 HwmfRecordgetWmfRecordType in class HwmfFill.WmfFloodFillpublic int init(LittleEndianInputStream leis, long recordSize, int recordFunction) throws java.io.IOException
HwmfRecordinit in interface HwmfRecordinit in class HwmfFill.WmfFloodFillleis - the little endian input streamjava.io.IOExceptionpublic void draw(HwmfGraphics ctx)
HwmfRecorddraw in interface HwmfRecorddraw in class HwmfFill.WmfFloodFillctx - the graphics context to modify