ChartDirector
Class MultiChart

java.lang.Object
  extended by ChartDirector.BaseChart
      extended by ChartDirector.MultiChart
Direct Known Subclasses:
FinanceChart

public class MultiChart
extends BaseChart


Constructor Summary
MultiChart(int width, int height)
           
MultiChart(int width, int height, int bgColor)
           
MultiChart(int width, int height, int bgColor, int edgeColor)
           
MultiChart(int width, int height, int bgColor, int edgeColor, int raisedEffect)
           
 
Method Summary
 void addChart(int x, int y, BaseChart c)
           
 BaseChart getChart()
           
 BaseChart getChart(int i)
           
 int getChartCount()
           
 void setMainChart(BaseChart c)
           
 
Methods inherited from class ChartDirector.BaseChart
addExtraField, addExtraField, addExtraField, addExtraField2, addExtraField2, addLegend, addLegend, addLegend, addLegend, addLegend2, addLegend2, addLegend2, addLine, addLine, addLine, addTable, addText, addText, addText, addText, addText, addText, addText, addTitle, addTitle, addTitle, addTitle, addTitle, addTitle, addTitle, addTitle, addTitle, addTitle, addTitle, addTitle, addTitle2, addTitle2, addTitle2, addTitle2, addTitle2, addTitle2, adjustBrightness, autoColor, dashLineColor, dashLineColor, enableVectorOutput, formatValue, formatValue, getAbsOffsetX, getAbsOffsetY, getChartMetrics, getColor, getDrawArea, getHeight, getHTMLImageMap, getHTMLImageMap, getHTMLImageMap, getHTMLImageMap, getJsChartModel, getJsChartModel, getLegend, getWidth, gradientColor, gradientColor, gradientColor, gradientColor, gradientColor, gradientColor2, gradientColor2, gradientColor2, gradientColor2, halfColor, initDynamicLayer, layout, layoutLegend, linearGradientColor, linearGradientColor, linearGradientColor, linearGradientColor, linearGradientColor2, linearGradientColor2, makeChart, makeChart, makeChart, makeChart2, makeChart3, makeImage, makeSession, makeSession, makeSession, makeSession, makeSession, makeSession, makeSession, makeSession, makeTmpFile, makeTmpFile, makeTmpFile, patternColor, patternColor, patternColor, patternColor, patternColor2, patternColor2, radialGradientColor, radialGradientColor, radialGradientColor, radialGradientColor, radialGradientColor2, radialGradientColor2, recycle, removeDynamicLayer, setAMPM, setAntiAlias, setAntiAlias, setAntiAlias, setBackground, setBackground, setBackground, setBgImage, setBgImage, setBorder, setColor, setColors, setColors, setColors2, setDefaultFonts, setDefaultFonts, setDefaultFonts, setDefaultFonts, setDropShadow, setDropShadow, setDropShadow, setDropShadow, setDropShadow, setFontTable, setMonthNames, setNumberFormat, setNumberFormat, setNumberFormat, setNumberFormat, setOutputOptions, setResource, setResource, setRoundedFrame, setRoundedFrame, setRoundedFrame, setRoundedFrame, setSearchPath, setSearchPath, setSearchPath, setSearchPath, setSearchPath, setSearchPath, setSearchPath, setSearchPath, setSearchPath, setSearchPath2, setSearchPath2, setSearchPath3, setSearchPath3, setSearchPath3, setSearchPath4, setSearchPath5, setSearchPath5, setSize, setThickFrame, setThickFrame, setThickFrame, setThickFrame, setTransparentColor, setWallpaper, setWeekDayNames
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MultiChart

public MultiChart(int width,
                  int height,
                  int bgColor,
                  int edgeColor,
                  int raisedEffect)

MultiChart

public MultiChart(int width,
                  int height,
                  int bgColor,
                  int edgeColor)

MultiChart

public MultiChart(int width,
                  int height,
                  int bgColor)

MultiChart

public MultiChart(int width,
                  int height)
Method Detail

addChart

public void addChart(int x,
                     int y,
                     BaseChart c)

getChart

public BaseChart getChart()

getChart

public BaseChart getChart(int i)

getChartCount

public int getChartCount()

setMainChart

public void setMainChart(BaseChart c)