Package | Description |
---|---|
icy.canvas |
Contains base Icy canvas and related classes
|
icy.painter |
Contains Icy Overlay / Painter structure definition and basics Overlay helper classes
|
Modifier and Type | Method and Description |
---|---|
Overlay.OverlayPriority |
Layer.getPriority()
Returns layer priority (internally use the overlay priority).
|
Modifier and Type | Method and Description |
---|---|
void |
Layer.setPriority(Overlay.OverlayPriority priority)
Set the layer priority (internally set the overlay priority).
|
Modifier and Type | Method and Description |
---|---|
Overlay.OverlayPriority |
Overlay.getPriority() |
static Overlay.OverlayPriority |
Overlay.OverlayPriority.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Overlay.OverlayPriority[] |
Overlay.OverlayPriority.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
Overlay.setPriority(Overlay.OverlayPriority priority) |
Constructor and Description |
---|
Overlay(java.lang.String name,
Overlay.OverlayPriority priority) |