Interface HasLayoutYProperty
- All Known Subinterfaces:
INode,PreferenceResizableNode
- All Known Implementing Classes:
AnchorPane,Arc,BorderPane,Button,ButtonBar,ButtonBase,Canvas,Cell,CheckBox,ChoiceBox,Circle,ComboBoxBase,ContextMenuContent,ContextMenuContent.MenuItemContainer,Control,DatePicker,DialogPane,FlowPane,GridPane,Group,HBox,Hyperlink,ImageView,Label,Labeled,LabeledText,Line,MediaView,Node,Pane,Parent,PasswordField,Path,PopupControl.CSSBridge,ProgressBar,ProgressIndicator,RadioButton,Rectangle,Region,ScrollPane,Separator,Shape,Slider,SplitPane,StackPane,SubtractShape,SVGPath,TabPane,Text,TextArea,TextField,TextFlow,TextInputControl,TitledPane,ToggleButton,ToolkitTextBox,VBox,WebView
public interface HasLayoutYProperty
- Author:
- Bruno Salmon
-
Property Summary
Properties -
Method Summary
Modifier and TypeMethodDescriptiondefault DoubleGets the value of thelayoutYproperty.default voidsetLayoutY(Number layoutY) Sets the value of thelayoutYproperty.
-
Property Details
-
layoutY
DoubleProperty layoutYProperty- See Also:
-
-
Method Details
-
layoutYProperty
DoubleProperty layoutYProperty()- Returns:
- the
layoutYproperty - See Also:
-
setLayoutY
Sets the value of thelayoutYproperty.- Property description:
- Parameters:
layoutY- the value for thelayoutYproperty- See Also:
-
getLayoutY
Gets the value of thelayoutYproperty.- Property description:
- Returns:
- the value of the
layoutYproperty - See Also:
-