Oracle Fusion Middleware Java API Reference for Oracle Data Visualization Components
11g Release 1 (11.1.1.7.0)

E12063-08

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)

Field Summary
static int OBJ_LINE_RISER
          Constants for object ID
static int OBJ_LINE_RISER_SIDE
           
static int OBJ_LINE_RISER_TOP
           
 
Constructor Summary
GraphXMLWriterCallback()
           
 
Method Summary
abstract  void setGroupIndex(int index)
          Specifies the group index of the current object.
 void setObjectID(int objId)
          Specifies the object id 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, isAutomaticNewLines
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

OBJ_LINE_RISER

public static final int OBJ_LINE_RISER
Constants for object ID

See Also:
Constant Field Values

OBJ_LINE_RISER_TOP

public static final int OBJ_LINE_RISER_TOP
See Also:
Constant Field Values

OBJ_LINE_RISER_SIDE

public static final int OBJ_LINE_RISER_SIDE
See Also:
Constant Field Values
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

setObjectID

public void setObjectID(int objId)
Specifies the object id of the current object. This method is called before each object is rendered, providing context to the callback.

Parameters:
objId - the obj id of the current object

Oracle Fusion Middleware Java API Reference for Oracle Data Visualization Components
11g Release 1 (11.1.1.7.0)

E12063-08

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