public class Scrollbar
extends java.lang.Object
Constructor and Description |
---|
Scrollbar(CommonGraph graph) |
Modifier and Type | Method and Description |
---|---|
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) |
public Scrollbar(CommonGraph graph)
graph
- The graph that this object belongs to.public void resetStyle()
protected oracle.dss.util.xml.ObjectNode getXML(boolean allProperties)
allProperties
- protected boolean getXML(boolean allProperties, oracle.dss.util.xml.ObjectNode node)
allProperties
- node
- protected void setXML(oracle.dss.util.xml.ObjectNode node)
public void setThemeColor(java.awt.Color color)
color
- public void setThemeHoverColor(java.awt.Color color)
color
- public void setThemeActiveColor(java.awt.Color color)
color
- public java.awt.Color getThemeColor()
public java.awt.Color getThemeHoverColor()
public java.awt.Color getThemeActiveColor()