|
||||||||||
| 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.clusteredColumn.StiBaseLineSeries
com.stimulsoft.report.chart.view.series.clusteredColumn.StiSplineSeries
com.stimulsoft.report.chart.view.series.range.StiSplineRangeSeries
public class StiSplineRangeSeries
| Field Summary |
|---|
| Fields inherited from interface com.stimulsoft.base.serializing.interfaceobject.IStiSerializableRef |
|---|
REFERENCE_EMPTY, REFERENCE_REPORT |
| Constructor Summary | |
|---|---|
StiSplineRangeSeries()
|
|
| Method Summary | |
|---|---|
IStiSplineRangeSeries |
clone()
Creates a new object that is a copy of the current instance. |
boolean |
getAllowApplyColorNegative()
Gets or sets a value which indicates that the specific color for negative values will be used. |
StiBrush |
getBrush()
Gets or sets brush which will used to fill bar area. |
java.lang.Class |
GetDefaultAreaType()
|
StiGetListOfValuesEndEvent |
getGetListOfValuesEndEvent()
Gets or sets a script of the event GetListOfValuesEnd. |
StiGetValueEndEvent |
getGetValueEndEvent()
Gets or sets a script of the event GetValueEnd. |
StiColor |
getLineColorNegative()
Gets or sets a line color of series for negative values. |
StiListOfValuesExpression |
getListOfValues()
Gets or sets the expression to fill a list of start values. |
StiListOfValuesEndExpression |
getListOfValuesEnd()
Gets or sets the expression to fill a list of end values. |
boolean |
getShowNulls()
Gets or sets value which indicates whether it is necessary to show the series element, if the series value of this bar is null. |
IStiSeriesTopN |
getTopN()
Gets or sets parameters of displaying top results. |
IStiTrendLine |
getTrendLine()
Gets or sets trend line settings. |
StiExpression |
getValue()
Gets or sets start value expression. |
java.lang.String |
getValueDataColumn()
Gets or sets a name of the column that contains the start value. |
java.lang.String |
getValueDataColumnEnd()
Gets or sets a name of the column that contains the end value. |
StiValueEndExpression |
getValueEnd()
Gets or sets end value expression. |
java.lang.Double[] |
getValuesEnd()
|
java.lang.String |
getValuesStringEnd()
|
void |
InvokeGetListOfValuesEnd(StiComponent sender,
StiGetValueEventArgs e)
Raises the GetListOfValuesEnd event. |
void |
InvokeGetValueEnd(StiComponent sender,
StiGetValueEventArgs e)
Raises the GetValueEnd event. |
void |
LoadFromJsonObject(JSONObject jObject)
|
JSONObject |
SaveToJsonObject(StiJsonSaveMode mode)
|
void |
setAllowApplyColorNegative(boolean value)
|
void |
setBrush(StiBrush value)
|
void |
setGetListOfValuesEndEvent(StiGetListOfValuesEndEvent value)
|
void |
setGetValueEndEvent(StiGetValueEndEvent value)
|
void |
setLineColorNegative(StiColor value)
|
void |
setListOfValues(StiListOfValuesExpression value)
|
void |
setListOfValuesEnd(StiListOfValuesEndExpression value)
|
void |
setShowNulls(boolean value)
|
void |
setTopN(IStiSeriesTopN value)
|
void |
setTrendLine(IStiTrendLine value)
|
void |
setValue(StiExpression value)
|
void |
setValueDataColumn(java.lang.String value)
|
void |
setValueDataColumnEnd(java.lang.String value)
|
void |
setValueEnd(StiValueEndExpression value)
|
void |
setValuesEnd(java.lang.Double[] value)
|
void |
setValuesStringEnd(java.lang.String value)
|
| Methods inherited from class com.stimulsoft.report.chart.view.series.clusteredColumn.StiSplineSeries |
|---|
getLineMarker, getTension, setLineMarker, setTension |
| Methods inherited from class com.stimulsoft.report.chart.view.series.clusteredColumn.StiBaseLineSeries |
|---|
getConditions, getLabelsOffset, getLighting, getLineColor, getLineStyle, getLineWidth, getMarker, getMarkerColor, getMarkerSize, getMarkerType, getShowMarker, setConditions, setLabelsOffset, setLighting, setLineColor, setLineStyle, setLineWidth, setMarker, setMarkerColor, setMarkerSize, setMarkerType, setShowMarker |
| 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.clusteredColumn.IStiSplineSeries |
|---|
getTension, setTension |
| Methods inherited from interface com.stimulsoft.report.chart.interfaces.series.clusteredColumn.IStiBaseLineSeries |
|---|
getLabelsOffset, getLighting, getLineColor, getLineMarker, getLineStyle, getLineWidth, getMarker, setLabelsOffset, setLighting, setLineColor, setLineMarker, setLineStyle, setLineWidth, setMarker |
| 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, getValues, getValuesStart, getYAxis, ProcessSeriesBrushes, ProcessSeriesColors, setAllowApplyStyle, setArguments, setChart, setConditions, setCore, setCoreTitle, setFilters, setFormat, setHyperlinks, setInteraction, setSeriesLabels, setShowInLegend, setShowSeriesLabels, setShowShadow, setSortBy, setSortDirection, setTags, setToolTips, setValues, setYAxis |
| Constructor Detail |
|---|
public StiSplineRangeSeries()
| Method Detail |
|---|
public IStiSplineRangeSeries clone()
clone in interface IStiSeriesclone in class StiBaseLineSeriespublic java.lang.Class GetDefaultAreaType()
GetDefaultAreaType in interface IStiSeriesGetDefaultAreaType in class StiSplineSeriespublic IStiSeriesTopN getTopN()
StiSeries
getTopN in interface IStiSeriesgetTopN in class StiSeriespublic void setTopN(IStiSeriesTopN value)
setTopN in interface IStiSeriessetTopN in class StiSeriespublic IStiTrendLine getTrendLine()
StiSeries
getTrendLine in class StiSeriespublic void setTrendLine(IStiTrendLine value)
setTrendLine in class StiSeriespublic final StiBrush getBrush()
getBrush in interface IStiSplineRangeSeriespublic final void setBrush(StiBrush value)
setBrush in interface IStiSplineRangeSeriespublic final java.lang.Double[] getValuesEnd()
getValuesEnd in interface IStiSplineRangeSeriespublic final void setValuesEnd(java.lang.Double[] value)
setValuesEnd in interface IStiSplineRangeSeriespublic StiColor getLineColorNegative()
StiBaseLineSeries
getLineColorNegative in interface IStiBaseLineSeriesgetLineColorNegative in class StiBaseLineSeriespublic void setLineColorNegative(StiColor value)
setLineColorNegative in interface IStiBaseLineSeriessetLineColorNegative in class StiBaseLineSeriespublic boolean getAllowApplyColorNegative()
StiBaseLineSeries
getAllowApplyColorNegative in interface IStiBaseLineSeriesgetAllowApplyColorNegative in class StiBaseLineSeriespublic void setAllowApplyColorNegative(boolean value)
setAllowApplyColorNegative in interface IStiBaseLineSeriessetAllowApplyColorNegative in class StiBaseLineSeriespublic boolean getShowNulls()
StiBaseLineSeries
getShowNulls in interface IStiBaseLineSeriesgetShowNulls in class StiBaseLineSeriespublic void setShowNulls(boolean value)
setShowNulls in interface IStiBaseLineSeriessetShowNulls in class StiBaseLineSeriespublic final java.lang.String getValuesStringEnd()
public final void setValuesStringEnd(java.lang.String value)
public java.lang.String getValueDataColumn()
getValueDataColumn in class StiSeriespublic void setValueDataColumn(java.lang.String value)
setValueDataColumn in class StiSeriespublic final java.lang.String getValueDataColumnEnd()
public final void setValueDataColumnEnd(java.lang.String value)
public void InvokeGetValueEnd(StiComponent sender,
StiGetValueEventArgs e)
InvokeGetValueEnd in interface IStiInvokeGetValueEndpublic final StiGetValueEndEvent getGetValueEndEvent()
public final void setGetValueEndEvent(StiGetValueEndEvent value)
public final void InvokeGetListOfValuesEnd(StiComponent sender,
StiGetValueEventArgs e)
InvokeGetListOfValuesEnd in interface IStiInvokeGetListOfValuesEndpublic final StiGetListOfValuesEndEvent getGetListOfValuesEndEvent()
public final void setGetListOfValuesEndEvent(StiGetListOfValuesEndEvent value)
public StiExpression getValue()
getValue in class StiSeriespublic void setValue(StiExpression value)
setValue in class StiSeriespublic StiValueEndExpression getValueEnd()
public void setValueEnd(StiValueEndExpression value)
public StiListOfValuesExpression getListOfValues()
getListOfValues in class StiSeriespublic void setListOfValues(StiListOfValuesExpression value)
setListOfValues in class StiSeriespublic StiListOfValuesEndExpression getListOfValuesEnd()
public void setListOfValuesEnd(StiListOfValuesEndExpression value)
public JSONObject SaveToJsonObject(StiJsonSaveMode mode)
throws JSONException
SaveToJsonObject in interface IStiJsonReportObjectSaveToJsonObject in class StiSplineSeriesJSONException
public void LoadFromJsonObject(JSONObject jObject)
throws JSONException
LoadFromJsonObject in interface IStiJsonReportObjectLoadFromJsonObject in class StiSplineSeriesJSONException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||