Class DatasetPoint


  • public final class DatasetPoint
    extends NativeObjectContainer
    It wraps the parsed data values for the given item point.
    Author:
    Andrea "Stock" Stocchero
    • Constructor Detail

      • DatasetPoint

        public DatasetPoint​(CallbacksEnvelop<NativeObject> envelop)
        Creates the object with a native object passed as argument.
        Parameters:
        envelop - envelop of native java script object which contains all properties.
    • Method Detail

      • getX

        public double getX()
        Returns X value.
        Returns:
        X value
      • getY

        public double getY()
        Returns Y value.
        Returns:
        Y value.