|
Oracle Fusion Middleware Java API Reference for Oracle Data Visualization Components 11g Release 1 (11.1.1.7.0) E12063-08 |
||||||||
| 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.
| 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 |
|---|
public static final int OBJ_LINE_RISER
public static final int OBJ_LINE_RISER_TOP
public static final int OBJ_LINE_RISER_SIDE
| 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 objectpublic void setObjectID(int objId)
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 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||