Spec-Zone .ru
спецификации, руководства, описания, API
|
Package | Description |
---|---|
javafx.scene.chart |
The JavaFX User Interface provides a set of chart components that
are a very convenient way for data visualization.
|
javafx.scene.layout |
Provides classes to support user interface layout.
|
Modifier and Type | Class and Description |
---|---|
class |
AreaChart<X,Y>
AreaChart - Plots the area between the line that connects the data points and
the 0 line on the Y axis.
|
class |
Axis<T>
Base class for all axes in JavaFX that represents an axis drawn on a chart area.
|
class |
BarChart<X,Y>
A chart that plots bars indicating data values for a category.
|
class |
BubbleChart<X,Y>
Chart type that plots bubbles for the data points in a series.
|
class |
CategoryAxis
A axis implementation that will works on string categories where each
value as a unique category(tick mark) along the axis.
|
class |
Chart
Base class for all charts.
|
class |
LineChart<X,Y>
Line Chart plots a line connecting the data points in a series.
|
class |
NumberAxis
A axis class that plots a range of numbers with major tick marks every "tickUnit".
|
class |
PieChart
Displays a PieChart.
|
class |
ScatterChart<X,Y>
Chart type that plots symbols for the data points in a series.
|
class |
StackedAreaChart<X,Y>
StackedAreaChart is a variation of
AreaChart that displays trends of the
contribution of each value. |
class |
StackedBarChart<X,Y>
StackedBarChart is a variation of
BarChart that plots bars indicating
data values for a category. |
class |
ValueAxis<T extends java.lang.Number>
A axis who's data is defined as Numbers.
|
class |
XYChart<X,Y>
Chart base class for all 2 axis charts.
|
Modifier and Type | Field and Description |
---|---|
private Region |
XYChart.plotBackground |
Modifier and Type | Class and Description |
---|---|
class |
AnchorPane
AnchorPane allows the edges of child nodes to be anchored to an offset from
the anchorpane's edges.
|
class |
BorderPane
BorderPane lays out children in top, left, right, bottom, and center positions.
|
class |
FlowPane
FlowPane lays out its children in a flow that wraps at the flowpane's boundary.
|
class |
GridPane
GridPane lays out its children within a flexible grid of rows and columns.
|
class |
HBox
HBox lays out its children in a single horizontal row.
|
class |
Pane
Base class for layout panes which need to expose the children list as public
so that users of the subclass can freely add/remove children.
|
class |
StackPane
StackPane lays out its children in a back-to-front stack.
|
class |
TilePane
TilePane lays out its children in a grid of uniformly sized "tiles".
|
class |
VBox
VBox lays out its children in a single vertical column.
|
Modifier and Type | Field and Description |
---|---|
private static com.sun.javafx.css.StyleableProperty<Region,java.util.List<com.sun.javafx.scene.layout.region.BackgroundFill>> |
Region.StyleableProperties.BACKGROUND_FILLS |
private static com.sun.javafx.css.StyleableProperty<Region,java.util.List<com.sun.javafx.scene.layout.region.BackgroundImage>> |
Region.StyleableProperties.BACKGROUND_IMAGES |
private static com.sun.javafx.css.StyleableProperty<Region,java.util.List<com.sun.javafx.scene.layout.region.BorderImage>> |
Region.StyleableProperties.IMAGE_BORDERS |
private static com.sun.javafx.css.StyleableProperty<Region,Insets> |
Region.StyleableProperties.PADDING |
private static com.sun.javafx.css.StyleableProperty<Region,java.lang.Boolean> |
Region.StyleableProperties.POSITION_SHAPE |
private static com.sun.javafx.css.StyleableProperty<Region,java.lang.Boolean> |
Region.StyleableProperties.SCALE_SHAPE |
private static com.sun.javafx.css.StyleableProperty<Region,java.lang.String> |
Region.StyleableProperties.SHAPE |
private static com.sun.javafx.css.StyleableProperty<Region,java.lang.Boolean> |
Region.StyleableProperties.SNAP_TO_PIXEL |
private static com.sun.javafx.css.StyleableProperty<Region,java.util.List<com.sun.javafx.scene.layout.region.StrokeBorder>> |
Region.StyleableProperties.STROKE_BORDERS |
Modifier and Type | Method and Description |
---|---|
Region |
RegionBuilder.build()
Make an instance of
Region based on the properties set on this builder. |
Modifier and Type | Method and Description |
---|---|
void |
RegionBuilder.applyTo(Region x) |
Copyright (c) 2008, 2012, Oracle and/or its affiliates. All rights reserved. Use is subject to