|
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.SeriesBase com.cete.dynamicpdf.pageelements.charting.series.XYSeries com.cete.dynamicpdf.pageelements.charting.series.LegendXYSeries com.cete.dynamicpdf.pageelements.charting.series.ColumnSeries com.cete.dynamicpdf.pageelements.charting.series.IndexedColumnSeries
public class IndexedColumnSeries
Represents a column 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 | |
---|---|
IndexedColumnSeries(java.lang.String name)
Initializes a new instance of the IndexedColumnSeries class. |
|
IndexedColumnSeries(java.lang.String name,
Color color)
Initializes a new instance of the IndexedColumnSeries class. |
|
IndexedColumnSeries(java.lang.String name,
IndexedXAxis indexedXAxis)
Initializes a new instance of the IndexedColumnSeries class. |
|
IndexedColumnSeries(java.lang.String name,
IndexedXAxis indexedXAxis,
NumericYAxis numericYAxis)
Initializes a new instance of the IndexedColumnSeries class. |
|
IndexedColumnSeries(java.lang.String name,
IndexedXAxis indexedXAxis,
NumericYAxis numericYAxis,
Color color)
Initializes a new instance of the IndexedColumnSeries class. |
|
IndexedColumnSeries(java.lang.String name,
IndexedXAxis indexedXAxis,
NumericYAxis numericYAxis,
Color color,
float borderWidth)
Initializes a new instance of the IndexedColumnSeries class. |
|
IndexedColumnSeries(java.lang.String name,
IndexedXAxis indexedXAxis,
NumericYAxis numericYAxis,
Color color,
float borderWidth,
Color borderColor)
Initializes a new instance of the IndexedColumnSeries class. |
|
IndexedColumnSeries(java.lang.String name,
IndexedXAxis indexedXAxis,
NumericYAxis numericYAxis,
Color color,
float borderWidth,
Color borderColor,
Legend legend)
Initializes a new instance of the IndexedColumnSeries class. |
|
IndexedColumnSeries(java.lang.String name,
IndexedXAxis indexedXAxis,
NumericYAxis numericYAxis,
Color color,
Legend legend)
Initializes a new instance of the IndexedColumnSeries class. |
|
IndexedColumnSeries(java.lang.String name,
IndexedXAxis indexedXAxis,
NumericYAxis numericYAxis,
float borderWidth,
Color borderColor)
Initializes a new instance of the IndexedColumnSeries class. |
|
IndexedColumnSeries(java.lang.String name,
NumericYAxis numericYAxis)
Initializes a new instance of the IndexedColumnSeries class. |
Method Summary | |
---|---|
IndexedColumnValueList |
getValues()
Gets the IndexedColumnValueList object contained in the
column series with indexed axis. |
IndexedXAxis |
getXAxis()
Gets the IndexedXAxis object of the series. |
NumericYAxis |
getYAxis()
Gets the NumericYAxis object of the series. |
Methods inherited from class com.cete.dynamicpdf.pageelements.charting.series.ColumnSeries |
---|
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 IndexedColumnSeries(java.lang.String name)
IndexedColumnSeries
class.
name
- Name of the column series with indexed axis.public IndexedColumnSeries(java.lang.String name, Color color)
IndexedColumnSeries
class.
name
- Name of the column series with indexed axis.color
- Color
of the column series with indexed axis.public IndexedColumnSeries(java.lang.String name, IndexedXAxis indexedXAxis, NumericYAxis numericYAxis)
IndexedColumnSeries
class.
name
- Name of the column series with indexed axis.indexedXAxis
- IndexedXAxis
of the column series with indexed axis.numericYAxis
- NumericYAxis
of the column series with indexed axis.IndexedXAxis
,
NumericYAxis
public IndexedColumnSeries(java.lang.String name, IndexedXAxis indexedXAxis)
IndexedColumnSeries
class.
name
- Name of the column series with indexed axis.indexedXAxis
- IndexedXAxis
of the column series with indexed axis.IndexedXAxis
public IndexedColumnSeries(java.lang.String name, NumericYAxis numericYAxis)
IndexedColumnSeries
class.
name
- Name of the column series with indexed axis.numericYAxis
- NumericYAxis
of the column series with indexed axis.NumericYAxis
public IndexedColumnSeries(java.lang.String name, IndexedXAxis indexedXAxis, NumericYAxis numericYAxis, Color color)
IndexedColumnSeries
class.
name
- Name of the column series with indexed axis.indexedXAxis
- IndexedXAxis
of the column series with indexed axis.numericYAxis
- NumericYAxis
of the column series with indexed axis.color
- Color
of the column series with indexed axis.IndexedXAxis
,
NumericYAxis
public IndexedColumnSeries(java.lang.String name, IndexedXAxis indexedXAxis, NumericYAxis numericYAxis, Color color, Legend legend)
IndexedColumnSeries
class.
name
- Name of the column series with indexed axis.indexedXAxis
- IndexedXAxis
of the column series with indexed axis.numericYAxis
- NumericYAxis
of the column series with indexed axis.color
- Color
of the column series with indexed axis.legend
- Legend
of the column series with indexed axis.IndexedXAxis
,
NumericYAxis
,
Legend
public IndexedColumnSeries(java.lang.String name, IndexedXAxis indexedXAxis, NumericYAxis numericYAxis, Color color, float borderWidth)
IndexedColumnSeries
class.
name
- Name of the column series with indexed axis.indexedXAxis
- IndexedXAxis
of the column series with indexed axis.numericYAxis
- NumericYAxis
of the column series with indexed axis.color
- Color
of the column series with indexed axis.borderWidth
- Border width of the column series with indexed axis.IndexedXAxis
,
NumericYAxis
public IndexedColumnSeries(java.lang.String name, IndexedXAxis indexedXAxis, NumericYAxis numericYAxis, float borderWidth, Color borderColor)
IndexedColumnSeries
class.
name
- Name of the column series with indexed axis.indexedXAxis
- IndexedXAxis
of the column series with indexed axis.numericYAxis
- NumericYAxis
of the column series with indexed axis.borderWidth
- Border width of the column series with indexed axis.borderColor
- Border Color
for the border of the column series with indexed axis.IndexedXAxis
,
NumericYAxis
public IndexedColumnSeries(java.lang.String name, IndexedXAxis indexedXAxis, NumericYAxis numericYAxis, Color color, float borderWidth, Color borderColor)
IndexedColumnSeries
class.
name
- Name of the column series with indexed axis.indexedXAxis
- IndexedXAxis
of the column series with indexed axis.numericYAxis
- NumericYAxis
of the column series with indexed axis.color
- Color
of the column series with indexed axis.borderWidth
- Border width of the column series with indexed axis.borderColor
- Border Color
for the border of the column series with indexed axis.IndexedXAxis
,
NumericYAxis
public IndexedColumnSeries(java.lang.String name, IndexedXAxis indexedXAxis, NumericYAxis numericYAxis, Color color, float borderWidth, Color borderColor, Legend legend)
IndexedColumnSeries
class.
name
- Name of the column series with indexed axis.indexedXAxis
- IndexedXAxis
of the column series with indexed axis.numericYAxis
- NumericYAxis
of the column series with indexed axis.color
- Color
of the column series with indexed axis.borderWidth
- Border width of the column series with indexed axis.borderColor
- Border Color
for the border of the column series with indexed axis.legend
- Legend
of the column series with indexed axis.IndexedXAxis
,
NumericYAxis
,
Legend
Method Detail |
---|
public IndexedColumnValueList getValues()
IndexedColumnValueList
object contained in the
column series with indexed axis.
IndexedColumnValueList
public IndexedXAxis getXAxis()
IndexedXAxis
object of the series.
IndexedXAxis
public NumericYAxis getYAxis()
NumericYAxis
object of the series.
NumericYAxis
|
DynamicPDF by ceTe Software | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |