Class PositionPoint

  • All Implemented Interfaces:
    IsPoint

    public final class PositionPoint
    extends AbstractPoint
    This object is wrapping the native java script object to provide the position of the legend.
    Author:
    Andrea "Stock" Stocchero
    • Constructor Detail

      • PositionPoint

        public PositionPoint()
        Creates an empty object.
      • PositionPoint

        public PositionPoint​(double x)
        Creates an object with X coordinate of the point
        Parameters:
        x - the X coordinate of the point
      • PositionPoint

        public PositionPoint​(double x,
                             double y)
        Creates an object with X and Y coordinates of the point
        Parameters:
        x - the X coordinate of the point
        y - the Y coordinate of the point