|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.steema.teechart.styles.SeriesPoint
com.steema.teechart.styles.SeriesOHLCPoint
public class SeriesOHLCPoint
Title: SeriesOHLCPoint class
Description: Class provides access to XYZ Point characteristics
Copyright (c) 2005-2006 by Steema Software SL. All Rights Reserved.
Company: Steema Software SL
| Field Summary |
|---|
| Fields inherited from class com.steema.teechart.styles.SeriesPoint |
|---|
index, series |
| Constructor Summary | |
|---|---|
SeriesOHLCPoint()
|
|
SeriesOHLCPoint(OHLC s,
int i)
|
|
| Method Summary | |
|---|---|
double |
getClose()
Indexed Point Close value. |
double |
getDate()
Indexed Point Date value. |
double |
getHigh()
Indexed Point High value. |
double |
getLow()
Indexed Point Low value. |
double |
getOpen()
Indexed Point Open value. |
void |
setClose(double value)
Indexed Point Close value. |
void |
setDate(double value)
Indexed Point Date value. |
void |
setHigh(double value)
Indexed Point High value. |
void |
setLow(double value)
Indexed Point Low value. |
void |
setOpen(double value)
Indexed Point Open value. |
| Methods inherited from class com.steema.teechart.styles.SeriesPoint |
|---|
getColor, getLabel, setColor, setLabel |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SeriesOHLCPoint()
public SeriesOHLCPoint(OHLC s,
int i)
| Method Detail |
|---|
public double getOpen()
public void setOpen(double value)
value - doublepublic double getHigh()
public void setHigh(double value)
value - doublepublic double getLow()
public void setLow(double value)
value - doublepublic double getClose()
public void setClose(double value)
value - doublepublic double getDate()
public void setDate(double value)
value - double
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||