Constructor and Description |
---|
TickMark()
Creates and initializes an instance of TickMark.
|
Modifier and Type | Method and Description |
---|---|
String |
getLabel() |
double |
getPosition() |
T |
getValue() |
boolean |
isTextVisible()
Indicates whether this tick mark label text is displayed or not.
|
StringExpression |
labelProperty() |
DoubleExpression |
positionProperty() |
void |
setLabel(String value) |
void |
setPosition(double value) |
void |
setTextVisible(boolean value)
Specifies whether this tick mark label text is displayed or not.
|
void |
setValue(T v) |
String |
toString()
Returns a string representation of this
TickMark object. |
ObjectExpression<T> |
valueProperty() |
public final String getLabel()
public final void setLabel(String value)
public final StringExpression labelProperty()
public final T getValue()
public final void setValue(T v)
public final ObjectExpression<T> valueProperty()
public final double getPosition()
public final void setPosition(double value)
public final DoubleExpression positionProperty()
public final boolean isTextVisible()
public final void setTextVisible(boolean value)
value
- true if tick mark label text is visible and false otherwiseCopyright © 2020. All rights reserved.