org.openfaces.component.chart
Class LineChartView

java.lang.Object
  extended by UICommand
      extended by org.openfaces.component.chart.ChartView
          extended by org.openfaces.component.chart.GridChartView
              extended by org.openfaces.component.chart.LineChartView
All Implemented Interfaces:
HasLabels, org.openfaces.renderkit.cssparser.StyledComponent

public class LineChartView
extends GridChartView


Constructor Summary
LineChartView()
           
 
Method Summary
 void addLinePropertiesList(LineProperties lineProperties)
           
 java.lang.String getFamily()
           
 java.lang.String getHint()
           
 java.util.List<LineProperties> getLinePropertiesList()
           
 boolean isShapesVisible()
           
 void restoreState(FacesContext facesContext, java.lang.Object object)
           
 java.lang.Object saveState(FacesContext context)
           
 void setShapesVisible(boolean shapesVisible)
           
 
Methods inherited from class org.openfaces.component.chart.GridChartView
decodeAction, getAxes, getBaseAxis, getBaseGrid, getGridLines, getKeyAxis, getKeyAxisLabel, getKeyGrid, getOrientation, getPoint, getShowAxes, getValueAxis, getValueAxisLabel, getValueGrid, isLabelsVisible, setBaseAxis, setKeyAxisLabel, setLabelsVisible, setOrientation, setPoint, setShowAxes, setValueAxisLabel
 
Methods inherited from class org.openfaces.component.chart.ChartView
getChart, getColors, getComponentsChain, getDynamicOnclick, getDynamicOnMouseOut, getDynamicOnMouseOver, getDynamicTooltip, getDynamicUrl, getForegroundAlpha, getLabels, getOnclick, getOnmouseout, getOnmouseover, getStyle, getStyleObjectModel, getTextStyle, getTooltip, getUrl, renderAsImageFile, setColors, setDynamicTooltip, setDynamicUrl, setForegroundAlpha, setLabels, setOnclick, setOnmouseout, setOnmouseover, setStyle, setTextStyle, setTooltip, setUrl
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LineChartView

public LineChartView()
Method Detail

isShapesVisible

public boolean isShapesVisible()

setShapesVisible

public void setShapesVisible(boolean shapesVisible)

getLinePropertiesList

public java.util.List<LineProperties> getLinePropertiesList()

addLinePropertiesList

public void addLinePropertiesList(LineProperties lineProperties)

getFamily

public java.lang.String getFamily()
Overrides:
getFamily in class GridChartView

getHint

public java.lang.String getHint()

saveState

public java.lang.Object saveState(FacesContext context)
Overrides:
saveState in class GridChartView

restoreState

public void restoreState(FacesContext facesContext,
                         java.lang.Object object)
Overrides:
restoreState in class GridChartView


Copyright © 1998-2009 TeamDev Ltd. All Rights Reserved.