Class ScatterplotFacetState

  • All Implemented Interfaces:
    Serializable, FacetState

    public class ScatterplotFacetState
    extends Object
    implements FacetState
    Stores the x and y coordinates of all points encountered so far by the facet aggregator.
    Author:
    Antonin Delpeuch
    See Also:
    Serialized Form
    • Field Detail

      • _valuesCount

        public int _valuesCount
    • Constructor Detail

      • ScatterplotFacetState

        public ScatterplotFacetState​(double[] valuesX,
                                     double[] valuesY,
                                     boolean[] inView,
                                     int valuesCount)
    • Method Detail

      • getValuesX

        public double[] getValuesX()
      • getValuesY

        public double[] getValuesY()
      • getInView

        public boolean[] getInView()
      • getValuesCount

        public int getValuesCount()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object