com.steema.teechart.axis
Class AxisLabelAdapter

java.lang.Object
  extended by com.steema.teechart.axis.AxisLabelAdapter
All Implemented Interfaces:
AxisLabelResolver

public class AxisLabelAdapter
extends java.lang.Object
implements AxisLabelResolver

Title: TeeChart for Java

Description: TeeChart for Java

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

Company: Steema Software SL


Constructor Summary
AxisLabelAdapter()
          Creates a new instance of AxisLabelAdapter
 
Method Summary
 java.lang.String getLabel(Axis axis, ISeries s, int valueIndex, java.lang.String labelText)
           
 NextAxisLabelValue getNextLabel(Axis axis, int labelIndex, NextAxisLabelValue nextAxisLabel)
           
 void scrollModHandler(Axis a, ScrollModEventArgs e)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AxisLabelAdapter

public AxisLabelAdapter()
Creates a new instance of AxisLabelAdapter

Method Detail

getLabel

public java.lang.String getLabel(Axis axis,
                                 ISeries s,
                                 int valueIndex,
                                 java.lang.String labelText)
Specified by:
getLabel in interface AxisLabelResolver

getNextLabel

public NextAxisLabelValue getNextLabel(Axis axis,
                                       int labelIndex,
                                       NextAxisLabelValue nextAxisLabel)
Specified by:
getNextLabel in interface AxisLabelResolver

scrollModHandler

public void scrollModHandler(Axis a,
                             ScrollModEventArgs e)
Specified by:
scrollModHandler in interface AxisLabelResolver