public class CmxPathSpec extends Object implements ICmxObjectSpec
Represents geometric info specified for a path.
Constructor and Description |
---|
CmxPathSpec() |
Modifier and Type | Method and Description |
---|---|
CmxPathPointSpec[] |
getPoints()
Gets the points.
|
int |
getType()
Gets the type.
|
void |
setPoints(CmxPathPointSpec[] value)
Sets the points.
|
void |
setType(int value)
Sets the type.
|
public final CmxPathPointSpec[] getPoints()
Gets the points.
public final void setPoints(CmxPathPointSpec[] value)
Sets the points.
value
- the points.public final int getType()
Gets the type.
Value: The type.public final void setType(int value)
Sets the type.
Value: The type.value
- the type.