| Package | Description |
|---|---|
| org.gicentre.utils.gui |
Graphical User Interface utilities for use with Processing.
|
| org.gicentre.utils.spatial |
Spatial and geographic utilities for use with Processing.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Tooltip.setAnchor(Direction anchorPosition)
Sets the anchor position of the tooltip.
|
| Modifier and Type | Method and Description |
|---|---|
static Direction |
Direction.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Direction[] |
Direction.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|