lt.monarch.chart.chart2D.axis
Class AxisTick

java.lang.Object
  extended by lt.monarch.chart.chart2D.axis.AxisTick

public class AxisTick
extends java.lang.Object

Axis tick object


Constructor Summary
Constructor and Description
AxisTick(Point2D pt1, Point2D pt2)
          Default axis tick object
 
Method Summary
Modifier and Type Method and Description
 void draw(AbstractGraphics g)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AxisTick

public AxisTick(Point2D pt1,
                Point2D pt2)
Default axis tick object

Method Detail

draw

public void draw(AbstractGraphics g)