Class ZoomHistory
java.lang.Object
com.vividsolutions.jump.workbench.ui.ZoomHistory
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
ZoomHistory
-
-
Method Details
-
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()
-