Package org.primefaces.model.chart
Class LineChartSeries
- java.lang.Object
-
- org.primefaces.model.chart.ChartSeries
-
- org.primefaces.model.chart.LineChartSeries
-
- All Implemented Interfaces:
Serializable
public class LineChartSeries extends ChartSeries
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description LineChartSeries()LineChartSeries(String title)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidencode(Writer writer)doublegetFillAlpha()StringgetMarkerStyle()StringgetRenderer()booleanisDisableStack()booleanisFill()booleanisShowLine()booleanisShowMarker()booleanisSmoothLine()voidsetDisableStack(boolean disableStack)voidsetFill(boolean fill)voidsetFillAlpha(double fillAlpha)voidsetMarkerStyle(String markerStyle)voidsetShowLine(boolean showLine)voidsetShowMarker(boolean showMarker)voidsetSmoothLine(boolean smoothLine)
-
-
-
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)
-
isShowMarker
public boolean isShowMarker()
-
setShowMarker
public void setShowMarker(boolean showMarker)
-
isFill
public boolean isFill()
- Overrides:
isFillin classChartSeries
-
setFill
public void setFill(boolean fill)
-
getFillAlpha
public double getFillAlpha()
-
setFillAlpha
public void setFillAlpha(double fillAlpha)
-
isDisableStack
public boolean isDisableStack()
-
setDisableStack
public void setDisableStack(boolean disableStack)
-
isSmoothLine
public boolean isSmoothLine()
-
setSmoothLine
public void setSmoothLine(boolean smoothLine)
-
getRenderer
public String getRenderer()
- Overrides:
getRendererin classChartSeries
-
encode
public void encode(Writer writer) throws IOException
- Overrides:
encodein classChartSeries- Throws:
IOException
-
-