Class MultiArrayDataValue

    • Constructor Detail

      • MultiArrayDataValue

        public MultiArrayDataValue​(Comparable ColorValue)
        Generate a new NodeValue based on a specific ColorValue (likely the sheet name).
        Parameters:
        ColorValue - The Colorvalues (strings or doubles).
    • Method Detail

      • setEntryData

        public void setEntryData​(Vector<Double> yValues)
        Set the Line Data for this NodeValue. This assumes, that this is containing Double Data.
        Parameters:
        yValues - the y Values being used.
      • getEntryData

        public Vector<Double> getEntryData()
        Get the Line Data stored in this value
        Returns:
        A Vector with the (Double) LineData for this Value.