railo.runtime.tag
Class ChartSeriesBean
java.lang.Object
railo.runtime.tag.ChartSeriesBean
- All Implemented Interfaces:
- Serializable
public class ChartSeriesBean
- extends Object
- implements Serializable
- See Also:
- Serialized Form
MARKER_STYLE_RECTANGLE
public static final int MARKER_STYLE_RECTANGLE
- See Also:
- Constant Field Values
MARKER_STYLE_TRIANGLE
public static final int MARKER_STYLE_TRIANGLE
- See Also:
- Constant Field Values
MARKER_STYLE_DIAMOND
public static final int MARKER_STYLE_DIAMOND
- See Also:
- Constant Field Values
MARKER_STYLE_CIRCLE
public static final int MARKER_STYLE_CIRCLE
- See Also:
- Constant Field Values
MARKER_STYLE_LETTER
public static final int MARKER_STYLE_LETTER
- See Also:
- Constant Field Values
MARKER_STYLE_MCROSS
public static final int MARKER_STYLE_MCROSS
- See Also:
- Constant Field Values
MARKER_STYLE_SNOW
public static final int MARKER_STYLE_SNOW
- See Also:
- Constant Field Values
MARKER_STYLE_RCROSS
public static final int MARKER_STYLE_RCROSS
- See Also:
- Constant Field Values
PAINT_STYLE_PLAIN
public static final int PAINT_STYLE_PLAIN
- See Also:
- Constant Field Values
PAINT_STYLE_RAISE
public static final int PAINT_STYLE_RAISE
- See Also:
- Constant Field Values
PAINT_STYLE_SHADE
public static final int PAINT_STYLE_SHADE
- See Also:
- Constant Field Values
PAINT_STYLE_LIGHT
public static final int PAINT_STYLE_LIGHT
- See Also:
- Constant Field Values
TYPE_BAR
public static final int TYPE_BAR
- See Also:
- Constant Field Values
TYPE_LINE
public static final int TYPE_LINE
- See Also:
- Constant Field Values
TYPE_PYRAMID
public static final int TYPE_PYRAMID
- See Also:
- Constant Field Values
TYPE_AREA
public static final int TYPE_AREA
- See Also:
- Constant Field Values
TYPE_HORIZONTALBAR
public static final int TYPE_HORIZONTALBAR
- See Also:
- Constant Field Values
TYPE_CONE
public static final int TYPE_CONE
- See Also:
- Constant Field Values
TYPE_CURVE
public static final int TYPE_CURVE
- See Also:
- Constant Field Values
TYPE_CYLINDER
public static final int TYPE_CYLINDER
- See Also:
- Constant Field Values
TYPE_STEP
public static final int TYPE_STEP
- See Also:
- Constant Field Values
TYPE_SCATTER
public static final int TYPE_SCATTER
- See Also:
- Constant Field Values
TYPE_PIE
public static final int TYPE_PIE
- See Also:
- Constant Field Values
TYPE_TIME
public static final int TYPE_TIME
- See Also:
- Constant Field Values
DATA_LABEL_STYLE_NONE
public static final int DATA_LABEL_STYLE_NONE
- See Also:
- Constant Field Values
DATA_LABEL_STYLE_VALUE
public static final int DATA_LABEL_STYLE_VALUE
- See Also:
- Constant Field Values
DATA_LABEL_STYLE_ROWLABEL
public static final int DATA_LABEL_STYLE_ROWLABEL
- See Also:
- Constant Field Values
DATA_LABEL_STYLE_COLUMNLABEL
public static final int DATA_LABEL_STYLE_COLUMNLABEL
- See Also:
- Constant Field Values
DATA_LABEL_STYLE_PATTERN
public static final int DATA_LABEL_STYLE_PATTERN
- See Also:
- Constant Field Values
ChartSeriesBean
public ChartSeriesBean()
getColorlist
public Color[] getColorlist()
- Returns:
- the colorlist
setColorlist
public void setColorlist(Color[] colorlist)
- Parameters:
colorlist
- the colorlist to set
getDataLabelStyle
public int getDataLabelStyle()
- Returns:
- the dataLabelStyle
setDataLabelStyle
public void setDataLabelStyle(int dataLabelStyle)
- Parameters:
dataLabelStyle
- the dataLabelStyle to set
getMarkerStyle
public int getMarkerStyle()
- Returns:
- the markerStyle
setMarkerStyle
public void setMarkerStyle(int markerStyle)
- Parameters:
markerStyle
- the markerStyle to set
getPaintStyle
public int getPaintStyle()
- Returns:
- the paintStyle
setPaintStyle
public void setPaintStyle(int paintStyle)
- Parameters:
paintStyle
- the paintStyle to set
getSeriesColor
public Color getSeriesColor()
- Returns:
- the seriesColor
setSeriesColor
public void setSeriesColor(Color seriesColor)
- Parameters:
seriesColor
- the seriesColor to set
getSeriesLabel
public String getSeriesLabel()
- Returns:
- the seriesLabel
setSeriesLabel
public void setSeriesLabel(String seriesLabel)
- Parameters:
seriesLabel
- the seriesLabel to set
getType
public int getType()
- Returns:
- the type
setType
public void setType(int type)
- Parameters:
type
- the type to set
addChartData
public void addChartData(ChartDataBean data)
getDatas
public List getDatas()
- Returns:
- the datas
Copyright © 2012 Railo