Package | Description |
---|---|
com.sun.javafx.scene.control.skin | |
com.sun.javafx.webkit.theme | |
javafx.geometry |
Provides the set of 2D classes for defining and performing operations on
objects related to two-dimensional geometry.
|
javafx.scene |
Provides the core set of base
classes for the JavaFX Scene Graph API.
|
javafx.scene.chart |
The JavaFX User Interface provides a set of chart components that
are a very convenient way for data visualization.
|
javafx.scene.control |
The JavaFX User Interface Controls (UI Controls or just Controls) are
specialized Nodes in the JavaFX Scenegraph especially suited for reuse in
many different application contexts.
|
javafx.scene.layout |
Provides classes to support user interface layout.
|
javafx.scene.text |
Provides the set of classes for fonts and renderable Text Node.
|
Modifier and Type | Method and Description |
---|---|
Orientation |
TextAreaSkin.ContentView.getContentBias() |
Modifier and Type | Method and Description |
---|---|
private static Orientation |
ScrollBarThemeImpl.convertOrientation(int orientation) |
Modifier and Type | Method and Description |
---|---|
static Orientation |
Orientation.valueOf(java.lang.String name)
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.
|
Modifier and Type | Method and Description |
---|---|
Orientation |
Node.getContentBias()
Returns the orientation of a node's resizing bias for layout purposes.
|
Modifier and Type | Field and Description |
---|---|
private Orientation |
Axis.effectiveOrientation |
private Orientation |
BarChart.orientation |
private Orientation |
StackedBarChart.orientation |
Modifier and Type | Method and Description |
---|---|
(package private) void |
Axis.setEffectiveOrientation(Orientation orientation) |
Modifier and Type | Field and Description |
---|---|
private Orientation |
SliderBuilder.orientation
Deprecated.
|
private Orientation |
SplitPaneBuilder.orientation
Deprecated.
|
private Orientation |
ListViewBuilder.orientation
Deprecated.
|
private Orientation |
ScrollBarBuilder.orientation
Deprecated.
|
private Orientation |
SeparatorBuilder.orientation
Deprecated.
|
private Orientation |
ToolBarBuilder.orientation
Deprecated.
|
Modifier and Type | Field and Description |
---|---|
private ObjectProperty<Orientation> |
ScrollBar.orientation
|
private ObjectProperty<Orientation> |
SplitPane.orientation
*
Properties *
*
|
private ObjectProperty<Orientation> |
Separator.orientation
The orientation of the
Separator can either be horizontal
or vertical. |
private ObjectProperty<Orientation> |
ListView.orientation |
private ObjectProperty<Orientation> |
ToolBar.orientation
The orientation of the
ToolBar - this can either be horizontal
or vertical. |
private ObjectProperty<Orientation> |
Slider.orientation
The orientation of the
Slider can either be horizontal
or vertical. |
private static CssMetaData<ScrollBar,Orientation> |
ScrollBar.StyleableProperties.ORIENTATION |
private static CssMetaData<SplitPane,Orientation> |
SplitPane.StyleableProperties.ORIENTATION |
private static CssMetaData<Separator,Orientation> |
Separator.StyleableProperties.ORIENTATION |
private static CssMetaData<ListView<?>,Orientation> |
ListView.StyleableProperties.ORIENTATION |
private static CssMetaData<ToolBar,Orientation> |
ToolBar.StyleableProperties.ORIENTATION |
private static CssMetaData<Slider,Orientation> |
Slider.StyleableProperties.ORIENTATION |
Modifier and Type | Method and Description |
---|---|
Orientation |
TitledPane.getContentBias() |
Orientation |
Labeled.getContentBias()
If wrapText is true, then contentBias will be HORIZONTAL, otherwise it is null.
|
Orientation |
ScrollBar.getOrientation() |
Orientation |
SplitPane.getOrientation()
The orientation for the SplitPane.
|
Orientation |
Separator.getOrientation() |
Orientation |
ListView.getOrientation()
Returns the current orientation of the ListView, which dictates whether
it scrolls vertically or horizontally.
|
Orientation |
ToolBar.getOrientation() |
Orientation |
Slider.getOrientation() |
Modifier and Type | Method and Description |
---|---|
ObjectProperty<Orientation> |
ScrollBar.orientationProperty() |
ObjectProperty<Orientation> |
SplitPane.orientationProperty()
The orientation for the SplitPane.
|
ObjectProperty<Orientation> |
Separator.orientationProperty() |
ObjectProperty<Orientation> |
ListView.orientationProperty()
The orientation of the
ListView - this can either be horizontal
or vertical. |
ObjectProperty<Orientation> |
ToolBar.orientationProperty() |
ObjectProperty<Orientation> |
Slider.orientationProperty() |
Modifier and Type | Method and Description |
---|---|
B |
SliderBuilder.orientation(Orientation x)
Deprecated.
Set the value of the
orientation property for the instance constructed by this builder. |
B |
SplitPaneBuilder.orientation(Orientation x)
Deprecated.
Set the value of the
orientation property for the instance constructed by this builder. |
B |
ListViewBuilder.orientation(Orientation x)
Deprecated.
Set the value of the
orientation property for the instance constructed by this builder. |
B |
ScrollBarBuilder.orientation(Orientation x)
Deprecated.
Set the value of the
orientation property for the instance constructed by this builder. |
B |
SeparatorBuilder.orientation(Orientation x)
Deprecated.
Set the value of the
orientation property for the instance constructed by this builder. |
B |
ToolBarBuilder.orientation(Orientation x)
Deprecated.
Set the value of the
orientation property for the instance constructed by this builder. |
void |
ScrollBar.setOrientation(Orientation value) |
void |
SplitPane.setOrientation(Orientation value)
This property controls how the SplitPane should be displayed to the
user.
|
void |
Separator.setOrientation(Orientation value) |
void |
ListView.setOrientation(Orientation value)
Sets the orientation of the ListView, which dictates whether
it scrolls vertically or horizontally.
|
void |
ToolBar.setOrientation(Orientation value) |
void |
Slider.setOrientation(Orientation value) |
Constructor and Description |
---|
Separator(Orientation orientation)
Creates a new separator with halignment and valignment set to their respective CENTER
values.
|
Modifier and Type | Field and Description |
---|---|
private Orientation |
GridPane.bias |
private Orientation |
HBox.bias |
private Orientation |
VBox.bias |
private Orientation |
StackPane.bias |
private Orientation |
TilePaneBuilder.orientation
Deprecated.
|
private Orientation |
FlowPaneBuilder.orientation
Deprecated.
|
Modifier and Type | Field and Description |
---|---|
private ObjectProperty<Orientation> |
TilePane.orientation |
private ObjectProperty<Orientation> |
FlowPane.orientation |
private static CssMetaData<TilePane,Orientation> |
TilePane.StyleableProperties.ORIENTATION |
private static CssMetaData<FlowPane,Orientation> |
FlowPane.StyleableProperties.ORIENTATION |
Modifier and Type | Method and Description |
---|---|
Orientation |
GridPane.getContentBias() |
Orientation |
TilePane.getContentBias() |
Orientation |
FlowPane.getContentBias() |
Orientation |
HBox.getContentBias() |
Orientation |
VBox.getContentBias() |
Orientation |
BorderPane.getContentBias() |
Orientation |
StackPane.getContentBias() |
Orientation |
TilePane.getOrientation() |
Orientation |
FlowPane.getOrientation() |
Modifier and Type | Method and Description |
---|---|
ObjectProperty<Orientation> |
TilePane.orientationProperty()
The orientation of this tilepane.
|
ObjectProperty<Orientation> |
FlowPane.orientationProperty()
The orientation of this flowpane.
|
Modifier and Type | Method and Description |
---|---|
private boolean |
BorderPane.childHasContentBias(Node child,
Orientation orientation) |
B |
TilePaneBuilder.orientation(Orientation x)
Deprecated.
Set the value of the
orientation property for the instance constructed by this builder. |
B |
FlowPaneBuilder.orientation(Orientation x)
Deprecated.
Set the value of the
orientation property for the instance constructed by this builder. |
void |
TilePane.setOrientation(Orientation value) |
void |
FlowPane.setOrientation(Orientation value) |
Constructor and Description |
---|
FlowPane(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.
|
TilePane(Orientation orientation)
Creates a TilePane layout with the specified orientation,
prefColumn/prefRows = 5 and hgap/vgap = 0.
|
TilePane(Orientation orientation,
double hgap,
double vgap)
Creates a TilePane layout with the specified orientation, hgap/vgap,
and prefRows/prefColumns = 5.
|
TilePane(Orientation orientation,
double hgap,
double vgap,
Node... children)
Creates a TilePane layout with the specified orientation, hgap/vgap,
and prefRows/prefColumns = 5.
|
TilePane(Orientation orientation,
Node... children)
Creates a TilePane layout with the specified orientation,
prefColumn/prefRows = 5 and hgap/vgap = 0.
|
Modifier and Type | Method and Description |
---|---|
Orientation |
TextFlow.getContentBias() |