Spec-Zone .ru
спецификации, руководства, описания, API
|
Package | Description |
---|---|
javafx.geometry |
Provides the set of 2D classes for defining and performing operations on
objects related to two-dimensional geometry.
|
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.
|
Modifier and Type | Method and Description |
---|---|
static Side |
Side.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Side[] |
Side.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Field and Description |
---|---|
private Side |
ChartBuilder.legendSide |
private Side |
AxisBuilder.side |
private Side |
ChartBuilder.titleSide |
Modifier and Type | Field and Description |
---|---|
private static com.sun.javafx.css.StyleableProperty<Chart,Side> |
Chart.StyleableProperties.LEGEND_SIDE |
private ObjectProperty<Side> |
Chart.legendSide
The side of the chart where the legend should be displayed
|
private ObjectProperty<Side> |
Axis.side
The side of the plot which this axis is being drawn on
|
private static com.sun.javafx.css.StyleableProperty<Axis,Side> |
Axis.StyleableProperties.SIDE |
private static com.sun.javafx.css.StyleableProperty<Chart,Side> |
Chart.StyleableProperties.TITLE_SIDE |
private ObjectProperty<Side> |
Chart.titleSide
The side of the chart where the title is displayed
|
Modifier and Type | Method and Description |
---|---|
Side |
Chart.getLegendSide()
Gets the value of the property legendSide.
|
Side |
Axis.getSide()
Gets the value of the property side.
|
Side |
Chart.getTitleSide()
Gets the value of the property titleSide.
|
Modifier and Type | Method and Description |
---|---|
ObjectProperty<Side> |
Chart.legendSideProperty()
The side of the chart where the legend should be displayed
|
ObjectProperty<Side> |
Axis.sideProperty()
The side of the plot which this axis is being drawn on
|
ObjectProperty<Side> |
Chart.titleSideProperty()
The side of the chart where the title is displayed
|
Modifier and Type | Method and Description |
---|---|
B |
ChartBuilder.legendSide(Side x)
Set the value of the
legendSide property for the instance constructed by this builder. |
private void |
Axis.positionTextNode(Text node,
double posX,
double posY,
double angle,
Side side)
Positions a text node to one side of the given point, it X height is vertically centered on point if LEFT or
RIGHT and its centered horizontally if TOP ot BOTTOM.
|
void |
Chart.setLegendSide(Side value)
Sets the value of the property legendSide.
|
void |
Axis.setSide(Side value)
Sets the value of the property side.
|
void |
Chart.setTitleSide(Side value)
Sets the value of the property titleSide.
|
B |
AxisBuilder.side(Side x)
Set the value of the
side property for the instance constructed by this builder. |
B |
ChartBuilder.titleSide(Side x)
Set the value of the
titleSide property for the instance constructed by this builder. |
Modifier and Type | Field and Description |
---|---|
private Side |
TabPane.cachedSide |
private Side |
MenuButtonBuilder.popupSide |
private Side |
TabPaneBuilder.side |
Modifier and Type | Field and Description |
---|---|
private ObjectProperty<Side> |
MenuButton.popupSide
Indicates on which side the
ContextMenu should open in
relation to the MenuButton. |
private ObjectProperty<Side> |
TabPane.side |
Modifier and Type | Method and Description |
---|---|
Side |
MenuButton.getPopupSide()
Gets the value of the property popupSide.
|
Side |
TabPane.getSide()
The current position of the tabs in the TabPane.
|
Modifier and Type | Method and Description |
---|---|
ObjectProperty<Side> |
MenuButton.popupSideProperty()
Indicates on which side the
ContextMenu should open in
relation to the MenuButton. |
ObjectProperty<Side> |
TabPane.sideProperty()
The position of the tabs in the TabPane.
|
Modifier and Type | Method and Description |
---|---|
B |
MenuButtonBuilder.popupSide(Side x)
Set the value of the
popupSide property for the instance constructed by this builder. |
void |
MenuButton.setPopupSide(Side value)
Sets the value of the property popupSide.
|
void |
TabPane.setSide(Side value)
The position to place the tabs in this TabPane.
|
void |
ContextMenu.show(Node anchor,
Side side,
double dx,
double dy)
Shows the
ContextMenu relative to the given anchor node, on the side
specified by the hpos and vpos parameters, and offset
by the given dx and dy values for the x-axis and y-axis, respectively. |
B |
TabPaneBuilder.side(Side x)
Set the value of the
side property for the instance constructed by this builder. |
Copyright (c) 2008, 2012, Oracle and/or its affiliates. All rights reserved. Use is subject to