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.
|
Constructor and Description |
---|
PBoundsHandle(PBoundsLocator locator)
Creates a bounds handle that will be attached to the provided locator.
|
Constructor and Description |
---|
PSWTBoundsHandle(PBoundsLocator locator)
Creates a bounds handle that will use the provided bounds locator to
position itself.
|
Modifier and Type | Method and Description |
---|---|
static PBoundsLocator |
PBoundsLocator.createEastLocator(PNode node)
Creates a locator for tracking the east side of the provided node.
|
static PBoundsLocator |
PBoundsLocator.createNorthEastLocator(PNode node)
Creates a locator for tracking the north east corner of the provided
node.
|
static PBoundsLocator |
PBoundsLocator.createNorthLocator(PNode node)
Creates a locator for tracking the north side of the provided node.
|
static PBoundsLocator |
PBoundsLocator.createNorthWestLocator(PNode node)
Creates a locator for tracking the north west corner of the provided
node.
|
static PBoundsLocator |
PBoundsLocator.createSouthEastLocator(PNode node)
Creates a locator for tracking the south east corner of the provided
node.
|
static PBoundsLocator |
PBoundsLocator.createSouthLocator(PNode node)
Creates a locator for tracking the south side of the provided node.
|
static PBoundsLocator |
PBoundsLocator.createSouthWestLocator(PNode node)
Creates a locator for tracking the south west corner of the provided
node.
|
static PBoundsLocator |
PBoundsLocator.createWestLocator(PNode node)
Creates a locator for tracking the west side of the provided node.
|
Copyright © 1995-2013 Piccolo2D. All Rights Reserved.