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 SummaryFields
- 
Constructor SummaryConstructors
- 
Method Summary
- 
Field Details- 
typespublic byte[] typesThe type of each point.
- 
pointspublic float[] pointsThe points of a path.
 
- 
- 
Constructor Details- 
PathDatapublic PathData()
 
-