Class AxisLabelTextProvider
- java.lang.Object
-
- 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
All Methods Static Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description static AxisLabelTextProvider
create(OneAxis oax)
abstract java.lang.String
getLabelText(int index)
-
-
-
Method Detail
-
create
public static AxisLabelTextProvider create(OneAxis oax)
-
getLabelText
public abstract java.lang.String getLabelText(int index) throws ChartException
- Throws:
ChartException
-
-