|
Oracle Fusion Middleware Java API Reference for Oracle Data Visualization Components 11g Release 1 (11.1.1.7.0) E12063-08 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectoracle.adf.view.faces.bi.component.timeline.FormattedTimeRange
public class FormattedTimeRange
The FormattedTimeRange is used to specify how a time range should be formatted.
| Constructor Summary | |
|---|---|
FormattedTimeRange(java.util.Date startTime,
java.util.Date endTime,
java.lang.String styleClass,
java.lang.String overviewColor)
Constructor for FormattedTimeRange |
|
| Method Summary | |
|---|---|
java.util.Date |
getEndTime()
|
java.lang.String |
getOverviewColor()
|
java.util.Date |
getStartTime()
|
java.lang.String |
getStyleClass()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public FormattedTimeRange(java.util.Date startTime,
java.util.Date endTime,
java.lang.String styleClass,
java.lang.String overviewColor)
startTime - The start time of the formatted time rangeendTime - The end time of the formatted time rangestyleClass - The style class apply to the formatted time range in the timelineoverviewColor - The color used to show the formatted time range in the timeline overview| Method Detail |
|---|
public java.util.Date getStartTime()
public java.util.Date getEndTime()
public java.lang.String getStyleClass()
public java.lang.String getOverviewColor()
|
Oracle Fusion Middleware Java API Reference for Oracle Data Visualization Components 11g Release 1 (11.1.1.7.0) E12063-08 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||