public interface IVectorPathData
The interface for access to the vector path data.
Modifier and Type | Method and Description |
---|---|
VectorPathRecord[] |
getPaths()
Gets the path records.
|
int |
getVersion()
Gets the version.
|
boolean |
isDisabled()
Gets a value indicating whether this instance is disabled.
|
boolean |
isInverted()
Gets a value indicating whether this instance is inverted.
|
boolean |
isNotLinked()
Gets a value indicating whether this instance is not linked.
|
void |
setDisabled(boolean disabled)
Sets a value indicating whether this instance is disabled.
|
void |
setInverted(boolean inverted)
Sets a value indicating whether this instance is inverted.
|
void |
setNotLinked(boolean notLinked)
Sets a value indicating whether this instance is not linked.
|
void |
setPaths(VectorPathRecord[] paths)
Sets the path records.
|
void |
setVersion(int version)
Sets the version.
|
VectorPathRecord[] getPaths()
Gets the path records.
void setPaths(VectorPathRecord[] paths)
Sets the path records.
paths
- The paths.int getVersion()
Gets the version.
void setVersion(int version)
Sets the version.
version
- The version.boolean isDisabled()
Gets a value indicating whether this instance is disabled.
void setDisabled(boolean disabled)
Sets a value indicating whether this instance is disabled.
disabled
- boolean isNotLinked()
Gets a value indicating whether this instance is not linked.
void setNotLinked(boolean notLinked)
Sets a value indicating whether this instance is not linked.
notLinked
- boolean isInverted()
Gets a value indicating whether this instance is inverted.
void setInverted(boolean inverted)
Sets a value indicating whether this instance is inverted.
inverted
-