public static class HwmfFill.WmfExtFloodFill extends HwmfFill.WmfFloodFill
Modifier and Type | Class and Description |
---|---|
static class |
HwmfFill.WmfExtFloodFill.HwmfFloodFillMode |
Modifier and Type | Field and Description |
---|---|
protected HwmfFill.WmfExtFloodFill.HwmfFloodFillMode |
mode |
colorRef, start
Constructor and Description |
---|
WmfExtFloodFill() |
Modifier and Type | Method and Description |
---|---|
void |
draw(HwmfGraphics ctx)
Apply the record settings to the graphics context
|
java.util.Map<java.lang.String,java.util.function.Supplier<?>> |
getGenericProperties() |
HwmfFill.WmfExtFloodFill.HwmfFloodFillMode |
getMode() |
HwmfRecordType |
getWmfRecordType() |
int |
init(LittleEndianInputStream leis,
long recordSize,
int recordFunction)
Init record from stream
|
getColorRef, getStart
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getGenericRecordType
getGenericChildren
protected HwmfFill.WmfExtFloodFill.HwmfFloodFillMode 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 modifypublic HwmfFill.WmfExtFloodFill.HwmfFloodFillMode getMode()
public java.util.Map<java.lang.String,java.util.function.Supplier<?>> getGenericProperties()
getGenericProperties
in interface GenericRecord
getGenericProperties
in class HwmfFill.WmfFloodFill
Copyright 2021 The Apache Software Foundation or its licensors, as applicable.