Changeset 32910 in osm for applications/editors/josm/plugins/imagery_offset_db/src/iodb/CalibrationLayer.java
- Timestamp:
- 2016-09-03T16:54:03+02:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/imagery_offset_db/src/iodb/CalibrationLayer.java
r32528 r32910 185 185 * A simple icon with a colored rectangle. 186 186 */ 187 class SingleColorIcon implements Icon { 187 static class SingleColorIcon implements Icon { 188 188 private Color color; 189 189 … … 213 213 * uses {@link #visitBoundingBox} to pan and zoom to the calibration geometry. 214 214 */ 215 class ZoomToLayerAction extends AbstractAction { 215 static class ZoomToLayerAction extends AbstractAction { 216 216 ZoomToLayerAction() { 217 217 super(tr("Zoom to {0}", tr("layer"))); // to use translation from AutoScaleAction
Note:
See TracChangeset
for help on using the changeset viewer.
