|
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.series.SeriesElement
com.cete.dynamicpdf.pageelements.charting.series.StackedSeriesElementBase
com.cete.dynamicpdf.pageelements.charting.series.StackedSeriesElement
com.cete.dynamicpdf.pageelements.charting.series.StackedLineSeriesElement
public abstract class StackedLineSeriesElement
Base class from which date-time and indexed stacked line series elements 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 object to use for the DataLabel of the stacked series element. |
LineCap |
getLineCap()
Gets the LineCap of the stackedLineSeriesElement. |
LineJoin |
getLineJoin()
Gets the LineJoin of the stackedLineSeriesElement. |
LineStyle |
getLineStyle()
Gets the LineStyle of the stackedLineSeriesElement. |
Marker |
getMarker()
Gets the Marker of the stackedLineSeriesElement. |
float |
getWidth()
Gets the lineWidth of the stackedLineSeriesElement. |
void |
setDataLabel(ValuePositionDataLabel dataLabel)
Sets the ValuePositionDataLabel object to use for the DataLabel of the stacked series element. |
void |
setLineCap(LineCap lineCap)
Sets the LineCap of the stackedLineSeriesElement. |
void |
setLineJoin(LineJoin lineJoin)
Sets the LineJoin of the stackedLineSeriesElement. |
void |
setLineStyle(LineStyle lineStyle)
Sets the LineStyle of the stackedLineSeriesElement. |
void |
setMarker(Marker marker)
Sets the Marker of the stackedLineSeriesElement. |
void |
setWidth(float width)
Sets the lineWidth of the stackedLineSeriesElement. |
| Methods inherited from class com.cete.dynamicpdf.pageelements.charting.series.StackedSeriesElementBase |
|---|
getValueFormat, setValueFormat |
| Methods inherited from class com.cete.dynamicpdf.pageelements.charting.series.SeriesElement |
|---|
getColor, getLegendLabel, getName, setColor |
| 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 setMarker(Marker marker)
Marker of the stackedLineSeriesElement.
marker - The marker of the stackedLineSeriesElement.Markerpublic Marker getMarker()
Marker of the stackedLineSeriesElement.
Markerpublic void setLineCap(LineCap lineCap)
LineCap of the stackedLineSeriesElement.
lineCap - The Linecap of the stackedLineSeriesElement.LineCappublic LineCap getLineCap()
LineCap of the stackedLineSeriesElement.
LineCappublic void setLineJoin(LineJoin lineJoin)
LineJoin of the stackedLineSeriesElement.
lineJoin - The lineJoin of the stackedLineSeriesElement.LineJoinpublic LineJoin getLineJoin()
LineJoin of the stackedLineSeriesElement.
LineJoinpublic void setWidth(float width)
width - The lineWidth of the stackedLineSeriesElement.public float getWidth()
public void setLineStyle(LineStyle lineStyle)
LineStyle of the stackedLineSeriesElement.
lineStyle - The lineStyle of the stackedLineSeriesElement.LineStylepublic LineStyle getLineStyle()
LineStyle of the stackedLineSeriesElement.
LineStylepublic ValuePositionDataLabel getDataLabel()
ValuePositionDataLabel object to use for the DataLabel of the stacked series element. This is the
default data label for the series element.
public void setDataLabel(ValuePositionDataLabel dataLabel)
ValuePositionDataLabel object to use for the DataLabel of the stacked series element. This is the
default data label for the series element.
dataLabel - The DataLabel of the stacked series element.
|
DynamicPDF by ceTe Software | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||