|
Spec-Zone .ru
спецификации, руководства, описания, API
|
| 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()
The display text for tick mark
|
double |
getPosition()
The display position along the axis from axis origin in display units
|
T |
getValue()
The value for this tick mark in data units
|
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)
The display text for tick mark
|
void |
setPosition(double value)
The display position along the axis from axis origin in display units
|
void |
setTextVisible(boolean value) |
void |
setValue(T v)
The value for this tick mark in data units
|
java.lang.String |
toString()
Returns a string representation of this
TickMark object. |
ObjectExpression<T> |
valueProperty()
The value for this tick mark in data units
|
getLabel(),
setLabel(String)getValue(),
setValue(T)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, 2011, Oracle and/or its affiliates. All rights reserved. Use is subject to .