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

E17492-02

oracle.dss.graph
Class Scrollbar

java.lang.Object
  extended by oracle.dss.graph.Scrollbar

public class Scrollbar
extends java.lang.Object

The Range Slider Object for the graph. This class specifies the "look and feel" of the range slider


Constructor Summary
Scrollbar(CommonGraph graph)
           
 
Method Summary
 java.awt.Color getThemeActiveColor()
          Gets the theme color of the scroll bar
 java.awt.Color getThemeColor()
          Gets the theme color of the scroll bar
 java.awt.Color getThemeHoverColor()
          Gets the theme color of the scroll bar
protected  oracle.dss.util.xml.ObjectNode getXML(boolean allProperties)
          Gets the XML for the scroll bar style
protected  boolean getXML(boolean allProperties, oracle.dss.util.xml.ObjectNode node)
          Gets the XML for the scroll bar style
 void resetStyle()
           
 void setThemeActiveColor(java.awt.Color color)
          Sets the theme color of the scroll bar
 void setThemeColor(java.awt.Color color)
          Sets the theme color of the scroll bar
 void setThemeHoverColor(java.awt.Color color)
          Sets the theme color of the scroll bar
protected  void setXML(oracle.dss.util.xml.ObjectNode node)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Scrollbar

public Scrollbar(CommonGraph graph)
Parameters:
graph - The graph that this object belongs to.
For internal use only. Application developers should not use this
Constructor. Application developers should not have to construct this object, because the graph does it automatically.
Method Detail

resetStyle

public void resetStyle()

getXML

protected oracle.dss.util.xml.ObjectNode getXML(boolean allProperties)
Gets the XML for the scroll bar style

Parameters:
allProperties -
Returns:

getXML

protected boolean getXML(boolean allProperties,
                         oracle.dss.util.xml.ObjectNode node)
Gets the XML for the scroll bar style

Parameters:
allProperties -
node -
Returns:

setXML

protected void setXML(oracle.dss.util.xml.ObjectNode node)

setThemeColor

public void setThemeColor(java.awt.Color color)
Sets the theme color of the scroll bar

Parameters:
color -

setThemeHoverColor

public void setThemeHoverColor(java.awt.Color color)
Sets the theme color of the scroll bar

Parameters:
color -

setThemeActiveColor

public void setThemeActiveColor(java.awt.Color color)
Sets the theme color of the scroll bar

Parameters:
color -

getThemeColor

public java.awt.Color getThemeColor()
Gets the theme color of the scroll bar

Returns:

getThemeHoverColor

public java.awt.Color getThemeHoverColor()
Gets the theme color of the scroll bar

Returns:

getThemeActiveColor

public java.awt.Color getThemeActiveColor()
Gets the theme color of the scroll bar

Returns:

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.