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 | Interface and Description |
---|---|
interface |
MutablePoints
Minimal interface that a changeable sequence of points must provide.
|
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 |
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.
|
Copyright © 1995–2013 Piccolo2D. All rights reserved.