Class InstallKeyPanPlugIn

    • Field Detail

      • sPAN_NORTH

        public static final String sPAN_NORTH
      • sPAN_EAST

        public static final String sPAN_EAST
      • sPAN_SOUTH

        public static final String sPAN_SOUTH
      • sPAN_WEST

        public static final String sPAN_WEST
      • sZOOM_IN

        public static final String sZOOM_IN
      • sZOOM_OUT

        public static final String sZOOM_OUT
      • sZOOM_EXT

        public static final String sZOOM_EXT
      • sACCEPTED_VALUES

        public static final String sACCEPTED_VALUES
    • Constructor Detail

      • InstallKeyPanPlugIn

        public InstallKeyPanPlugIn()
        Default constructor
      • InstallKeyPanPlugIn

        public InstallKeyPanPlugIn​(double panPercentage)
        Creates a new plug-in with pan_percentage as pan percentage value pan_percentage The value in percent of screen size to pan/zoom. Accepted values are in the range 0 < percentage <= 1
    • Method Detail

      • initialize

        public void initialize​(PlugInContext context)
                        throws Exception
        Description copied from interface: PlugIn
        Called when Workbench starts up to allow plugins to initialize themselves.
        Specified by:
        initialize in interface PlugIn
        Overrides:
        initialize in class AbstractPlugIn
        Parameters:
        context - context of the PlugIn
        Throws:
        Exception - if an exception occur during initialization
      • getPanPercentage

        public double getPanPercentage()
        Get the pan/zoom percentage, a value between 0 and 1. Deafult is 0.25 (=25%)
      • setPanPercentage

        public void setPanPercentage​(double panPercent)
        Set the pan percentage. Legal values are between greater than 0 and less than or equal to 1.0
        Parameters:
        panPercent - The value in percent of screen size to pan/zoom. Accepted values are in the range 0 < percentage <= 1