InitialFillRuleRecord

Inheritance: java.lang.Object, com.aspose.psd.fileformats.psd.layers.layerresources.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
equals(Object arg0)
getClass()
getLength_internalized()Gets the length.
getType()Gets the type.
hashCode()
isFillStartsWithAllPixels()Gets or sets a value indicating whether is fill starts with all pixels.
notify()
notifyAll()
setFillStartsWithAllPixels(boolean value)Gets or sets a value indicating whether is fill starts with all pixels.
toString()
wait()
wait(long arg0)
wait(long arg0, int arg1)

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.

equals(Object arg0)

public boolean equals(Object arg0)

Parameters:

ParameterTypeDescription
arg0java.lang.Object

Returns: boolean

getClass()

public final native Class<?> getClass()

Returns: java.lang.Class

getLength_internalized()

public final int getLength_internalized()

Gets the length.

Value: The length.

Returns: int

getType()

public short getType()

Gets the type.

Value: The type.

Returns: short

hashCode()

public native int hashCode()

Returns: int

isFillStartsWithAllPixels()

public final boolean isFillStartsWithAllPixels()

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

Value: The is fill starts with all pixels.

Returns: boolean

notify()

public final native void notify()

notifyAll()

public final native void notifyAll()

setFillStartsWithAllPixels(boolean value)

public final void setFillStartsWithAllPixels(boolean value)

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

Value: The is fill starts with all pixels.

Parameters:

ParameterTypeDescription
valueboolean

toString()

public String toString()

Returns: java.lang.String

wait()

public final void wait()

wait(long arg0)

public final void wait(long arg0)

Parameters:

ParameterTypeDescription
arg0long

wait(long arg0, int arg1)

public final void wait(long arg0, int arg1)

Parameters:

ParameterTypeDescription
arg0long
arg1int