org.openfaces.component.chart
Class ChartNumberAxis

java.lang.Object
  extended by UIOutput
      extended by org.openfaces.component.chart.ChartAxis
          extended by org.openfaces.component.chart.ChartNumberAxis
All Implemented Interfaces:
HasLabels, org.openfaces.renderkit.cssparser.StyledComponent

public class ChartNumberAxis
extends ChartAxis


Constructor Summary
ChartNumberAxis()
           
 
Method Summary
 java.lang.Double getLowerBound()
           
 java.lang.Double getUpperBound()
           
 boolean isLogarithmic()
           
 void restoreState(FacesContext facesContext, java.lang.Object object)
           
 java.lang.Object saveState(FacesContext context)
           
 void setLogarithmic(boolean value)
           
 void setLowerBound(java.lang.Double lowerBound)
           
 void setParent(UIComponent parent)
           
 void setUpperBound(java.lang.Double upperBound)
           
 
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
 

Constructor Detail

ChartNumberAxis

public ChartNumberAxis()
Method Detail

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.