Class ZoomHistory
- java.lang.Object
- 
- org.locationtech.jts.jump.workbench.ui.ZoomHistory
 
- 
 public class ZoomHistory extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description ZoomHistory(LayerViewPanel layerViewPanel)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description voidadd(org.locationtech.jts.geom.Envelope envelope)booleanhasNext()booleanhasPrev()org.locationtech.jts.geom.Envelopenext()org.locationtech.jts.geom.Envelopeprev()voidsetAdding(boolean adding)
 
- 
- 
- 
Constructor Detail- 
ZoomHistorypublic ZoomHistory(LayerViewPanel layerViewPanel) 
 
- 
 - 
Method Detail- 
setAddingpublic void setAdding(boolean adding) 
 - 
addpublic void add(org.locationtech.jts.geom.Envelope envelope) 
 - 
nextpublic org.locationtech.jts.geom.Envelope next() 
 - 
prevpublic org.locationtech.jts.geom.Envelope prev() 
 - 
hasPrevpublic boolean hasPrev() 
 - 
hasNextpublic boolean hasNext() 
 
- 
 
-