Class AbstractConfigurationItem

  • Direct Known Subclasses:
    Pan, Zoom

    public abstract class AbstractConfigurationItem
    extends AbstractNode
    Abstract element used by pan and zoom object in order to enable to provide the configuration of ZoomPlugin.ID.
    Author:
    Andrea "Stock" Stocchero
    • Method Detail

      • setMode

        public final void setMode​(InteractionAxis mode)
        Sets the element (panning or zooming) directions.
        Parameters:
        mode - the element (panning or zooming) directions
      • getMode

        public final InteractionAxis getMode()
        Returns the element (panning or zooming) directions.
        Returns:
        the element (panning or zooming) directions
      • setOverScaleMode

        public final void setOverScaleMode​(InteractionAxis mode)
        Sets which of the enabled zooming directions should only be available when the mouse cursor is over one of scale.
        If under mouse hasn't scale, then return all other scales which 'mode' is different with overScaleMode.
        So 'overScaleMode' works as a limiter to scale the user-selected scale (in 'mode') only when the cursor is under the scale, and other directions in 'mode' works as before.
        Parameters:
        mode - which of the enabled zooming directions should only be available when the mouse cursor is over one of scale
      • getOverScaleMode

        public final InteractionAxis getOverScaleMode()
        Returns which of the enabled zooming directions should only be available when the mouse cursor is over one of scale.
        Returns:
        which of the enabled zooming directions should only be available when the mouse cursor is over one of scale
      • getModeCallback

        public final ModeCallback getModeCallback()
        Returns the element (panning or zooming) directions callback, to set the mode at runtime.
        Returns:
        the element (panning or zooming) directions callback
      • setMode

        public final void setMode​(ModeCallback modeCallback)
        Sets the element (panning or zooming) directions callback, to set the mode at runtime.
        Parameters:
        modeCallback - the element (panning or zooming) directions callback
      • setMode

        public final void setMode​(NativeCallback modeCallback)
        Sets the element (panning or zooming) directions callback, to set the mode at runtime.
        Parameters:
        modeCallback - the element (panning or zooming) directions callback
      • getOverScaleModeCallback

        public final ModeCallback getOverScaleModeCallback()
        Returns the element (panning or zooming) directions callback, to set the mode at runtime, which of the enabled zooming directions should only be available when the mouse cursor is over one of scale
        Returns:
        the element (panning or zooming) directions callback
      • setOverScaleMode

        public final void setOverScaleMode​(ModeCallback modeCallback)
        Sets the element (panning or zooming) directions callback, to set the mode at runtime, which of the enabled zooming directions should only be available when the mouse cursor is over one of scale
        Parameters:
        modeCallback - the element (panning or zooming) directions callback
      • setOverScaleMode

        public final void setOverScaleMode​(NativeCallback modeCallback)
        Sets the element (panning or zooming) directions callback, to set the mode at runtime, which of the enabled zooming directions should only be available when the mouse cursor is over one of scale
        Parameters:
        modeCallback - the element (panning or zooming) directions callback
      • getProgressCallback

        public final ProgressCallback getProgressCallback()
        Returns the callback called while the user is zooming or panning.
        Returns:
        the callback called while the user is zooming or panning
      • setProgressCallback

        public final void setProgressCallback​(ProgressCallback progressCallback)
        Sets the callback called while the user is zooming or panning.
        Parameters:
        progressCallback - the callback called while the user is zooming or panning
      • getCompletedCallback

        public final CompletedCallback getCompletedCallback()
        Returns the callback called once zooming or panning is completed.
        Returns:
        the callback called once zooming or panning is completed
      • setCompletedCallback

        public final void setCompletedCallback​(CompletedCallback completeCallback)
        Sets the callback called once zooming or panning is completed.
        Parameters:
        completeCallback - the callback called once zooming or panning is completed
      • getRejectedCallback

        public final RejectedCallback getRejectedCallback()
        Returns the callback called once zooming or panning is completed.
        Returns:
        the callback called once zooming or panning is completed
      • setRejectedCallback

        public final void setRejectedCallback​(RejectedCallback rejectCallback)
        Sets the callback called once zooming or panning is rejected.
        Parameters:
        rejectCallback - the callback called once zooming or panning is rejected
      • getStartCallback

        public final StartCallback getStartCallback()
        Returns the callback called once zooming or panning is started.
        Returns:
        the callback called once zooming or panning is started
      • setStartCallback

        public final void setStartCallback​(StartCallback startCallback)
        Sets the callback called once zooming or panning is started.
        Parameters:
        startCallback - the callback called once zooming or panning is started