public class InitialFillRuleRecord extends VectorPathRecord
Initial Fill Rule Record Class
Constructor and Description |
---|
InitialFillRuleRecord(byte[] data)
Initializes a new instance of the
InitialFillRuleRecord class. |
Modifier and Type | Method and Description |
---|---|
short |
getType()
Gets the type.
|
boolean |
isFillStartsWithAllPixels()
Gets the is fill starts with all pixels.
|
void |
setFillStartsWithAllPixels(boolean value)
Sets the is fill starts with all pixels.
|
public InitialFillRuleRecord(byte[] data)
Initializes a new instance of the InitialFillRuleRecord
class.
data
- The record data.public final boolean isFillStartsWithAllPixels()
Gets the is fill starts with all pixels.
Value: The is fill starts with all pixels.public final void setFillStartsWithAllPixels(boolean value)
Sets the is fill starts with all pixels.
Value: The is fill starts with all pixels.value
- the is fill starts with all pixels.public short getType()
Gets the type.
Value: The type.getType
in class VectorPathRecord