|
||||||||||
| 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.scatter.StiScatterSeries
com.stimulsoft.report.chart.view.series.bubble.StiBubbleSeries
public class StiBubbleSeries
| Field Summary |
|---|
| Fields inherited from interface com.stimulsoft.base.serializing.interfaceobject.IStiSerializableRef |
|---|
REFERENCE_EMPTY, REFERENCE_REPORT |
| Constructor Summary | |
|---|---|
StiBubbleSeries()
|
|
| Method Summary | |
|---|---|
IStiBubbleSeries |
clone()
Creates a new object that is a copy of the current instance. |
StiColor |
getBorderColor()
Gets or sets border color of series bar. |
StiBrush |
getBrush()
Gets or sets brush which will used to fill bar area. |
java.lang.Class |
GetDefaultAreaType()
|
StiGetListOfWeightsEvent |
getGetListOfWeightsEvent()
Gets or sets a script of the event GetListOfWeightsEvent. |
StiGetValueEvent |
getGetWeightEvent()
Gets or sets a script of the event GetWeightEvent. |
IStiLineMarker |
getLineMarker()
Gets or sets line marker settings. |
StiListOfWeightsExpression |
getListOfWeights()
Gets or sets the expression to fill a list of weights. |
IStiMarker |
getMarker()
Gets or sets marker settings. |
StiExpression |
getWeight()
Gets or sets expression for weight calculating. |
java.lang.String |
getWeightDataColumn()
Gets or sets a name of the column that contains the weight value. |
java.util.ArrayList<java.lang.Double> |
getWeights()
|
java.lang.String |
getWeightsString()
|
void |
InvokeGetListOfWeights(StiComponent sender,
StiGetValueEventArgs e)
Raises the GetListOfWeights event. |
void |
InvokeGetWeight(StiComponent sender,
StiGetValueEventArgs e)
Raises the GetWeight event. |
void |
LoadFromJsonObject(JSONObject jObject)
|
JSONObject |
SaveToJsonObject(StiJsonSaveMode mode)
|
void |
setBorderColor(StiColor value)
|
void |
setBrush(StiBrush value)
|
void |
setGetListOfWeightsEvent(StiGetListOfWeightsEvent value)
|
void |
setGetWeightEvent(StiGetValueEvent value)
|
void |
setLineMarker(IStiLineMarker value)
|
void |
setListOfWeights(StiListOfWeightsExpression value)
|
void |
setMarker(IStiMarker value)
|
void |
setWeight(StiExpression value)
|
void |
setWeightDataColumn(java.lang.String value)
|
void |
setWeights(java.util.ArrayList<java.lang.Double> value)
|
void |
setWeightsString(java.lang.String value)
|
| Methods inherited from class com.stimulsoft.report.chart.view.series.scatter.StiScatterSeries |
|---|
getLineColor, getTopN, setLineColor, setTopN |
| Methods inherited from class com.stimulsoft.report.chart.view.series.clusteredColumn.StiBaseLineSeries |
|---|
getAllowApplyColorNegative, getConditions, getLabelsOffset, getLighting, getLineColorNegative, getLineStyle, getLineWidth, getMarkerColor, getMarkerSize, getMarkerType, getShowMarker, getShowNulls, setAllowApplyColorNegative, setConditions, setLabelsOffset, setLighting, setLineColorNegative, setLineStyle, setLineWidth, setMarkerColor, setMarkerSize, setMarkerType, setShowMarker, setShowNulls |
| 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.IStiBaseLineSeries |
|---|
getAllowApplyColorNegative, getLabelsOffset, getLighting, getLineColor, getLineColorNegative, getLineStyle, getLineWidth, getShowNulls, setAllowApplyColorNegative, setLabelsOffset, setLighting, setLineColor, setLineColorNegative, setLineStyle, setLineWidth, setShowNulls |
| 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 StiBubbleSeries()
| Method Detail |
|---|
public IStiBubbleSeries clone()
clone in interface IStiSeriesclone in class StiScatterSeriespublic java.lang.Class GetDefaultAreaType()
GetDefaultAreaType in interface IStiSeriesGetDefaultAreaType in class StiScatterSeriespublic IStiLineMarker getLineMarker()
StiBaseLineSeries
getLineMarker in interface IStiBaseLineSeriesgetLineMarker in class StiBaseLineSeriespublic void setLineMarker(IStiLineMarker value)
setLineMarker in interface IStiBaseLineSeriessetLineMarker in class StiBaseLineSeriespublic IStiMarker getMarker()
StiBaseLineSeries
getMarker in interface IStiBaseLineSeriesgetMarker in class StiBaseLineSeriespublic void setMarker(IStiMarker value)
setMarker in interface IStiBaseLineSeriessetMarker in class StiBaseLineSeriespublic final StiColor getBorderColor()
getBorderColor in interface IStiBubbleSeriespublic final void setBorderColor(StiColor value)
setBorderColor in interface IStiBubbleSeriespublic final StiBrush getBrush()
getBrush in interface IStiBubbleSeriespublic final void setBrush(StiBrush value)
setBrush in interface IStiBubbleSeriespublic final java.util.ArrayList<java.lang.Double> getWeights()
getWeights in interface IStiBubbleSeriespublic final void setWeights(java.util.ArrayList<java.lang.Double> value)
setWeights in interface IStiBubbleSeriespublic final java.lang.String getWeightsString()
public final void setWeightsString(java.lang.String value)
public final java.lang.String getWeightDataColumn()
public final void setWeightDataColumn(java.lang.String value)
public void InvokeGetWeight(StiComponent sender,
StiGetValueEventArgs e)
public final StiGetValueEvent getGetWeightEvent()
public final void setGetWeightEvent(StiGetValueEvent value)
public final void InvokeGetListOfWeights(StiComponent sender,
StiGetValueEventArgs e)
public final StiGetListOfWeightsEvent getGetListOfWeightsEvent()
public final void setGetListOfWeightsEvent(StiGetListOfWeightsEvent value)
public StiExpression getWeight()
public void setWeight(StiExpression value)
public StiListOfWeightsExpression getListOfWeights()
public void setListOfWeights(StiListOfWeightsExpression value)
public JSONObject SaveToJsonObject(StiJsonSaveMode mode)
throws JSONException
SaveToJsonObject in interface IStiJsonReportObjectSaveToJsonObject in class StiScatterSeriesJSONException
public void LoadFromJsonObject(JSONObject jObject)
throws JSONException
LoadFromJsonObject in interface IStiJsonReportObjectLoadFromJsonObject in class StiBaseLineSeriesJSONException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||