| Type | Property and Description |
|---|---|
StringExpression |
label
The display text for tick mark
|
DoubleExpression |
position
The display position along the axis from axis origin in display units
|
ObjectExpression<T> |
value
The value for this tick mark in data units
|
| Constructor and Description |
|---|
TickMark()
Creates and initializes an instance of TickMark.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getLabel()
Gets the value of the property label.
|
double |
getPosition()
Gets the value of the property position.
|
T |
getValue()
Gets the value of the property value.
|
boolean |
isTextVisible()
Indicates whether this tick mark label text is displayed or not.
|
StringExpression |
labelProperty()
The display text for tick mark
|
DoubleExpression |
positionProperty()
The display position along the axis from axis origin in display units
|
void |
setLabel(String value)
Sets the value of the property label.
|
void |
setPosition(double value)
Sets the value of the property position.
|
void |
setTextVisible(boolean value)
Specifies whether this tick mark label text is displayed or not.
|
void |
setValue(T v)
Sets the value of the property value.
|
String |
toString()
Returns a string representation of this
TickMark object. |
ObjectExpression<T> |
valueProperty()
The value for this tick mark in data units
|
public final StringExpression labelProperty
getLabel(),
setLabel(String)public final ObjectExpression<T> valueProperty
getValue(),
setValue(T)public final DoubleExpression positionProperty
getPosition(),
setPosition(double)public final String getLabel()
public final void setLabel(String value)
public final StringExpression labelProperty()
getLabel(),
setLabel(String)public final T getValue()
public final void setValue(T v)
public final ObjectExpression<T> valueProperty()
getValue(),
setValue(T)public final double getPosition()
public final void setPosition(double value)
public final DoubleExpression positionProperty()
getPosition(),
setPosition(double)public final boolean isTextVisible()
public final void setTextVisible(boolean value)
value - true if tick mark label text is visible and false otherwiseCopyright (c) 2008, 2015, Oracle and/or its affiliates. All rights reserved.