SegmentPath
Inheritance: java.lang.Object
All Implemented Interfaces: java.lang.Cloneable
public class SegmentPath implements Cloneable
Represents rendering path.
Methods
Method | Description |
---|---|
getSegments() | Gets path segments. |
clone() | Clones Path. |
getSegments()
public PathSegmentCollection getSegments()
Gets path segments.
Returns: PathSegmentCollection - Path segments.
clone()
public Object clone()
Clones Path.
Returns: java.lang.Object - Copy of path.