ResizableNamedImages
Used for images which can be resized on the fly. This is designed to be used by Icons, so that you can build the GUI Nodes, and then later, change the value of an iconSizeProperty
, all icons will change size.
You can use more than one ResizableNamedImages, e.g. One for toolBar buttons, and another for buttons outside a toolBar.
Inheritors
Functions
Link copied to clipboard
Return an ObservableOptionalImage whose value changes whenever iconSizeProperty changes.
Link copied to clipboard
Link copied to clipboard
Returns another view of the same named images, with an additional feature : See ResizableNamedImages.getResizable.