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

Class RightAscensionAxisType



  • public class RightAscensionAxisType
    extends AxisType
    RIGHT_ASCENSION axis type. The input data unit is decimal degree. The display tick label format is hh:mm:ss.ms
    • Method Detail

      • 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
      • getCircularRange

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

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.