See: Description
| Class | Description |
|---|---|
| Decoration |
Decoration is an abstract class used by the ControlsFX
Decorator class
for adding and removing decorations on a node. |
| Decorator |
The Decorator class is responsible for accessing decorations for a given node.
|
| GraphicDecoration |
GraphicDecoration is a
Decoration designed to show a graphic (be it
an image loaded via an ImageView or an arbitrarily complex
scenegraph in its own right) on top of a given node. |
| StyleClassDecoration |
StyleClassDecoration is a
Decoration designed to add a CSS style class
to a node (for example, to show a warning style when the field is incorrectly
set). |