Oracle Fusion Middleware Java API Reference for Oracle Data Visualization Components
11g Release 2 (11.1.2.1.0)

E17492-02

oracle.dss.graph
Class GraphXMLWriterCallback

java.lang.Object
  extended by oracle.dss.dataView.XMLWriterCallback
      extended by oracle.dss.graph.GraphXMLWriterCallback

public abstract class GraphXMLWriterCallback
extends XMLWriterCallback

Defines a callback used for providing additional information while rendering Flash XML. Applications developers generally do not need to use this class.

Since:
release specific (what release of product did this appear in)

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

GraphXMLWriterCallback

public GraphXMLWriterCallback()
Method Detail

setSeriesIndex

public abstract void setSeriesIndex(int index)
Specifies the series index of the current object. This method is called before each object is rendered, providing context to the callback. A negative value indicates that this object is not associated with any series.

Parameters:
index - the series index of the current object

setGroupIndex

public abstract void setGroupIndex(int index)
Specifies the group index of the current object. This method is called before each object is rendered, providing context to the callback. A negative value indicates that this object is not associated with any group.

Parameters:
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.1.0)

E17492-02

Copyright © 1997, 2011, Oracle. All rights reserved.