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

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

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

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

Methods in edu.umd.cs.piccolox.util with parameters of type MutablePoints
 void LineShape.setPoints(MutablePoints points)
          Changes the LineShape so that it's composed of the given points.
 

Constructors in edu.umd.cs.piccolox.util with parameters of type MutablePoints
LineShape(MutablePoints points)
          Constructs a LineShape from a list of mutable points.
 



Copyright © 1995-2011 Piccolo2D. All Rights Reserved.