InitialFillRuleRecord

Inheritance: java.lang.Object, com.aspose.imaging.fileformats.core.vectorpaths.VectorPathRecord

public class InitialFillRuleRecord extends VectorPathRecord

Initial Fill Rule Record Class

Constructors

ConstructorDescription
InitialFillRuleRecord()Initializes a new instance of the InitialFillRuleRecord class.
InitialFillRuleRecord(boolean isFillStartsWithAllPixels)Initializes a new instance of the InitialFillRuleRecord class.
InitialFillRuleRecord(byte[] data)Initializes a new instance of the InitialFillRuleRecord class.

Methods

MethodDescription
isFillStartsWithAllPixels()Gets a value indicating whether is fill starts with all pixels.
setFillStartsWithAllPixels(boolean value)Sets a value indicating whether is fill starts with all pixels.
getType()Gets the type.

InitialFillRuleRecord()

public InitialFillRuleRecord()

Initializes a new instance of the InitialFillRuleRecord class.

InitialFillRuleRecord(boolean isFillStartsWithAllPixels)

public InitialFillRuleRecord(boolean isFillStartsWithAllPixels)

Initializes a new instance of the InitialFillRuleRecord class.

Parameters:

ParameterTypeDescription
isFillStartsWithAllPixelsbooleanThe is fill starts with all pixels.

InitialFillRuleRecord(byte[] data)

public InitialFillRuleRecord(byte[] data)

Initializes a new instance of the InitialFillRuleRecord class.

Parameters:

ParameterTypeDescription
databyte[]The record data.

isFillStartsWithAllPixels()

public final boolean isFillStartsWithAllPixels()

Gets a value indicating whether is fill starts with all pixels.

Value: The is fill starts with all pixels.

Returns: boolean - a value indicating whether is fill starts with all pixels.

setFillStartsWithAllPixels(boolean value)

public final void setFillStartsWithAllPixels(boolean value)

Sets a value indicating whether is fill starts with all pixels.

Value: The is fill starts with all pixels.

Parameters:

ParameterTypeDescription
valuebooleana value indicating whether is fill starts with all pixels.

getType()

public short getType()

Gets the type.

Value: The type.

Returns: short - the type.