Skip navigation links

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

E17492-04


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)

Field Summary
static int TYPE_BOTTOMLABEL
           
static int TYPE_INDICATOR
           
static int TYPE_LEGENDTEXT
          Constants for gauge component type
static int TYPE_PLOTAREA
           
static int TYPE_THRESHOLD
           
static int TYPE_TICKLABEL
           

 

Constructor Summary
GaugeXMLWriterCallback()
           

 

Method Summary
abstract  void setColumnIndex(int index)
          Specifies the column index of the current gauge.
 void setCompType(int type)
          Specifies the comp type of the current gauge component.
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, isAutomaticNewLines

 

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Field Detail

TYPE_LEGENDTEXT

public static final int TYPE_LEGENDTEXT
Constants for gauge component type
See Also:
Constant Field Values

TYPE_THRESHOLD

public static final int TYPE_THRESHOLD
See Also:
Constant Field Values

TYPE_INDICATOR

public static final int TYPE_INDICATOR
See Also:
Constant Field Values

TYPE_BOTTOMLABEL

public static final int TYPE_BOTTOMLABEL
See Also:
Constant Field Values

TYPE_TICKLABEL

public static final int TYPE_TICKLABEL
See Also:
Constant Field Values

TYPE_PLOTAREA

public static final int TYPE_PLOTAREA
See Also:
Constant Field Values

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

setCompType

public void setCompType(int type)
Specifies the comp type of the current gauge component. This method is called before each gauge sub component in the gauge set is rendered, providing context to the callback.
Parameters:
type - the type of the current gauge component

Skip navigation links

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

E17492-04


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