org.eobjects.datacleaner.monitor.dashboard.model
Interface ChartOptions.HorizontalAxisOption

All Superinterfaces:
Serializable
All Known Implementing Classes:
DefaultHAxisOption, LatestNumberOfDaysHAxisOption
Enclosing class:
ChartOptions

public static interface ChartOptions.HorizontalAxisOption
extends Serializable

Defines options pertaining to the horizontal axis (time dimension) of the chart.


Method Summary
 Date getBeginDate()
           
 Date getEndDate()
           
 

Method Detail

getBeginDate

Date getBeginDate()

getEndDate

Date getEndDate()


Copyright © 2012 Human Inference. All Rights Reserved.