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)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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)
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)