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

E17492-02

oracle.dss.gauge
Class GaugeXMLWriterCallback

java.lang.Object
  extended by oracle.dss.dataView.XMLWriterCallback
      extended by oracle.dss.gauge.GaugeXMLWriterCallback

public abstract class GaugeXMLWriterCallback
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
GaugeXMLWriterCallback()
           
 
Method Summary
abstract  void setColumnIndex(int index)
          Specifies the column index of the current gauge.
abstract  void setRowIndex(int index)
          Specifies the row index of the current gauge.
 
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

GaugeXMLWriterCallback

public GaugeXMLWriterCallback()
Method Detail

setRowIndex

public abstract void setRowIndex(int index)
Specifies the row index of the current gauge. This method is called before each gauge in the gauge set is rendered, providing context to the callback.

Parameters:
index - the row index of the current gauge

setColumnIndex

public abstract void setColumnIndex(int index)
Specifies the column index of the current gauge. This method is called before each gauge in the gauge set is rendered, providing context to the callback.

Parameters:
index - the column index of the current gauge

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.