Class PathData

java.lang.Object
org.eclipse.swt.graphics.PathData

public final class PathData extends Object
Instances of this class describe device-independent paths.
Since:
3.1
See Also:
  • Field Details

    • types

      public byte[] types
      The type of each point.
    • points

      public float[] points
      The points of a path.
  • Constructor Details

    • PathData

      public PathData()