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
          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 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-2010 Piccolo2D. All Rights Reserved.