Documentation of 'org.jplot2d.axtick.DoubleTickCalculator' Java class
DoubleTickCalculator
org.jplot2d.axtick

Class DoubleTickCalculator

    • Constructor Detail

      • DoubleTickCalculator

        public DoubleTickCalculator()
    • Method Detail

      • getValues

        public abstract double[] getValues()
        Specified by:
        getValues in class TickCalculator
        Returns:
        the tick values
      • getMinorValues

        public abstract double[] getMinorValues()
        Specified by:
        getMinorValues in class TickCalculator
        Returns:
        the minor tick values
      • getInRangeValuesIdx

        public int[] getInRangeValuesIdx(java.lang.Object v)
        Return all values within the range.
        Specified by:
        getInRangeValuesIdx in class TickCalculator
        Parameters:
        v -
        Returns:
      • isValidFormat

        public boolean isValidFormat(java.lang.String format)
        Description copied from class: TickCalculator
        Returns true if the given format is valid for this tick calculator
        Specified by:
        isValidFormat in class TickCalculator
      • calcLabelFormatString

        public java.lang.String calcLabelFormatString(java.lang.Object valueArray)
        Description copied from class: TickCalculator
        Calculate a proper format string to format the labels on given values.
        Specified by:
        calcLabelFormatString in class TickCalculator
        Returns:
      • convFCm2e

        public static java.lang.String convFCm2e(java.lang.String format)
        Convert Format Conversion 'm' to 'e'. If the the input format is not 'm' conversion, the string is return untouched.
        Parameters:
        format - the format string.
        Returns:
        the new format string.

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.