Uses of Interface
edu.umd.cs.piccolox.util.Points

Packages that use Points
edu.umd.cs.piccolox.util This package defines additional utility classes that are likely to be useful for Piccolo applications. 
 

Uses of Points in edu.umd.cs.piccolox.util
 

Subinterfaces of Points in edu.umd.cs.piccolox.util
 interface MutablePoints
          Minimal interface that a changeable sequence of points must provide.
 

Classes in edu.umd.cs.piccolox.util that implement Points
 class LineShape
          A shape that can be used to represent hand drawn lines.
 class XYArray
          Represents a sequence as points that's internally stored as a single array of point components.
 

Methods in edu.umd.cs.piccolox.util with parameters of type Points
 void XYArray.addPoints(int pos, Points pts)
          Inserts all the provided points at the given position.
 void XYArray.addPoints(int index, Points newPoints, int start, int end)
          Adds a subsequence of the points provided at the given position.
 void XYArray.appendPoints(Points pts)
          Adds the provided points to the end of the points.
static XYArray XYArray.copyPoints(Points pts)
          Creates an XYArray representing the given points.
 



Copyright © 1995-2010 Piccolo2D. All Rights Reserved.