| 
 | DynamicPDF by ceTe Software | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.cete.dynamicpdf.pageelements.charting.PlotAreaElement
com.cete.dynamicpdf.pageelements.charting.SeriesBase
com.cete.dynamicpdf.pageelements.charting.series.XYSeries
com.cete.dynamicpdf.pageelements.charting.series.LegendXYSeries
com.cete.dynamicpdf.pageelements.charting.series.LineSeries
public abstract class LineSeries
Base class from which date-time and indexed Line series are derived.
Licensing:
This is a DynamicPDF Generator Enterprise
 Edition feature. One of the following licenses is required for non-evaluation usage:
 
| Method Summary | |
|---|---|
|  ValuePositionDataLabel | getDataLabel()Gets the ValuePositionDataLabelof the lineSeries. | 
|  LineCap | getLineCap()Gets the LineCapof the lineSeries. | 
|  LineJoin | getLineJoin()Gets the LineJoinof the lineSeries. | 
|  LineStyle | getLineStyle()Gets the LineStyleof the lineSeries. | 
|  Marker | getMarker()Gets the Markerof the lineSeries. | 
|  java.lang.String | getValueFormat()Gets the valueFormat of the lineSeries. | 
|  float | getWidth()Gets the lineWidth of the lineSeries. | 
|  void | setDataLabel(ValuePositionDataLabel dataLabel)Sets the ValuePositionDataLabelof the lineSeries. | 
|  void | setLineCap(LineCap lineCap)Sets the LineCapof the lineSeries. | 
|  void | setLineJoin(LineJoin lineJoin)Sets the LineJoinof the lineSeries. | 
|  void | setLineStyle(LineStyle lineStyle)Sets the LineStyleof the lineSeries. | 
|  void | setMarker(Marker marker)Sets the Markerof the lineSeries. | 
|  void | setValueFormat(java.lang.String format)Sets the valueFormat of the lineSeries. | 
|  void | setWidth(float width)Sets the lineWidth of the lineSeries. | 
| Methods inherited from class com.cete.dynamicpdf.pageelements.charting.series.LegendXYSeries | 
|---|
| getColor, getLegendLabel, getName, setColor | 
| Methods inherited from class com.cete.dynamicpdf.pageelements.charting.SeriesBase | 
|---|
| getDrawBehindAxis, setDrawBehindAxis | 
| Methods inherited from class com.cete.dynamicpdf.pageelements.charting.PlotAreaElement | 
|---|
| getLegend, getPlotArea, setLegend, setPlotArea | 
| Methods inherited from class java.lang.Object | 
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Method Detail | 
|---|
public void setValueFormat(java.lang.String format)
format - the valueFormat string of the lineSeries.public java.lang.String getValueFormat()
public ValuePositionDataLabel getDataLabel()
ValuePositionDataLabel of the lineSeries.
ValuePositionDataLabelpublic void setDataLabel(ValuePositionDataLabel dataLabel)
ValuePositionDataLabel of the lineSeries.
dataLabel - The ValuePositionDataLabel of the lineSeries.ValuePositionDataLabelpublic void setMarker(Marker marker)
Marker of the lineSeries.
marker - The marker of the lineSeries.public Marker getMarker()
Marker of the lineSeries.
public void setLineCap(LineCap lineCap)
LineCap of the lineSeries.
lineCap - The lineCap of the lineSeries.LineCappublic LineCap getLineCap()
LineCap of the lineSeries.
public void setLineJoin(LineJoin lineJoin)
LineJoin of the lineSeries.
lineJoin - The LineJoin of the lineSeries.public LineJoin getLineJoin()
LineJoin of the lineSeries.
LineJoinpublic void setWidth(float width)
width - The lineWidth of the lineSeries.public float getWidth()
public void setLineStyle(LineStyle lineStyle)
LineStyle of the lineSeries.
lineStyle - The lineStyle of the lineSeries.public LineStyle getLineStyle()
LineStyle of the lineSeries.
LineStyle| 
 | DynamicPDF by ceTe Software | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||