|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Map2DState
The Map2DState
explicitly names the properties necessary
to define a rectangular, 2D canvas.
Map2D
Method Summary | |
---|---|
Envelope |
getEnvelope()
Gets the Envelope of the Canvas
represented by this Map2DState . |
double |
getMapWidth(Unit unit)
Gets the map width of the Canvas represented by this
Map2DState , in terms of the given unit . |
int |
getPixelHeight()
Gets the pixel height of the Canvas represented by this
Map2DState . |
int |
getPixelWidth()
Gets the pixel width of the Canvas represented by this
Map2DState . |
double |
getScale()
Gets the scale of the Canvas represented by this
Map2DState . |
Methods inherited from interface CanvasState |
---|
clone, equals, getCenter, getTitle |
Method Detail |
---|
int getPixelWidth()
Canvas
represented by this
Map2DState
.
int getPixelHeight()
Canvas
represented by this
Map2DState
.
double getMapWidth(Unit unit)
Canvas
represented by this
Map2DState
, in terms of the given unit
.
unit
- the Unit
for the return value
unit
double getScale()
Canvas
represented by this
Map2DState
.
Envelope getEnvelope()
Envelope
of the Canvas
represented by this Map2DState
.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |