LengthRecord
Inheritance: java.lang.Object, com.aspose.psd.fileformats.psd.layers.layerresources.vectorpaths.VectorPathRecord
public class LengthRecord extends VectorPathRecord
Subpath Length Record Class
Constructors
Constructor | Description |
---|---|
LengthRecord(byte[] data) | Initializes a new instance of the LengthRecord class. |
LengthRecord() | Initializes a new instance of the LengthRecord class. |
Methods
Method | Description |
---|---|
equals(Object arg0) | |
getBezierKnotRecordsCount() | Gets or sets the bezier knot records count. |
getClass() | |
getLength_internalized() | Gets the length. |
getPathOperations() | Gets or sets the path operations. |
getRecordCount() | Gets or sets the record count. |
getShapeIndex() | Gets or sets the index of current path shape in layer. |
getSourceData_internalized() | Get original source data bytes. |
getType() | Gets the type. |
hashCode() | |
isClosed() | Gets or sets a value indicating whether this instance is closed. |
isOpen() | Gets or sets a value indicating whether this instance is open. |
notify() | |
notifyAll() | |
setBezierKnotRecordsCount(int value) | Gets or sets the bezier knot records count. |
setClosed(boolean value) | Gets or sets a value indicating whether this instance is closed. |
setOpen(boolean value) | Gets or sets a value indicating whether this instance is open. |
setPathOperations(int value) | Gets or sets the path operations. |
setRecordCount(int value) | Gets or sets the record count. |
setShapeIndex(int value) | Gets or sets the index of current path shape in layer. |
toString() | |
wait() | |
wait(long arg0) | |
wait(long arg0, int arg1) |
LengthRecord(byte[] data)
public LengthRecord(byte[] data)
Initializes a new instance of the LengthRecord class.
Parameters:
Parameter | Type | Description |
---|---|---|
data | byte[] | The record data. |
LengthRecord()
public LengthRecord()
Initializes a new instance of the LengthRecord class.
equals(Object arg0)
public boolean equals(Object arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | java.lang.Object |
Returns: boolean
getBezierKnotRecordsCount()
public final int getBezierKnotRecordsCount()
Gets or sets the bezier knot records count.
Returns: int
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
getPathOperations()
public final int getPathOperations()
Gets or sets the path operations.
Returns: int
getRecordCount()
public final int getRecordCount()
Gets or sets the record count.
Value: The record count.
Returns: int
getShapeIndex()
public final int getShapeIndex()
Gets or sets the index of current path shape in layer.
Returns: int
getSourceData_internalized()
public final byte[] getSourceData_internalized()
Get original source data bytes.
Returns: byte[] - byte array.
getType()
public short getType()
Gets the type.
Value: The type.
Returns: short
hashCode()
public native int hashCode()
Returns: int
isClosed()
public final boolean isClosed()
Gets or sets a value indicating whether this instance is closed.
Value: true if this instance is closed; otherwise, false .
Returns: boolean
isOpen()
public final boolean isOpen()
Gets or sets a value indicating whether this instance is open.
Value: true if this instance is open; otherwise, false .
Returns: boolean
notify()
public final native void notify()
notifyAll()
public final native void notifyAll()
setBezierKnotRecordsCount(int value)
public final void setBezierKnotRecordsCount(int value)
Gets or sets the bezier knot records count.
Parameters:
Parameter | Type | Description |
---|---|---|
value | int |
setClosed(boolean value)
public final void setClosed(boolean value)
Gets or sets a value indicating whether this instance is closed.
Value: true if this instance is closed; otherwise, false .
Parameters:
Parameter | Type | Description |
---|---|---|
value | boolean |
setOpen(boolean value)
public final void setOpen(boolean value)
Gets or sets a value indicating whether this instance is open.
Value: true if this instance is open; otherwise, false .
Parameters:
Parameter | Type | Description |
---|---|---|
value | boolean |
setPathOperations(int value)
public final void setPathOperations(int value)
Gets or sets the path operations.
Parameters:
Parameter | Type | Description |
---|---|---|
value | int |
setRecordCount(int value)
public final void setRecordCount(int value)
Gets or sets the record count.
Value: The record count.
Parameters:
Parameter | Type | Description |
---|---|---|
value | int |
setShapeIndex(int value)
public final void setShapeIndex(int value)
Gets or sets the index of current path shape in layer.
Parameters:
Parameter | Type | Description |
---|---|---|
value | int |
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 |