PathData

Instances of this class describe device-independent paths.

@see Path @see <a href="http://www.eclipse.org/swt/">Sample code and further information</a>

@since 3.1

final
class PathData {}

Members

Variables

points
float[] points;

The points of a path.

types
byte[] types;

The type of each point.

Meta