Class TickSkyAxisLabeller.SkyTick

  • Enclosing class:
    TickSkyAxisLabeller

    public static class TickSkyAxisLabeller.SkyTick
    extends java.lang.Object
    Aggregates a line label, graphics position and text anchor.
    • Constructor Summary

      Constructors 
      Constructor Description
      SkyTick​(java.lang.String label, int px, int py, Anchor anchor)
      Constructor.
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • SkyTick

        public SkyTick​(java.lang.String label,
                       int px,
                       int py,
                       Anchor anchor)
        Constructor.
        Parameters:
        label - grid line label text
        px - graphics X coordinate
        py - graphics Y coordinate
        anchor - text anchor (includes baseline angle)