tdg
Class NumberFormatCallBack

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

public class NumberFormatCallBack
extends java.lang.Object

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


Field Summary
static int AXIS_LABEL
           
static int DATA_LABEL
           
static int DATA_LABEL_HILO_VOL
           
static int PIE_LABEL
           
static int PIE_TOTAL
           
static int TOOLTIP_VALUE
           
 
Constructor Summary
NumberFormatCallBack()
           
 
Method Summary
 void init(Perspective aPerspectiveInstance)
           
 void setState(int LabelType, int Series, int Group, tdg.AxisTemplate Axis_ID, int Axis_Ord)
           
 java.lang.String toString(double dVal)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

AXIS_LABEL

public static final int AXIS_LABEL

PIE_LABEL

public static final int PIE_LABEL

PIE_TOTAL

public static final int PIE_TOTAL

DATA_LABEL

public static final int DATA_LABEL

TOOLTIP_VALUE

public static final int TOOLTIP_VALUE

DATA_LABEL_HILO_VOL

public static final int DATA_LABEL_HILO_VOL
Constructor Detail

NumberFormatCallBack

public NumberFormatCallBack()
Method Detail

init

public void init(Perspective aPerspectiveInstance)

setState

public void setState(int LabelType,
                     int Series,
                     int Group,
                     tdg.AxisTemplate Axis_ID,
                     int Axis_Ord)

toString

public java.lang.String toString(double dVal)