|
Oracle Fusion Middleware Java API Reference for Oracle ADF Data Visualization Components 11g Release 1 (11.1.1.1.0) E12063-02 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectoracle.dss.graph.pfj.NumberFormatCallBack
oracle.dss.graph.GraphNumberFormatCallback
public class GraphNumberFormatCallback
GraphFormatManager
,
GraphRuleFormatter
,
ViewFormat
GraphFormatManager
. It passes the formatted numbers
to Perspective For Java, which paints the numbers.
Application developers should not have to call the methods in this class.
Field Summary | |
---|---|
protected int |
m_column
|
protected CommonGraph |
m_commonGraph
|
protected int |
m_row
|
protected int |
m_valueType
|
Fields inherited from class oracle.dss.graph.pfj.NumberFormatCallBack |
---|
AXIS_LABEL, CLOSE, DATA_LABEL, DATA_LABEL_HILO_VOL, FUNNEL_LABEL, HIGH, LOW, m_dAxisMax, m_dAxisMin, m_dAxisStep, OPEN, PIE_LABEL, PIE_TOTAL, TOOLTIP_VALUE, VOLUME, XVALUE, YVALUE, ZVALUE |
Constructor Summary | |
---|---|
GraphNumberFormatCallback(CommonGraph g)
Constructor. |
Method Summary | |
---|---|
ViewFormat |
getMarkerTextViewFormat(int seriesID)
Retrieves the ViewFormat for the marker text for a
data value in the graph. |
ViewFormat |
getMarkerTextViewFormat(int seriesID,
int groupID)
|
ViewFormat |
getTooltipViewFormat(int valueType)
Returns a viewFormat for use in exporting viewFormat information to flash xml content. |
java.lang.String |
toString(double dVal)
Converts a data value to a formatted String . |
Methods inherited from class oracle.dss.graph.pfj.NumberFormatCallBack |
---|
getAxisLabelOrdinalPosition, getAxisMax, getAxisMin, getAxisStep, getGroup, getLabelType, getSeries, getValueType, init, isAxisLabel, isX1AxisLabel, isY1AxisLabel, isY2AxisLabel, isY3AxisLabel, isY4AxisLabel, isY5AxisLabel, isZ1AxisLabel, setAxisMax, setAxisMin, setAxisStep, setState, setState |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected CommonGraph m_commonGraph
protected int m_row
protected int m_column
protected int m_valueType
Constructor Detail |
---|
public GraphNumberFormatCallback(CommonGraph g)
g
- The graph that uses this callback.Method Detail |
---|
public ViewFormat getTooltipViewFormat(int valueType)
valueType
- int constant beginning with MarkerText.VF_
public ViewFormat getMarkerTextViewFormat(int seriesID, int groupID)
public ViewFormat getMarkerTextViewFormat(int seriesID)
ViewFormat
for the marker text for a
data value in the graph.
The ViewFormat
specifies the properties that are used
to format the numbers that appear in MarkerText
components.
Application developers should not have to call this method.
seriesID
- The series that the MarkerText
belongs to.
ViewFormat
to use for formatting the data
at the specified series and group.public java.lang.String toString(double dVal)
String
.
This method determines the current graph type and the location and
situation of the data value that is to be formatted.
It then calls the GraphFormatManager
for the graph, to
have the data value formatted according to any rules that are in place.
This method then returns the formatted String
to
Perspective For Java, which displays it in the graph.
Application developers should not have to call this method.
toString
in class oracle.dss.graph.pfj.NumberFormatCallBack
dVal
- The value to format.
GraphFormatManager
,
Rule
|
Oracle Fusion Middleware Java API Reference for Oracle ADF Data Visualization Components 11g Release 1 (11.1.1.1.0) E12063-02 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |