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.
|
void |
setPoints(CmxPathPointSpec[] value)
Sets the points.
|
public final CmxPathPointSpec[] getPoints()
Gets the points.
public final void setPoints(CmxPathPointSpec[] value)
Sets the points.
value
- the points.