|
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.Stacked100PercentBarSeriesElement com.cete.dynamicpdf.pageelements.charting.series.Indexed100PercentStackedBarSeriesElement
public class Indexed100PercentStackedBarSeriesElement
Represents an individual item in the 100% 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 | |
---|---|
Indexed100PercentStackedBarSeriesElement(java.lang.String name)
Initializes a new instance of the Indexed100PercentStackedBarSeriesElement class. |
|
Indexed100PercentStackedBarSeriesElement(java.lang.String name,
Color color)
Initializes a new instance of the Indexed100PercentStackedBarSeriesElement class. |
|
Indexed100PercentStackedBarSeriesElement(java.lang.String name,
Color color,
float borderWidth)
Initializes a new instance of the Indexed100PercentStackedBarSeriesElement class. |
|
Indexed100PercentStackedBarSeriesElement(java.lang.String name,
Color color,
float borderWidth,
Color borderColor)
Initializes a new instance of the Indexed100PercentStackedBarSeriesElement class. |
|
Indexed100PercentStackedBarSeriesElement(java.lang.String name,
Color color,
float borderWidth,
Color borderColor,
Legend legend)
Initializes a new instance of the Indexed100PercentStackedBarSeriesElement class. |
|
Indexed100PercentStackedBarSeriesElement(java.lang.String name,
Color color,
Legend legend)
Initializes a new instance of the Indexed100PercentStackedBarSeriesElement class. |
|
Indexed100PercentStackedBarSeriesElement(java.lang.String name,
float borderWidth,
Color borderColor)
Initializes a new instance of the Indexed100PercentStackedBarSeriesElement class. |
Method Summary | |
---|---|
Indexed100PercentStackedBarValueList |
getValues()
Gets the Indexed100PercentStackedBarValueList object contained in the
indexed100PercentStackedBarSeriesElement. |
Methods inherited from class com.cete.dynamicpdf.pageelements.charting.series.Stacked100PercentBarSeriesElement |
---|
getBorderColor, getBorderWidth, getDataLabel, setBorderColor, setBorderWidth, setDataLabel |
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 Indexed100PercentStackedBarSeriesElement(java.lang.String name)
Indexed100PercentStackedBarSeriesElement
class.
name
- Name of the 100% stacked bar series element with indexed axis.public Indexed100PercentStackedBarSeriesElement(java.lang.String name, Color color)
Indexed100PercentStackedBarSeriesElement
class.
name
- Name of the 100% stacked bar series element with indexed axis.color
- Color
of the 100% stacked bar series element with indexed axis.public Indexed100PercentStackedBarSeriesElement(java.lang.String name, Color color, Legend legend)
Indexed100PercentStackedBarSeriesElement
class.
name
- Name of the 100% stacked bar series element with indexed axis.color
- Color
of the 100% stacked bar series element with indexed axis.legend
- Legend
of the 100% stacked bar series element with indexed axis.Legend
public Indexed100PercentStackedBarSeriesElement(java.lang.String name, Color color, float borderWidth)
Indexed100PercentStackedBarSeriesElement
class.
name
- Name of the 100% stacked bar series element with indexed axis.color
- Color
of the 100% stacked bar series element with indexed axis.borderWidth
- Border width of the 100% stacked bar series element with indexed axis.public Indexed100PercentStackedBarSeriesElement(java.lang.String name, float borderWidth, Color borderColor)
Indexed100PercentStackedBarSeriesElement
class.
name
- Name of the 100% stacked bar series element with indexed axis.borderWidth
- Border width of the 100% stacked bar series element with indexed axis.borderColor
- Border Color
of the 100% stacked bar series element with indexed axis.public Indexed100PercentStackedBarSeriesElement(java.lang.String name, Color color, float borderWidth, Color borderColor)
Indexed100PercentStackedBarSeriesElement
class.
name
- Name of the 100% stacked bar series element with indexed axis.color
- Color
of the 100% stacked bar series element with indexed axis.borderWidth
- Border width of the 100% stacked bar series element with indexed axis.borderColor
- Border Color
of the 100% stacked bar series element with indexed axis.public Indexed100PercentStackedBarSeriesElement(java.lang.String name, Color color, float borderWidth, Color borderColor, Legend legend)
Indexed100PercentStackedBarSeriesElement
class.
name
- Name of the 100% stacked bar series element with indexed axis.color
- Color
of the 100% stacked bar series element with indexed axis.borderWidth
- Border width of the 100% stacked bar series element with indexed axis.borderColor
- Border Color
of 100% stacked bar series element with indexed axis.legend
- Legend
of the 100% stacked bar series element with indexed axis..Legend
Method Detail |
---|
public Indexed100PercentStackedBarValueList getValues()
Indexed100PercentStackedBarValueList
object contained in the
indexed100PercentStackedBarSeriesElement.
Indexed100PercentStackedBarValueList
|
DynamicPDF by ceTe Software | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |