|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PLocator | |
---|---|
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. |
Uses of PLocator in edu.umd.cs.piccolox.handles |
---|
Methods in edu.umd.cs.piccolox.handles that return PLocator | |
---|---|
PLocator |
PHandle.getLocator()
Get the locator that this handle uses to position itself on its parent node. |
Methods in edu.umd.cs.piccolox.handles with parameters of type PLocator | |
---|---|
void |
PHandle.setLocator(PLocator aLocator)
Set the locator that this handle uses to position itself on its parent node. |
Constructors in edu.umd.cs.piccolox.handles with parameters of type PLocator | |
---|---|
PHandle(PLocator aLocator)
Construct a new handle that will use the given locator to locate itself on its parent node. |
Uses of PLocator in edu.umd.cs.piccolox.swt |
---|
Methods in edu.umd.cs.piccolox.swt that return PLocator | |
---|---|
PLocator |
PSWTHandle.getLocator()
Get the locator that this handle uses to position itself on its parent node. |
Methods in edu.umd.cs.piccolox.swt with parameters of type PLocator | |
---|---|
void |
PSWTHandle.setLocator(PLocator aLocator)
Set the locator that this handle uses to position itself on its parent node. |
Constructors in edu.umd.cs.piccolox.swt with parameters of type PLocator | |
---|---|
PSWTHandle(PLocator aLocator)
Construct a new handle that will use the given locator to locate itself on its parent node. |
Uses of PLocator in edu.umd.cs.piccolox.util |
---|
Subclasses of PLocator in edu.umd.cs.piccolox.util | |
---|---|
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |