Package | Description |
---|---|
com.sun.javafx.scene.control.skin | |
com.sun.javafx.sg.prism | |
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.
|
javafx.scene.layout |
Provides classes to support user interface layout.
|
Modifier and Type | Field and Description |
---|---|
private static Side |
PaginationSkin.DEFAULT_PAGE_INFORMATION_ALIGNMENT |
Modifier and Type | Field and Description |
---|---|
private static CssMetaData<Pagination,Side> |
PaginationSkin.StyleableProperties.PAGE_INFORMATION_ALIGNMENT |
private ObjectProperty<Side> |
PaginationSkin.pageInformationAlignment |
Modifier and Type | Method and Description |
---|---|
Side |
PaginationSkin.getPageInformationAlignment() |
Modifier and Type | Method and Description |
---|---|
ObjectProperty<Side> |
PaginationSkin.pageInformationAlignmentProperty() |
Modifier and Type | Method and Description |
---|---|
private static int |
TabPaneSkin.getRotation(Side pos) |
void |
PaginationSkin.setPageInformationAlignment(Side value) |
private Pos |
PaginationSkin.NavigationControl.sideToPos(Side s) |
Modifier and Type | Method and Description |
---|---|
private void |
NGRegion.paintTiles(Graphics g,
Image img,
BackgroundRepeat repeatX,
BackgroundRepeat repeatY,
Side horizontalSide,
Side verticalSide,
float regionX,
float regionY,
float regionWidth,
float regionHeight,
int srcX,
int srcY,
int srcW,
int srcH,
float tileX,
float tileY,
float tileWidth,
float tileHeight)
Paints a subsection (srcX,srcY,srcW,srcH) of an image tiled or stretched to fill the destination area
(regionWidth,regionHeight).
|
private void |
NGRegion.paintTiles(Graphics g,
Image img,
BorderRepeat repeatX,
BorderRepeat repeatY,
Side horizontalSide,
Side verticalSide,
float regionX,
float regionY,
float regionWidth,
float regionHeight,
int srcX,
int srcY,
int srcW,
int srcH,
float tileX,
float tileY,
float tileWidth,
float tileHeight) |
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
Deprecated.
|
private Side |
AxisBuilder.side
Deprecated.
|
private Side |
ChartBuilder.titleSide
Deprecated.
|
Modifier and Type | Field and Description |
---|---|
private static CssMetaData<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 CssMetaData<Axis<?>,Side> |
Axis.StyleableProperties.SIDE |
private static CssMetaData<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 |
---|---|
(package private) Side |
Axis.getEffectiveSide() |
Side |
Chart.getLegendSide() |
Side |
Axis.getSide() |
Side |
Chart.getTitleSide() |
Modifier and Type | Method and Description |
---|---|
ObjectProperty<Side> |
Chart.legendSideProperty() |
ObjectProperty<Side> |
Axis.sideProperty() |
ObjectProperty<Side> |
Chart.titleSideProperty() |
Modifier and Type | Method and Description |
---|---|
private boolean |
Axis.isTickLabelsOverlap(Side side,
Axis.TickMark<T> m1,
Axis.TickMark<T> m2,
double gap)
Checks if two consecutive tick mark labels overlaps.
|
B |
ChartBuilder.legendSide(Side x)
Deprecated.
Set the value of the
legendSide property for the instance constructed by this builder. |
private double |
Axis.measureTickMarkSize(T value,
Side side)
Measure the size of the label for given tick mark value.
|
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) |
void |
Axis.setSide(Side value) |
void |
Chart.setTitleSide(Side value) |
B |
AxisBuilder.side(Side x)
Deprecated.
Set the value of the
side property for the instance constructed by this builder. |
B |
ChartBuilder.titleSide(Side x)
Deprecated.
Set the value of the
titleSide property for the instance constructed by this builder. |
Modifier and Type | Field and Description |
---|---|
private Side |
MenuButtonBuilder.popupSide
Deprecated.
|
private Side |
TabPaneBuilder.side
Deprecated.
|
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() |
Side |
TabPane.getSide()
The current position of the tabs in the TabPane.
|
Modifier and Type | Method and Description |
---|---|
ObjectProperty<Side> |
MenuButton.popupSideProperty() |
ObjectProperty<Side> |
TabPane.sideProperty()
The position of the tabs in the TabPane.
|
Modifier and Type | Method and Description |
---|---|
B |
MenuButtonBuilder.popupSide(Side x)
Deprecated.
Set the value of the
popupSide property for the instance constructed by this builder. |
void |
MenuButton.setPopupSide(Side value) |
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)
Deprecated.
Set the value of the
side property for the instance constructed by this builder. |
Modifier and Type | Field and Description |
---|---|
(package private) Side |
BackgroundPosition.horizontalSide |
(package private) Side |
BackgroundPosition.verticalSide |
Modifier and Type | Method and Description |
---|---|
Side |
BackgroundPosition.getHorizontalSide()
The side along the horizontal axis to which the BackgroundImage is
anchored.
|
Side |
BackgroundPosition.getVerticalSide()
The side along the vertical axis to which the BackgroundImage is
anchored.
|
Constructor and Description |
---|
BackgroundPosition(Side horizontalSide,
double horizontalPosition,
boolean horizontalAsPercentage,
Side verticalSide,
double verticalPosition,
boolean verticalAsPercentage)
Creates a new BackgroundPosition.
|