Class ZoomHistory
- java.lang.Object
-
- org.locationtech.jts.jump.workbench.ui.ZoomHistory
-
public class ZoomHistory extends Object
-
-
Constructor Summary
Constructors Constructor Description ZoomHistory(LayerViewPanel layerViewPanel)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
add(org.locationtech.jts.geom.Envelope envelope)
boolean
hasNext()
boolean
hasPrev()
org.locationtech.jts.geom.Envelope
next()
org.locationtech.jts.geom.Envelope
prev()
void
setAdding(boolean adding)
-
-
-
Constructor Detail
-
ZoomHistory
public ZoomHistory(LayerViewPanel layerViewPanel)
-
-
Method Detail
-
setAdding
public void setAdding(boolean adding)
-
add
public void add(org.locationtech.jts.geom.Envelope envelope)
-
next
public org.locationtech.jts.geom.Envelope next()
-
prev
public org.locationtech.jts.geom.Envelope prev()
-
hasPrev
public boolean hasPrev()
-
hasNext
public boolean hasNext()
-
-