org.jplot2d.axtype
Class DeclinationAxisType
- java.lang.Object
-
- org.jplot2d.axtype.AxisType
-
- org.jplot2d.axtype.DeclinationAxisType
-
public class DeclinationAxisType extends AxisType
-
-
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.TransformTypegetDefaultTransformType()RangegetDefaultWorldRange(TransformType txfType)static DeclinationAxisTypegetInstance()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 DeclinationAxisType 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
-
-
DMelt 3.0 © DataMelt by jWork.ORG