|
||||||||||
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 IStiSeries
clone
in class StiCandlestickSeries
public java.lang.Class GetDefaultAreaType()
GetDefaultAreaType
in interface IStiSeries
GetDefaultAreaType
in class StiCandlestickSeries
public StiColor getBorderColor()
StiCandlestickSeries
getBorderColor
in interface IStiCandlestickSeries
getBorderColor
in class StiCandlestickSeries
public void setBorderColor(StiColor value)
setBorderColor
in interface IStiCandlestickSeries
setBorderColor
in class StiCandlestickSeries
public float getBorderWidth()
StiCandlestickSeries
getBorderWidth
in interface IStiCandlestickSeries
getBorderWidth
in class StiCandlestickSeries
public void setBorderWidth(float value)
setBorderWidth
in interface IStiCandlestickSeries
setBorderWidth
in class StiCandlestickSeries
public StiBrush getBrush()
StiCandlestickSeries
getBrush
in interface IStiCandlestickSeries
getBrush
in class StiCandlestickSeries
public void setBrush(StiBrush value)
setBrush
in interface IStiCandlestickSeries
setBrush
in class StiCandlestickSeries
public StiBrush getBrushNegative()
StiCandlestickSeries
getBrushNegative
in interface IStiCandlestickSeries
getBrushNegative
in class StiCandlestickSeries
public void setBrushNegative(StiBrush value)
setBrushNegative
in interface IStiCandlestickSeries
setBrushNegative
in class StiCandlestickSeries
public StiColor getLineColor()
getLineColor
in interface IStiStockSeries
public void setLineColor(StiColor value)
setLineColor
in interface IStiStockSeries
public StiPenStyle getLineStyle()
getLineStyle
in interface IStiStockSeries
public void setLineStyle(StiPenStyle value)
setLineStyle
in interface IStiStockSeries
public float getLineWidth()
getLineWidth
in interface IStiStockSeries
public void setLineWidth(float value)
setLineWidth
in interface IStiStockSeries
public StiColor getLineColorNegative()
getLineColorNegative
in interface IStiStockSeries
public void setLineColorNegative(StiColor value)
setLineColorNegative
in interface IStiStockSeries
public boolean getAllowApplyColorNegative()
getAllowApplyColorNegative
in interface IStiStockSeries
public void setAllowApplyColorNegative(boolean value)
setAllowApplyColorNegative
in interface IStiStockSeries
public JSONObject SaveToJsonObject(StiJsonSaveMode mode) throws JSONException
SaveToJsonObject
in interface IStiJsonReportObject
SaveToJsonObject
in class StiCandlestickSeries
JSONException
public void LoadFromJsonObject(JSONObject jObject) throws JSONException
LoadFromJsonObject
in interface IStiJsonReportObject
LoadFromJsonObject
in class StiCandlestickSeries
JSONException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |