org.eclipse.birt.chart.computation.withaxes
Class AxisLabelTextProvider

java.lang.Object
  extended by org.eclipse.birt.chart.computation.withaxes.AxisLabelTextProvider

public abstract class AxisLabelTextProvider
extends java.lang.Object

This class provides the axis label texts of an axis.


Method Summary
static AxisLabelTextProvider create(OneAxis oax)
           
abstract  java.lang.String getLabelText(int index)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

create

public static AxisLabelTextProvider create(OneAxis oax)

getLabelText

public abstract java.lang.String getLabelText(int index)
                                       throws ChartException
Throws:
ChartException


Copyright © 2005-2008 Actuate Corp. All rights reserved.