Package | Description |
---|---|
edu.umd.cs.piccolox.swt |
This package provides a SWT implementation of the core Piccolo library.
|
Modifier and Type | Class and Description |
---|---|
class |
PSWTBoundsHandle
PSWTBoundsHandle a handle for resizing the bounds of another node.
|
class |
PSWTHandle
PSWTHandle is used to modify some aspect of Piccolo when it is dragged.
|
Modifier and Type | Field and Description |
---|---|
(package private) PSWTPath |
PSWTSelectionEventHandler.marquee |
Modifier and Type | Method and Description |
---|---|
static PSWTPath |
PSWTPath.createEllipse(float x,
float y,
float width,
float height)
Creates a path representing an ellipse that covers the rectangle
provided.
|
static PSWTPath |
PSWTPath.createPolyline(float[] xp,
float[] yp)
Creates a PPath for the poly-line for the given points.
|
static PSWTPath |
PSWTPath.createPolyline(Point2D[] points)
Creates a PPath for the poly-line for the given points.
|
static PSWTPath |
PSWTPath.createRectangle(float x,
float y,
float width,
float height)
Creates a path representing the rectangle provided.
|
static PSWTPath |
PSWTPath.createRoundRectangle(float x,
float y,
float width,
float height,
float arcWidth,
float arcHeight)
Creates a path representing the rounded rectangle provided.
|
Copyright © 1995-2013 Piccolo2D. All Rights Reserved.