DynamicPDF by ceTe Software

com.cete.dynamicpdf.pageelements.charting.series
Class LineSeries

java.lang.Object
  extended by com.cete.dynamicpdf.pageelements.charting.PlotAreaElement
      extended by com.cete.dynamicpdf.pageelements.charting.SeriesBase
          extended by com.cete.dynamicpdf.pageelements.charting.series.XYSeries
              extended by com.cete.dynamicpdf.pageelements.charting.series.LegendXYSeries
                  extended by com.cete.dynamicpdf.pageelements.charting.series.LineSeries
Direct Known Subclasses:
DateTimeLineSeries, IndexedLineSeries

public abstract class LineSeries
extends LegendXYSeries

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

setValueFormat

public void setValueFormat(java.lang.String format)
Sets the valueFormat of the lineSeries.

Parameters:
format - the valueFormat string of the lineSeries.

getValueFormat

public java.lang.String getValueFormat()
Gets the valueFormat of the lineSeries.

Returns:
valueFormat string of the lineSeries.

getDataLabel

public ValuePositionDataLabel getDataLabel()
Gets the ValuePositionDataLabel of the lineSeries.

Returns:
ValuePositionDataLabel of the lineSeries.
See Also:
ValuePositionDataLabel

setDataLabel

public void setDataLabel(ValuePositionDataLabel dataLabel)
Sets the ValuePositionDataLabel of the lineSeries.

Parameters:
dataLabel - The ValuePositionDataLabel of the lineSeries.
See Also:
ValuePositionDataLabel

setMarker

public void setMarker(Marker marker)
Sets the Marker of the lineSeries.

Parameters:
marker - The marker of the lineSeries.

getMarker

public Marker getMarker()
Gets the Marker of the lineSeries.

Returns:
marker of the lineSeries.

setLineCap

public void setLineCap(LineCap lineCap)
Sets the LineCap of the lineSeries.

Parameters:
lineCap - The lineCap of the lineSeries.
See Also:
LineCap

getLineCap

public LineCap getLineCap()
Gets the LineCap of the lineSeries.

Returns:
The LineCap of the lineSeries.

setLineJoin

public void setLineJoin(LineJoin lineJoin)
Sets the LineJoin of the lineSeries.

Parameters:
lineJoin - The LineJoin of the lineSeries.

getLineJoin

public LineJoin getLineJoin()
Gets the LineJoin of the lineSeries.

Returns:
LineJoin of the lineSeries.
See Also:
LineJoin

setWidth

public void setWidth(float width)
Sets the lineWidth of the lineSeries.

Parameters:
width - The lineWidth of the lineSeries.

getWidth

public float getWidth()
Gets the lineWidth of the lineSeries.

Returns:
The lineWidth of the lineSeries.

setLineStyle

public void setLineStyle(LineStyle lineStyle)
Sets the LineStyle of the lineSeries.

Parameters:
lineStyle - The lineStyle of the lineSeries.

getLineStyle

public LineStyle getLineStyle()
Gets the LineStyle of the lineSeries.

Returns:
LineStyle of the lineSeries.
See Also:
LineStyle

DynamicPDF by ceTe Software

API Reference for DynamicPDF v10.04 for Java generated on September 25, 2019
© Copyright 2019, ceTe Software