Class AbstractAxisChart<X,​Y,​I extends AbstractAxisChartItem<X,​Y,​I>>

    • Constructor Detail

      • AbstractAxisChart

        public AbstractAxisChart()
    • Method Detail

      • getItemFrom

        protected I getItemFrom​(X xValue)
        Gets the item associated to the given x value.
        Parameters:
        xValue - the x value.
        Returns:
        the associated item, null if none.
      • forX

        public I forX​(X xValue)
        Creates or gets the item associated to the given x value.
        Parameters:
        xValue - the x value.
        Returns: