Uses of Enum
javafx.geometry.Orientation
Package
Description
-
Uses of Orientation in dev.webfx.kit.mapper.peers.javafxcontrols.base
Modifier and TypeMethodDescriptionvoid
SliderPeerMixin.updateOrientation
(Orientation orientation) -
Uses of Orientation in dev.webfx.kit.mapper.peers.javafxcontrols.gwtj2cl.html
-
Uses of Orientation in dev.webfx.kit.mapper.peers.javafxgraphics.markers
Modifier and TypeMethodDescriptiondefault Orientation
HasOrientationProperty.getOrientation()
Gets the value of theorientation
property.Modifier and TypeMethodDescriptiondefault void
HasOrientationProperty.setOrientation
(Orientation orientation) Sets the value of theorientation
property. -
Uses of Orientation in javafx.geometry
Modifier and TypeMethodDescriptionstatic Orientation
Returns the enum constant of this type with the specified name.static Orientation[]
Orientation.values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of Orientation in javafx.scene
-
Uses of Orientation in javafx.scene.control
Modifier and TypeMethodDescriptionLabeled.getContentBias()
If wrapText is true, then contentBias will be HORIZONTAL, otherwise it is null.final Orientation
Separator.getOrientation()
Gets the value of theorientation
property.Slider.getOrientation()
Gets the value of theorientation
property.final Orientation
SplitPane.getOrientation()
The orientation for the SplitPane.Modifier and TypeMethodDescriptionfinal ObjectProperty<Orientation>
Separator.orientationProperty()
The orientation of theSeparator
can either be horizontal or vertical.Slider.orientationProperty()
final ObjectProperty<Orientation>
SplitPane.orientationProperty()
The orientation for the SplitPane.Modifier and TypeMethodDescriptionfinal void
Separator.setOrientation
(Orientation value) Sets the value of theorientation
property.void
Slider.setOrientation
(Orientation orientation) Sets the value of theorientation
property.final void
SplitPane.setOrientation
(Orientation value) This property controls how the SplitPane should be displayed to the user.ModifierConstructorDescriptionSeparator
(Orientation orientation) Creates a new separator with halignment and valignment set to their respective CENTER values. -
Uses of Orientation in javafx.scene.layout
Modifier and TypeMethodDescriptionBorderPane.getContentBias()
FlowPane.getContentBias()
GridPane.getContentBias()
HBox.getContentBias()
StackPane.getContentBias()
VBox.getContentBias()
final Orientation
FlowPane.getOrientation()
Gets the value of theorientation
property.Modifier and TypeMethodDescriptionfinal ObjectProperty<Orientation>
FlowPane.orientationProperty()
The orientation of this flowpane.Modifier and TypeMethodDescriptionfinal void
FlowPane.setOrientation
(Orientation value) Sets the value of theorientation
property.ModifierConstructorDescriptionFlowPane
(Orientation orientation) Creates a FlowPane layout with the specified orientation and hgap/vgap = 0.FlowPane
(Orientation orientation, double hgap, double vgap) Creates a FlowPane layout with the specified orientation and hgap/vgap.FlowPane
(Orientation orientation, double hgap, double vgap, Node... children) Creates a FlowPane layout with the specified orientation and hgap/vgap.FlowPane
(Orientation orientation, Node... children) Creates a FlowPane layout with the specified orientation and hgap/vgap = 0. -
Uses of Orientation in javafx.scene.text