Package | Description |
---|---|
edu.umd.cs.piccolox.util |
This package defines additional utility classes that are likely to be useful for Piccolo applications.
|
Modifier and Type | Class and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
void |
LineShape.setPoints(MutablePoints points)
Changes the LineShape so that it's composed of the given points.
|
Constructor and Description |
---|
LineShape(MutablePoints points)
Constructs a LineShape from a list of mutable points.
|
Copyright © 1995-2013 Piccolo2D. All Rights Reserved.