Class PeriodicityTickGenerator

    • Field Detail

      • m_Periodicity

        protected PeriodicityType m_Periodicity
        the periodicity type.
      • m_Formatter

        protected Formatter m_Formatter
        the format for outputting the values (SimpleDateFormat or DecimalFormat).
    • Constructor Detail

      • PeriodicityTickGenerator

        public PeriodicityTickGenerator()
    • Method Detail

      • setPeriodicity

        public void setPeriodicity​(PeriodicityType value)
        Sets the type of periodicity to use.
        Parameters:
        value - the type
      • getPeriodicity

        public PeriodicityType getPeriodicity()
        Returns the type of periodicity to use.
        Returns:
        the type
      • periodicityTipText

        public String periodicityTipText()
        Returns the tip text for this property.
        Returns:
        tip text for this property suitable for displaying in the GUI or for listing the options.
      • getDefaultFormat

        protected String getDefaultFormat()
        Returns the default format.
        Returns:
        the format
      • setFormat

        public void setFormat​(String value)
        Sets the format used for the ticks.
        Parameters:
        value - the format
      • getFormat

        public String getFormat()
        Returns the format used for the ticks.
        Returns:
        the format
      • formatTipText

        public String formatTipText()
        Returns the tip text for this property.
        Returns:
        tip text for this property suitable for displaying in the GUI or for listing the options.