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

Class AxisType

    • Field Detail

      • NUMBER

        public static final AxisType NUMBER
      • DATE

        public static final AxisType DATE
      • DATE_UTC_US

        public static final AxisType DATE_UTC_US
      • TAI_MICROS_UTC_US

        public static final AxisType TAI_MICROS_UTC_US
      • RIGHT_ASCENSION

        public static final AxisType RIGHT_ASCENSION
      • DECLINATION

        public static final AxisType DECLINATION
    • Constructor Detail

      • AxisType

        public AxisType(java.lang.String name)
    • Method Detail

      • getName

        public java.lang.String getName()
      • canSupport

        public abstract boolean canSupport(TransformType txfType)
      • getDefaultTransformType

        public abstract TransformType getDefaultTransformType()
      • getBoundary

        public abstract Range getBoundary(TransformType txfType)
        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.
        Returns:
      • getDefaultWorldRange

        public abstract Range getDefaultWorldRange(TransformType txfType)
        Returns:
        the default world range when the axis contains no valid data
      • getTickAlgorithm

        public abstract TickAlgorithm getTickAlgorithm(TransformType txfType,
                                                       AxisTickTransform tickTransform)
        Returns a TickAlgorithm by the given transform type and tick transform, or null if the given tick transform is not allowed.
        Parameters:
        txfType - the transform type
        tickTransform - the tick transform, can be null
        Returns:
        a TickAlgorithm
      • getCircularRange

        public Range getCircularRange()
        Some axis has a circular nature, such as angle. This range is a canonical range that all values should displayed in the range.
        Returns:
        a range to represent this axis' circular nature, or null if this axis is not circular
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object
      • valueOf

        public static AxisType valueOf(java.lang.String name)
      • values

        public static AxisType[] values()
        Returns all axis types in a array.
        Returns:
        all axis types

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.