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