| Package | Description |
|---|---|
| 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.
|
| 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 |
StackedBarChart.orientation |
private Orientation |
BarChart.orientation |
| Modifier and Type | Field and Description |
|---|---|
private Orientation |
ToolBarBuilder.orientation |
private Orientation |
SplitPaneBuilder.orientation |
private Orientation |
SliderBuilder.orientation |
private Orientation |
SeparatorBuilder.orientation |
private Orientation |
ScrollBarBuilder.orientation |
private Orientation |
ListViewBuilder.orientation |
| Modifier and Type | Field and Description |
|---|---|
private ObjectProperty<Orientation> |
ToolBar.orientation
The orientation of the
ToolBar - this can either be horizontal
or vertical. |
private ObjectProperty<Orientation> |
SplitPane.orientation
*
Properties *
*
|
private ObjectProperty<Orientation> |
Slider.orientation
The orientation of the
Slider can either be horizontal
or vertical. |
private ObjectProperty<Orientation> |
Separator.orientation
The orientation of the
Separator can either be horizontal
or vertical. |
private ObjectProperty<Orientation> |
ScrollBar.orientation
|
private ObjectProperty<Orientation> |
ListView.orientation |
private static com.sun.javafx.css.StyleableProperty<ToolBar,Orientation> |
ToolBar.StyleableProperties.ORIENTATION |
private static com.sun.javafx.css.StyleableProperty<SplitPane,Orientation> |
SplitPane.StyleableProperties.ORIENTATION |
private static com.sun.javafx.css.StyleableProperty<Slider,Orientation> |
Slider.StyleableProperties.ORIENTATION |
private static com.sun.javafx.css.StyleableProperty<Separator,Orientation> |
Separator.StyleableProperties.ORIENTATION |
private static com.sun.javafx.css.StyleableProperty<ScrollBar,Orientation> |
ScrollBar.StyleableProperties.ORIENTATION |
private static com.sun.javafx.css.StyleableProperty<ListView,Orientation> |
ListView.StyleableProperties.ORIENTATION |
| Modifier and Type | Method and Description |
|---|---|
Orientation |
Labeled.getContentBias()
If wrapText is true, then contentBias will be HORIZONTAL, otherwise it is null.
|
Orientation |
ToolBar.getOrientation()
Gets the value of the property orientation.
|
Orientation |
SplitPane.getOrientation()
The orientation for the SplitPane.
|
Orientation |
Slider.getOrientation()
Gets the value of the property orientation.
|
Orientation |
Separator.getOrientation()
Gets the value of the property orientation.
|
Orientation |
ScrollBar.getOrientation()
Gets the value of the property orientation.
|
Orientation |
ListView.getOrientation()
Returns the current orientation of the ListView, which dictates whether
it scrolls vertically or horizontally.
|
| Modifier and Type | Method and Description |
|---|---|
ObjectProperty<Orientation> |
ToolBar.orientationProperty()
The orientation of the
ToolBar - this can either be horizontal
or vertical. |
ObjectProperty<Orientation> |
SplitPane.orientationProperty()
The orientation for the SplitPane.
|
ObjectProperty<Orientation> |
Slider.orientationProperty()
The orientation of the
Slider can either be horizontal
or vertical. |
ObjectProperty<Orientation> |
Separator.orientationProperty()
The orientation of the
Separator can either be horizontal
or vertical. |
ObjectProperty<Orientation> |
ScrollBar.orientationProperty()
|
ObjectProperty<Orientation> |
ListView.orientationProperty()
The orientation of the
ListView - this can either be horizontal
or vertical. |
| Modifier and Type | Method and Description |
|---|---|
B |
ToolBarBuilder.orientation(Orientation x)
Set the value of the
orientation property for the instance constructed by this builder. |
B |
SplitPaneBuilder.orientation(Orientation x)
Set the value of the
orientation property for the instance constructed by this builder. |
B |
SliderBuilder.orientation(Orientation x)
Set the value of the
orientation property for the instance constructed by this builder. |
B |
SeparatorBuilder.orientation(Orientation x)
Set the value of the
orientation property for the instance constructed by this builder. |
B |
ScrollBarBuilder.orientation(Orientation x)
Set the value of the
orientation property for the instance constructed by this builder. |
B |
ListViewBuilder.orientation(Orientation x)
Set the value of the
orientation property for the instance constructed by this builder. |
void |
ToolBar.setOrientation(Orientation value)
Sets the value of the property orientation.
|
void |
SplitPane.setOrientation(Orientation value)
This property controls how the SplitPane should be displayed to the
user: if set to
true, the SplitPane will be 'horizontal', resulting in
the two nodes being placed next to each other, whilst being
set to false will result in the nodes being stacked vertically. |
void |
Slider.setOrientation(Orientation value)
Sets the value of the property orientation.
|
void |
Separator.setOrientation(Orientation value)
Sets the value of the property orientation.
|
void |
ScrollBar.setOrientation(Orientation value)
Sets the value of the property orientation.
|
void |
ListView.setOrientation(Orientation value)
Sets the orientation of the ListView, which dictates whether
it scrolls vertically or horizontally.
|
| 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 |
TilePaneBuilder.orientation |
private Orientation |
FlowPaneBuilder.orientation |
| Modifier and Type | Field and Description |
|---|---|
private ObjectProperty<Orientation> |
TilePane.orientation |
private ObjectProperty<Orientation> |
FlowPane.orientation |
private static com.sun.javafx.css.StyleableProperty<TilePane,Orientation> |
TilePane.StyleableProperties.ORIENTATION |
private static com.sun.javafx.css.StyleableProperty<FlowPane,Orientation> |
FlowPane.StyleableProperties.ORIENTATION |
| Modifier and Type | Method and Description |
|---|---|
Orientation |
VBox.getContentBias() |
Orientation |
TilePane.getContentBias() |
Orientation |
StackPane.getContentBias() |
Orientation |
HBox.getContentBias() |
Orientation |
GridPane.getContentBias() |
Orientation |
FlowPane.getContentBias() |
Orientation |
BorderPane.getContentBias() |
Orientation |
TilePane.getOrientation()
Gets the value of the property orientation.
|
Orientation |
FlowPane.getOrientation()
Gets the value of the property orientation.
|
| 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)
Set the value of the
orientation property for the instance constructed by this builder. |
B |
FlowPaneBuilder.orientation(Orientation x)
Set the value of the
orientation property for the instance constructed by this builder. |
void |
TilePane.setOrientation(Orientation value)
Sets the value of the property orientation.
|
void |
FlowPane.setOrientation(Orientation value)
Sets the value of the property orientation.
|
| 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.
|
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.
|
Copyright (c) 2008, 2012, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms.