com.steema.teechart.axis
Class AxisDraw

java.lang.Object
  extended by com.steema.teechart.axis.AxisDraw

public class AxisDraw
extends java.lang.Object

Title: AxisDraw class

Description:

Copyright (c) 2005-2008 by Steema Software SL. All Rights Reserved.

Company: Steema Software SL


Field Summary
protected  Axis axis
           
 int[] ticks
           
 boolean tmpAlternate
           
protected  double tmpValue
           
 
Constructor Summary
AxisDraw()
           
AxisDraw(Axis a)
           
 
Method Summary
 void draw(boolean calcPosAxis)
          Displays an Axis at the specified screen positions with the current axis scales.
 int getNumTicks()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ticks

public int[] ticks

axis

protected Axis axis

tmpValue

protected double tmpValue

tmpAlternate

public boolean tmpAlternate
Constructor Detail

AxisDraw

public AxisDraw(Axis a)
Parameters:
a - Axis

AxisDraw

public AxisDraw()
Method Detail

getNumTicks

public int getNumTicks()

draw

public void draw(boolean calcPosAxis)
Displays an Axis at the specified screen positions with the current axis scales.

Parameters:
calcPosAxis -