Interface HasHeightProperty
- All Known Subinterfaces:
PreferenceResizableNode
- All Known Implementing Classes:
AnchorPane
,BorderPane
,Button
,ButtonBar
,ButtonBase
,Cell
,CheckBox
,ChoiceBox
,ComboBoxBase
,ContextMenu
,ContextMenuContent
,ContextMenuContent.MenuItemContainer
,Control
,DatePicker
,DialogPane
,FlowPane
,GridPane
,HBox
,Hyperlink
,Image
,Label
,Labeled
,Pane
,PasswordField
,PopupControl
,PopupControl.CSSBridge
,PopupWindow
,ProgressBar
,ProgressIndicator
,RadioButton
,Rectangle
,Region
,Scene
,ScrollPane
,Separator
,Slider
,SplitPane
,StackPane
,Stage
,TabPane
,TextArea
,TextField
,TextFlow
,TextInputControl
,TitledPane
,ToggleButton
,ToolkitTextBox
,VBox
,Window
,WritableImage
public interface HasHeightProperty
- Author:
- Bruno Salmon
-
Property Summary
-
Method Summary
Modifier and TypeMethodDescriptiondefault double
Gets the value of theheight
property.default void
Sets the value of theheight
property.
-
Property Details
-
height
DoubleProperty heightProperty- See Also:
-
-
Method Details
-
heightProperty
DoubleProperty heightProperty()- Returns:
- the
height
property - See Also:
-
setHeight
Sets the value of theheight
property.- Property description:
- Parameters:
height
- the value for theheight
property- See Also:
-
getHeight
default double getHeight()Gets the value of theheight
property.- Property description:
- Returns:
- the value of the
height
property - See Also:
-