|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use LegendPosition | |
org.geotools.renderer.j2d | Couches ? afficher sur une carte ? l'aide de Java2D. |
Uses of LegendPosition in org.geotools.renderer.j2d |
Fields in org.geotools.renderer.j2d declared as LegendPosition | |
static LegendPosition |
LegendPosition.CENTER
The central position in an area. |
static LegendPosition |
LegendPosition.NORTH
Compass-direction North (up). |
static LegendPosition |
LegendPosition.NORTH_EAST
Compass-direction north-east (upper right). |
static LegendPosition |
LegendPosition.EAST
Compass-direction east (right). |
static LegendPosition |
LegendPosition.SOUTH_EAST
Compass-direction south-east (lower right). |
static LegendPosition |
LegendPosition.SOUTH
Compass-direction south (down). |
static LegendPosition |
LegendPosition.SOUTH_WEST
Compass-direction south-west (lower left). |
static LegendPosition |
LegendPosition.WEST
Compass-direction west (left). |
static LegendPosition |
LegendPosition.NORTH_WEST
Compass-direction north west (upper left). |
Methods in org.geotools.renderer.j2d that return LegendPosition | |
static LegendPosition |
LegendPosition.getEnum(int value)
Returns the enum for the specified value. |
LegendPosition |
RenderedLegend.getPosition()
Returns the legend position. |
LegendPosition |
MarkIterator.labelPosition()
Returns the label position relative to the mark's position. |
Methods in org.geotools.renderer.j2d with parameters of type LegendPosition | |
void |
RenderedLegend.setPosition(LegendPosition position)
Set the legend position. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |