|
||||||||||
| 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.StiClusteredColumnSeries
com.stimulsoft.report.chart.view.series.clusteredBar.StiClusteredBarSeries
com.stimulsoft.report.chart.view.series.gantt.StiGanttSeries
public class StiGanttSeries
| Field Summary |
|---|
| Fields inherited from interface com.stimulsoft.base.serializing.interfaceobject.IStiSerializableRef |
|---|
REFERENCE_EMPTY, REFERENCE_REPORT |
| Constructor Summary | |
|---|---|
StiGanttSeries()
|
|
| Method Summary | |
|---|---|
IStiGanttSeries |
clone()
Creates a new object that is a copy of the current instance. |
boolean |
getAllowApplyBrushNegative()
Gets or sets a value which indicates that the specific brush for filling negative values will be used. |
StiBrush |
getBrushNegative()
Gets or sets a brush which will be used to fill negative values. |
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. |
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 |
getShowZeros()
Gets or sets value which indicates whether it is necessary to show the series element, if the series value of this column is 0. |
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 |
setAllowApplyBrushNegative(boolean value)
|
void |
setBrushNegative(StiBrush value)
|
void |
setGetListOfValuesEndEvent(StiGetListOfValuesEndEvent value)
|
void |
setGetValueEndEvent(StiGetValueEndEvent value)
|
void |
setListOfValues(StiListOfValuesExpression value)
|
void |
setListOfValuesEnd(StiListOfValuesEndExpression value)
|
void |
setShowZeros(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.StiClusteredColumnSeries |
|---|
getBorderColor, getBrush, getWidth, setBorderColor, setBrush, setWidth |
| 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.IStiClusteredColumnSeries |
|---|
getBorderColor, getBrush, getWidth, setBorderColor, setBrush, setWidth |
| 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 StiGanttSeries()
| Method Detail |
|---|
public IStiGanttSeries clone()
clone in interface IStiSeriesclone in class StiClusteredColumnSeriespublic java.lang.Class GetDefaultAreaType()
GetDefaultAreaType in interface IStiSeriesGetDefaultAreaType in class StiClusteredBarSeriespublic 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 StiBrush getBrushNegative()
StiClusteredColumnSeries
getBrushNegative in interface IStiClusteredColumnSeriesgetBrushNegative in class StiClusteredColumnSeriespublic void setBrushNegative(StiBrush value)
setBrushNegative in interface IStiClusteredColumnSeriessetBrushNegative in class StiClusteredColumnSeriespublic boolean getAllowApplyBrushNegative()
StiClusteredColumnSeries
getAllowApplyBrushNegative in interface IStiClusteredColumnSeriesgetAllowApplyBrushNegative in class StiClusteredColumnSeriespublic void setAllowApplyBrushNegative(boolean value)
setAllowApplyBrushNegative in interface IStiClusteredColumnSeriessetAllowApplyBrushNegative in class StiClusteredColumnSeriespublic boolean getShowZeros()
getShowZeros in interface IStiClusteredColumnSeriesgetShowZeros in class StiClusteredColumnSeriespublic void setShowZeros(boolean value)
setShowZeros in interface IStiClusteredColumnSeriessetShowZeros in class StiClusteredColumnSeriespublic final java.lang.Double[] getValuesEnd()
getValuesEnd in interface IStiGanttSeriespublic final void setValuesEnd(java.lang.Double[] value)
setValuesEnd in interface IStiGanttSeriespublic 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 StiClusteredColumnSeriesJSONException
public void LoadFromJsonObject(JSONObject jObject)
throws JSONException
LoadFromJsonObject in interface IStiJsonReportObjectLoadFromJsonObject in class StiClusteredColumnSeriesJSONException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||