All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class tdg.NumberFormatCallBack

java.lang.Object
   |
   +----tdg.NumberFormatCallBack

public class NumberFormatCallBack
extends Object
Interface NumberFormatCallBack represents an abstract Interface to an Object that formats the numbers in a PFJ chart.


Variable Index

 o AXIS_LABEL
 o DATA_LABEL
 o DATA_LABEL_HILO_VOL
 o PIE_LABEL
 o PIE_TOTAL
 o TOOLTIP_VALUE

Constructor Index

 o NumberFormatCallBack()

Method Index

 o init(Perspective)
 o setState(int, int, int, AxisTemplate, int)
 o toString(double)

Variables

 o AXIS_LABEL
 public static final int AXIS_LABEL
 o PIE_LABEL
 public static final int PIE_LABEL
 o PIE_TOTAL
 public static final int PIE_TOTAL
 o DATA_LABEL
 public static final int DATA_LABEL
 o TOOLTIP_VALUE
 public static final int TOOLTIP_VALUE
 o DATA_LABEL_HILO_VOL
 public static final int DATA_LABEL_HILO_VOL

Constructors

 o NumberFormatCallBack
 public NumberFormatCallBack()

Methods

 o init
 public void init(Perspective aPerspectiveInstance)
 o setState
 public void setState(int LabelType,
                      int Series,
                      int Group,
                      AxisTemplate Axis_ID,
                      int Axis_Ord)
 o toString
 public String toString(double dVal)

All Packages  Class Hierarchy  This Package  Previous  Next  Index