Package | Description |
---|---|
edu.umd.cs.piccolox.handles |
This package contains handle nodes.
|
edu.umd.cs.piccolox.swt |
This package provides a SWT implementation of the core Piccolo library.
|
edu.umd.cs.piccolox.util |
This package defines additional utility classes that are likely to be useful for Piccolo applications.
|
Modifier and Type | Method and Description |
---|---|
PLocator |
PHandle.getLocator()
Get the locator that this handle uses to position itself on its parent
node.
|
Modifier and Type | Method and Description |
---|---|
void |
PHandle.setLocator(PLocator locator)
Set the locator that this handle uses to position itself on its parent
node.
|
Constructor and Description |
---|
PHandle(PLocator aLocator)
Construct a new handle that will use the given locator to locate itself
on its parent node.
|
Modifier and Type | Method and Description |
---|---|
PLocator |
PSWTHandle.getLocator()
Get the locator that this handle uses to position itself on its parent
node.
|
Modifier and Type | Method and Description |
---|---|
void |
PSWTHandle.setLocator(PLocator aLocator)
Set the locator that this handle uses to position itself on its parent
node.
|
Constructor and Description |
---|
PSWTHandle(PLocator aLocator)
Construct a new handle that will use the given locator to locate itself
on its parent node.
|
Modifier and Type | Class and Description |
---|---|
class |
PBoundsLocator
PBoundsLocator is a locator that locates points on the bounds of a
node.
|
class |
PNodeLocator
PNodeLocator provides an abstraction for locating points on a node.
|
Copyright © 1995-2013 Piccolo2D. All Rights Reserved.