Oracle Fusion Middleware Java API Reference for Oracle Data Visualization Components
11g Release 1 (11.1.1.7.0)

E12063-08

oracle.adf.view.faces.bi.component.timeline
Class FormattedTimeRange

java.lang.Object
  extended by oracle.adf.view.faces.bi.component.timeline.FormattedTimeRange
All Implemented Interfaces:
java.io.Serializable

public class FormattedTimeRange
extends java.lang.Object
implements java.io.Serializable

The FormattedTimeRange is used to specify how a time range should be formatted.

See Also:
Serialized Form

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

FormattedTimeRange

public FormattedTimeRange(java.util.Date startTime,
                          java.util.Date endTime,
                          java.lang.String styleClass,
                          java.lang.String overviewColor)
Constructor for FormattedTimeRange

Parameters:
startTime - The start time of the formatted time range
endTime - The end time of the formatted time range
styleClass - The style class apply to the formatted time range in the timeline
overviewColor - The color used to show the formatted time range in the timeline overview
Method Detail

getStartTime

public java.util.Date getStartTime()

getEndTime

public java.util.Date getEndTime()

getStyleClass

public java.lang.String getStyleClass()

getOverviewColor

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

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