|
Oracle Fusion Middleware Java API Reference for Oracle ADF Data Visualization Components 11g Release 1 (11.1.1.1.0) E12063-02 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectoracle.dss.dataView.BaseComponentXML
oracle.dss.graph.BaseGraphComponent
oracle.dss.graph.TimeSelector
public class TimeSelector
The time selector component.
Field Summary | |
---|---|
protected SFX |
m_sfx
|
Fields inherited from class oracle.dss.dataView.BaseComponentXML |
---|
m_jsfHashMap |
Constructor Summary | |
---|---|
TimeSelector(CommonGraph graph)
|
Method Summary | |
---|---|
java.awt.Color |
getBorderColor()
Retrieves the border color of the time selector. |
protected java.lang.String |
getComponentName()
|
java.util.Date |
getExplicitEnd()
Retrieves the explicit time selector end date. |
java.util.Date |
getExplicitStart()
Retrieves the explicit time selector start date. |
java.awt.Color |
getFillColor()
Retrieves the fill color of the time selector. |
int |
getMode()
Retrieves the time selector mode. |
boolean |
getNonstyleXML(boolean allProperties,
oracle.dss.util.xml.ObjectNode node)
Retrieves Non style properties of this component to XML returns whether if the node exists |
SFX |
getSFX()
Retrieves the SFX object for the background of the graph. |
protected oracle.dss.util.xml.ObjectNode |
getStyleXML(boolean allProperties,
boolean allOverriddenProperties)
|
protected oracle.dss.util.xml.ObjectNode |
getXML(boolean allProperties,
boolean allOverriddenProperties)
|
boolean |
isBorderTransparent()
Indicates whether the border color for the time selector is transparent. |
boolean |
isFillTransparent()
Indicates whether the fill color for the time selector is transparent. |
protected void |
resetStyle()
|
protected void |
resetToDefault()
|
boolean |
selectObject(int series,
int group)
Selects the time selector. |
void |
setBorderColor(java.awt.Color newColor)
Specifies the border color of the time selector. |
void |
setBorderTransparent(boolean yesNo)
Specifies whether the border color for the time selector is transparent. |
void |
setExplicitEnd(java.util.Date date)
Specifies the explicit time selector end date for a time axis. |
void |
setExplicitStart(java.util.Date date)
Specifies the explicit time selector start date for a time axis. |
void |
setFillColor(java.awt.Color newColor)
Specifies the fill color of the time selector. |
void |
setFillTransparent(boolean yesNo)
Specifies whether the fill color for the time selector is transparent. |
void |
setMode(int mode)
Specifies the time selector mode on a time axis. |
protected void |
setNonStyleXML(oracle.dss.util.xml.ObjectNode node)
|
protected void |
setStyleXML(oracle.dss.util.xml.ObjectNode node,
boolean allProperties)
|
protected void |
setXML(oracle.dss.util.xml.ObjectNode node,
boolean allProperties)
|
protected void |
setXML(oracle.dss.util.xml.ObjectNode node,
boolean allProperties,
java.util.HashMap map)
|
Methods inherited from class oracle.dss.dataView.BaseComponentXML |
---|
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 |
Field Detail |
---|
protected SFX m_sfx
Constructor Detail |
---|
public TimeSelector(CommonGraph graph)
graph
- The graph that this object belongs to.Method Detail |
---|
public SFX getSFX()
SFX
object for the background of the graph.
The SFX
object allows you to retrieve and specify attributes for special effects.
SFX
object for the background of the graph.public boolean selectObject(int series, int group)
selectObject
in class BaseGraphComponent
series
- Any integer.group
- Any integer.
true
if it is successful, false
if it is not.public void setMode(int mode)
mode
- the time selector mode.public int getMode()
public void setExplicitStart(java.util.Date date)
date
- explicit time selector start date.public java.util.Date getExplicitStart()
public void setExplicitEnd(java.util.Date date)
date
- explicit time selector end date.public java.util.Date getExplicitEnd()
public java.awt.Color getFillColor()
getFillColor
in interface Fill
getFillColor
in interface UIFillColor
public void setFillColor(java.awt.Color newColor)
setFillColor
in interface Fill
setFillColor
in interface UIFillColor
newColor
- The fill color of the time selector.public java.awt.Color getBorderColor()
public void setBorderColor(java.awt.Color newColor)
newColor
- The border color of the time selector.public boolean isFillTransparent()
isFillTransparent
in interface Fill
true
if the fill color is transparent,
false
if the fill color is not transparent.public void setFillTransparent(boolean yesNo)
setFillTransparent
in interface Fill
yesNo
- true
to make the fill color transparent,
false
to make the fill color visible.public boolean isBorderTransparent()
true
if the border color is transparent,
false
if the border color is not transparent.public void setBorderTransparent(boolean yesNo)
yesNo
- true
to make the border color transparent,
false
to make the border color visible.protected java.lang.String getComponentName()
getComponentName
in class BaseComponentXML
protected oracle.dss.util.xml.ObjectNode getXML(boolean allProperties, boolean allOverriddenProperties)
public boolean getNonstyleXML(boolean allProperties, oracle.dss.util.xml.ObjectNode node)
BaseComponentXML
getNonstyleXML
in class BaseComponentXML
protected oracle.dss.util.xml.ObjectNode getStyleXML(boolean allProperties, boolean allOverriddenProperties)
protected void setXML(oracle.dss.util.xml.ObjectNode node, boolean allProperties, java.util.HashMap map)
protected void setXML(oracle.dss.util.xml.ObjectNode node, boolean allProperties)
protected void setNonStyleXML(oracle.dss.util.xml.ObjectNode node)
protected void setStyleXML(oracle.dss.util.xml.ObjectNode node, boolean allProperties)
protected void resetToDefault()
protected void resetStyle()
|
Oracle Fusion Middleware Java API Reference for Oracle ADF Data Visualization Components 11g Release 1 (11.1.1.1.0) E12063-02 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |