Skip navigation links 
 
oracle.dss.graph
Class GraphXMLWriterCallback
java.lang.Object
  
oracle.dss.dataView.XMLWriterCallback
      
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)
 
 
  
 
  
 
| 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 java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
 
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
 
 
OBJ_O1_TITLE
public static final int OBJ_O1_TITLE
- 
- See Also:
 
- Constant Field Values
 
 
OBJ_X1_TITLE
public static final int OBJ_X1_TITLE
- 
- See Also:
 
- Constant Field Values
 
 
OBJ_Y1_TITLE
public static final int OBJ_Y1_TITLE
- 
- See Also:
 
- Constant Field Values
 
 
OBJ_Y2_TITLE
public static final int OBJ_Y2_TITLE
- 
- See Also:
 
- Constant Field Values
 
 
OBJ_SLICE
public static final int OBJ_SLICE
- 
- See Also:
 
- Constant Field Values
 
 
OBJ_LEGEND_TITLE
public static final int OBJ_LEGEND_TITLE
- 
- See Also:
 
- Constant Field Values
 
 
GraphXMLWriterCallback
public GraphXMLWriterCallback()
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 
 
Skip navigation links 
 
Copyright © 1997, 2013, Oracle. All rights reserved.