Package | Description |
---|---|
com.sun.javafx.scene.control.skin | |
com.sun.javafx.tk.quantum | |
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 | Class and Description |
---|---|
class |
LabeledText
LabeledText allows the Text to be styled by the CSS properties of Labeled
that are meant to style the textual component of the Labeled.
|
Modifier and Type | Field and Description |
---|---|
protected Text |
FXVKSkin.Key.altText |
private static Text |
ProgressIndicatorSkin.doneText
doneText is just used to know the size of done as that is the biggest text we need to allow for
|
(package private) static Text |
Utils.helper |
private Text |
TextFieldSkin.promptNode
The node used for showing the prompt text.
|
private Text |
TextAreaSkin.promptNode |
protected Text |
FXVKSkin.Key.text |
private Text |
ProgressIndicatorSkin.DeterminateIndicator.text |
private Text |
TextFieldSkin.textNode
The node actually displaying the text.
|
Modifier and Type | Method and Description |
---|---|
private Text |
TextAreaSkin.getTextNode() |
Modifier and Type | Method and Description |
---|---|
private int |
TextAreaSkin.getInsertionPoint(Text paragraphNode,
double x,
double y) |
private int |
TextAreaSkin.getNextInsertionPoint(Text paragraphNode,
double x,
int from,
VerticalDirection scrollDirection) |
Modifier and Type | Field and Description |
---|---|
private Text |
OverlayWarning.text |
Modifier and Type | Method and Description |
---|---|
private Rectangle |
OverlayWarning.createBackground(Text text,
Rectangle2D screen) |
Modifier and Type | Field and Description |
---|---|
(package private) Text |
Axis.measure |
(package private) Text |
PieChart.LabelLayoutInfo.text |
private Text |
PieChart.Data.textNode |
(package private) Text |
Axis.TickMark.textNode |
Modifier and Type | Method and Description |
---|---|
private Text |
PieChart.createPieLabel(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 |
---|
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 CssMetaData<Text,TextBoundsType> |
Text.StyleableProperties.BOUNDS_TYPE |
private static CssMetaData<Text,Font> |
Text.StyleableProperties.FONT |
private static CssMetaData<Text,FontSmoothingType> |
Text.StyleableProperties.FONT_SMOOTHING_TYPE |
private static CssMetaData<Text,java.lang.Number> |
Text.StyleableProperties.LINE_SPACING |
private static CssMetaData<Text,java.lang.Boolean> |
Text.StyleableProperties.STRIKETHROUGH |
private static CssMetaData<Text,TextAlignment> |
Text.StyleableProperties.TEXT_ALIGNMENT |
private static CssMetaData<Text,VPos> |
Text.StyleableProperties.TEXT_ORIGIN |
private static CssMetaData<Text,java.lang.Boolean> |
Text.StyleableProperties.UNDERLINE |
Modifier and Type | Method and Description |
---|---|
Text |
TextBuilder.build()
Deprecated.
Make an instance of
Text based on the properties set on this builder. |
Modifier and Type | Method and Description |
---|---|
void |
TextBuilder.applyTo(Text x)
Deprecated.
|