|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.jinsight.jetchart.AbstractSerie
com.jinsight.jetchart.GraphSerie
com.jinsight.jetchart.BarSerie
This class implements the properties and methods of a bar series.
| Field Summary | |
static int |
INSIDE
Constant used to display data points legends horizontally and inside the bars. |
static int |
INSIDE_VERTICAL
Constant used to display data points legends vertically and inside the bars. |
static int |
TOP
Constant used to display data points legends horizontally and at the top of the bars. |
| Fields inherited from class com.jinsight.jetchart.GraphSerie |
ABOVE_TOP_YAXIS, AREA, BAR, BAR_HLC, BAR_OHLC, BESIDE_TOP_YAXIS, CANDLESTICK, DASHED, EMPTY_CIRCLE_MARK, EMPTY_DIAMOND_MARK, EMPTY_SQUARE_MARK, EMPTY_TRIANGLE_MARK, IMAGE, LEGEND, LINE, LINE_HLC, LINE_OHLC, MARK_SHAPE_LEGEND, POINT, ROUNDED_CANDLESTICK, SOLID, SOLID_CIRCLE_MARK, SOLID_DIAMOND_MARK, SOLID_SQUARE_LEGEND, SOLID_SQUARE_MARK, SOLID_TRIANGLE_MARK, STACKED_BAR, VECTOR, X_MARK |
| Fields inherited from class com.jinsight.jetchart.AbstractSerie |
CLIENT_SIDE, SERVER_SIDE_CERN, SERVER_SIDE_NCSA |
| Constructor Summary | |
BarSerie()
Creates a BarSerie object. |
|
BarSerie(double[] values)
Creates a BarSerie object. |
|
BarSerie(double[] values,
java.lang.String title)
Creates a BarSerie object. |
|
| Method Summary | |
protected void |
finalize()
|
void |
setBorderEnabled(boolean isBorderEnabled)
Enables/disables the borders of the bars. |
void |
setColors(java.awt.Color[] colors)
Sets a color for each bar. |
void |
setMarkLegendPosition(int markLegendPosition)
Sets the position where data points legends are displayed. |
void |
setMarkLegendRoomCheckEnabled(boolean isMarkLegendRoomCheckEnabled)
Enables/disables mark legends room checking. |
void |
setWidth(int barWidth)
Sets bar width. |
| Methods inherited from class com.jinsight.jetchart.GraphSerie |
getColor, getMultipleValues, getRegressionLine, getSerieMap, getSerieMap, getSerieMap, getTitle, getType, getValues, removeRegressionLine, setColor, setCoordinatesStatus, setFont, setMarkLegendBackground, setMarkLegendEnabled, setMarkLegendForeground, setMarkLegendOpacityEnabled, setMarksColor, setMarksEnabled, setMarksHeight, setMarksStyle, setMarksWidth, setMultipleValues, setStartPoint, setTitle, setTitleFont, setTitlePosition, setToolTipContent, setValues, setValuesQuery |
| Methods inherited from class com.jinsight.jetchart.AbstractSerie |
addMultipleValues, addValue, getId, setHighlightColor, setHighlightEnabled, setId, setLegendEnabled, setMultipleValues, setSVGURLs, setToolTipEnabled, setValueFormat, setValues |
| Methods inherited from class java.lang.Object |
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public static final int TOP
public static final int INSIDE
public static final int INSIDE_VERTICAL
| Constructor Detail |
public BarSerie()
public BarSerie(double[] values)
values - Array of double precision numbers containing series values.AbstractSerie.setValues(double[])
public BarSerie(double[] values,
java.lang.String title)
values - Array of double precision numbers containing series values.title - String containing series title. The series title is displayed in the legend box.AbstractSerie.setValues(double[])| Method Detail |
public void setColors(java.awt.Color[] colors)
colors - An array of Color objects.public void setMarkLegendRoomCheckEnabled(boolean isMarkLegendRoomCheckEnabled)
isMarkLegendRoomCheckEnabled - A boolean value(true/false).setMarkLegendPosition(int)public void setMarkLegendPosition(int markLegendPosition)
markLegendPosition - An integer value.TOP,
INSIDE,
INSIDE_VERTICALpublic void setWidth(int barWidth)
barWidth - An integer number.public void setBorderEnabled(boolean isBorderEnabled)
isBorderEnabled - A boolean value(true/false)
protected void finalize()
throws java.lang.Throwable
finalize in class GraphSeriejava.lang.Throwable
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||