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

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

public class DefaultVAxisOption
extends Object
implements ChartOptions.VerticalAxisOption

See Also:
Serialized Form

Field Summary
static int DEFAULT_HEIGHT
           
 
Constructor Summary
DefaultVAxisOption()
           
DefaultVAxisOption(Integer height, Integer minimumValue, Integer maximumValue, boolean logarithmicScale)
           
 
Method Summary
 int getHeight()
          Gets the height (in pixels) of the chart
 Integer getMaximumValue()
           
 Integer getMinimumValue()
           
 boolean isHeightSet()
           
 boolean isLogarithmicScale()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DEFAULT_HEIGHT

public static final int DEFAULT_HEIGHT
See Also:
Constant Field Values
Constructor Detail

DefaultVAxisOption

public DefaultVAxisOption(Integer height,
                          Integer minimumValue,
                          Integer maximumValue,
                          boolean logarithmicScale)

DefaultVAxisOption

public DefaultVAxisOption()
Method Detail

getMinimumValue

public Integer getMinimumValue()
Specified by:
getMinimumValue in interface ChartOptions.VerticalAxisOption

getMaximumValue

public Integer getMaximumValue()
Specified by:
getMaximumValue in interface ChartOptions.VerticalAxisOption

getHeight

public int getHeight()
Description copied from interface: ChartOptions.VerticalAxisOption
Gets the height (in pixels) of the chart

Specified by:
getHeight in interface ChartOptions.VerticalAxisOption
Returns:

isLogarithmicScale

public boolean isLogarithmicScale()
Specified by:
isLogarithmicScale in interface ChartOptions.VerticalAxisOption

isHeightSet

public boolean isHeightSet()


Copyright © 2012 Human Inference. All Rights Reserved.