|
DynamicPDF by ceTe Software | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.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 ValuePositionDataLabel of the lineSeries. |
LineCap |
getLineCap()
Gets the LineCap of the lineSeries. |
LineJoin |
getLineJoin()
Gets the LineJoin of the lineSeries. |
LineStyle |
getLineStyle()
Gets the LineStyle of the lineSeries. |
Marker |
getMarker()
Gets the Marker of 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 ValuePositionDataLabel of the lineSeries. |
void |
setLineCap(LineCap lineCap)
Sets the LineCap of the lineSeries. |
void |
setLineJoin(LineJoin lineJoin)
Sets the LineJoin of the lineSeries. |
void |
setLineStyle(LineStyle lineStyle)
Sets the LineStyle of the lineSeries. |
void |
setMarker(Marker marker)
Sets the Marker of 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.
ValuePositionDataLabel
public void setDataLabel(ValuePositionDataLabel dataLabel)
ValuePositionDataLabel
of the lineSeries.
dataLabel
- The ValuePositionDataLabel of the lineSeries.ValuePositionDataLabel
public 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.LineCap
public 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.
LineJoin
public 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 |