org.eobjects.datacleaner.monitor.dashboard.model
Class ChartOptions

java.lang.Object
  extended by org.eobjects.datacleaner.monitor.dashboard.model.ChartOptions
All Implemented Interfaces:
Serializable

public class ChartOptions
extends Object
implements Serializable

Defines visual options for a timeline chart

See Also:
Serialized Form

Nested Class Summary
static interface ChartOptions.HorizontalAxisOption
          Defines options pertaining to the horizontal axis (time dimension) of the chart.
static interface ChartOptions.VerticalAxisOption
          Defines options pertaining to the vertical axis (metric values) of the chart.
 
Constructor Summary
ChartOptions()
           
ChartOptions(ChartOptions.HorizontalAxisOption horizontalAxisOption, ChartOptions.VerticalAxisOption verticalAxisOption)
           
ChartOptions(Date begin, Date end, Integer height, Integer minimumValue, Integer maximumValue, boolean logarithmicScale)
           
 
Method Summary
 ChartOptions.HorizontalAxisOption getHorizontalAxisOption()
           
 ChartOptions.VerticalAxisOption getVerticalAxisOption()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ChartOptions

public ChartOptions()

ChartOptions

public ChartOptions(Date begin,
                    Date end,
                    Integer height,
                    Integer minimumValue,
                    Integer maximumValue,
                    boolean logarithmicScale)

ChartOptions

public ChartOptions(ChartOptions.HorizontalAxisOption horizontalAxisOption,
                    ChartOptions.VerticalAxisOption verticalAxisOption)
Method Detail

getHorizontalAxisOption

public ChartOptions.HorizontalAxisOption getHorizontalAxisOption()

getVerticalAxisOption

public ChartOptions.VerticalAxisOption getVerticalAxisOption()


Copyright © 2012 Human Inference. All Rights Reserved.