|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object javax.media.jai.EnumeratedParameter org.geotools.renderer.j2d.LegendPosition
Position of a legend relative to the widget's bounds.
The position may be one of the following constants:
NORTH_WEST | NORTH | NORTH_EAST |
WEST | CENTER | EAST |
SOUTH_WEST | SOUTH | SOUTH_EAST |
Field Summary | |
static LegendPosition |
CENTER
The central position in an area. |
static LegendPosition |
EAST
Compass-direction east (right). |
static LegendPosition |
NORTH
Compass-direction North (up). |
static LegendPosition |
NORTH_EAST
Compass-direction north-east (upper right). |
static LegendPosition |
NORTH_WEST
Compass-direction north west (upper left). |
static LegendPosition |
SOUTH
Compass-direction south (down). |
static LegendPosition |
SOUTH_EAST
Compass-direction south-east (lower right). |
static LegendPosition |
SOUTH_WEST
Compass-direction south-west (lower left). |
static LegendPosition |
WEST
Compass-direction west (left). |
Method Summary | |
static LegendPosition |
getEnum(int value)
Returns the enum for the specified value. |
Methods inherited from class javax.media.jai.EnumeratedParameter |
equals, getName, getValue, hashCode, toString |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
public static final LegendPosition CENTER
public static final LegendPosition NORTH
public static final LegendPosition NORTH_EAST
public static final LegendPosition EAST
public static final LegendPosition SOUTH_EAST
public static final LegendPosition SOUTH
public static final LegendPosition SOUTH_WEST
public static final LegendPosition WEST
public static final LegendPosition NORTH_WEST
Method Detail |
public static LegendPosition getEnum(int value) throws java.util.NoSuchElementException
SwingConstants
.
value
- The enum value.
java.util.NoSuchElementException
- if there is no enum for the specified value.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |