org.openfaces.component.chart
Class LineChartView

java.lang.Object
  extended by javax.faces.component.UIComponent
      extended by javax.faces.component.UIComponentBase
          extended by javax.faces.component.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:
java.util.EventListener, javax.faces.component.ActionSource, javax.faces.component.ActionSource2, javax.faces.component.PartialStateHolder, javax.faces.component.StateHolder, javax.faces.event.ComponentSystemEventListener, javax.faces.event.FacesListener, javax.faces.event.SystemEventListenerHolder, HasLabels, StyledComponent

public class LineChartView
extends GridChartView


Field Summary
 
Fields inherited from class javax.faces.component.UICommand
COMPONENT_FAMILY, COMPONENT_TYPE
 
Fields inherited from class javax.faces.component.UIComponent
BEANINFO_KEY, COMPOSITE_COMPONENT_TYPE_KEY, COMPOSITE_FACET_NAME, CURRENT_COMPONENT, CURRENT_COMPOSITE_COMPONENT, FACETS_KEY, VIEW_LOCATION_KEY
 
Constructor Summary
LineChartView()
           
 
Method Summary
 void addLinePropertiesList(LineProperties lineProperties)
           
 ChartConfigurator getConfigurator()
           
 java.awt.Paint getDefaultFillColor()
           
 LineStyle getDefaultLineStyle()
           
 java.lang.String getFamily()
           
 java.util.Collection getFillPaints()
           
 java.lang.String getHint()
           
 LineAreaFill getLineAreaFill()
           
 java.util.List<LineProperties> getLinePropertiesList()
           
 java.util.Collection getLineStyles()
           
 boolean isShapesVisible()
           
 void restoreState(javax.faces.context.FacesContext facesContext, java.lang.Object object)
           
 java.lang.Object saveState(javax.faces.context.FacesContext context)
           
 void setDefaultFillColor(java.awt.Paint defaultFillColor)
           
 void setDefaultLineStyle(LineStyle defaultLineStyle)
           
 void setFillPaints(java.util.Collection fillPaints)
           
 void setLineStyles(java.util.Collection lineStyles)
           
 void setShapesVisible(boolean shapesVisible)
           
 
Methods inherited from class org.openfaces.component.chart.GridChartView
decodeAction, getAxes, getBaseAxis, getBaseGrid, getDefaultLabelsPosition, getDefaultOutlineStyle, getGridLines, getKeyAxis, getKeyAxisLabel, getKeyGrid, getLabelsOffset, getNegativeLabelsPosition, getOrientation, getOutlines, getPoint, getPositiveLabelsPosition, getShowAxes, getValueAxis, getValueAxisLabel, getValueGrid, isLabelsVisible, setBaseAxis, setDefaultLabelsPosition, setDefaultOutlineStyle, setKeyAxisLabel, setLabelsOffset, setLabelsVisible, setNegativeLabelsPosition, setOrientation, setOutlines, setPoint, setPositiveLabelsPosition, setShowAxes, setValueAxisLabel
 
Methods inherited from class org.openfaces.component.chart.ChartView
getBackgroundPaint, getChart, getChartPopup, getColors, getComponentsChain, getDynamicOnclick, getDynamicOnMouseOut, getDynamicOnMouseOver, getDynamicTooltip, getDynamicUrl, getForegroundAlpha, getLabels, getOnclick, getOnmouseout, getOnmouseover, getStyle, getStyleObjectModel, getTextStyle, getTitlePaint, getTooltip, getUrl, getWallColor, isEnable3D, setBackgroundPaint, setColors, setDynamicTooltip, setDynamicUrl, setEnable3D, setForegroundAlpha, setLabels, setOnclick, setOnmouseout, setOnmouseover, setStyle, setTextStyle, setTitlePaint, setTooltip, setUrl, setWallColor
 
Methods inherited from class javax.faces.component.UICommand
addActionListener, broadcast, getAction, getActionExpression, getActionListener, getActionListeners, getValue, isImmediate, queueEvent, removeActionListener, setAction, setActionExpression, setActionListener, setImmediate, setValue
 
Methods inherited from class javax.faces.component.UIComponentBase
addClientBehavior, clearInitialState, decode, encodeBegin, encodeChildren, encodeEnd, findComponent, getAttributes, getChildCount, getChildren, getClientBehaviors, getClientId, getDefaultEventName, getEventNames, getFacet, getFacetCount, getFacets, getFacetsAndChildren, getId, getParent, getRendererType, getRendersChildren, getValueBinding, invokeOnComponent, isRendered, isTransient, markInitialState, processDecodes, processRestoreState, processSaveState, processUpdates, processValidators, restoreAttachedState, saveAttachedState, setId, setParent, setRendered, setRendererType, setTransient, setValueBinding
 
Methods inherited from class javax.faces.component.UIComponent
encodeAll, getClientId, getCompositeComponentParent, getContainerClientId, getCurrentComponent, getCurrentCompositeComponent, getListenersForEventClass, getNamingContainer, getResourceBundleMap, getValueExpression, initialStateMarked, isCompositeComponent, isInView, popComponentFromEL, processEvent, pushComponentToEL, setInView, setValueExpression, subscribeToEvent, unsubscribeFromEvent, visitTree
 
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()

getDefaultFillColor

public java.awt.Paint getDefaultFillColor()

setDefaultFillColor

public void setDefaultFillColor(java.awt.Paint defaultFillColor)

getDefaultLineStyle

public LineStyle getDefaultLineStyle()

setDefaultLineStyle

public void setDefaultLineStyle(LineStyle defaultLineStyle)

getLineStyles

public java.util.Collection getLineStyles()

setLineStyles

public void setLineStyles(java.util.Collection lineStyles)

getFillPaints

public java.util.Collection getFillPaints()

setFillPaints

public void setFillPaints(java.util.Collection fillPaints)

getLineAreaFill

public LineAreaFill getLineAreaFill()

saveState

public java.lang.Object saveState(javax.faces.context.FacesContext context)
Specified by:
saveState in interface javax.faces.component.StateHolder
Overrides:
saveState in class GridChartView

restoreState

public void restoreState(javax.faces.context.FacesContext facesContext,
                         java.lang.Object object)
Specified by:
restoreState in interface javax.faces.component.StateHolder
Overrides:
restoreState in class GridChartView

getConfigurator

public ChartConfigurator getConfigurator()
Specified by:
getConfigurator in class ChartView


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