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

All Superinterfaces:
Serializable
All Known Implementing Classes:
DefaultVAxisOption
Enclosing class:
ChartOptions

public static interface ChartOptions.VerticalAxisOption
extends Serializable

Defines options pertaining to the vertical axis (metric values) of the chart.


Method Summary
 int getHeight()
          Gets the height (in pixels) of the chart
 Integer getMaximumValue()
           
 Integer getMinimumValue()
           
 boolean isLogarithmicScale()
           
 

Method Detail

getHeight

int getHeight()
Gets the height (in pixels) of the chart

Returns:

getMinimumValue

Integer getMinimumValue()

getMaximumValue

Integer getMaximumValue()

isLogarithmicScale

boolean isLogarithmicScale()


Copyright © 2012 Human Inference. All Rights Reserved.