public final class AxisScale extends java.lang.Object implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
static AxisScale |
FLOAT
Floating point.
|
static AxisScale |
INTEGER
Integer.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj)
Compares this object for equality with an other object.
|
int |
hashCode()
Returns a hash code value for the object.
|
java.lang.String |
toString()
Returns a string representing the object.
|
public java.lang.String toString()
toString
in class java.lang.Object
null
).public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
obj
- the other objectpublic int hashCode()
hashCode
in class java.lang.Object