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
           
 

Classes in edu.umd.cs.piccolox.util that implement Points
 class LineShape
           
 class XYArray
           
 

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.