public class AxisValue
extends java.lang.Object
| Constructor and Description |
|---|
AxisValue(AxisValue axisValue) |
AxisValue(float value) |
AxisValue(float value,
char[] label)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
char[] |
getLabel()
Deprecated.
|
char[] |
getLabelAsChars() |
float |
getValue() |
int |
hashCode() |
AxisValue |
setLabel(char[] label)
Deprecated.
|
AxisValue |
setLabel(java.lang.String label)
Set custom label for this axis value.
|
AxisValue |
setValue(float value) |
public AxisValue(float value)
@Deprecated
public AxisValue(float value,
char[] label)
public AxisValue(AxisValue axisValue)
public float getValue()
public AxisValue setValue(float value)
@Deprecated public char[] getLabel()
public AxisValue setLabel(java.lang.String label)
label - public char[] getLabelAsChars()
@Deprecated public AxisValue setLabel(char[] label)
label - public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Object