net.sf.dynamicreports.adhoc.configuration
Class AdhocChart

java.lang.Object
  extended by net.sf.dynamicreports.adhoc.configuration.AdhocComponent
      extended by 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

Constructor Summary
AdhocChart()
           
 
Method Summary
 void addSerie(AdhocChartSerie serie)
           
 void addSeriesColor(Color seriesColor)
           
 AdhocChart clone()
           
 boolean equals(Object obj)
           
 AdhocOrientation getOrientation()
           
 List<AdhocChartSerie> getSeries()
           
 List<Color> getSeriesColors()
           
 Boolean getShowLegend()
           
 String getTitle()
           
 Color getTitleColor()
           
 AdhocFont getTitleFont()
           
 AdhocChartType getType()
           
 AdhocAxisFormat getXAxisFormat()
           
 String getXValue()
           
 AdhocAxisFormat getYAxisFormat()
           
 void setOrientation(AdhocOrientation orientation)
           
 void setSeries(List<AdhocChartSerie> series)
           
 void setSeriesColors(List<Color> seriesColors)
           
 void setShowLegend(Boolean showLegend)
           
 void setTitle(String title)
           
 void setTitleColor(Color titleColor)
           
 void setTitleFont(AdhocFont titleFont)
           
 void setType(AdhocChartType type)
           
 void setXAxisFormat(AdhocAxisFormat xAxisFormat)
           
 void setXValue(String xValue)
           
 void setYAxisFormat(AdhocAxisFormat yAxisFormat)
           
 
Methods inherited from class net.sf.dynamicreports.adhoc.configuration.AdhocComponent
getHeight, getKey, getProperties, getProperty, getStyle, getWidth, setHeight, setKey, setProperties, setProperty, setStyle, setWidth
 
Methods inherited from class java.lang.Object
finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AdhocChart

public AdhocChart()
Method Detail

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.