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.
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 |
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
NumberFormatCallBack
public NumberFormatCallBack()
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)