|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use PPath | |
|---|---|
| edu.umd.cs.piccolo.nodes | This package contains nodes that may be useful for Piccolo applications. |
| 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. |
| Uses of PPath in edu.umd.cs.piccolo.nodes |
|---|
| Methods in edu.umd.cs.piccolo.nodes that return PPath | |
|---|---|
static PPath |
PPath.createEllipse(float x,
float y,
float width,
float height)
|
static PPath |
PPath.createLine(float x1,
float y1,
float x2,
float y2)
|
static PPath |
PPath.createPolyline(float[] xp,
float[] yp)
|
static PPath |
PPath.createPolyline(java.awt.geom.Point2D[] points)
|
static PPath |
PPath.createRectangle(float x,
float y,
float width,
float height)
|
static PPath |
PPath.createRoundRectangle(float x,
float y,
float width,
float height,
float arcWidth,
float arcHeight)
|
| Uses of PPath in edu.umd.cs.piccolox.handles |
|---|
| Subclasses of PPath in edu.umd.cs.piccolox.handles | |
|---|---|
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. |
| Uses of PPath in edu.umd.cs.piccolox.nodes |
|---|
| Subclasses of PPath in edu.umd.cs.piccolox.nodes | |
|---|---|
class |
PClip
PClip is a simple node that applies a clip before rendering or picking its children. |
| Methods in edu.umd.cs.piccolox.nodes that return PPath | |
|---|---|
PPath |
PLens.getDragBar()
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||