|
Spec-Zone .ru
спецификации, руководства, описания, API
|
@Generated(value="Generated by javafx.builder.processor.BuilderProcessor") public final class TextBuilder extends ShapeBuilder<TextBuilder>
Text| Modifier | Constructor and Description |
|---|---|
protected |
TextBuilder() |
| Modifier and Type | Method and Description |
|---|---|
void |
applyTo(Text x) |
TextBuilder |
boundsType(TextBoundsType x)
Set the value of the
boundsType property for the instance constructed by this builder. |
Text |
build()
Make an instance of
Text based on the properties set on this builder. |
static TextBuilder |
create() |
TextBuilder |
font(Font x)
Set the value of the
font property for the instance constructed by this builder. |
TextBuilder |
strikethrough(boolean x)
Set the value of the
strikethrough property for the instance constructed by this builder. |
TextBuilder |
text(java.lang.String x)
Set the value of the
text property for the instance constructed by this builder. |
TextBuilder |
textAlignment(TextAlignment x)
Set the value of the
textAlignment property for the instance constructed by this builder. |
TextBuilder |
textOrigin(VPos x)
Set the value of the
textOrigin property for the instance constructed by this builder. |
TextBuilder |
underline(boolean x)
Set the value of the
underline property for the instance constructed by this builder. |
TextBuilder |
wrappingWidth(double x)
Set the value of the
wrappingWidth property for the instance constructed by this builder. |
TextBuilder |
x(double x)
Set the value of the
x property for the instance constructed by this builder. |
TextBuilder |
y(double x)
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, strokeWidthapplyTo, blendMode, cache, cacheHint, clip, cursor, depthTest, disable, effect, eventDispatcher, focusTraversable, id, inputMethodRequests, layoutX, layoutY, managed, mouseTransparent, onDragDetected, onDragDone, onDragDropped, onDragEntered, onDragExited, onDragOver, onInputMethodTextChanged, onKeyPressed, onKeyReleased, onKeyTyped, onMouseClicked, onMouseDragged, onMouseEntered, onMouseExited, onMouseMoved, onMousePressed, onMouseReleased, onScroll, opacity, pickOnBounds, rotate, rotationAxis, scaleX, scaleY, scaleZ, style, styleClass, styleClass, transforms, transforms, translateX, translateY, translateZ, userData, visiblepublic static TextBuilder create()
public void applyTo(Text x)
public TextBuilder boundsType(TextBoundsType x)
boundsType property for the instance constructed by this builder.public TextBuilder font(Font x)
font property for the instance constructed by this builder.public TextBuilder strikethrough(boolean x)
strikethrough property for the instance constructed by this builder.public TextBuilder text(java.lang.String x)
text property for the instance constructed by this builder.public TextBuilder textAlignment(TextAlignment x)
textAlignment property for the instance constructed by this builder.public TextBuilder textOrigin(VPos x)
textOrigin property for the instance constructed by this builder.public TextBuilder underline(boolean x)
underline property for the instance constructed by this builder.public TextBuilder wrappingWidth(double x)
wrappingWidth property for the instance constructed by this builder.public TextBuilder x(double x)
x property for the instance constructed by this builder.public TextBuilder y(double x)
y property for the instance constructed by this builder.Copyright (c) 2008, 2011, Oracle and/or its affiliates. All rights reserved. Use is subject to .