public class LengthRecord extends VectorPathRecord
Subpath Length Record Class
Constructor and Description |
---|
LengthRecord()
Initializes a new instance of the
LengthRecord class. |
LengthRecord(byte[] data)
Initializes a new instance of the
LengthRecord class. |
Modifier and Type | Method and Description |
---|---|
int |
getBezierKnotRecordsCount()
Gets the bezier knot records count.
|
int |
getPathOperations()
Gets the path operations.
|
int |
getRecordCount()
Gets the record count.
|
int |
getShapeIndex()
Gets the index of current path shape in layer.
|
short |
getType()
Gets the type.
|
boolean |
isClosed()
Gets a value indicating whether this instance is closed.
|
boolean |
isOpen()
Gets a value indicating whether this instance is open.
|
void |
setBezierKnotRecordsCount(int value)
Sets the bezier knot records count.
|
void |
setClosed(boolean value)
Sets a value indicating whether this instance is closed.
|
void |
setOpen(boolean value)
Sets a value indicating whether this instance is open.
|
void |
setPathOperations(int value)
Sets the path operations.
|
void |
setRecordCount(int value)
Sets the record count.
|
void |
setShapeIndex(int value)
Sets the index of current path shape in layer.
|
public LengthRecord(byte[] data)
Initializes a new instance of the LengthRecord
class.
data
- The record data.com.aspose.internal.coreexceptions.imageformats.PsdImageArgumentException
- Incorrect data for LengthRecord creationpublic LengthRecord()
Initializes a new instance of the LengthRecord
class.
public final boolean isClosed()
Gets a value indicating whether this instance is closed.
Value:true
if this instance is closed; otherwise, false
.public final void setClosed(boolean value)
Sets a value indicating whether this instance is closed.
Value:true
if this instance is closed; otherwise, false
.value
- a value indicating whether this instance is closed.public final boolean isOpen()
Gets a value indicating whether this instance is open.
Value:true
if this instance is open; otherwise, false
.public final void setOpen(boolean value)
Sets a value indicating whether this instance is open.
Value:true
if this instance is open; otherwise, false
.value
- a value indicating whether this instance is open.public final int getRecordCount()
Gets the record count.
Value: The record count.public final void setRecordCount(int value)
Sets the record count.
Value: The record count.value
- the record count.public short getType()
Gets the type.
Value: The type.getType
in class VectorPathRecord
public final int getBezierKnotRecordsCount()
Gets the bezier knot records count.
public final void setBezierKnotRecordsCount(int value)
Sets the bezier knot records count.
value
- the bezier knot records count.public final int getPathOperations()
Gets the path operations.
public final void setPathOperations(int value)
Sets the path operations.
value
- the path operations.public final int getShapeIndex()
Gets the index of current path shape in layer.
public final void setShapeIndex(int value)
Sets the index of current path shape in layer.
value
- the index of current path shape in layer.