public final class LegendPosition extends java.lang.Object implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
static LegendPosition |
BOTTOM
BOTTOM.
|
static LegendPosition |
LEFT
LEFT.
|
static LegendPosition |
NONE
NONE.
|
static LegendPosition |
RIGHT
RIGHT.
|
static LegendPosition |
TOP
TOP.
|
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 static final LegendPosition TOP
public static final LegendPosition BOTTOM
public static final LegendPosition LEFT
public static final LegendPosition RIGHT
public static final LegendPosition NONE
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