Eclipse Platform
Release 3.1

org.eclipse.swt.graphics
Class PathData

java.lang.Object
  extended byorg.eclipse.swt.graphics.PathData

public class PathData
extends Object

Instances of this class describe device-independent paths.

Since:
3.1
See Also:
Path

Field Summary
 float[] points
          The points of a path.
 byte[] types
          The type of each points.
 
Constructor Summary
PathData()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

types

public byte[] types
The type of each points.


points

public float[] points
The points of a path.

Constructor Detail

PathData

public PathData()

Eclipse Platform
Release 3.1

Guidelines for using Eclipse APIs.

Copyright (c) IBM Corp. and others 2000, 2005. All rights reserved.