Class LabelScaleRange

All Implemented Interfaces:
ActionListener, ImageObserver, MenuContainer, Serializable, EventListener, Accessible, org.gvsig.andami.ui.mdiManager.IWindow

public class LabelScaleRange extends JPanel implements org.gvsig.andami.ui.mdiManager.IWindow, ActionListener

Configuration panel to set the range of scales in which the labels will be visible.

Author:
jaume dominguez faus - jaume.dominguez@iver.es Apr 4, 2008
See Also:
  • Constructor Details

    • LabelScaleRange

      public LabelScaleRange(long minScale, long maxScale)
  • Method Details

    • getMaxScale

      public long getMaxScale()
    • getMinScale

      public long getMinScale()
    • getWindowInfo

      public org.gvsig.andami.ui.mdiManager.WindowInfo getWindowInfo()
      Specified by:
      getWindowInfo in interface org.gvsig.andami.ui.mdiManager.IWindow
    • getWindowProfile

      public Object getWindowProfile()
      Specified by:
      getWindowProfile in interface org.gvsig.andami.ui.mdiManager.IWindow
    • actionPerformed

      public void actionPerformed(ActionEvent e)
      Specified by:
      actionPerformed in interface ActionListener