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,Tooltip,VBox,Window,WritableImage
public interface HasHeightProperty
- Author:
- Bruno Salmon
-
Property Summary
Properties -
Method Summary
Modifier and TypeMethodDescriptiondefault doubleGets the value of theheightproperty.default voidSets the value of theheightproperty.
-
Property Details
-
height
DoubleProperty heightProperty- See Also:
-
-
Method Details
-
heightProperty
DoubleProperty heightProperty()- Returns:
- the
heightproperty - See Also:
-
setHeight
Sets the value of theheightproperty.- Property description:
- Parameters:
height- the value for theheightproperty- See Also:
-
getHeight
default double getHeight()Gets the value of theheightproperty.- Property description:
- Returns:
- the value of the
heightproperty - See Also:
-