public class LegendPosition
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Class and Description |
---|---|
static class |
LegendPosition.Position |
Modifier and Type | Field and Description |
---|---|
static LegendPosition |
BOTTOM |
static LegendPosition |
BOTTOM_LEFT |
static LegendPosition |
BOTTOM_RIGHT |
static LegendPosition |
LEFT |
static LegendPosition |
RIGHT |
static LegendPosition |
TOP |
static LegendPosition |
TOP_LEFT |
static LegendPosition |
TOP_RIGHT |
Constructor and Description |
---|
LegendPosition() |
LegendPosition(int[] coordinates) |
LegendPosition(LegendPosition.Position position) |
Modifier and Type | Method and Description |
---|---|
LegendPosition.Position |
getPosition() |
int |
getX() |
int |
getY() |
void |
setPosition(LegendPosition.Position position) |
void |
setX(int x) |
void |
setY(int y) |
public static final LegendPosition TOP
public static final LegendPosition LEFT
public static final LegendPosition BOTTOM
public static final LegendPosition RIGHT
public static final LegendPosition TOP_LEFT
public static final LegendPosition TOP_RIGHT
public static final LegendPosition BOTTOM_LEFT
public static final LegendPosition BOTTOM_RIGHT
public LegendPosition()
public LegendPosition(LegendPosition.Position position)
public LegendPosition(int[] coordinates)
public LegendPosition.Position getPosition()
public void setPosition(LegendPosition.Position position)
public int getX()
public void setX(int x)
public int getY()
public void setY(int y)