org.primefaces.model.chart
Class LineChartSeries

java.lang.Object
  extended by org.primefaces.model.chart.ChartSeries
      extended by org.primefaces.model.chart.LineChartSeries
All Implemented Interfaces:
Serializable

public class LineChartSeries
extends ChartSeries

See Also:
Serialized Form

Constructor Summary
LineChartSeries()
           
LineChartSeries(String title)
           
 
Method Summary
 String getMarkerStyle()
           
 String getRenderer()
           
 boolean isFill()
           
 boolean isShowLine()
           
 void setFill(boolean fill)
           
 void setMarkerStyle(String markerStyle)
           
 void setShowLine(boolean showLine)
           
 
Methods inherited from class org.primefaces.model.chart.ChartSeries
getData, getLabel, set, setData, setLabel
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LineChartSeries

public LineChartSeries()

LineChartSeries

public LineChartSeries(String title)
Method Detail

getMarkerStyle

public String getMarkerStyle()

setMarkerStyle

public void setMarkerStyle(String markerStyle)

isShowLine

public boolean isShowLine()

setShowLine

public void setShowLine(boolean showLine)

isFill

public boolean isFill()
Overrides:
isFill in class ChartSeries

setFill

public void setFill(boolean fill)

getRenderer

public String getRenderer()
Overrides:
getRenderer in class ChartSeries


Copyright © 2013. All rights reserved.