private final class Text.TextAttribute
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private ReadOnlyDoubleWrapper |
baselineOffset |
private BooleanProperty |
impl_caretBias
Deprecated.
|
private ObjectBinding<PathElement[]> |
impl_caretBinding |
private IntegerProperty |
impl_caretPosition
Deprecated.
|
private ObjectProperty<PathElement[]> |
impl_caretShape
Deprecated.
|
private ObjectBinding<PathElement[]> |
impl_selectionBinding |
private IntegerProperty |
impl_selectionEnd
Deprecated.
|
private ObjectProperty<PathElement[]> |
impl_selectionShape
Deprecated.
|
private IntegerProperty |
impl_selectionStart
Deprecated.
|
private DoubleProperty |
lineSpacing |
private ObjectProperty<Paint> |
selectionFill |
private BooleanProperty |
strikethrough |
private ObjectProperty<TextAlignment> |
textAlignment |
private ObjectProperty<VPos> |
textOrigin |
private BooleanProperty |
underline |
Modifier | Constructor and Description |
---|---|
private |
TextAttribute() |
private ObjectProperty<VPos> textOrigin
private BooleanProperty underline
private BooleanProperty strikethrough
private ObjectProperty<TextAlignment> textAlignment
private DoubleProperty lineSpacing
private ReadOnlyDoubleWrapper baselineOffset
@Deprecated private ObjectProperty<PathElement[]> impl_selectionShape
private ObjectBinding<PathElement[]> impl_selectionBinding
private ObjectProperty<Paint> selectionFill
@Deprecated private IntegerProperty impl_selectionStart
@Deprecated private IntegerProperty impl_selectionEnd
@Deprecated private ObjectProperty<PathElement[]> impl_caretShape
private ObjectBinding<PathElement[]> impl_caretBinding
@Deprecated private IntegerProperty impl_caretPosition
@Deprecated private BooleanProperty impl_caretBias
public final VPos getTextOrigin()
public final ObjectProperty<VPos> textOriginProperty()
public final boolean isUnderline()
public final BooleanProperty underlineProperty()
public final boolean isStrikethrough()
public final BooleanProperty strikethroughProperty()
public final TextAlignment getTextAlignment()
public final ObjectProperty<TextAlignment> textAlignmentProperty()
public final double getLineSpacing()
public final DoubleProperty lineSpacingProperty()
public final ReadOnlyDoubleProperty baselineOffsetProperty()
@Deprecated public final ReadOnlyObjectProperty<PathElement[]> impl_selectionShapeProperty()
@Deprecated public final ObjectProperty<Paint> impl_selectionFillProperty()
@Deprecated public final int getImpl_selectionStart()
@Deprecated public final IntegerProperty impl_selectionStartProperty()
@Deprecated public final int getImpl_selectionEnd()
@Deprecated public final IntegerProperty impl_selectionEndProperty()
@Deprecated public final ReadOnlyObjectProperty<PathElement[]> impl_caretShapeProperty()
@Deprecated public final int getImpl_caretPosition()
@Deprecated public final IntegerProperty impl_caretPositionProperty()
@Deprecated public final boolean isImpl_caretBias()
@Deprecated public final BooleanProperty impl_caretBiasProperty()