@Generated(value="Generated by javafx.builder.processor.BuilderProcessor") @Deprecated public class TextBuilder<B extends TextBuilder<B>> extends ShapeBuilder<B> implements Builder<Text>
Text
Modifier and Type | Field and Description |
---|---|
private int |
__set
Deprecated.
|
private TextBoundsType |
boundsType
Deprecated.
|
private Font |
font
Deprecated.
|
private FontSmoothingType |
fontSmoothingType
Deprecated.
|
private boolean |
impl_caretBias
Deprecated.
|
private int |
impl_caretPosition
Deprecated.
|
private int |
impl_selectionEnd
Deprecated.
|
private int |
impl_selectionStart
Deprecated.
|
private boolean |
strikethrough
Deprecated.
|
private java.lang.String |
text
Deprecated.
|
private TextAlignment |
textAlignment
Deprecated.
|
private VPos |
textOrigin
Deprecated.
|
private boolean |
underline
Deprecated.
|
private double |
wrappingWidth
Deprecated.
|
private double |
x
Deprecated.
|
private double |
y
Deprecated.
|
Modifier | Constructor and Description |
---|---|
protected |
TextBuilder()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
private void |
__set(int i)
Deprecated.
|
void |
applyTo(Text x)
Deprecated.
|
B |
boundsType(TextBoundsType x)
Deprecated.
Set the value of the
boundsType property for the instance constructed by this builder. |
Text |
build()
Deprecated.
Make an instance of
Text based on the properties set on this builder. |
static TextBuilder<?> |
create()
Deprecated.
Creates a new instance of TextBuilder.
|
B |
font(Font x)
Deprecated.
Set the value of the
font property for the instance constructed by this builder. |
B |
fontSmoothingType(FontSmoothingType x)
Deprecated.
Set the value of the
fontSmoothingType property for the instance constructed by this builder. |
B |
impl_caretBias(boolean x)
Deprecated.
This is an internal API that is not intended for use and will be removed in the next version
|
B |
impl_caretPosition(int x)
Deprecated.
This is an internal API that is not intended for use and will be removed in the next version
|
B |
impl_selectionEnd(int x)
Deprecated.
This is an internal API that is not intended for use and will be removed in the next version
|
B |
impl_selectionStart(int x)
Deprecated.
This is an internal API that is not intended for use and will be removed in the next version
|
B |
strikethrough(boolean x)
Deprecated.
Set the value of the
strikethrough property for the instance constructed by this builder. |
B |
text(java.lang.String x)
Deprecated.
Set the value of the
text property for the instance constructed by this builder. |
B |
textAlignment(TextAlignment x)
Deprecated.
Set the value of the
textAlignment property for the instance constructed by this builder. |
B |
textOrigin(VPos x)
Deprecated.
Set the value of the
textOrigin property for the instance constructed by this builder. |
B |
underline(boolean x)
Deprecated.
Set the value of the
underline property for the instance constructed by this builder. |
B |
wrappingWidth(double x)
Deprecated.
Set the value of the
wrappingWidth property for the instance constructed by this builder. |
B |
x(double x)
Deprecated.
Set the value of the
x property for the instance constructed by this builder. |
B |
y(double x)
Deprecated.
Set the value of the
y property for the instance constructed by this builder. |
applyTo, fill, smooth, stroke, strokeDashArray, strokeDashArray, strokeDashOffset, strokeLineCap, strokeLineJoin, strokeMiterLimit, strokeType, strokeWidth
applyTo, blendMode, cache, cacheHint, clip, cursor, depthTest, disable, effect, eventDispatcher, focusTraversable, id, inputMethodRequests, layoutX, layoutY, managed, mouseTransparent, onContextMenuRequested, onDragDetected, onDragDone, onDragDropped, onDragEntered, onDragExited, onDragOver, onInputMethodTextChanged, onKeyPressed, onKeyReleased, onKeyTyped, onMouseClicked, onMouseDragEntered, onMouseDragExited, onMouseDragged, onMouseDragOver, onMouseDragReleased, onMouseEntered, onMouseExited, onMouseMoved, onMousePressed, onMouseReleased, onRotate, onRotationFinished, onRotationStarted, onScroll, onScrollFinished, onScrollStarted, onSwipeDown, onSwipeLeft, onSwipeRight, onSwipeUp, onTouchMoved, onTouchPressed, onTouchReleased, onTouchStationary, onZoom, onZoomFinished, onZoomStarted, opacity, pickOnBounds, rotate, rotationAxis, scaleX, scaleY, scaleZ, style, styleClass, styleClass, transforms, transforms, translateX, translateY, translateZ, userData, visible
private int __set
private TextBoundsType boundsType
private Font font
private FontSmoothingType fontSmoothingType
private boolean impl_caretBias
private int impl_caretPosition
private int impl_selectionEnd
private int impl_selectionStart
private boolean strikethrough
private java.lang.String text
private TextAlignment textAlignment
private VPos textOrigin
private boolean underline
private double wrappingWidth
private double x
private double y
public static TextBuilder<?> create()
private void __set(int i)
public void applyTo(Text x)
public B boundsType(TextBoundsType x)
boundsType
property for the instance constructed by this builder.public B font(Font x)
font
property for the instance constructed by this builder.public B fontSmoothingType(FontSmoothingType x)
fontSmoothingType
property for the instance constructed by this builder.@Deprecated public B impl_caretBias(boolean x)
impl_caretBias
property for the instance constructed by this builder.@Deprecated public B impl_caretPosition(int x)
impl_caretPosition
property for the instance constructed by this builder.@Deprecated public B impl_selectionEnd(int x)
impl_selectionEnd
property for the instance constructed by this builder.@Deprecated public B impl_selectionStart(int x)
impl_selectionStart
property for the instance constructed by this builder.public B strikethrough(boolean x)
strikethrough
property for the instance constructed by this builder.public B text(java.lang.String x)
text
property for the instance constructed by this builder.public B textAlignment(TextAlignment x)
textAlignment
property for the instance constructed by this builder.public B textOrigin(VPos x)
textOrigin
property for the instance constructed by this builder.public B underline(boolean x)
underline
property for the instance constructed by this builder.public B wrappingWidth(double x)
wrappingWidth
property for the instance constructed by this builder.public B x(double x)
x
property for the instance constructed by this builder.public B y(double x)
y
property for the instance constructed by this builder.