Class ZoomOptions


  • public final class ZoomOptions
    extends AbstractPluginOptions
    This is the ZoomPlugin.ID plugin options where to set all the configuration needed to the plugin.
    Author:
    Andrea "Stock" Stocchero
    • Constructor Detail

      • ZoomOptions

        public ZoomOptions()
        Creates new ZoomPlugin.ID plugin options.
      • ZoomOptions

        public ZoomOptions​(IsChart chart)
        Creates new ZoomPlugin.ID plugin options, relating to chart instance for default.
        Parameters:
        chart - chart instance related to the plugin options
    • Method Detail

      • getPan

        public Pan getPan()
        Returns the pan element.
        Returns:
        the pan element.
      • getZoom

        public Zoom getZoom()
        Returns the zoom element.
        Returns:
        the zoom element.
      • getLimits

        public Limits getLimits()
        Returns the limits element.
        Returns:
        the limits element.