| 
Oracle Fusion Middleware Java API Reference for Oracle Data Visualization Components 11g Release 2 (11.1.2.0.0) E17492-01  | 
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectoracle.dss.dataView.XMLWriterCallback
oracle.dss.graph.GraphXMLWriterCallback
public abstract class GraphXMLWriterCallback
Defines a callback used for providing additional information while rendering Flash XML. Applications developers generally do not need to use this class.
| Constructor Summary | |
|---|---|
GraphXMLWriterCallback()
 | 
|
| Method Summary | |
|---|---|
abstract  void | 
setGroupIndex(int index)
Specifies the group index of the current object.  | 
abstract  void | 
setSeriesIndex(int index)
Specifies the series index of the current object.  | 
| Methods inherited from class oracle.dss.dataView.XMLWriterCallback | 
|---|
getCustomProperty, getId, getMarshallerFunctionName, getOnClickJavaScript | 
| Methods inherited from class java.lang.Object | 
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
|---|
public GraphXMLWriterCallback()
| Method Detail | 
|---|
public abstract void setSeriesIndex(int index)
index - the series index of the current objectpublic abstract void setGroupIndex(int index)
index - the group index of the current object
  | 
Oracle Fusion Middleware Java API Reference for Oracle Data Visualization Components 11g Release 2 (11.1.2.0.0) E17492-01  | 
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||