Documentation of 'info.monitorenter.gui.chart.axistickpainters.AxisTickPainterDefault' Java class
AxisTickPainterDefault
info.monitorenter.gui.chart.axistickpainters

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).

    See Also:
    Serialized Form
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and 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

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

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.