org.jplot2d.axtype
Class RightAscensionAxisType
- java.lang.Object
-
- org.jplot2d.axtype.AxisType
-
- org.jplot2d.axtype.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
-
-
Field Summary
-
Fields inherited from class org.jplot2d.axtype.AxisType
DATE, DATE_UTC_US, DECLINATION, NUMBER, RIGHT_ASCENSION, TAI_MICROS_UTC_US
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method and Description booleancanSupport(TransformType txfType)RangegetBoundary(TransformType txfType)The boundary of the axis nature.RangegetCircularRange()Some axis has a circular nature, such as angle.TransformTypegetDefaultTransformType()RangegetDefaultWorldRange(TransformType txfType)static RightAscensionAxisTypegetInstance()TickAlgorithmgetTickAlgorithm(TransformType txfType, AxisTickTransform tickTransform)Returns a TickAlgorithm by the given transform type and tick transform, ornullif the given tick transform is not allowed.
-
-
-
Method Detail
-
getInstance
public static RightAscensionAxisType getInstance()
-
canSupport
public boolean canSupport(TransformType txfType)
- Specified by:
canSupportin classAxisType
-
getDefaultTransformType
public TransformType getDefaultTransformType()
- Specified by:
getDefaultTransformTypein classAxisType
-
getBoundary
public Range getBoundary(TransformType txfType)
Description copied from class:AxisTypeThe 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:
getBoundaryin classAxisType- Returns:
-
getDefaultWorldRange
public Range getDefaultWorldRange(TransformType txfType)
- Specified by:
getDefaultWorldRangein classAxisType- Returns:
- the default world range when the axis contains no valid data
-
getTickAlgorithm
public TickAlgorithm getTickAlgorithm(TransformType txfType, AxisTickTransform tickTransform)
Description copied from class:AxisTypeReturns a TickAlgorithm by the given transform type and tick transform, ornullif the given tick transform is not allowed.- Specified by:
getTickAlgorithmin classAxisType- Parameters:
txfType- the transform typetickTransform- the tick transform, can benull- Returns:
- a TickAlgorithm
-
getCircularRange
public Range getCircularRange()
Description copied from class:AxisTypeSome axis has a circular nature, such as angle. This range is a canonical range that all values should displayed in the range.- Overrides:
getCircularRangein classAxisType- Returns:
- a range to represent this axis' circular nature, or
nullif this axis is not circular
-
-
DMelt 3.0 © DataMelt by jWork.ORG