Package uk.ac.starlink.ttools.plot2.geom
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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AxisAnnotation
createAxisAnnotation(GridLiner gridLiner, Captioner captioner)
Returns an axis annotation object for a given grid painter and captioner.java.lang.String
getLabellerDescription()
Returns a description for this mode.java.lang.String
getLabellerName()
Returns a name for this axis labelling mode.
-
-
-
Method Detail
-
getLabellerName
java.lang.String getLabellerName()
Returns a name for this axis labelling mode.- Returns:
- one-word name
-
getLabellerDescription
java.lang.String getLabellerDescription()
Returns a description for this mode.- Returns:
- description
-
createAxisAnnotation
AxisAnnotation createAxisAnnotation(GridLiner gridLiner, Captioner captioner)
Returns an axis annotation object for a given grid painter and captioner.- Parameters:
gridLiner
- grid lines for a sky plotcaptioner
- text renderer- Returns:
- axis annotation
-
-