|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |