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 otherwiseSubmit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 2008, 2017, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.