Interface TickGenerator

    • Method Detail

      • setParent

        void setParent​(AbstractAxisModel value)
        Sets the owning axis model.
        Parameters:
        value - the model
      • getParent

        AbstractAxisModel getParent()
        Returns the owning axis model.
        Returns:
        the model
      • getTicks

        List<Tick> getTicks()
        Returns the ticks of this axis.
        Returns:
        the current ticks to display