Class AbstractLimitedTickGenerator

    • Field Detail

      • m_NumTicks

        protected int m_NumTicks
        the number of ticks to display.
    • Constructor Detail

      • AbstractLimitedTickGenerator

        public AbstractLimitedTickGenerator()
    • Method Detail

      • getDefaultNumTicks

        protected int getDefaultNumTicks()
        Return the default number of ticks to generate.
        Returns:
        the default number
      • getMinNumTicks

        protected int getMinNumTicks()
        Return the minimum number of ticks to generate.
        Returns:
        the minimum
      • setNumTicks

        public void setNumTicks​(int value)
        Sets the number of ticks to display along the axis.
        Parameters:
        value - the number of ticks
      • getNumTicks

        public int getNumTicks()
        Returns the number of ticks currently displayed.
        Returns:
        the number of ticks
      • numTicksTipText

        public String numTicksTipText()
        Returns the tip text for this property.
        Returns:
        tip text for this property suitable for displaying in the gui