com.steema.teechart.axis
Class AxisDraw

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

public class AxisDraw
extends TeeBase

Title: AxisDraw class

Description:

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

Company: Steema Software SL


Nested Class Summary
 class AxisDraw.TicksGridDraw
           
 
Field Summary
protected  Axis axis
           
 AxisDraw.TicksGridDraw drawTicksAndGrid
           
 int[] ticks
           
 boolean tmpAlternate
           
protected  double tmpValue
           
 
Fields inherited from class com.steema.teechart.TeeBase
InternalUse
 
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()
           
 void setChart(IBaseChart chart)
          Chart associated with this object.
 
Methods inherited from class com.steema.teechart.TeeBase
getChart, invalidate, setBooleanProperty, setColorProperty, setDoubleProperty, setIntegerProperty, setStringProperty
 
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

drawTicksAndGrid

public transient AxisDraw.TicksGridDraw drawTicksAndGrid

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 -

setChart

public void setChart(IBaseChart chart)
Description copied from class: TeeBase
Chart associated with this object.

Overrides:
setChart in class TeeBase
Parameters:
chart - IBaseChart