|
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.series.SeriesElement com.cete.dynamicpdf.pageelements.charting.series.StackedSeriesElementBase com.cete.dynamicpdf.pageelements.charting.series.Stacked100PercentSeriesElement com.cete.dynamicpdf.pageelements.charting.series.Stacked100PercentLineSeriesElement com.cete.dynamicpdf.pageelements.charting.series.DateTime100PercentStackedLineSeriesElement
public class DateTime100PercentStackedLineSeriesElement
Represent an individual item in the 100% stacked line series with date-time axis.
Licensing:
This is a DynamicPDF Generator Enterprise
Edition feature. One of the following licenses is required for non-evaluation usage:
Constructor Summary | |
---|---|
DateTime100PercentStackedLineSeriesElement(java.lang.String name)
Initializes a new instance of the DateTime100PercentStackedLineSeriesElement object. |
|
DateTime100PercentStackedLineSeriesElement(java.lang.String name,
Color color)
Initializes a new instance of the DateTime100PercentStackedLineSeriesElement object. |
|
DateTime100PercentStackedLineSeriesElement(java.lang.String name,
Color color,
float lineWidth)
Initializes a new instance of the DateTime100PercentStackedLineSeriesElement object. |
|
DateTime100PercentStackedLineSeriesElement(java.lang.String name,
Color color,
float lineWidth,
LineStyle style)
Initializes a new instance of the DateTime100PercentStackedLineSeriesElement object. |
|
DateTime100PercentStackedLineSeriesElement(java.lang.String name,
Color color,
float lineWidth,
LineStyle style,
Legend legend)
Initializes a new instance of the DateTime100PercentStackedLineSeriesElement object. |
|
DateTime100PercentStackedLineSeriesElement(java.lang.String name,
Color color,
float lineWidth,
LineStyle style,
Marker marker)
Initializes a new instance of the DateTime100PercentStackedLineSeriesElement object. |
|
DateTime100PercentStackedLineSeriesElement(java.lang.String name,
float lineWidth,
LineStyle style,
Color color,
Marker marker,
Legend legend)
Initializes a new instance of the DateTime100PercentStackedLineSeriesElement object. |
Method Summary | |
---|---|
DateTime100PercentStackedLineValueList |
getValues()
Gets the DateTime100PercentStackedLineValueList object contained in the datetime100PercentStackedLineSeriesElement. |
Methods inherited from class com.cete.dynamicpdf.pageelements.charting.series.Stacked100PercentLineSeriesElement |
---|
getDataLabel, getLineCap, getLineJoin, getLineStyle, getMarker, getWidth, setDataLabel, setLineCap, setLineJoin, setLineStyle, setMarker, setWidth |
Methods inherited from class com.cete.dynamicpdf.pageelements.charting.series.Stacked100PercentSeriesElement |
---|
getPercentageFormat, setPercentageFormat |
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 |
Constructor Detail |
---|
public DateTime100PercentStackedLineSeriesElement(java.lang.String name)
DateTime100PercentStackedLineSeriesElement
object.
name
- Name of the 100% stacked line series element with date-time axis.public DateTime100PercentStackedLineSeriesElement(java.lang.String name, Color color)
DateTime100PercentStackedLineSeriesElement
object.
name
- Name of the 100% stacked line series element with date-time axis.color
- Color
of the 100% stacked line series element with date-time axis.public DateTime100PercentStackedLineSeriesElement(java.lang.String name, Color color, float lineWidth)
DateTime100PercentStackedLineSeriesElement
object.
name
- Name of the 100% stacked line series element with date-time axis.color
- Color
of the 100% stacked line series element with date-time axis.lineWidth
- line width of the 100% stacked line series element with date-time axis.public DateTime100PercentStackedLineSeriesElement(java.lang.String name, Color color, float lineWidth, LineStyle style)
DateTime100PercentStackedLineSeriesElement
object.
name
- Name of the 100% stacked line series element with date-time axis.color
- Color
of the dateTime100PercentStackedLineSeriesElement.lineWidth
- line width of the 100% stacked line series element with date-time axis.style
- LineStyle
of the 100% stacked line series element with date-time axis.LineStyle
public DateTime100PercentStackedLineSeriesElement(java.lang.String name, Color color, float lineWidth, LineStyle style, Legend legend)
DateTime100PercentStackedLineSeriesElement
object.
name
- Name of the 100% stacked line series element with date-time axis.color
- Color
of the 100% stacked line series element with date-time axis.lineWidth
- line width of the 100% stacked line series element with date-time axis.style
- LineStyle
of the 100% stacked line series element with date-time axis.legend
- Legend
of the 100% stacked line series element with date-time axis.Legend
,
LineStyle
public DateTime100PercentStackedLineSeriesElement(java.lang.String name, Color color, float lineWidth, LineStyle style, Marker marker)
DateTime100PercentStackedLineSeriesElement
object.
name
- Name of the 100% stacked line series element with date-time axis.color
- Color
of the 100% stacked line series element with date-time axis.lineWidth
- line width of the 100% stacked line series element with date-time axis.style
- LineStyle
of the 100% stacked line series element with date-time axis.marker
- Marker of the 100% stacked line series element with date-time axis.- See Also:
Marker
,
LineStyle
public DateTime100PercentStackedLineSeriesElement(java.lang.String name, float lineWidth, LineStyle style, Color color, Marker marker, Legend legend)
DateTime100PercentStackedLineSeriesElement
object.
name
- Name of the 100% stacked line series element with date-time axis.lineWidth
- line width of the 100% stacked line series element with date-time axis.style
- LineStyle
of the 100% stacked line series element with date-time axis.color
- Color
of the 100% stacked line series element with date-time axis.marker
- Marker of the 100% stacked line series element with date-time axis.legend
- Legend
of the 100% stacked line series element with date-time axis.- See Also:
Legend
,
Marker
,
LineStyle
Method Detail |
---|
public DateTime100PercentStackedLineValueList getValues()
DateTime100PercentStackedLineValueList
object contained in the datetime100PercentStackedLineSeriesElement.
DateTime100PercentStackedLineValueList
|
DynamicPDF by ceTe Software | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |