Package org.eclipse.swt.graphics
Class PathData
java.lang.Object
org.eclipse.swt.graphics.PathData
Instances of this class describe device-independent paths.
- Since:
- 3.1
- See Also:
-
Field Summary
-
Constructor Summary
-
Method Summary
-
Field Details
-
types
public byte[] typesThe type of each point. -
points
public float[] pointsThe points of a path.
-
-
Constructor Details
-
PathData
public PathData()
-