|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Map2DController
Setter methods for properties that define a rectangular, 2D Canvas.
Map2D| Method Summary | |
|---|---|
void |
setEnvelope(Envelope newEnvelope)
Sets the envelope of the canvas, provided this Map2DController is the active controller. |
void |
setMapWidth(double newMapWidth,
Unit widthUnit)
Sets the map width of the canvas, provided this Map2DController is the active controller. |
void |
setPixelHeight(int newPixelHeight)
Sets the pixel height of the canvas, provided this Map2DController is the active controller. |
void |
setPixelWidth(int newPixelWidth)
Sets the pixel width of the canvas, provided this Map2DController is the active controller. |
void |
setScale(double newScale)
Sets the scale of the canvas, provided this Map2DController is the active controller. |
| Methods inherited from interface CanvasController |
|---|
setCenter |
| Method Detail |
|---|
void setPixelWidth(int newPixelWidth)
Map2DController is the active controller.
newPixelWidth - the new pixel width.void setPixelHeight(int newPixelHeight)
Map2DController is the active controller.
newPixelHeight - the new pixel height.
void setMapWidth(double newMapWidth,
Unit widthUnit)
Map2DController is the active controller.
newMapWidth - the new map widthwidthUnit - the unit of the newMapWidth.void setScale(double newScale)
Map2DController is the active controller.
newScale - the new scale.void setEnvelope(Envelope newEnvelope)
Map2DController is the active controller.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||