Package uk.ac.starlink.ttools.plot2.geom
Class TickSkyAxisLabeller.SkyTick
- java.lang.Object
-
- uk.ac.starlink.ttools.plot2.geom.TickSkyAxisLabeller.SkyTick
-
- Enclosing class:
- TickSkyAxisLabeller
public static class TickSkyAxisLabeller.SkyTick extends java.lang.Object
Aggregates a line label, graphics position and text anchor.
-
-
Constructor Detail
-
SkyTick
public SkyTick(java.lang.String label, int px, int py, Anchor anchor)
Constructor.- Parameters:
label
- grid line label textpx
- graphics X coordinatepy
- graphics Y coordinateanchor
- text anchor (includes baseline angle)
-
-