| 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 |
|---|
Axis.TickMark()
Creates and initializes an instance of TickMark.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.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(java.lang.String value)
Sets the value of the property label.
|
void |
setPosition(double value)
Sets the value of the property position.
|
void |
setTextVisible(boolean value) |
void |
setValue(T v)
Sets the value of the property value.
|
java.lang.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 Axis.TickMark()
public final java.lang.String getLabel()
public final void setLabel(java.lang.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)
public java.lang.String toString()
TickMark object.toString in class java.lang.ObjectTickMark object.Copyright (c) 2008, 2012, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms.