public final class PathSegment extends java.lang.Object implements IPathSegment
Represents segment of graphics path of GeometryShape
Modifier and Type | Method and Description |
---|---|
byte |
getPathCommand()
Path type of the segment
|
float[] |
getSegmentData()
Path data of the segment
|
public final float[] getSegmentData()
Path data of the segment
getSegmentData
in interface IPathSegment
public final byte getPathCommand()
Path type of the segment
getPathCommand
in interface IPathSegment