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
| Constructor | Description |
|---|---|
| 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
| Method | Description |
|---|---|
| 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:
| Parameter | Type | Description |
|---|---|---|
| isFillStartsWithAllPixels | boolean | The is fill starts with all pixels. |
InitialFillRuleRecord(byte[] data)
public InitialFillRuleRecord(byte[] data)
Initializes a new instance of the InitialFillRuleRecord class.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| data | byte[] | The record data. |
equals(Object arg0)
public boolean equals(Object arg0)
Parameters:
| Parameter | Type | Description |
|---|---|---|
| arg0 | java.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:
| Parameter | Type | Description |
|---|---|---|
| value | boolean |
toString()
public String toString()
Returns: java.lang.String
wait()
public final void wait()
wait(long arg0)
public final void wait(long arg0)
Parameters:
| Parameter | Type | Description |
|---|---|---|
| arg0 | long |
wait(long arg0, int arg1)
public final void wait(long arg0, int arg1)
Parameters:
| Parameter | Type | Description |
|---|---|---|
| arg0 | long | |
| arg1 | int |