Class ZoomHistory

java.lang.Object
com.vividsolutions.jump.workbench.ui.ZoomHistory

public class ZoomHistory extends Object
  • Constructor Details

  • 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()