net.sf.dynamicreports.adhoc.configuration
Class AdhocChart
java.lang.Object
net.sf.dynamicreports.adhoc.configuration.AdhocComponent
net.sf.dynamicreports.adhoc.configuration.AdhocChart
- All Implemented Interfaces:
- Serializable, Cloneable
public class AdhocChart
- extends AdhocComponent
- Author:
- Ricardo Mariaca (r.mariaca@dynamicreports.org)
- See Also:
- Serialized Form
| Methods inherited from class net.sf.dynamicreports.adhoc.configuration.AdhocComponent |
getHeight, getKey, getProperties, getProperty, getStyle, getWidth, setHeight, setKey, setProperties, setProperty, setStyle, setWidth |
AdhocChart
public AdhocChart()
getType
public AdhocChartType getType()
setType
public void setType(AdhocChartType type)
getTitle
public String getTitle()
setTitle
public void setTitle(String title)
getTitleFont
public AdhocFont getTitleFont()
setTitleFont
public void setTitleFont(AdhocFont titleFont)
getTitleColor
public Color getTitleColor()
setTitleColor
public void setTitleColor(Color titleColor)
getShowLegend
public Boolean getShowLegend()
setShowLegend
public void setShowLegend(Boolean showLegend)
getXValue
public String getXValue()
setXValue
public void setXValue(String xValue)
getSeries
public List<AdhocChartSerie> getSeries()
addSerie
public void addSerie(AdhocChartSerie serie)
setSeries
public void setSeries(List<AdhocChartSerie> series)
getSeriesColors
public List<Color> getSeriesColors()
addSeriesColor
public void addSeriesColor(Color seriesColor)
setSeriesColors
public void setSeriesColors(List<Color> seriesColors)
getXAxisFormat
public AdhocAxisFormat getXAxisFormat()
setXAxisFormat
public void setXAxisFormat(AdhocAxisFormat xAxisFormat)
getYAxisFormat
public AdhocAxisFormat getYAxisFormat()
setYAxisFormat
public void setYAxisFormat(AdhocAxisFormat yAxisFormat)
getOrientation
public AdhocOrientation getOrientation()
setOrientation
public void setOrientation(AdhocOrientation orientation)
equals
public boolean equals(Object obj)
- Overrides:
equals in class AdhocComponent
clone
public AdhocChart clone()
- Overrides:
clone in class AdhocComponent
Copyright © 2010-2013. All Rights Reserved.