Interface SkyAxisLabeller
- All Known Implementing Classes:
TickSkyAxisLabeller
public interface SkyAxisLabeller
Performs axis labelling for a sky plot.
- Since:
- 21 Feb 2013
- Author:
- Mark Taylor
-
Method Summary
Modifier and TypeMethodDescriptioncreateAxisAnnotation(GridLiner gridLiner, Captioner captioner, SkySys skySys) Returns an axis annotation object for a given grid painter and captioner.Returns a description for this mode.Returns a name for this axis labelling mode.
-
Method Details
-
getLabellerName
-
getLabellerDescription
-
createAxisAnnotation
Returns an axis annotation object for a given grid painter and captioner.- Parameters:
gridLiner- grid lines for a sky plotcaptioner- text rendererskySys- sky coordinate system- Returns:
- axis annotation
-