|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.jinsight.jetchart.AbstractSerie | +--com.jinsight.jetchart.GraphSerie | +--com.jinsight.jetchart.OHLCSerie | +--com.jinsight.jetchart.OHLCStickSerie
This class implements the properties and methods inherited by subclasses OHLCBarSerie and CandleStickSerie.
OHLCBarSerie
,
CandleStickSerie
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, X_MARK |
Fields inherited from class com.jinsight.jetchart.AbstractSerie |
CLIENT_SIDE, SERVER_SIDE_CERN, SERVER_SIDE_NCSA |
Method Summary | |
protected void |
finalize()
|
void |
setBearishColor(java.awt.Color bearishColor)
Sets the color of a candlestick or OHLC bar series in a bearish condition, when the open value is larger than the close value. |
void |
setBullishColor(java.awt.Color bullishColor)
Sets the color of a candlestick or OHLC bar series in a bullish condition, when the open value is smaller than the close value. |
void |
setWidth(int width)
Sets the width of a an OHLC bar or a candlestick. |
Methods inherited from class com.jinsight.jetchart.OHLCSerie |
setToolTipText, setType |
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, setMarksStyle, setMultipleValues, setStartPoint, setTitle, setTitleFont, setTitlePosition, setToolTipContent, setValues, setValuesQuery |
Methods inherited from class com.jinsight.jetchart.AbstractSerie |
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 |
Method Detail |
public void setBearishColor(java.awt.Color bearishColor)
bearishColor
- A Color object.setBullishColor(java.awt.Color)
public void setBullishColor(java.awt.Color bullishColor)
bullishColor
- A Color object.setBearishColor(java.awt.Color)
public void setWidth(int width)
width
- An integer number.protected void finalize() throws java.lang.Throwable
finalize
in class OHLCSerie
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |