| Package | Description |
|---|---|
| edu.umd.cs.piccolo.examples | |
| edu.umd.cs.piccolo.nodes |
This package contains nodes that may be useful for Piccolo applications.
|
| edu.umd.cs.piccolo.tutorial | |
| edu.umd.cs.piccolox.handles |
This package contains handle nodes.
|
| edu.umd.cs.piccolox.nodes |
This package contains additional nodes that may be useful for Piccolo applications.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
SwingLayoutExample.MyPPath |
| Modifier and Type | Field and Description |
|---|---|
(package private) PPath |
NodeLinkExample.link |
| Modifier and Type | Method and Description |
|---|---|
static PPath |
PPath.createEllipse(float x,
float y,
float width,
float height)
Creates a PPath object in the shape of an ellipse.
|
static PPath |
PPath.createLine(float x1,
float y1,
float x2,
float y2)
Creates a PPath in the shape of a line.
|
static PPath |
PPath.createPolyline(float[] xp,
float[] yp)
Creates a PPath for the poly-line for the given points.
|
static PPath |
PPath.createPolyline(Point2D[] points)
Creates a PPath for the poly-line for the given points.
|
static PPath |
PPath.createRectangle(float x,
float y,
float width,
float height)
Creates a PPath object in the shape of a rectangle.
|
static PPath |
PPath.createRoundRectangle(float x,
float y,
float width,
float height,
float arcWidth,
float arcHeight)
Creates a PPath object in the shape of a rounded rectangle.
|
| Modifier and Type | Class and Description |
|---|---|
(package private) class |
InterfaceFrame.ToggleShape |
| Modifier and Type | Field and Description |
|---|---|
protected PPath |
UserInteraction.SquiggleHandler.squiggle |
| Modifier and Type | Class and Description |
|---|---|
class |
PBoundsHandle
PBoundsHandle a handle for resizing the bounds of another node.
|
class |
PHandle
PHandle is used to modify some aspect of Piccolo when it is dragged.
|
| Modifier and Type | Class and Description |
|---|---|
class |
PClip
PClip is a simple node that applies a clip before rendering or picking
its children.
|
| Modifier and Type | Method and Description |
|---|---|
PPath |
PLens.getDragBar()
Returns the drag bar for this lens.
|
Copyright © 1995-2012 Piccolo2D. All Rights Reserved.