|
||||||||||
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 IStiSeries
clone
in class StiScatterSeries
public java.lang.Class GetDefaultAreaType()
GetDefaultAreaType
in interface IStiSeries
GetDefaultAreaType
in class StiScatterSeries
public IStiLineMarker getLineMarker()
StiBaseLineSeries
getLineMarker
in interface IStiBaseLineSeries
getLineMarker
in class StiBaseLineSeries
public void setLineMarker(IStiLineMarker value)
setLineMarker
in interface IStiBaseLineSeries
setLineMarker
in class StiBaseLineSeries
public IStiMarker getMarker()
StiBaseLineSeries
getMarker
in interface IStiBaseLineSeries
getMarker
in class StiBaseLineSeries
public void setMarker(IStiMarker value)
setMarker
in interface IStiBaseLineSeries
setMarker
in class StiBaseLineSeries
public final StiColor getBorderColor()
getBorderColor
in interface IStiBubbleSeries
public final void setBorderColor(StiColor value)
setBorderColor
in interface IStiBubbleSeries
public final StiBrush getBrush()
getBrush
in interface IStiBubbleSeries
public final void setBrush(StiBrush value)
setBrush
in interface IStiBubbleSeries
public final java.util.ArrayList<java.lang.Double> getWeights()
getWeights
in interface IStiBubbleSeries
public final void setWeights(java.util.ArrayList<java.lang.Double> value)
setWeights
in interface IStiBubbleSeries
public 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 IStiJsonReportObject
SaveToJsonObject
in class StiScatterSeries
JSONException
public void LoadFromJsonObject(JSONObject jObject) throws JSONException
LoadFromJsonObject
in interface IStiJsonReportObject
LoadFromJsonObject
in class StiBaseLineSeries
JSONException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |