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.text |
Provides the set of classes for fonts and renderable Text Node.
|
Modifier and Type | Field and Description |
---|---|
(package private) Text |
Axis.measure |
(package private) Text |
PieChart.LabelLayoutInfo.text |
(package private) Text |
Axis.TickMark.textNode |
private Text |
PieChart.Data.textNode |
Modifier and Type | Method and Description |
---|---|
private Text |
PieChart.createPieLabel(int itemIndex,
PieChart.Data item) |
Modifier and Type | Method and Description |
---|---|
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.
|
Constructor and Description |
---|
PieChart.LabelLayoutInfo(double startX,
double startY,
double endX,
double endY,
double textX,
double textY,
Text text,
double size) |
Modifier and Type | Field and Description |
---|---|
private static com.sun.javafx.css.StyleableProperty<Text,Font> |
Text.StyleableProperties.FONT |
private static com.sun.javafx.css.StyleableProperty<Text,FontSmoothingType> |
Text.StyleableProperties.FONT_SMOOTHING_TYPE |
private static com.sun.javafx.css.StyleableProperty<Text,java.lang.Boolean> |
Text.StyleableProperties.STRIKETHROUGH |
private static com.sun.javafx.css.StyleableProperty<Text,TextAlignment> |
Text.StyleableProperties.TEXT_ALIGNMENT |
private static com.sun.javafx.css.StyleableProperty<Text,VPos> |
Text.StyleableProperties.TEXT_ORIGIN |
private static com.sun.javafx.css.StyleableProperty<Text,java.lang.Boolean> |
Text.StyleableProperties.UNDERLINE |
Modifier and Type | Method and Description |
---|---|
Text |
TextBuilder.build()
Make an instance of
Text based on the properties set on this builder. |
Modifier and Type | Method and Description |
---|---|
void |
TextBuilder.applyTo(Text x) |
Copyright (c) 2008, 2012, Oracle and/or its affiliates. All rights reserved. Use is subject to