Class LineSeriesItem<I extends Serializable,​V extends Serializable>

    • Constructor Detail

      • LineSeriesItem

        public LineSeriesItem()
        Instantiates a new line series item.
      • LineSeriesItem

        public LineSeriesItem​(I index,
                              V value)
        Instantiates a new line series item.
        Parameters:
        index - the index
        value - the value
    • Method Detail

      • getIndex

        public I getIndex()
        Gets the index.
        Returns:
        the index
      • setIndex

        public void setIndex​(I index)
        Sets the index.
        Parameters:
        index - the new index
      • getValue

        public V getValue()
        Gets the value.
        Returns:
        the value
      • setValue

        public void setValue​(V value)
        Sets the value.
        Parameters:
        value - the new value