Interface HasLayoutXProperty
- 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 HasLayoutXProperty
- Author:
- Bruno Salmon
-
Property Summary
Properties -
Method Summary
Modifier and TypeMethodDescriptiondefault DoubleGets the value of thelayoutXproperty.default voidsetLayoutX(Number layoutX) Sets the value of thelayoutXproperty.
-
Property Details
-
layoutX
DoubleProperty layoutXProperty- See Also:
-
-
Method Details
-
layoutXProperty
DoubleProperty layoutXProperty()- Returns:
- the
layoutXproperty - See Also:
-
setLayoutX
Sets the value of thelayoutXproperty.- Property description:
- Parameters:
layoutX- the value for thelayoutXproperty- See Also:
-
getLayoutX
Gets the value of thelayoutXproperty.- Property description:
- Returns:
- the value of the
layoutXproperty - See Also:
-