IPathSegment
public interface IPathSegment
Represents segment of graphics path of GeometryShape
Methods
Method | Description |
---|---|
getSegmentData() | Path data of the segment |
getPathCommand() | Path type of the segment |
getSegmentData()
public abstract float[] getSegmentData()
Path data of the segment
Returns: float[]
getPathCommand()
public abstract byte getPathCommand()
Path type of the segment
Returns: byte