|
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.StackedSeriesElement com.cete.dynamicpdf.pageelements.charting.series.StackedBarSeriesElement com.cete.dynamicpdf.pageelements.charting.series.IndexedStackedBarSeriesElement
public class IndexedStackedBarSeriesElement
Represents an individual item in the stacked bar series element with indexed axis.
Licensing:
This is a DynamicPDF Generator Enterprise
Edition feature. One of the following licenses is required for non-evaluation usage:
Constructor Summary | |
---|---|
IndexedStackedBarSeriesElement(java.lang.String name)
Initializes a new instance of the IndexedStackedBarSeriesElement class. |
|
IndexedStackedBarSeriesElement(java.lang.String name,
Color color)
Initializes a new instance of the IndexedStackedBarSeriesElement class. |
|
IndexedStackedBarSeriesElement(java.lang.String name,
Color color,
float borderWidth)
Initializes a new instance of the IndexedStackedBarSeriesElement class. |
|
IndexedStackedBarSeriesElement(java.lang.String name,
Color color,
float borderWidth,
Color borderColor)
Initializes a new instance of the IndexedStackedBarSeriesElement class. |
|
IndexedStackedBarSeriesElement(java.lang.String name,
Color color,
float borderWidth,
Color borderColor,
Legend legend)
Initializes a new instance of the IndexedStackedBarSeriesElement class. |
|
IndexedStackedBarSeriesElement(java.lang.String name,
Color color,
Legend legend)
Initializes a new instance of the IndexedStackedBarSeriesElement class. |
|
IndexedStackedBarSeriesElement(java.lang.String name,
float borderWidth,
Color borderColor)
Initializes a new instance of the IndexedStackedBarSeriesElement class. |
Method Summary | |
---|---|
IndexedStackedBarValueList |
getValues()
Gets the IndexedStackedBarValueList object contained in the
stacked bar series element with indexed axis. |
Methods inherited from class com.cete.dynamicpdf.pageelements.charting.series.StackedBarSeriesElement |
---|
getBorderColor, getBorderWidth, getDataLabel, setBorderColor, setBorderWidth, setDataLabel |
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 IndexedStackedBarSeriesElement(java.lang.String name)
IndexedStackedBarSeriesElement
class.
name
- Name of the stacked bar series element with indexed axis.public IndexedStackedBarSeriesElement(java.lang.String name, Color color)
IndexedStackedBarSeriesElement
class.
name
- Name of the stacked bar series element with indexed axis.color
- Color
of the stacked bar series element with indexed axis.public IndexedStackedBarSeriesElement(java.lang.String name, Color color, Legend legend)
IndexedStackedBarSeriesElement
class.
name
- Name of the stacked bar series element with indexed axis.color
- Color
of the stacked bar series element with indexed axis.legend
- Legend
of the stacked bar series element with indexed axis.Legend
public IndexedStackedBarSeriesElement(java.lang.String name, Color color, float borderWidth)
IndexedStackedBarSeriesElement
class.
name
- Name of the stacked bar series element with indexed axis.color
- Color
of the stacked bar series element with indexed axis.borderWidth
- Border width of the stacked bar series element with indexed axis.public IndexedStackedBarSeriesElement(java.lang.String name, float borderWidth, Color borderColor)
IndexedStackedBarSeriesElement
class.
name
- Name of the stacked bar series element with indexed axis.borderWidth
- Border width of the stacked bar series element with indexed axis.borderColor
- Border Color
of the stacked bar series element with indexed axis.public IndexedStackedBarSeriesElement(java.lang.String name, Color color, float borderWidth, Color borderColor)
IndexedStackedBarSeriesElement
class.
name
- Name of the stacked bar series element with indexed axis.color
- Color
of the stacked bar series element with indexed axis.borderWidth
- Border width of the stacked bar series element with indexed axis.borderColor
- Border Color
of the stacked bar series element with indexed axis.public IndexedStackedBarSeriesElement(java.lang.String name, Color color, float borderWidth, Color borderColor, Legend legend)
IndexedStackedBarSeriesElement
class.
name
- Name of the stacked bar series element with indexed axis.color
- Color
of the stacked bar series element with indexed axis.borderWidth
- Border width of the stacked bar series element with indexed axis.borderColor
- Border Color
of stacked bar series element with indexed axis.legend
- Legend
of the stacked bar series element with indexed axis.Legend
Method Detail |
---|
public IndexedStackedBarValueList getValues()
IndexedStackedBarValueList
object contained in the
stacked bar series element with indexed axis.
IndexedStackedBarValueList
|
DynamicPDF by ceTe Software | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |