Documentation of 'org.jplot2d.axtype.DateAxisType' Java class
DateAxisType
org.jplot2d.axtype

Class DateAxisType



  • public class DateAxisType
    extends AxisType
    An axis type to present data in Date/Time format. The data is in millisecond, since January 1, 1970, 00:00:00 UTC.
    • Method Detail

      • getDefault

        public static DateAxisType getDefault()
        Returns a DateAxisType with default zone and local
        Returns:
      • getUTC

        public static DateAxisType getUTC()
        Returns a DateAxisType with UTC zone and US local
        Returns:
      • getInstance

        public static DateAxisType getInstance(java.util.TimeZone zone,
                                               java.util.Locale aLocale)
      • getBoundary

        public Range getBoundary(TransformType txfType)
        Description copied from class: AxisType
        The boundary of the axis nature. The returned boundary is never inverted. For circular axis, this boundary is valid limit for data values, not for displayed label values.
        Specified by:
        getBoundary in class AxisType
        Returns:
      • getTickAlgorithm

        public TickAlgorithm getTickAlgorithm(TransformType txfType,
                                              AxisTickTransform tickTransform)
        Description copied from class: AxisType
        Returns a TickAlgorithm by the given transform type and tick transform, or null if the given tick transform is not allowed.
        Specified by:
        getTickAlgorithm in class AxisType
        Parameters:
        txfType - the transform type
        tickTransform - the tick transform, can be null
        Returns:
        a TickAlgorithm

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.