org.openfaces.component.chart
Class ChartNumberAxis
java.lang.Object
UIOutput
org.openfaces.component.chart.ChartAxis
org.openfaces.component.chart.ChartNumberAxis
- All Implemented Interfaces:
- HasLabels, org.openfaces.renderkit.cssparser.StyledComponent
public class ChartNumberAxis
- extends ChartAxis
Methods inherited from class org.openfaces.component.chart.ChartAxis |
getComponentsChain, getDomain, getHint, getLabels, getStyle, getStyleObjectModel, getTextStyle, getTicks, isLabelVisible, isTickLabelsVisible, isTicksVisible, setDomain, setLabels, setLabelVisible, setStyle, setTextStyle, setTickLabelsVisible, setTicks, setTicksVisible |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ChartNumberAxis
public ChartNumberAxis()
getLowerBound
public java.lang.Double getLowerBound()
setLowerBound
public void setLowerBound(java.lang.Double lowerBound)
isLogarithmic
public boolean isLogarithmic()
setLogarithmic
public void setLogarithmic(boolean value)
getUpperBound
public java.lang.Double getUpperBound()
setUpperBound
public void setUpperBound(java.lang.Double upperBound)
setParent
public void setParent(UIComponent parent)
- Overrides:
setParent
in class ChartAxis
saveState
public java.lang.Object saveState(FacesContext context)
- Overrides:
saveState
in class ChartAxis
restoreState
public void restoreState(FacesContext facesContext,
java.lang.Object object)
- Overrides:
restoreState
in class ChartAxis
Copyright © 1998-2009 TeamDev Ltd. All Rights Reserved.