ChartDirector
Class TreeMapChart

java.lang.Object
  extended by ChartDirector.BaseChart
      extended by ChartDirector.TreeMapChart

public class TreeMapChart
extends BaseChart


Constructor Summary
TreeMapChart(int width, int height)
           
TreeMapChart(int width, int height, int bgColor)
           
TreeMapChart(int width, int height, int bgColor, int edgeColor)
           
TreeMapChart(int width, int height, int bgColor, int edgeColor, int raisedEffect)
           
 
Method Summary
 TreeMapNode getLevelPrototype(int i)
           
 TreeMapNode getRootNode()
           
 void setDebugMode(int mode)
           
 void setMapLevel(int level)
           
 void setPlotArea(int x, int y, int width, int height)
           
 
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

TreeMapChart

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

TreeMapChart

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

TreeMapChart

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

TreeMapChart

public TreeMapChart(int width,
                    int height)
Method Detail

setDebugMode

public void setDebugMode(int mode)

getLevelPrototype

public TreeMapNode getLevelPrototype(int i)

setMapLevel

public void setMapLevel(int level)

setPlotArea

public void setPlotArea(int x,
                        int y,
                        int width,
                        int height)

getRootNode

public TreeMapNode getRootNode()