Sirius.columnchart
Class Chartdata

java.lang.Object
  |
  +--Sirius.columnchart.Chartdata
All Implemented Interfaces:
java.io.Serializable

public class Chartdata
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
Chartdata(boolean threeD, boolean grid, boolean axis, boolean ylabels, boolean outline, boolean legend, int width, int height, int ncolumns, int nrows, int vspace, int nseries, int hspace, int gridxpos, int gridypos, int depth3D, int ndecplaces, int colwidth, double chartScale, double chartStartY, java.awt.Color gridColor, java.awt.Color axisColor, java.awt.Color floorColor, java.awt.Color labelColor, java.awt.Color backgroundColor, java.awt.Color outlineColor)
           
 
Method Summary
 boolean getAxis()
           
 java.awt.Color getAxisColor()
           
 java.awt.Color getBackgroundColor()
           
 double getChartScale()
           
 double getChartStartY()
           
 int getColwidth()
           
 int getDepth3D()
           
 java.awt.Color getFloorColor()
           
 boolean getGrid()
           
 java.awt.Color getGridColor()
           
 int getGridxpos()
           
 int getGridypos()
           
 int getHeight()
           
 int getHspace()
           
 java.awt.Color getLabelColor()
           
 boolean getLegend()
           
 int getNcolumns()
           
 int getNdecplaces()
           
 int getNrows()
           
 int getNseries()
           
 boolean getOutline()
           
 java.awt.Color getOutlineColor()
           
 boolean getThreeD()
           
 int getVspace()
           
 int getWidth()
           
 boolean getYlabels()
           
 void setAxis(boolean axis)
           
 void setAxisColor(java.awt.Color axisColor)
           
 void setBackgroundColor(java.awt.Color backgroundColor)
           
 void setChartScale(double chartScale)
           
 void setChartStartY(double chartStartY)
           
 void setColwidth(int colwidth)
           
 void setDepth3D(int depth3D)
           
 void setFloorColor(java.awt.Color floorColor)
           
 void setGrid(boolean grid)
           
 void setGridColor(java.awt.Color gridColor)
           
 void setGridxpos(int gridxpos)
           
 void setGridypos(int gridypos)
           
 void setHeight(int height)
           
 void setHspace(int hspace)
           
 void setLabelColor(java.awt.Color labelColor)
           
 void setLegend(boolean legend)
           
 void setNcolumns(int ncolumns)
           
 void setNdecplaces(int ndecplaces)
           
 void setNrows(int nrows)
           
 void setNseries(int nseries)
           
 void setOutline(boolean outline)
           
 void setOutlineColor(java.awt.Color outlineColor)
           
 void setThreeD(boolean threeD)
           
 void setVspace(int vspace)
           
 void setWidth(int width)
           
 void setYlabels(boolean ylabels)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Chartdata

public Chartdata(boolean threeD,
                 boolean grid,
                 boolean axis,
                 boolean ylabels,
                 boolean outline,
                 boolean legend,
                 int width,
                 int height,
                 int ncolumns,
                 int nrows,
                 int vspace,
                 int nseries,
                 int hspace,
                 int gridxpos,
                 int gridypos,
                 int depth3D,
                 int ndecplaces,
                 int colwidth,
                 double chartScale,
                 double chartStartY,
                 java.awt.Color gridColor,
                 java.awt.Color axisColor,
                 java.awt.Color floorColor,
                 java.awt.Color labelColor,
                 java.awt.Color backgroundColor,
                 java.awt.Color outlineColor)
Method Detail

getThreeD

public boolean getThreeD()

getGrid

public boolean getGrid()

getAxis

public boolean getAxis()

getYlabels

public boolean getYlabels()

getOutline

public boolean getOutline()

getLegend

public boolean getLegend()

getWidth

public int getWidth()

getHeight

public int getHeight()

getNcolumns

public int getNcolumns()

getNrows

public int getNrows()

getVspace

public int getVspace()

getNseries

public int getNseries()

getHspace

public int getHspace()

getGridxpos

public int getGridxpos()

getGridypos

public int getGridypos()

getDepth3D

public int getDepth3D()

getNdecplaces

public int getNdecplaces()

getColwidth

public int getColwidth()

getChartScale

public double getChartScale()

getChartStartY

public double getChartStartY()

getGridColor

public java.awt.Color getGridColor()

getAxisColor

public java.awt.Color getAxisColor()

getFloorColor

public java.awt.Color getFloorColor()

getLabelColor

public java.awt.Color getLabelColor()

getBackgroundColor

public java.awt.Color getBackgroundColor()

getOutlineColor

public java.awt.Color getOutlineColor()

setThreeD

public void setThreeD(boolean threeD)

setGrid

public void setGrid(boolean grid)

setAxis

public void setAxis(boolean axis)

setYlabels

public void setYlabels(boolean ylabels)

setOutline

public void setOutline(boolean outline)

setLegend

public void setLegend(boolean legend)

setWidth

public void setWidth(int width)

setHeight

public void setHeight(int height)

setNcolumns

public void setNcolumns(int ncolumns)

setNrows

public void setNrows(int nrows)

setVspace

public void setVspace(int vspace)

setNseries

public void setNseries(int nseries)

setHspace

public void setHspace(int hspace)

setGridxpos

public void setGridxpos(int gridxpos)

setGridypos

public void setGridypos(int gridypos)

setDepth3D

public void setDepth3D(int depth3D)

setNdecplaces

public void setNdecplaces(int ndecplaces)

setColwidth

public void setColwidth(int colwidth)

setChartScale

public void setChartScale(double chartScale)

setChartStartY

public void setChartStartY(double chartStartY)

setGridColor

public void setGridColor(java.awt.Color gridColor)

setAxisColor

public void setAxisColor(java.awt.Color axisColor)

setFloorColor

public void setFloorColor(java.awt.Color floorColor)

setLabelColor

public void setLabelColor(java.awt.Color labelColor)

setBackgroundColor

public void setBackgroundColor(java.awt.Color backgroundColor)

setOutlineColor

public void setOutlineColor(java.awt.Color outlineColor)