java.lang.Object
org.gvsig.symbology.fmap.mapcontext.rendering.legend.styling.ZoomConstraintsImpl
All Implemented Interfaces:
org.gvsig.fmap.mapcontext.rendering.legend.styling.IZoomConstraints, org.gvsig.tools.persistence.Persistent

public class ZoomConstraintsImpl extends Object implements org.gvsig.fmap.mapcontext.rendering.legend.styling.IZoomConstraints
Author:
jaume dominguez faus - jaume.dominguez@iver.es
  • Constructor Details

    • ZoomConstraintsImpl

      public ZoomConstraintsImpl()
  • Method Details

    • setMode

      public void setMode(int mode)
      Specified by:
      setMode in interface org.gvsig.fmap.mapcontext.rendering.legend.styling.IZoomConstraints
      Parameters:
      mode -
    • getMaxScale

      public long getMaxScale()
      Specified by:
      getMaxScale in interface org.gvsig.fmap.mapcontext.rendering.legend.styling.IZoomConstraints
      Returns:
    • setMaxScale

      public void setMaxScale(long maxScale)
      Specified by:
      setMaxScale in interface org.gvsig.fmap.mapcontext.rendering.legend.styling.IZoomConstraints
      Parameters:
      maxScale -
    • getMinScale

      public long getMinScale()
      Specified by:
      getMinScale in interface org.gvsig.fmap.mapcontext.rendering.legend.styling.IZoomConstraints
      Returns:
    • setMinScale

      public void setMinScale(long minScale)
      Specified by:
      setMinScale in interface org.gvsig.fmap.mapcontext.rendering.legend.styling.IZoomConstraints
      Parameters:
      minScale -
    • isUserDefined

      public boolean isUserDefined()
      Specified by:
      isUserDefined in interface org.gvsig.fmap.mapcontext.rendering.legend.styling.IZoomConstraints
    • isLayerDefined

      public boolean isLayerDefined()
      Specified by:
      isLayerDefined in interface org.gvsig.fmap.mapcontext.rendering.legend.styling.IZoomConstraints
    • loadFromState

      public void loadFromState(org.gvsig.tools.persistence.PersistentState state) throws org.gvsig.tools.persistence.exception.PersistenceException
      Specified by:
      loadFromState in interface org.gvsig.tools.persistence.Persistent
      Throws:
      org.gvsig.tools.persistence.exception.PersistenceException
    • saveToState

      public void saveToState(org.gvsig.tools.persistence.PersistentState state) throws org.gvsig.tools.persistence.exception.PersistenceException
      Specified by:
      saveToState in interface org.gvsig.tools.persistence.Persistent
      Throws:
      org.gvsig.tools.persistence.exception.PersistenceException