public final class ItemLabelAnchor
extends java.lang.Object
implements java.io.Serializable
CategoryPlot.| Modifier and Type | Field and Description |
|---|---|
static ItemLabelAnchor |
CENTER
CENTER.
|
static ItemLabelAnchor |
INSIDE1
INSIDE1.
|
static ItemLabelAnchor |
INSIDE10
INSIDE10.
|
static ItemLabelAnchor |
INSIDE11
INSIDE11.
|
static ItemLabelAnchor |
INSIDE12
INSIDE12.
|
static ItemLabelAnchor |
INSIDE2
INSIDE2.
|
static ItemLabelAnchor |
INSIDE3
INSIDE3.
|
static ItemLabelAnchor |
INSIDE4
INSIDE4.
|
static ItemLabelAnchor |
INSIDE5
INSIDE5.
|
static ItemLabelAnchor |
INSIDE6
INSIDE6.
|
static ItemLabelAnchor |
INSIDE7
INSIDE7.
|
static ItemLabelAnchor |
INSIDE8
INSIDE8.
|
static ItemLabelAnchor |
INSIDE9
INSIDE9.
|
private java.lang.String |
name
The name.
|
static ItemLabelAnchor |
OUTSIDE1
OUTSIDE1.
|
static ItemLabelAnchor |
OUTSIDE10
OUTSIDE10.
|
static ItemLabelAnchor |
OUTSIDE11
OUTSIDE11.
|
static ItemLabelAnchor |
OUTSIDE12
OUTSIDE12.
|
static ItemLabelAnchor |
OUTSIDE2
OUTSIDE2.
|
static ItemLabelAnchor |
OUTSIDE3
OUTSIDE3.
|
static ItemLabelAnchor |
OUTSIDE4
OUTSIDE4.
|
static ItemLabelAnchor |
OUTSIDE5
OUTSIDE5.
|
static ItemLabelAnchor |
OUTSIDE6
OUTSIDE6.
|
static ItemLabelAnchor |
OUTSIDE7
OUTSIDE7.
|
static ItemLabelAnchor |
OUTSIDE8
OUTSIDE8.
|
static ItemLabelAnchor |
OUTSIDE9
OUTSIDE9.
|
private static long |
serialVersionUID
For serialization.
|
| Modifier | Constructor and Description |
|---|---|
private |
ItemLabelAnchor(java.lang.String name)
Private constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj)
Returns
true if this object is equal to the specified
object, and false otherwise. |
private java.lang.Object |
readResolve()
Ensures that serialization returns the unique instances.
|
java.lang.String |
toString()
Returns a string representing the object.
|
private static final long serialVersionUID
public static final ItemLabelAnchor CENTER
public static final ItemLabelAnchor INSIDE1
public static final ItemLabelAnchor INSIDE2
public static final ItemLabelAnchor INSIDE3
public static final ItemLabelAnchor INSIDE4
public static final ItemLabelAnchor INSIDE5
public static final ItemLabelAnchor INSIDE6
public static final ItemLabelAnchor INSIDE7
public static final ItemLabelAnchor INSIDE8
public static final ItemLabelAnchor INSIDE9
public static final ItemLabelAnchor INSIDE10
public static final ItemLabelAnchor INSIDE11
public static final ItemLabelAnchor INSIDE12
public static final ItemLabelAnchor OUTSIDE1
public static final ItemLabelAnchor OUTSIDE2
public static final ItemLabelAnchor OUTSIDE3
public static final ItemLabelAnchor OUTSIDE4
public static final ItemLabelAnchor OUTSIDE5
public static final ItemLabelAnchor OUTSIDE6
public static final ItemLabelAnchor OUTSIDE7
public static final ItemLabelAnchor OUTSIDE8
public static final ItemLabelAnchor OUTSIDE9
public static final ItemLabelAnchor OUTSIDE10
public static final ItemLabelAnchor OUTSIDE11
public static final ItemLabelAnchor OUTSIDE12
private java.lang.String name
private ItemLabelAnchor(java.lang.String name)
name - the name.public java.lang.String toString()
toString in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
true if this object is equal to the specified
object, and false otherwise.equals in class java.lang.Objectobj - the other object.private java.lang.Object readResolve()
throws java.io.ObjectStreamException
java.io.ObjectStreamException - if there is a problem.