org.eobjects.datacleaner.monitor.dashboard.model
Class DefaultVAxisOption
java.lang.Object
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DEFAULT_HEIGHT
public static final int DEFAULT_HEIGHT
- See Also:
- Constant Field Values
DefaultVAxisOption
public DefaultVAxisOption(Integer height,
Integer minimumValue,
Integer maximumValue,
boolean logarithmicScale)
DefaultVAxisOption
public DefaultVAxisOption()
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.