public class AdhocChart extends AdhocComponent
AdhocChart class.
| Constructor and Description |
|---|
AdhocChart()
Constructor for AdhocChart.
|
| Modifier and Type | Method and Description |
|---|---|
void |
addSerie(AdhocChartSerie serie)
addSerie.
|
void |
addSeriesColor(Color seriesColor)
addSeriesColor.
|
AdhocChart |
clone() |
boolean |
equals(Object obj) |
AdhocOrientation |
getOrientation()
Getter for the field
orientation. |
List<AdhocChartSerie> |
getSeries()
Getter for the field
series. |
List<Color> |
getSeriesColors()
Getter for the field
seriesColors. |
Boolean |
getShowLegend()
Getter for the field
showLegend. |
String |
getTitle()
Getter for the field
title. |
Color |
getTitleColor()
Getter for the field
titleColor. |
AdhocFont |
getTitleFont()
Getter for the field
titleFont. |
AdhocChartType |
getType()
Getter for the field
type. |
AdhocAxisFormat |
getXAxisFormat()
Getter for the field
xAxisFormat. |
String |
getXValue()
Getter for the field
xValue. |
AdhocAxisFormat |
getYAxisFormat()
Getter for the field
yAxisFormat. |
int |
hashCode() |
void |
setOrientation(AdhocOrientation orientation)
Setter for the field
orientation. |
void |
setSeries(List<AdhocChartSerie> series)
Setter for the field
series. |
void |
setSeriesColors(List<Color> seriesColors)
Setter for the field
seriesColors. |
void |
setShowLegend(Boolean showLegend)
Setter for the field
showLegend. |
void |
setTitle(String title)
Setter for the field
title. |
void |
setTitleColor(Color titleColor)
Setter for the field
titleColor. |
void |
setTitleFont(AdhocFont titleFont)
Setter for the field
titleFont. |
void |
setType(AdhocChartType type)
Setter for the field
type. |
void |
setXAxisFormat(AdhocAxisFormat xAxisFormat)
Setter for the field
xAxisFormat. |
void |
setXValue(String xValue)
Setter for the field
xValue. |
void |
setYAxisFormat(AdhocAxisFormat yAxisFormat)
Setter for the field
yAxisFormat. |
getHeight, getKey, getProperties, getProperty, getStyle, getWidth, setHeight, setKey, setProperties, setProperty, setStyle, setWidthpublic AdhocChartType getType()
Getter for the field type.
AdhocChartType object.public void setType(AdhocChartType type)
Setter for the field type.
type - a AdhocChartType object.public void setTitle(String title)
Setter for the field title.
title - a String object.public AdhocFont getTitleFont()
Getter for the field titleFont.
AdhocFont object.public void setTitleFont(AdhocFont titleFont)
Setter for the field titleFont.
titleFont - a AdhocFont object.public Color getTitleColor()
Getter for the field titleColor.
Color object.public void setTitleColor(Color titleColor)
Setter for the field titleColor.
titleColor - a Color object.public Boolean getShowLegend()
Getter for the field showLegend.
Boolean object.public void setShowLegend(Boolean showLegend)
Setter for the field showLegend.
showLegend - a Boolean object.public void setXValue(String xValue)
Setter for the field xValue.
xValue - a String object.public List<AdhocChartSerie> getSeries()
Getter for the field series.
List object.public void setSeries(List<AdhocChartSerie> series)
Setter for the field series.
series - a List object.public void addSerie(AdhocChartSerie serie)
addSerie.
serie - a AdhocChartSerie object.public List<Color> getSeriesColors()
Getter for the field seriesColors.
List object.public void setSeriesColors(List<Color> seriesColors)
Setter for the field seriesColors.
seriesColors - a List object.public void addSeriesColor(Color seriesColor)
addSeriesColor.
seriesColor - a Color object.public AdhocAxisFormat getXAxisFormat()
Getter for the field xAxisFormat.
AdhocAxisFormat object.public void setXAxisFormat(AdhocAxisFormat xAxisFormat)
Setter for the field xAxisFormat.
xAxisFormat - a AdhocAxisFormat object.public AdhocAxisFormat getYAxisFormat()
Getter for the field yAxisFormat.
AdhocAxisFormat object.public void setYAxisFormat(AdhocAxisFormat yAxisFormat)
Setter for the field yAxisFormat.
yAxisFormat - a AdhocAxisFormat object.public AdhocOrientation getOrientation()
Getter for the field orientation.
AdhocOrientation object.public void setOrientation(AdhocOrientation orientation)
Setter for the field orientation.
orientation - a AdhocOrientation object.public boolean equals(Object obj)
equals in class AdhocComponentpublic int hashCode()
hashCode in class AdhocComponentpublic AdhocChart clone()
clone in class AdhocComponentCopyright © 2010–2021. All rights reserved.