Class AxisTickPainterDefault

  • All Implemented Interfaces:
    IAxisTickPainter, java.io.Serializable

    public class AxisTickPainterDefault
    extends java.lang.Object
    implements IAxisTickPainter
    Default implementation for a tick painter that uses all given arguments (no proprietary behaviour).

    Version:
    $Revision: 1.7 $
    Author:
    Achim Westermann
    See Also:
    Serialized Form
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int getMajorTickLength()
      Returns the major tick length in pixel.
      int getMinorTickLength()
      Returns the minor tick length in pixel.
      void paintXLabel​(int x, int y, java.lang.String label, java.awt.Graphics g)
      Paint the given label for the x axis.
      void paintXTick​(int x, int y, boolean isMajorTick, boolean isBottomSide, java.awt.Graphics g)
      Paint the little marker for a label of the x axis.
      void paintYLabel​(int x, int y, java.lang.String label, java.awt.Graphics g)
      Paint the given label for the y axis.
      void paintYTick​(int x, int y, boolean isMajorTick, boolean isLeftSide, java.awt.Graphics g)
      Paint the little marker for a label of the y axis.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait