Skip navigation links

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

E17492-03


oracle.dss.gauge
Class ThresholdSFX

java.lang.Object
  extended by oracle.dss.dataView.BaseComponentXML
      extended by oracle.dss.gauge.SFX
          extended by oracle.dss.gauge.ThresholdSFX

All Implemented Interfaces:
oracle.dss.presutil.GradientSupport

public class ThresholdSFX
extends SFX

Allows you to apply attributes for special effects to the gauge Threshold component. This class offers special handling to support SFX attributes on unlimited thresholds. This class is instantiated automatically by the Threshold component.

Since:
11.0

Field Summary

 

Fields inherited from class oracle.dss.gauge.SFX
DEFAULT_MAP, m_commonGauge

 

Fields inherited from class oracle.dss.dataView.BaseComponentXML
m_jsfHashMap

 

Fields inherited from interface oracle.dss.presutil.GradientSupport
a_fillType, a_gradientDirection, a_gradientNumStops, a_gradientReversed, a_gradientStopColor, a_gradientStopPosition, a_visualEffects, GRADIENTPINSTYLE_NAME, GRADIENTSTOPSTYLE_NAME

 

Constructor Summary
ThresholdSFX(CommonGauge gauge, int index)
           

 

Method Summary
protected  java.util.HashMap getAttributeMap()
           
protected  java.util.HashMap getAttributeMapNoDefault()
           

 

Methods inherited from class oracle.dss.gauge.SFX
cloneDefaultMap, convertGradientDirectionToInt, convertGradientDirectionToString, convertGradientFillTypeToInt, convertGradientFillTypeToString, convertVisualEffectsToInt, convertVisualEffectsToString, getComponentName, getFillType, getGradientCenter, getGradientDirection, getGradientNumStops, getGradientStopColor, getGradientStopPosition, getGradientStopStyleXML, getVisualEffects, getXML, isGradientReversed, setFillType, setGradientCenter, setGradientDirection, setGradientNumStops, setGradientReversed, setGradientStopColor, setGradientStopPosition, setVisualEffects, setXML

 

Methods inherited from class oracle.dss.dataView.BaseComponentXML
getNonstyleXML, getStyleXML, getStyleXML, getXML, setNonstyleXML, setNonstyleXML, setStyleXML, setXML, setXML, setXML, setXML

 

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

 

Constructor Detail

ThresholdSFX

public ThresholdSFX(CommonGauge gauge,
                    int index)
Parameters:
gauge - The gauge that this object belongs to.
index - Index of the threshold to which this SFX belongs.
For internal use only. Application developers should not use this
Constructor. Application developers should not have to construct this object, because the gauge does it automatically.

Method Detail

getAttributeMapNoDefault

protected java.util.HashMap getAttributeMapNoDefault()
Overrides:
getAttributeMapNoDefault in class SFX

getAttributeMap

protected java.util.HashMap getAttributeMap()
Overrides:
getAttributeMap in class SFX

Skip navigation links

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

E17492-03


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