|
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.SeriesBase
com.cete.dynamicpdf.pageelements.charting.series.XYSeries
com.cete.dynamicpdf.pageelements.charting.series.LegendXYSeries
com.cete.dynamicpdf.pageelements.charting.series.BarSeries
com.cete.dynamicpdf.pageelements.charting.series.IndexedBarSeries
public class IndexedBarSeries
Represents a bar series 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 | |
|---|---|
IndexedBarSeries(java.lang.String name)
Initializes a new instance of the IndexedBarSeries class. |
|
IndexedBarSeries(java.lang.String name,
Color color)
Initializes a new instance of the IndexedBarSeries class. |
|
IndexedBarSeries(java.lang.String name,
IndexedYAxis indexedYAxis)
Initializes a new instance of the IndexedBarSeries class. |
|
IndexedBarSeries(java.lang.String name,
NumericXAxis numericXAxis)
Initializes a new instance of the IndexedBarSeries class. |
|
IndexedBarSeries(java.lang.String name,
NumericXAxis numericXAxis,
IndexedYAxis indexedYAxis)
Initializes a new instance of the IndexedBarSeries class. |
|
IndexedBarSeries(java.lang.String name,
NumericXAxis numericXAxis,
IndexedYAxis indexedYAxis,
Color color)
Initializes a new instance of the IndexedBarSeries class. |
|
IndexedBarSeries(java.lang.String name,
NumericXAxis numericXAxis,
IndexedYAxis indexedYAxis,
Color color,
float borderWidth)
Initializes a new instance of the IndexedBarSeries class. |
|
IndexedBarSeries(java.lang.String name,
NumericXAxis numericXAxis,
IndexedYAxis indexedYAxis,
Color color,
float borderWidth,
Color borderColor)
Initializes a new instance of the IndexedBarSeries class. |
|
IndexedBarSeries(java.lang.String name,
NumericXAxis numericXAxis,
IndexedYAxis indexedYAxis,
Color color,
float borderWidth,
Color borderColor,
Legend legend)
Initializes a new instance of the IndexedBarSeries class. |
|
IndexedBarSeries(java.lang.String name,
NumericXAxis numericXAxis,
IndexedYAxis indexedYAxis,
Color color,
Legend legend)
Initializes a new instance of the IndexedBarSeries class. |
|
IndexedBarSeries(java.lang.String name,
NumericXAxis numericXAxis,
IndexedYAxis indexedYAxis,
float borderWidth,
Color borderColor)
Initializes a new instance of the IndexedBarSeries class. |
|
| Method Summary | |
|---|---|
IndexedBarValueList |
getValues()
Gets the IndexedBarValueList object contained in the indexed bar series. |
NumericXAxis |
getXAxis()
Gets the NumericXAxis object of the series. |
IndexedYAxis |
getYAxis()
Gets the IndexedYAxis object of the series. |
| Methods inherited from class com.cete.dynamicpdf.pageelements.charting.series.BarSeries |
|---|
getBorderColor, getBorderWidth, getDataLabel, getValueFormat, setBorderColor, setBorderWidth, setDataLabel, setValueFormat |
| 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 |
| Constructor Detail |
|---|
public IndexedBarSeries(java.lang.String name)
IndexedBarSeries class.
name - Name of the bar series with indexed axis.
public IndexedBarSeries(java.lang.String name,
Color color)
IndexedBarSeries class.
name - Name of the bar series with indexed axis.color - Color of the bar series with indexed axis.
public IndexedBarSeries(java.lang.String name,
NumericXAxis numericXAxis,
IndexedYAxis indexedYAxis)
IndexedBarSeries class.
name - Name of the bar series with indexed axis.numericXAxis - NumericXAxis of the bar series with indexed axis.indexedYAxis - IndexedYAxis of the bar series with indexed axis.NumericXAxis,
IndexedYAxis
public IndexedBarSeries(java.lang.String name,
NumericXAxis numericXAxis)
IndexedBarSeries class.
name - Name of the bar series with indexed axis.numericXAxis - NumericXAxis of the bar series with indexed axis..NumericXAxis
public IndexedBarSeries(java.lang.String name,
IndexedYAxis indexedYAxis)
IndexedBarSeries class.
name - Name of the bar series with indexed axis.indexedYAxis - IndexedYAxis of the bar series with indexed axis.IndexedYAxis
public IndexedBarSeries(java.lang.String name,
NumericXAxis numericXAxis,
IndexedYAxis indexedYAxis,
Color color)
IndexedBarSeries class.
name - Name of the bar series with indexed axis.numericXAxis - NumericXAxis of the bar series with indexed axis.indexedYAxis - IndexedYAxis of the bar series with indexed axis.color - Color of the bar series with indexed axis.NumericXAxis,
IndexedYAxis
public IndexedBarSeries(java.lang.String name,
NumericXAxis numericXAxis,
IndexedYAxis indexedYAxis,
Color color,
Legend legend)
IndexedBarSeries class.
name - Name of the bar series with indexed axis.numericXAxis - NumericXAxis of the bar series with indexed axis.indexedYAxis - IndexedYAxis of the bar series with indexed axis.color - Color of the bar series with indexed axis.legend - Legend of the bar series with indexed axis.NumericXAxis,
IndexedYAxis,
Legend
public IndexedBarSeries(java.lang.String name,
NumericXAxis numericXAxis,
IndexedYAxis indexedYAxis,
Color color,
float borderWidth)
IndexedBarSeries class.
name - Name of the bar series with indexed axis.numericXAxis - NumericXAxis of the bar series with indexed axis.indexedYAxis - IndexedYAxis of the bar series with indexed axis.color - Color of the bar series with indexed axis.borderWidth - Border width of the bar series with indexed axis.NumericXAxis,
IndexedYAxis
public IndexedBarSeries(java.lang.String name,
NumericXAxis numericXAxis,
IndexedYAxis indexedYAxis,
float borderWidth,
Color borderColor)
IndexedBarSeries class.
name - Name of the bar series with indexed axis.numericXAxis - NumericXAxis of the bar series with indexed axis.indexedYAxis - IndexedYAxis of the bar series with indexed axis.borderWidth - Border width of the bar series with indexed axis.borderColor - Border Color for border of the bar series with indexed axis.NumericXAxis,
IndexedYAxis
public IndexedBarSeries(java.lang.String name,
NumericXAxis numericXAxis,
IndexedYAxis indexedYAxis,
Color color,
float borderWidth,
Color borderColor)
IndexedBarSeries class.
name - Name of the bar series with indexed axis.numericXAxis - NumericXAxis of the bar series with indexed axis.indexedYAxis - IndexedYAxis of the bar series with indexed axis.color - Color of the bar series with indexed axis.borderWidth - Border width of the bar series with indexed axis.borderColor - Border Color for border of the bar series with indexed axis.NumericXAxis,
IndexedYAxis
public IndexedBarSeries(java.lang.String name,
NumericXAxis numericXAxis,
IndexedYAxis indexedYAxis,
Color color,
float borderWidth,
Color borderColor,
Legend legend)
IndexedBarSeries class.
name - Name of the bar series with indexed axis.numericXAxis - NumericXAxis of the bar series with indexed axis.indexedYAxis - IndexedYAxis of the bar series with indexed axis.color - Color of the bar series with indexed axis.borderWidth - Border width of the bar series with indexed axis.borderColor - Border Color for border of the bar series with indexed axis.legend - Legend of the bar series with indexed axis.NumericXAxis,
IndexedYAxis,
Legend| Method Detail |
|---|
public IndexedBarValueList getValues()
IndexedBarValueList object contained in the indexed bar series.
IndexedBarValueListpublic NumericXAxis getXAxis()
NumericXAxis object of the series.
NumericXAxispublic IndexedYAxis getYAxis()
IndexedYAxis object of the series.
IndexedYAxis
|
DynamicPDF by ceTe Software | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||