|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.stimulsoft.base.serializing.StiSerializedObject
com.stimulsoft.base.services.StiService
com.stimulsoft.report.chart.view.series.StiSeries
com.stimulsoft.report.chart.view.series.candlestick.StiCandlestickSeries
com.stimulsoft.report.chart.view.series.stock.StiStockSeries
public class StiStockSeries
| Field Summary |
|---|
| Fields inherited from interface com.stimulsoft.base.serializing.interfaceobject.IStiSerializableRef |
|---|
REFERENCE_EMPTY, REFERENCE_REPORT |
| Constructor Summary | |
|---|---|
StiStockSeries()
|
|
| Method Summary | |
|---|---|
IStiSeries |
clone()
Creates a new object that is a copy of the current instance. |
boolean |
getAllowApplyColorNegative()
|
StiColor |
getBorderColor()
Gets or sets border color of series bar. |
float |
getBorderWidth()
Gets or sets border width of series. |
StiBrush |
getBrush()
Gets or sets brush which will used to fill bar area. |
StiBrush |
getBrushNegative()
Gets or sets a brush which will be used to fill negative values. |
java.lang.Class |
GetDefaultAreaType()
|
StiColor |
getLineColor()
Gets or sets line color of series. |
StiColor |
getLineColorNegative()
|
StiPenStyle |
getLineStyle()
Gets or sets a line style of series. |
float |
getLineWidth()
Gets or sets line width of series. |
void |
LoadFromJsonObject(JSONObject jObject)
|
JSONObject |
SaveToJsonObject(StiJsonSaveMode mode)
|
void |
setAllowApplyColorNegative(boolean value)
|
void |
setBorderColor(StiColor value)
|
void |
setBorderWidth(float value)
|
void |
setBrush(StiBrush value)
|
void |
setBrushNegative(StiBrush value)
|
void |
setLineColor(StiColor value)
|
void |
setLineColorNegative(StiColor value)
|
void |
setLineStyle(StiPenStyle value)
|
void |
setLineWidth(float value)
|
| Methods inherited from class com.stimulsoft.base.services.StiService |
|---|
getProperties, getServiceEnabled, getServiceInfo, isPropertyPresent, MemberwiseClone, packService, properties, setProperties, setServiceEnabled |
| Methods inherited from class com.stimulsoft.base.serializing.StiSerializedObject |
|---|
cleanReference, getReference, setReference |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface com.stimulsoft.report.chart.interfaces.series.stock.IStiStockSeries |
|---|
getValuesClose, getValuesHigh, getValuesLow, getValuesOpen, setValuesClose, setValuesHigh, setValuesLow, setValuesOpen |
| Methods inherited from interface com.stimulsoft.report.chart.interfaces.series.IStiSeries |
|---|
getAllowApplyStyle, getArguments, getChart, getConditions, getCore, getCoreTitle, getFilters, getFormat, getHyperlinks, getInteraction, getSeriesLabels, getShowInLegend, getShowSeriesLabels, getShowShadow, getSortBy, getSortDirection, getTags, getToolTips, getTopN, getValues, getValuesStart, getYAxis, ProcessSeriesBrushes, ProcessSeriesColors, setAllowApplyStyle, setArguments, setChart, setConditions, setCore, setCoreTitle, setFilters, setFormat, setHyperlinks, setInteraction, setSeriesLabels, setShowInLegend, setShowSeriesLabels, setShowShadow, setSortBy, setSortDirection, setTags, setToolTips, setTopN, setValues, setYAxis |
| Constructor Detail |
|---|
public StiStockSeries()
| Method Detail |
|---|
public IStiSeries clone()
clone in interface IStiSeriesclone in class StiCandlestickSeriespublic java.lang.Class GetDefaultAreaType()
GetDefaultAreaType in interface IStiSeriesGetDefaultAreaType in class StiCandlestickSeriespublic StiColor getBorderColor()
StiCandlestickSeries
getBorderColor in interface IStiCandlestickSeriesgetBorderColor in class StiCandlestickSeriespublic void setBorderColor(StiColor value)
setBorderColor in interface IStiCandlestickSeriessetBorderColor in class StiCandlestickSeriespublic float getBorderWidth()
StiCandlestickSeries
getBorderWidth in interface IStiCandlestickSeriesgetBorderWidth in class StiCandlestickSeriespublic void setBorderWidth(float value)
setBorderWidth in interface IStiCandlestickSeriessetBorderWidth in class StiCandlestickSeriespublic StiBrush getBrush()
StiCandlestickSeries
getBrush in interface IStiCandlestickSeriesgetBrush in class StiCandlestickSeriespublic void setBrush(StiBrush value)
setBrush in interface IStiCandlestickSeriessetBrush in class StiCandlestickSeriespublic StiBrush getBrushNegative()
StiCandlestickSeries
getBrushNegative in interface IStiCandlestickSeriesgetBrushNegative in class StiCandlestickSeriespublic void setBrushNegative(StiBrush value)
setBrushNegative in interface IStiCandlestickSeriessetBrushNegative in class StiCandlestickSeriespublic StiColor getLineColor()
getLineColor in interface IStiStockSeriespublic void setLineColor(StiColor value)
setLineColor in interface IStiStockSeriespublic StiPenStyle getLineStyle()
getLineStyle in interface IStiStockSeriespublic void setLineStyle(StiPenStyle value)
setLineStyle in interface IStiStockSeriespublic float getLineWidth()
getLineWidth in interface IStiStockSeriespublic void setLineWidth(float value)
setLineWidth in interface IStiStockSeriespublic StiColor getLineColorNegative()
getLineColorNegative in interface IStiStockSeriespublic void setLineColorNegative(StiColor value)
setLineColorNegative in interface IStiStockSeriespublic boolean getAllowApplyColorNegative()
getAllowApplyColorNegative in interface IStiStockSeriespublic void setAllowApplyColorNegative(boolean value)
setAllowApplyColorNegative in interface IStiStockSeries
public JSONObject SaveToJsonObject(StiJsonSaveMode mode)
throws JSONException
SaveToJsonObject in interface IStiJsonReportObjectSaveToJsonObject in class StiCandlestickSeriesJSONException
public void LoadFromJsonObject(JSONObject jObject)
throws JSONException
LoadFromJsonObject in interface IStiJsonReportObjectLoadFromJsonObject in class StiCandlestickSeriesJSONException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||