| Package | Description |
|---|---|
| com.revolsys.swing.map.old |
| Modifier and Type | Class and Description |
|---|---|
class |
HotspotViewport2D |
| Modifier and Type | Method and Description |
|---|---|
BoundingBox |
ZoomMode.getBoundingBox(ComponentViewport2D viewport,
BoundingBox boundingBox)
Get the best bounding box matching the zoom mode policy
|
BoundingBox |
FixedScaleZoomMode.getBoundingBox(ComponentViewport2D viewport,
BoundingBox boundingBox)
Get the best bounding box matching the zoom mode policy
If the coordinate system for the bounding box wasn't specified it will
be set to the coordinate system of the viewport.
The bounding box will be converted to the coordinate system of the
viewport.
|
BoundingBox |
FactorZoomMode.getBoundingBox(ComponentViewport2D viewport,
BoundingBox boundingBox)
Get the best bounding box matching the zoom mode policy
|
protected double |
FixedScaleZoomMode.getScale(ComponentViewport2D viewport,
BoundingBox newBoundingBox) |
int |
FixedScaleZoomMode.getZoomLevel(ComponentViewport2D viewport) |
void |
ZoomMode.zoom(ComponentViewport2D viewport,
BoundingBox boundingBox)
Zoom the map so that the specified bounding box is visible.
|
void |
FixedScaleZoomMode.zoom(ComponentViewport2D viewport,
BoundingBox boundingBox)
Zoom the map so that the specified bounding box is visible.
|
void |
FactorZoomMode.zoom(ComponentViewport2D viewport,
BoundingBox boundingBox)
Zoom the map so that the specified bounding box is visible.
|
void |
ZoomMode.zoom(ComponentViewport2D viewport,
double x1,
double y1,
double x2,
double y2)
Zoom the map to include the bounding box specified by the model coordinate
pair.
|
void |
FixedScaleZoomMode.zoom(ComponentViewport2D viewport,
double x1,
double y1,
double x2,
double y2)
Zoom the map to include the bounding box specified by the model coordinate
pair.
|
void |
FactorZoomMode.zoom(ComponentViewport2D viewport,
double x1,
double y1,
double x2,
double y2)
Zoom the map to include the bounding box specified by the model coordinate
pair.
|
void |
ZoomMode.zoomIn(ComponentViewport2D viewport,
double x,
double y)
Zoom the map in one level at the view coordinate, with the model coordinate
being maintained at the same view coordinate.
|
void |
FixedScaleZoomMode.zoomIn(ComponentViewport2D viewport,
double x,
double y)
Zoom the map in one level at the view coordinate, with the model coordinate
being maintained at the same view coordinate.
|
void |
FactorZoomMode.zoomIn(ComponentViewport2D viewport,
double x,
double y)
Zoom the map in one level at the view coordinate, with the model coordinate
being maintained at the same view coordinate.
|
void |
ZoomMode.zoomInAndRecentre(ComponentViewport2D viewport,
double x,
double y)
Zoom the map in one level at the view coordinate, re-centering the map at
the model coordinate represented by the view coordinate.
|
void |
FixedScaleZoomMode.zoomInAndRecentre(ComponentViewport2D viewport,
double x,
double y)
Zoom the map in one level at the view coordinate, re-centring the map at
the model coordinate represented by the view coordinate.
|
void |
FactorZoomMode.zoomInAndRecentre(ComponentViewport2D viewport,
double x,
double y)
Zoom the map in one level at the view coordinate, re-centring the map at
the model coordinate represented by the view coordinate.
|
void |
ZoomMode.zoomOut(ComponentViewport2D viewport,
double x,
double y)
Zoom the map out one level at the view coordinate, with the model
coordinate being maintained at the same view coordinate.
|
void |
FixedScaleZoomMode.zoomOut(ComponentViewport2D viewport,
double x,
double y)
Zoom the map out one level at the view coordinate, with the model
coordinate being maintained at the same view coordinate.
|
void |
FactorZoomMode.zoomOut(ComponentViewport2D viewport,
double x,
double y)
Zoom the map out one level at the view coordinate, with the model
coordinate being maintained at the same view coordinate.
|
void |
ZoomMode.zoomOutAndRecentre(ComponentViewport2D viewport,
double x,
double y)
Zoom the map in one level at the view coordinate, re-centering the map at
the model coordinate represented by the view coordinate.
|
void |
FixedScaleZoomMode.zoomOutAndRecentre(ComponentViewport2D viewport,
double x,
double y)
Zoom the map in one level at the view coordinate, re-centring the map at
the model coordinate represented by the view coordinate.
|
void |
FactorZoomMode.zoomOutAndRecentre(ComponentViewport2D viewport,
double x,
double y)
Zoom the map in one level at the view coordinate, re-centring the map at
the model coordinate represented by the view coordinate.
|
Copyright © 2015 Revolution Systems Inc.. All rights reserved.