LengthRecord

Inheritance: java.lang.Object, com.aspose.psd.fileformats.psd.layers.layerresources.vectorpaths.VectorPathRecord

public class LengthRecord extends VectorPathRecord

Subpath Length Record Class

Constructors

ConstructorDescription
LengthRecord(byte[] data)Initializes a new instance of the LengthRecord class.
LengthRecord()Initializes a new instance of the LengthRecord class.

Methods

MethodDescription
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:

ParameterTypeDescription
databyte[]The record data.

LengthRecord()

public LengthRecord()

Initializes a new instance of the LengthRecord class.

equals(Object arg0)

public boolean equals(Object arg0)

Parameters:

ParameterTypeDescription
arg0java.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:

ParameterTypeDescription
valueint

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:

ParameterTypeDescription
valueboolean

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:

ParameterTypeDescription
valueboolean

setPathOperations(int value)

public final void setPathOperations(int value)

Gets or sets the path operations.

Parameters:

ParameterTypeDescription
valueint

setRecordCount(int value)

public final void setRecordCount(int value)

Gets or sets the record count.

Value: The record count.

Parameters:

ParameterTypeDescription
valueint

setShapeIndex(int value)

public final void setShapeIndex(int value)

Gets or sets the index of current path shape in layer.

Parameters:

ParameterTypeDescription
valueint

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