Interface HasGraphicProperty
- All Known Implementing Classes:
Button,ButtonBase,Cell,CheckBox,Hyperlink,Label,Labeled,RadioButton,TitledPane,ToggleButton
public interface HasGraphicProperty
- Author:
- Bruno Salmon
-
Property Summary
Properties -
Method Summary
Modifier and TypeMethodDescriptiondefault NodeGets the value of thegraphicproperty.default HasGraphicPropertysetGraphic(Node graphic)
-
Property Details
-
graphic
ObjectProperty<Node> graphicProperty- See Also:
-
-
Method Details
-
graphicProperty
ObjectProperty<Node> graphicProperty()- Returns:
- the
graphicproperty - See Also:
-
setGraphic
-
getGraphic
Gets the value of thegraphicproperty.- Property description:
- Returns:
- the value of the
graphicproperty - See Also:
-