Class Amount

  • All Implemented Interfaces:
    IsPoint

    public final class Amount
    extends AbstractPoint
    This object is wrapping the native java script object to set the position to pan the chart.
    Author:
    Andrea "Stock" Stocchero
    • Constructor Detail

      • Amount

        public Amount()
        Creates an empty object
      • Amount

        public Amount​(double x)
        Creates an object with pan amount for x scale.
        Parameters:
        x - the X amount of pan
      • Amount

        public Amount​(double x,
                      double y)
        Creates an object with pan amount for x and y scales.
        Parameters:
        x - the X amount of pan
        y - the Y amount of pan