Uses of Class
com.stimulsoft.base.json.JSONObject

Packages that use JSONObject
com.stimulsoft.base   
com.stimulsoft.base.context.chart.geoms   
com.stimulsoft.base.context.chart.geoms.animaton   
com.stimulsoft.base.drawing   
com.stimulsoft.base.json   
com.stimulsoft.base.licenses   
com.stimulsoft.base.system.geometry   
com.stimulsoft.report   
com.stimulsoft.report.barCodes   
com.stimulsoft.report.chart   
com.stimulsoft.report.chart.view.areas   
com.stimulsoft.report.chart.view.areas.doughnut   
com.stimulsoft.report.chart.view.areas.funnel   
com.stimulsoft.report.chart.view.areas.pie   
com.stimulsoft.report.chart.view.areas.radar   
com.stimulsoft.report.chart.view.axis   
com.stimulsoft.report.chart.view.chartTitle   
com.stimulsoft.report.chart.view.conditions   
com.stimulsoft.report.chart.view.constantLines   
com.stimulsoft.report.chart.view.filter   
com.stimulsoft.report.chart.view.gridLines.axis   
com.stimulsoft.report.chart.view.gridLines.radar   
com.stimulsoft.report.chart.view.interlacing   
com.stimulsoft.report.chart.view.legend   
com.stimulsoft.report.chart.view.marker   
com.stimulsoft.report.chart.view.radarAxis   
com.stimulsoft.report.chart.view.series   
com.stimulsoft.report.chart.view.series.bubble   
com.stimulsoft.report.chart.view.series.candlestick   
com.stimulsoft.report.chart.view.series.clusteredColumn   
com.stimulsoft.report.chart.view.series.funnel   
com.stimulsoft.report.chart.view.series.gantt   
com.stimulsoft.report.chart.view.series.pie   
com.stimulsoft.report.chart.view.series.radar   
com.stimulsoft.report.chart.view.series.range   
com.stimulsoft.report.chart.view.series.scatter   
com.stimulsoft.report.chart.view.series.stackedBar   
com.stimulsoft.report.chart.view.series.stackedColumn   
com.stimulsoft.report.chart.view.series.stock   
com.stimulsoft.report.chart.view.seriesLabels   
com.stimulsoft.report.chart.view.seriesLabels.axis   
com.stimulsoft.report.chart.view.seriesLabels.pie   
com.stimulsoft.report.chart.view.strips   
com.stimulsoft.report.chart.view.styles   
com.stimulsoft.report.chart.view.table   
com.stimulsoft.report.chart.view.topN   
com.stimulsoft.report.chart.view.trendLines   
com.stimulsoft.report.components   
com.stimulsoft.report.components.bands   
com.stimulsoft.report.components.complexcomponents   
com.stimulsoft.report.components.conditions   
com.stimulsoft.report.components.crossBands   
com.stimulsoft.report.components.indicators   
com.stimulsoft.report.components.shapeTypes   
com.stimulsoft.report.components.simplecomponents   
com.stimulsoft.report.components.table   
com.stimulsoft.report.components.textFormats   
com.stimulsoft.report.crossTab   
com.stimulsoft.report.dialogs   
com.stimulsoft.report.dictionary   
com.stimulsoft.report.dictionary.businessObjects   
com.stimulsoft.report.dictionary.databases   
com.stimulsoft.report.dictionary.dataSources   
com.stimulsoft.report.events   
com.stimulsoft.report.expressions   
com.stimulsoft.report.globalization   
com.stimulsoft.report.infographics.gauge   
com.stimulsoft.report.infographics.gauge.collections   
com.stimulsoft.report.infographics.gauge.indicators   
com.stimulsoft.report.infographics.gauge.primitives.base   
com.stimulsoft.report.infographics.gauge.primitives.indicators   
com.stimulsoft.report.infographics.gauge.primitives.range   
com.stimulsoft.report.infographics.gauge.primitives.scales   
com.stimulsoft.report.infographics.gauge.primitives.tick   
com.stimulsoft.report.infographics.gauge.range   
com.stimulsoft.report.infographics.gauge.scales   
com.stimulsoft.report.infographics.gauge.styles.view   
com.stimulsoft.report.infographics.gauge.tick   
com.stimulsoft.report.infographics.gauge.tick.linear.label   
com.stimulsoft.report.infographics.gauge.tick.linear.mark   
com.stimulsoft.report.infographics.gauge.tick.radial.label   
com.stimulsoft.report.infographics.gauge.tick.radial.mark   
com.stimulsoft.report.maps   
com.stimulsoft.report.reportresources   
com.stimulsoft.report.styles   
com.stimulsoft.report.styles.conditions   
com.stimulsoft.report.units   
com.stimulsoft.webdesigner   
com.stimulsoft.webviewer   
 

Uses of JSONObject in com.stimulsoft.base
 

Methods in com.stimulsoft.base that return JSONObject
static JSONObject StiJsonReportObjectHelper.Serialize.colorArray(StiColor[] array)
           
static JSONObject StiJsonReportObjectHelper.Serialize.IntArray(int[] array)
           
static JSONObject StiJsonReportObjectHelper.Serialize.IntArray(java.util.List<java.lang.Integer> array)
           
static JSONObject StiJsonReportObjectHelper.Serialize.point(StiPoint pos)
           
static JSONObject StiJsonReportObjectHelper.Serialize.pointF(StiPoint pos)
           
 JSONObject StiPrinterSettings.SaveToJsonObject(StiJsonSaveMode mode)
           
 JSONObject StiAppExpressionCollection.SaveToJsonObject(StiJsonSaveMode mode)
           
 JSONObject StiAppExpression.SaveToJsonObject(StiJsonSaveMode mode)
           
 JSONObject IStiJsonReportObject.SaveToJsonObject(StiJsonSaveMode Mode)
           
static JSONObject StiJsonReportObjectHelper.Serialize.size(StiSize size)
           
static JSONObject StiJsonReportObjectHelper.Serialize.StringArray(java.util.List<java.lang.String> array)
           
static JSONObject StiJsonReportObjectHelper.Serialize.StringArray(java.lang.String[] array)
           
 

Methods in com.stimulsoft.base with parameters of type JSONObject
static StiColor[] StiJsonReportObjectHelper.Deserialize.ColorArray(JSONObject jObject)
           
static java.lang.Integer[] StiJsonReportObjectHelper.Deserialize.intArray(JSONObject jObject)
           
static java.util.ArrayList<java.lang.Integer> StiJsonReportObjectHelper.Deserialize.IntArrayList(JSONObject jObject)
           
 void StiPrinterSettings.LoadFromJsonObject(JSONObject jObject)
           
 void StiAppExpressionCollection.LoadFromJsonObject(JSONObject jObject)
           
 void StiAppExpression.LoadFromJsonObject(JSONObject jObject)
           
 void IStiJsonReportObject.LoadFromJsonObject(JSONObject jObject)
           
static StiPoint StiJsonReportObjectHelper.Deserialize.Point(JSONObject jObject)
           
static StiPoint StiJsonReportObjectHelper.Deserialize.PointF(JSONObject jObject)
           
static java.lang.String[] StiJsonReportObjectHelper.Deserialize.stringArray(JSONObject jObject)
           
static java.util.ArrayList<java.lang.String> StiJsonReportObjectHelper.Deserialize.stringList(JSONObject jObject)
           
 

Uses of JSONObject in com.stimulsoft.base.context.chart.geoms
 

Methods in com.stimulsoft.base.context.chart.geoms that return JSONObject
static JSONObject StiGeom.SavePointFToJsonObject(StiPoint pos)
           
static JSONObject StiGeom.SaveRectangleDToJsonObject(StiRectangle rect)
           
static JSONObject StiGeom.SaveRectangleFToJsonObject(StiRectangle rect)
           
static JSONObject StiGeom.SaveRectangleToJsonObject(StiRectangle rect)
           
 JSONObject StiTextGeom.SaveToJsonObject(StiJsonSaveMode mode)
           
 JSONObject StiStringFormatGeom.SaveToJsonObject(StiJsonSaveMode mode)
           
 JSONObject StiShadowGeom.SaveToJsonObject(StiJsonSaveMode mode)
           
 JSONObject StiSegmentGeom.SaveToJsonObject(StiJsonSaveMode mode)
           
 JSONObject StiPushTranslateTransformGeom.SaveToJsonObject(StiJsonSaveMode mode)
           
 JSONObject StiPushTextRenderingHintToAntiAliasGeom.SaveToJsonObject(StiJsonSaveMode mode)
           
 JSONObject StiPushSmothingModeToAntiAliasGeom.SaveToJsonObject(StiJsonSaveMode mode)
           
 JSONObject StiPushRotateTransformGeom.SaveToJsonObject(StiJsonSaveMode mode)
           
 JSONObject StiPushClipGeom.SaveToJsonObject(StiJsonSaveMode mode)
           
 JSONObject StiPopTransformGeom.SaveToJsonObject(StiJsonSaveMode mode)
           
 JSONObject StiPopTextRenderingHintGeom.SaveToJsonObject(StiJsonSaveMode mode)
           
 JSONObject StiPopSmothingModeGeom.SaveToJsonObject(StiJsonSaveMode mode)
           
 JSONObject StiPopClipGeom.SaveToJsonObject(StiJsonSaveMode mode)
           
 JSONObject StiPieSegmentGeom.SaveToJsonObject(StiJsonSaveMode mode)
           
 JSONObject StiPenGeom.SaveToJsonObject(StiJsonSaveMode mode)
           
 JSONObject StiPathGeom.SaveToJsonObject(StiJsonSaveMode mode)
           
 JSONObject StiLinesSegmentGeom.SaveToJsonObject(StiJsonSaveMode mode)
           
 JSONObject StiLinesGeom.SaveToJsonObject(StiJsonSaveMode mode)
           
 JSONObject StiLineSegmentGeom.SaveToJsonObject(StiJsonSaveMode mode)
           
 JSONObject StiLineGeom.SaveToJsonObject(StiJsonSaveMode mode)
           
 JSONObject StiGeom.SaveToJsonObject(StiJsonSaveMode mode)
           
 JSONObject StiFontGeom.SaveToJsonObject(StiJsonSaveMode mode)
           
 JSONObject StiEllipseGeom.SaveToJsonObject(StiJsonSaveMode mode)
           
 JSONObject StiCurveSegmentGeom.SaveToJsonObject(StiJsonSaveMode mode)
           
 JSONObject StiCurveGeom.SaveToJsonObject(StiJsonSaveMode mode)
           
 JSONObject StiCachedShadowGeom.SaveToJsonObject(StiJsonSaveMode mode)
           
 JSONObject StiBorderGeom.SaveToJsonObject(StiJsonSaveMode mode)
           
 JSONObject StiArcSegmentGeom.SaveToJsonObject(StiJsonSaveMode mode)
           
 

Methods in com.stimulsoft.base.context.chart.geoms with parameters of type JSONObject
 void StiTextGeom.LoadFromJsonObject(JSONObject jObject)
           
 void StiStringFormatGeom.LoadFromJsonObject(JSONObject jObject)
           
 void StiShadowGeom.LoadFromJsonObject(JSONObject jObject)
           
 void StiSegmentGeom.LoadFromJsonObject(JSONObject jObject)
           
 void StiPushTranslateTransformGeom.LoadFromJsonObject(JSONObject jObject)
           
 void StiPushTextRenderingHintToAntiAliasGeom.LoadFromJsonObject(JSONObject jObject)
           
 void StiPushSmothingModeToAntiAliasGeom.LoadFromJsonObject(JSONObject jObject)
           
 void StiPushRotateTransformGeom.LoadFromJsonObject(JSONObject jObject)
           
 void StiPushClipGeom.LoadFromJsonObject(JSONObject jObject)
           
 void StiPopTransformGeom.LoadFromJsonObject(JSONObject jObject)
           
 void StiPopTextRenderingHintGeom.LoadFromJsonObject(JSONObject jObject)
           
 void StiPopSmothingModeGeom.LoadFromJsonObject(JSONObject jObject)
           
 void StiPopClipGeom.LoadFromJsonObject(JSONObject jObject)
           
 void StiPieSegmentGeom.LoadFromJsonObject(JSONObject jObject)
           
 void StiPenGeom.LoadFromJsonObject(JSONObject jObject)
           
 void StiPathGeom.LoadFromJsonObject(JSONObject jObject)
           
 void StiLinesSegmentGeom.LoadFromJsonObject(JSONObject jObject)
           
 void StiLinesGeom.LoadFromJsonObject(JSONObject jObject)
           
 void StiLineSegmentGeom.LoadFromJsonObject(JSONObject jObject)
           
 void StiLineGeom.LoadFromJsonObject(JSONObject jObject)
           
 void StiGeom.LoadFromJsonObject(JSONObject jObject)
           
 void StiFontGeom.LoadFromJsonObject(JSONObject jObject)
           
 void StiEllipseGeom.LoadFromJsonObject(JSONObject jObject)
           
 void StiCurveSegmentGeom.LoadFromJsonObject(JSONObject jObject)
           
 void StiCurveGeom.LoadFromJsonObject(JSONObject jObject)
           
 void StiCachedShadowGeom.LoadFromJsonObject(JSONObject jObject)
           
 void StiBorderGeom.LoadFromJsonObject(JSONObject jObject)
           
 void StiArcSegmentGeom.LoadFromJsonObject(JSONObject jObject)
           
 

Uses of JSONObject in com.stimulsoft.base.context.chart.geoms.animaton
 

Methods in com.stimulsoft.base.context.chart.geoms.animaton that return JSONObject
 JSONObject StiShadowAnimationGeom.SaveToJsonObject(StiJsonSaveMode mode)
           
 JSONObject StiPathElementAnimationGeom.SaveToJsonObject(StiJsonSaveMode mode)
           
 JSONObject StiPathAnimationGeom.SaveToJsonObject(StiJsonSaveMode mode)
           
 JSONObject StiLinesAnimationGeom.SaveToJsonObject(StiJsonSaveMode mode)
           
 JSONObject StiLabelAnimationGeom.SaveToJsonObject(StiJsonSaveMode mode)
           
 JSONObject StiEllipseAnimationGeom.SaveToJsonObject(StiJsonSaveMode mode)
           
 JSONObject StiCurveAnimationGeom.SaveToJsonObject(StiJsonSaveMode mode)
           
 JSONObject StiClusteredColumnSeriesAnimationGeom.SaveToJsonObject(StiJsonSaveMode mode)
           
 JSONObject StiClusteredBarSeriesAnimationGeom.SaveToJsonObject(StiJsonSaveMode mode)
           
 JSONObject StiBorderAnimationGeom.SaveToJsonObject(StiJsonSaveMode mode)
           
 JSONObject StiAnimationGeom.SaveToJsonObject(StiJsonSaveMode mode)
           
 

Methods in com.stimulsoft.base.context.chart.geoms.animaton with parameters of type JSONObject
 void StiShadowAnimationGeom.LoadFromJsonObject(JSONObject jObject)
           
 void StiPathElementAnimationGeom.LoadFromJsonObject(JSONObject jObject)
           
 void StiPathAnimationGeom.LoadFromJsonObject(JSONObject jObject)
           
 void StiLinesAnimationGeom.LoadFromJsonObject(JSONObject jObject)
           
 void StiLabelAnimationGeom.LoadFromJsonObject(JSONObject jObject)
           
 void StiEllipseAnimationGeom.LoadFromJsonObject(JSONObject jObject)
           
 void StiCurveAnimationGeom.LoadFromJsonObject(JSONObject jObject)
           
 void StiClusteredColumnSeriesAnimationGeom.LoadFromJsonObject(JSONObject jObject)
           
 void StiClusteredBarSeriesAnimationGeom.LoadFromJsonObject(JSONObject jObject)
           
 void StiBorderAnimationGeom.LoadFromJsonObject(JSONObject jObject)
           
 void StiAnimationGeom.LoadFromJsonObject(JSONObject jObject)
           
 

Uses of JSONObject in com.stimulsoft.base.drawing
 

Methods in com.stimulsoft.base.drawing that return JSONObject
 JSONObject StiTextOptions.SaveToJsonObject(StiJsonSaveMode mode)
           
 

Methods in com.stimulsoft.base.drawing with parameters of type JSONObject
static StiBrush StiBrush.LoadFromJson(JSONObject jObject)
           
 void StiBorder.LoadFromJson(JSONObject jObject)
           
 void StiTextOptions.LoadFromJsonObject(JSONObject jObject)
           
 void StiSolidBrush.LoadValuesFromJson(JSONObject jObject)
           
 void StiHatchBrush.LoadValuesFromJson(JSONObject jObject)
           
 void StiGradientBrush.LoadValuesFromJson(JSONObject jObject)
           
 void StiGlassBrush.LoadValuesFromJson(JSONObject jObject)
           
 void StiGlareBrush.LoadValuesFromJson(JSONObject jObject)
           
 

Uses of JSONObject in com.stimulsoft.base.json
 

Methods in com.stimulsoft.base.json that return JSONObject
 JSONObject JSONObject.accumulate(java.lang.String key, java.lang.Object value)
          Accumulate values under a key.
 JSONObject JSONObject.append(java.lang.String key, java.lang.Object value)
          Append values to the array under a key.
 JSONObject JSONArray.getJSONObject(int index)
          Get the JSONObject associated with an index.
 JSONObject JSONObject.getJSONObject(java.lang.String key)
          Get the JSONObject value associated with a key.
 JSONObject JSONArray.optJSONObject(int index)
          Get the optional JSONObject associated with an index.
 JSONObject JSONObject.optJSONObject(java.lang.String key)
          Get an optional JSONObject associated with a key.
 JSONObject JSONObject.put(java.lang.String key, boolean value)
          Put a key/boolean pair in the JSONObject.
 JSONObject JSONObject.put(java.lang.String key, java.util.Collection value)
          Put a key/value pair in the JSONObject, where the value will be a JSONArray which is produced from a Collection.
 JSONObject JSONObject.put(java.lang.String key, double value)
          Put a key/double pair in the JSONObject.
 JSONObject JSONObject.put(java.lang.String key, int value)
          Put a key/int pair in the JSONObject.
 JSONObject JSONObject.put(java.lang.String key, long value)
          Put a key/long pair in the JSONObject.
 JSONObject JSONObject.put(java.lang.String key, java.util.Map value)
          Put a key/value pair in the JSONObject, where the value will be a JSONObject which is produced from a Map.
 JSONObject JSONObject.put(java.lang.String key, java.lang.Object value)
          Put a key/value pair in the JSONObject.
 JSONObject JSONObject.putOpt(java.lang.String key, java.lang.Object value)
          Put a key/value pair in the JSONObject, but only if the key and the value are both non-null.
static JSONObject CDL.rowToJSONObject(JSONArray names, JSONTokener x)
          Produce a JSONObject from a row of comma delimited text, using a parallel JSONArray of strings to provides the names of the elements.
 JSONObject JSONArray.toJSONObject(JSONArray names)
          Produce a JSONObject by combining a JSONArray of names with the values of this JSONArray.
static JSONObject XML.toJSONObject(java.lang.String string)
          Convert a well-formed (but not necessarily valid) XML string into a JSONObject.
static JSONObject HTTP.toJSONObject(java.lang.String string)
          Convert an HTTP header string into a JSONObject.
static JSONObject CookieList.toJSONObject(java.lang.String string)
          Convert a cookie list into a JSONObject.
static JSONObject Cookie.toJSONObject(java.lang.String string)
          Convert a cookie specification string into a JSONObject.
 

Methods in com.stimulsoft.base.json with parameters of type JSONObject
 void JSONObject.AddPropertyJObject(java.lang.String key, JSONObject value)
           
static java.lang.String[] JSONObject.getNames(JSONObject jo)
          Get an array of field names from a JSONObject.
static java.util.HashMap<java.lang.String,java.lang.Object> StiJSONHelper.jsonToHash(JSONObject json)
           
static java.util.Hashtable<java.lang.String,java.lang.String> StiJSONHelper.jsonToStringHash(JSONObject json)
           
static java.lang.String HTTP.toString(JSONObject o)
          Convert a JSONObject into an HTTP header.
static java.lang.String CookieList.toString(JSONObject o)
          Convert a JSONObject into a cookie list.
static java.lang.String Cookie.toString(JSONObject o)
          Convert a JSONObject into a cookie specification string.
 

Constructors in com.stimulsoft.base.json with parameters of type JSONObject
JSONObject(JSONObject jo, java.lang.String[] names)
          Construct a JSONObject from a subset of another JSONObject.
 

Uses of JSONObject in com.stimulsoft.base.licenses
 

Methods in com.stimulsoft.base.licenses that return JSONObject
 JSONObject StiLicenseProduct.SaveToJsonObject(StiJsonSaveMode mode)
           
 JSONObject StiLicenseKey.SaveToJsonObject(StiJsonSaveMode mode)
           
 

Methods in com.stimulsoft.base.licenses with parameters of type JSONObject
 void StiLicenseProduct.LoadFromJsonObject(JSONObject jObject)
           
 void StiLicenseKey.LoadFromJsonObject(JSONObject jObject)
           
 

Uses of JSONObject in com.stimulsoft.base.system.geometry
 

Methods in com.stimulsoft.base.system.geometry with parameters of type JSONObject
 void StiRectangle.LoadFromJson(JSONObject jObject)
           
 

Uses of JSONObject in com.stimulsoft.report
 

Methods in com.stimulsoft.report that return JSONObject
 JSONObject StiMetaTagCollection.SaveToJsonObject(StiJsonSaveMode mode)
           
 JSONObject StiMetaTag.SaveToJsonObject(StiJsonSaveMode mode)
           
 

Methods in com.stimulsoft.report with parameters of type JSONObject
 void StiMetaTagCollection.LoadFromJsonObject(JSONObject jObject)
           
 void StiMetaTag.LoadFromJsonObject(JSONObject jObject)
           
 

Uses of JSONObject in com.stimulsoft.report.barCodes
 

Methods in com.stimulsoft.report.barCodes that return JSONObject
 JSONObject StiStandard2of5BarCodeType.SaveToJsonObject(StiJsonSaveMode mode)
           
 JSONObject StiSSCC18BarCodeType.SaveToJsonObject(StiJsonSaveMode mode)
           
 JSONObject StiRoyalMail4StateBarCodeType.SaveToJsonObject(StiJsonSaveMode mode)
           
 JSONObject StiQRCodeBarCodeType.SaveToJsonObject(StiJsonSaveMode mode)
           
 JSONObject StiPostnetBarCodeType.SaveToJsonObject(StiJsonSaveMode mode)
           
 JSONObject StiPlesseyBarCodeType.SaveToJsonObject(StiJsonSaveMode mode)
           
 JSONObject StiPharmacodeBarCodeType.SaveToJsonObject(StiJsonSaveMode mode)
           
 JSONObject StiPdf417BarCodeType.SaveToJsonObject(StiJsonSaveMode mode)
           
 JSONObject StiMaxicodeBarCodeType.SaveToJsonObject(StiJsonSaveMode mode)
           
 JSONObject StiITF14BarCodeType.SaveToJsonObject(StiJsonSaveMode mode)
           
 JSONObject StiInterleaved2of5BarCodeType.SaveToJsonObject(StiJsonSaveMode mode)
           
 JSONObject StiFIMBarCodeType.SaveToJsonObject(StiJsonSaveMode mode)
           
 JSONObject StiEAN13BarCodeType.SaveToJsonObject(StiJsonSaveMode mode)
           
 JSONObject StiDutchKIXBarCodeType.SaveToJsonObject(StiJsonSaveMode mode)
           
 JSONObject StiDataMatrixBarCodeType.SaveToJsonObject(StiJsonSaveMode mode)
           
 JSONObject StiCode93BarCodeType.SaveToJsonObject(StiJsonSaveMode mode)
           
 JSONObject StiCode39BarCodeType.SaveToJsonObject(StiJsonSaveMode mode)
           
 JSONObject StiCode128BarCodeType.SaveToJsonObject(StiJsonSaveMode mode)
           
 JSONObject StiCode11BarCodeType.SaveToJsonObject(StiJsonSaveMode mode)
           
 JSONObject StiCodabarBarCodeType.SaveToJsonObject(StiJsonSaveMode mode)
           
 JSONObject StiBarCodeTypeService.SaveToJsonObject(StiJsonSaveMode mode)
           
 JSONObject StiBarCode.SaveToJsonObject(StiJsonSaveMode mode)
           
 JSONObject StiAustraliaPost4StateBarCodeType.SaveToJsonObject(StiJsonSaveMode mode)
           
 

Methods in com.stimulsoft.report.barCodes with parameters of type JSONObject
 void StiStandard2of5BarCodeType.LoadFromJsonObject(JSONObject jObject)
           
 void StiSSCC18BarCodeType.LoadFromJsonObject(JSONObject jObject)
           
 void StiRoyalMail4StateBarCodeType.LoadFromJsonObject(JSONObject jObject)
           
 void StiQRCodeBarCodeType.LoadFromJsonObject(JSONObject jObject)
           
 void StiPostnetBarCodeType.LoadFromJsonObject(JSONObject jObject)
           
 void StiPlesseyBarCodeType.LoadFromJsonObject(JSONObject jObject)
           
 void StiPharmacodeBarCodeType.LoadFromJsonObject(JSONObject jObject)
           
 void StiPdf417BarCodeType.LoadFromJsonObject(JSONObject jObject)
           
 void StiMaxicodeBarCodeType.LoadFromJsonObject(JSONObject jObject)
           
 void StiITF14BarCodeType.LoadFromJsonObject(JSONObject jObject)
           
 void StiInterleaved2of5BarCodeType.LoadFromJsonObject(JSONObject jObject)
           
 void StiFIMBarCodeType.LoadFromJsonObject(JSONObject jObject)
           
 void StiEAN13BarCodeType.LoadFromJsonObject(JSONObject jObject)
           
 void StiDutchKIXBarCodeType.LoadFromJsonObject(JSONObject jObject)
           
 void StiDataMatrixBarCodeType.LoadFromJsonObject(JSONObject jObject)
           
 void StiCode93BarCodeType.LoadFromJsonObject(JSONObject jObject)
           
 void StiCode39BarCodeType.LoadFromJsonObject(JSONObject jObject)
           
 void StiCode128BarCodeType.LoadFromJsonObject(JSONObject jObject)
           
 void StiCode11BarCodeType.LoadFromJsonObject(JSONObject jObject)
           
 void StiCodabarBarCodeType.LoadFromJsonObject(JSONObject jObject)
           
abstract  void StiBarCodeTypeService.LoadFromJsonObject(JSONObject jObject)
           
 void StiBarCode.LoadFromJsonObject(JSONObject jObject)
           
 void StiAustraliaPost4StateBarCodeType.LoadFromJsonObject(JSONObject jObject)
           
static StiBarCodeTypeService StiBarCodeTypeService.LoadFromJsonObjectInternal(JSONObject jObject)
           
 

Uses of JSONObject in com.stimulsoft.report.chart
 

Methods in com.stimulsoft.report.chart that return JSONObject
 JSONObject StiChart.SaveToJsonObject(StiJsonSaveMode mode)
           
 

Methods in com.stimulsoft.report.chart with parameters of type JSONObject
 void StiChart.LoadFromJsonObject(JSONObject jObject)
           
 

Uses of JSONObject in com.stimulsoft.report.chart.view.areas
 

Methods in com.stimulsoft.report.chart.view.areas that return JSONObject
 JSONObject StiAxisArea.SaveToJsonObject(StiJsonSaveMode mode)
           
 JSONObject StiArea.SaveToJsonObject(StiJsonSaveMode mode)
           
 

Methods in com.stimulsoft.report.chart.view.areas with parameters of type JSONObject
 void StiAxisArea.LoadFromJsonObject(JSONObject jObject)
           
 void StiArea.LoadFromJsonObject(JSONObject jObject)
           
static IStiArea StiArea.LoadFromJsonObjectInternal(JSONObject jObject)
           
 

Uses of JSONObject in com.stimulsoft.report.chart.view.areas.doughnut
 

Methods in com.stimulsoft.report.chart.view.areas.doughnut that return JSONObject
 JSONObject StiDoughnutArea.SaveToJsonObject(StiJsonSaveMode mode)
           
 

Uses of JSONObject in com.stimulsoft.report.chart.view.areas.funnel
 

Methods in com.stimulsoft.report.chart.view.areas.funnel that return JSONObject
 JSONObject StiFunnelArea.SaveToJsonObject(StiJsonSaveMode mode)
           
 

Uses of JSONObject in com.stimulsoft.report.chart.view.areas.pie
 

Methods in com.stimulsoft.report.chart.view.areas.pie that return JSONObject
 JSONObject StiPieArea.SaveToJsonObject(StiJsonSaveMode mode)
           
 

Uses of JSONObject in com.stimulsoft.report.chart.view.areas.radar
 

Methods in com.stimulsoft.report.chart.view.areas.radar that return JSONObject
 JSONObject StiRadarArea.SaveToJsonObject(StiJsonSaveMode mode)
           
 

Methods in com.stimulsoft.report.chart.view.areas.radar with parameters of type JSONObject
 void StiRadarArea.LoadFromJsonObject(JSONObject jObject)
           
 

Uses of JSONObject in com.stimulsoft.report.chart.view.axis
 

Methods in com.stimulsoft.report.chart.view.axis that return JSONObject
 JSONObject StiYRightAxis.SaveToJsonObject(StiJsonSaveMode mode)
           
 JSONObject StiYAxis.SaveToJsonObject(StiJsonSaveMode mode)
           
 JSONObject StiXTopAxis.SaveToJsonObject(StiJsonSaveMode mode)
           
 JSONObject StiXAxis.SaveToJsonObject(StiJsonSaveMode mode)
           
 JSONObject StiAxisTitle.SaveToJsonObject(StiJsonSaveMode mode)
           
 JSONObject StiAxisTicks.SaveToJsonObject(StiJsonSaveMode mode)
           
 JSONObject StiAxisRange.SaveToJsonObject(StiJsonSaveMode mode)
           
 JSONObject StiAxisLabels.SaveToJsonObject(StiJsonSaveMode mode)
           
 JSONObject StiAxisInteraction.SaveToJsonObject(StiJsonSaveMode mode)
           
 JSONObject StiAxisDateTimeStep.SaveToJsonObject(StiJsonSaveMode mode)
           
 JSONObject StiAxis.SaveToJsonObject(StiJsonSaveMode mode)
           
 

Methods in com.stimulsoft.report.chart.view.axis with parameters of type JSONObject
 void StiYAxis.LoadFromJsonObject(JSONObject jObject)
           
 void StiXAxis.LoadFromJsonObject(JSONObject jObject)
           
 void StiAxisTitle.LoadFromJsonObject(JSONObject jObject)
           
 void StiAxisTicks.LoadFromJsonObject(JSONObject jObject)
           
 void StiAxisRange.LoadFromJsonObject(JSONObject jObject)
           
 void StiAxisLabels.LoadFromJsonObject(JSONObject jObject)
           
 void StiAxisInteraction.LoadFromJsonObject(JSONObject jObject)
           
 void StiAxisDateTimeStep.LoadFromJsonObject(JSONObject jObject)
           
 void StiAxis.LoadFromJsonObject(JSONObject jObject)
           
 

Uses of JSONObject in com.stimulsoft.report.chart.view.chartTitle
 

Methods in com.stimulsoft.report.chart.view.chartTitle that return JSONObject
 JSONObject StiChartTitle.SaveToJsonObject(StiJsonSaveMode mode)
           
 

Methods in com.stimulsoft.report.chart.view.chartTitle with parameters of type JSONObject
 void StiChartTitle.LoadFromJsonObject(JSONObject jObject)
           
 

Uses of JSONObject in com.stimulsoft.report.chart.view.conditions
 

Methods in com.stimulsoft.report.chart.view.conditions that return JSONObject
 JSONObject StiChartConditionsCollection.SaveToJsonObject(StiJsonSaveMode mode)
           
 JSONObject StiChartCondition.SaveToJsonObject(StiJsonSaveMode mode)
           
 

Methods in com.stimulsoft.report.chart.view.conditions with parameters of type JSONObject
 void StiChartConditionsCollection.LoadFromJsonObject(JSONObject jObject)
           
 void StiChartCondition.LoadFromJsonObject(JSONObject jObject)
           
 

Uses of JSONObject in com.stimulsoft.report.chart.view.constantLines
 

Methods in com.stimulsoft.report.chart.view.constantLines that return JSONObject
 JSONObject StiConstantLinesCollection.SaveToJsonObject(StiJsonSaveMode mode)
           
 JSONObject StiConstantLines.SaveToJsonObject(StiJsonSaveMode mode)
           
 

Methods in com.stimulsoft.report.chart.view.constantLines with parameters of type JSONObject
 void StiConstantLinesCollection.LoadFromJsonObject(JSONObject jObject)
           
 void StiConstantLines.LoadFromJsonObject(JSONObject jObject)
           
 

Uses of JSONObject in com.stimulsoft.report.chart.view.filter
 

Methods in com.stimulsoft.report.chart.view.filter that return JSONObject
 JSONObject StiChartFiltersCollection.SaveToJsonObject(StiJsonSaveMode mode)
           
 JSONObject StiChartFilter.SaveToJsonObject(StiJsonSaveMode mode)
           
 

Methods in com.stimulsoft.report.chart.view.filter with parameters of type JSONObject
 void StiChartFiltersCollection.LoadFromJsonObject(JSONObject jObject)
           
 void StiChartFilter.LoadFromJsonObject(JSONObject jObject)
           
 

Uses of JSONObject in com.stimulsoft.report.chart.view.gridLines.axis
 

Methods in com.stimulsoft.report.chart.view.gridLines.axis that return JSONObject
 JSONObject StiGridLines.SaveToJsonObject(StiJsonSaveMode mode)
           
 

Methods in com.stimulsoft.report.chart.view.gridLines.axis with parameters of type JSONObject
 void StiGridLines.LoadFromJsonObject(JSONObject jObject)
           
 

Uses of JSONObject in com.stimulsoft.report.chart.view.gridLines.radar
 

Methods in com.stimulsoft.report.chart.view.gridLines.radar that return JSONObject
 JSONObject StiRadarGridLines.SaveToJsonObject(StiJsonSaveMode mode)
           
 

Methods in com.stimulsoft.report.chart.view.gridLines.radar with parameters of type JSONObject
 void StiRadarGridLines.LoadFromJsonObject(JSONObject jObject)
           
 

Uses of JSONObject in com.stimulsoft.report.chart.view.interlacing
 

Methods in com.stimulsoft.report.chart.view.interlacing that return JSONObject
 JSONObject StiInterlacing.SaveToJsonObject(StiJsonSaveMode mode)
           
 

Methods in com.stimulsoft.report.chart.view.interlacing with parameters of type JSONObject
 void StiInterlacing.LoadFromJsonObject(JSONObject jObject)
           
 

Uses of JSONObject in com.stimulsoft.report.chart.view.legend
 

Methods in com.stimulsoft.report.chart.view.legend that return JSONObject
 JSONObject StiLegend.SaveToJsonObject(StiJsonSaveMode mode)
           
 

Methods in com.stimulsoft.report.chart.view.legend with parameters of type JSONObject
 void StiLegend.LoadFromJsonObject(JSONObject jObject)
           
 

Uses of JSONObject in com.stimulsoft.report.chart.view.marker
 

Methods in com.stimulsoft.report.chart.view.marker that return JSONObject
 JSONObject StiMarker.SaveToJsonObject(StiJsonSaveMode mode)
           
 JSONObject StiLineMarker.SaveToJsonObject(StiJsonSaveMode mode)
           
 

Methods in com.stimulsoft.report.chart.view.marker with parameters of type JSONObject
 void StiMarker.LoadFromJsonObject(JSONObject jObject)
           
 void StiLineMarker.LoadFromJsonObject(JSONObject jObject)
           
 

Uses of JSONObject in com.stimulsoft.report.chart.view.radarAxis
 

Methods in com.stimulsoft.report.chart.view.radarAxis that return JSONObject
 JSONObject StiYRadarAxis.SaveToJsonObject(StiJsonSaveMode mode)
           
 JSONObject StiXRadarAxis.SaveToJsonObject(StiJsonSaveMode mode)
           
 JSONObject StiRadarAxisLabels.SaveToJsonObject(StiJsonSaveMode mode)
           
 JSONObject StiRadarAxis.SaveToJsonObject(StiJsonSaveMode mode)
           
 

Methods in com.stimulsoft.report.chart.view.radarAxis with parameters of type JSONObject
 void StiYRadarAxis.LoadFromJsonObject(JSONObject jObject)
           
 void StiXRadarAxis.LoadFromJsonObject(JSONObject jObject)
           
 void StiRadarAxisLabels.LoadFromJsonObject(JSONObject jObject)
           
 void StiRadarAxis.LoadFromJsonObject(JSONObject jObject)
           
 

Uses of JSONObject in com.stimulsoft.report.chart.view.series
 

Methods in com.stimulsoft.report.chart.view.series that return JSONObject
 JSONObject StiSeriesInteraction.SaveToJsonObject(StiJsonSaveMode mode)
           
 JSONObject StiSeriesCollection.SaveToJsonObject(StiJsonSaveMode mode)
           
 JSONObject StiSeries.SaveToJsonObject(StiJsonSaveMode mode)
           
 

Methods in com.stimulsoft.report.chart.view.series with parameters of type JSONObject
 void StiSeriesInteraction.LoadFromJsonObject(JSONObject jObject)
           
 void StiSeriesCollection.LoadFromJsonObject(JSONObject jObject)
           
 void StiSeries.LoadFromJsonObject(JSONObject jObject)
           
 

Uses of JSONObject in com.stimulsoft.report.chart.view.series.bubble
 

Methods in com.stimulsoft.report.chart.view.series.bubble that return JSONObject
 JSONObject StiBubbleSeries.SaveToJsonObject(StiJsonSaveMode mode)
           
 

Methods in com.stimulsoft.report.chart.view.series.bubble with parameters of type JSONObject
 void StiBubbleSeries.LoadFromJsonObject(JSONObject jObject)
           
 

Uses of JSONObject in com.stimulsoft.report.chart.view.series.candlestick
 

Methods in com.stimulsoft.report.chart.view.series.candlestick that return JSONObject
 JSONObject StiCandlestickSeries.SaveToJsonObject(StiJsonSaveMode mode)
           
 

Methods in com.stimulsoft.report.chart.view.series.candlestick with parameters of type JSONObject
 void StiCandlestickSeries.LoadFromJsonObject(JSONObject jObject)
           
 

Uses of JSONObject in com.stimulsoft.report.chart.view.series.clusteredColumn
 

Methods in com.stimulsoft.report.chart.view.series.clusteredColumn that return JSONObject
 JSONObject StiSteppedLineSeries.SaveToJsonObject(StiJsonSaveMode mode)
           
 JSONObject StiSteppedAreaSeries.SaveToJsonObject(StiJsonSaveMode mode)
           
 JSONObject StiSplineSeries.SaveToJsonObject(StiJsonSaveMode mode)
           
 JSONObject StiSplineAreaSeries.SaveToJsonObject(StiJsonSaveMode mode)
           
 JSONObject StiClusteredColumnSeries.SaveToJsonObject(StiJsonSaveMode mode)
           
 JSONObject StiBaseLineSeries.SaveToJsonObject(StiJsonSaveMode mode)
           
 JSONObject StiAreaSeries.SaveToJsonObject(StiJsonSaveMode mode)
           
 

Methods in com.stimulsoft.report.chart.view.series.clusteredColumn with parameters of type JSONObject
 void StiSteppedLineSeries.LoadFromJsonObject(JSONObject jObject)
           
 void StiSteppedAreaSeries.LoadFromJsonObject(JSONObject jObject)
           
 void StiSplineSeries.LoadFromJsonObject(JSONObject jObject)
           
 void StiSplineAreaSeries.LoadFromJsonObject(JSONObject jObject)
           
 void StiClusteredColumnSeries.LoadFromJsonObject(JSONObject jObject)
           
 void StiBaseLineSeries.LoadFromJsonObject(JSONObject jObject)
           
 void StiAreaSeries.LoadFromJsonObject(JSONObject jObject)
           
 

Uses of JSONObject in com.stimulsoft.report.chart.view.series.funnel
 

Methods in com.stimulsoft.report.chart.view.series.funnel that return JSONObject
 JSONObject StiFunnelSeries.SaveToJsonObject(StiJsonSaveMode mode)
           
 

Methods in com.stimulsoft.report.chart.view.series.funnel with parameters of type JSONObject
 void StiFunnelSeries.LoadFromJsonObject(JSONObject jObject)
           
 

Uses of JSONObject in com.stimulsoft.report.chart.view.series.gantt
 

Methods in com.stimulsoft.report.chart.view.series.gantt that return JSONObject
 JSONObject StiGanttSeries.SaveToJsonObject(StiJsonSaveMode mode)
           
 

Methods in com.stimulsoft.report.chart.view.series.gantt with parameters of type JSONObject
 void StiGanttSeries.LoadFromJsonObject(JSONObject jObject)
           
 

Uses of JSONObject in com.stimulsoft.report.chart.view.series.pie
 

Methods in com.stimulsoft.report.chart.view.series.pie that return JSONObject
 JSONObject StiPieSeries.SaveToJsonObject(StiJsonSaveMode mode)
           
 

Methods in com.stimulsoft.report.chart.view.series.pie with parameters of type JSONObject
 void StiPieSeries.LoadFromJsonObject(JSONObject jObject)
           
 

Uses of JSONObject in com.stimulsoft.report.chart.view.series.radar
 

Methods in com.stimulsoft.report.chart.view.series.radar that return JSONObject
 JSONObject StiRadarSeries.SaveToJsonObject(StiJsonSaveMode mode)
           
 JSONObject StiRadarLineSeries.SaveToJsonObject(StiJsonSaveMode mode)
           
 JSONObject StiRadarAreaSeries.SaveToJsonObject(StiJsonSaveMode mode)
           
 

Methods in com.stimulsoft.report.chart.view.series.radar with parameters of type JSONObject
 void StiRadarSeries.LoadFromJsonObject(JSONObject jObject)
           
 void StiRadarLineSeries.LoadFromJsonObject(JSONObject jObject)
           
 void StiRadarAreaSeries.LoadFromJsonObject(JSONObject jObject)
           
 

Uses of JSONObject in com.stimulsoft.report.chart.view.series.range
 

Methods in com.stimulsoft.report.chart.view.series.range that return JSONObject
 JSONObject StiSteppedRangeSeries.SaveToJsonObject(StiJsonSaveMode mode)
           
 JSONObject StiSplineRangeSeries.SaveToJsonObject(StiJsonSaveMode mode)
           
 JSONObject StiRangeSeries.SaveToJsonObject(StiJsonSaveMode mode)
           
 JSONObject StiRangeBarSeries.SaveToJsonObject(StiJsonSaveMode mode)
           
 

Methods in com.stimulsoft.report.chart.view.series.range with parameters of type JSONObject
 void StiSteppedRangeSeries.LoadFromJsonObject(JSONObject jObject)
           
 void StiSplineRangeSeries.LoadFromJsonObject(JSONObject jObject)
           
 void StiRangeSeries.LoadFromJsonObject(JSONObject jObject)
           
 void StiRangeBarSeries.LoadFromJsonObject(JSONObject jObject)
           
 

Uses of JSONObject in com.stimulsoft.report.chart.view.series.scatter
 

Methods in com.stimulsoft.report.chart.view.series.scatter that return JSONObject
 JSONObject StiScatterSplineSeries.SaveToJsonObject(StiJsonSaveMode mode)
           
 JSONObject StiScatterSeries.SaveToJsonObject(StiJsonSaveMode mode)
           
 

Methods in com.stimulsoft.report.chart.view.series.scatter with parameters of type JSONObject
 void StiScatterSplineSeries.LoadFromJsonObject(JSONObject jObject)
           
 

Uses of JSONObject in com.stimulsoft.report.chart.view.series.stackedBar
 

Methods in com.stimulsoft.report.chart.view.series.stackedBar that return JSONObject
 JSONObject StiStackedBarSeries.SaveToJsonObject(StiJsonSaveMode mode)
           
 

Methods in com.stimulsoft.report.chart.view.series.stackedBar with parameters of type JSONObject
 void StiStackedBarSeries.LoadFromJsonObject(JSONObject jObject)
           
 

Uses of JSONObject in com.stimulsoft.report.chart.view.series.stackedColumn
 

Methods in com.stimulsoft.report.chart.view.series.stackedColumn that return JSONObject
 JSONObject StiStackedSplineSeries.SaveToJsonObject(StiJsonSaveMode mode)
           
 JSONObject StiStackedSplineAreaSeries.SaveToJsonObject(StiJsonSaveMode mode)
           
 JSONObject StiStackedColumnSeries.SaveToJsonObject(StiJsonSaveMode mode)
           
 JSONObject StiStackedBaseLineSeries.SaveToJsonObject(StiJsonSaveMode mode)
           
 JSONObject StiStackedAreaSeries.SaveToJsonObject(StiJsonSaveMode mode)
           
 

Methods in com.stimulsoft.report.chart.view.series.stackedColumn with parameters of type JSONObject
 void StiStackedSplineSeries.LoadFromJsonObject(JSONObject jObject)
           
 void StiStackedSplineAreaSeries.LoadFromJsonObject(JSONObject jObject)
           
 void StiStackedColumnSeries.LoadFromJsonObject(JSONObject jObject)
           
 void StiStackedBaseLineSeries.LoadFromJsonObject(JSONObject jObject)
           
 void StiStackedAreaSeries.LoadFromJsonObject(JSONObject jObject)
           
 

Uses of JSONObject in com.stimulsoft.report.chart.view.series.stock
 

Methods in com.stimulsoft.report.chart.view.series.stock that return JSONObject
 JSONObject StiStockSeries.SaveToJsonObject(StiJsonSaveMode mode)
           
 

Methods in com.stimulsoft.report.chart.view.series.stock with parameters of type JSONObject
 void StiStockSeries.LoadFromJsonObject(JSONObject jObject)
           
 

Uses of JSONObject in com.stimulsoft.report.chart.view.seriesLabels
 

Methods in com.stimulsoft.report.chart.view.seriesLabels that return JSONObject
 JSONObject StiSeriesLabels.SaveToJsonObject(StiJsonSaveMode mode)
           
 JSONObject StiNoneLabels.SaveToJsonObject(StiJsonSaveMode mode)
           
 

Methods in com.stimulsoft.report.chart.view.seriesLabels with parameters of type JSONObject
 void StiSeriesLabels.LoadFromJsonObject(JSONObject jObject)
           
static IStiSeriesLabels StiSeriesLabels.LoadFromJsonObjectInternal(JSONObject jObject, StiChart chart)
           
 

Uses of JSONObject in com.stimulsoft.report.chart.view.seriesLabels.axis
 

Methods in com.stimulsoft.report.chart.view.seriesLabels.axis that return JSONObject
 JSONObject StiOutsideAxisLabels.SaveToJsonObject(StiJsonSaveMode mode)
           
 JSONObject StiAxisSeriesLabels.SaveToJsonObject(StiJsonSaveMode mode)
           
 

Methods in com.stimulsoft.report.chart.view.seriesLabels.axis with parameters of type JSONObject
 void StiOutsideAxisLabels.LoadFromJsonObject(JSONObject jObject)
           
 void StiAxisSeriesLabels.LoadFromJsonObject(JSONObject jObject)
           
 

Uses of JSONObject in com.stimulsoft.report.chart.view.seriesLabels.pie
 

Methods in com.stimulsoft.report.chart.view.seriesLabels.pie that return JSONObject
 JSONObject StiTwoColumnsPieLabels.SaveToJsonObject(StiJsonSaveMode mode)
           
 JSONObject StiPieSeriesLabels.SaveToJsonObject(StiJsonSaveMode mode)
           
 JSONObject StiOutsidePieLabels.SaveToJsonObject(StiJsonSaveMode mode)
           
 JSONObject StiCenterPieLabels.SaveToJsonObject(StiJsonSaveMode mode)
           
 

Methods in com.stimulsoft.report.chart.view.seriesLabels.pie with parameters of type JSONObject
 void StiPieSeriesLabels.LoadFromJsonObject(JSONObject jObject)
           
 void StiOutsidePieLabels.LoadFromJsonObject(JSONObject jObject)
           
 void StiCenterPieLabels.LoadFromJsonObject(JSONObject jObject)
           
 

Uses of JSONObject in com.stimulsoft.report.chart.view.strips
 

Methods in com.stimulsoft.report.chart.view.strips that return JSONObject
 JSONObject StiStripsCollection.SaveToJsonObject(StiJsonSaveMode mode)
           
 JSONObject StiStrips.SaveToJsonObject(StiJsonSaveMode mode)
           
 

Methods in com.stimulsoft.report.chart.view.strips with parameters of type JSONObject
 void StiStripsCollection.LoadFromJsonObject(JSONObject jObject)
           
 void StiStrips.LoadFromJsonObject(JSONObject jObject)
           
 

Uses of JSONObject in com.stimulsoft.report.chart.view.styles
 

Methods in com.stimulsoft.report.chart.view.styles that return JSONObject
 JSONObject StiChartStyle.SaveToJsonObject(StiJsonSaveMode mode)
           
 

Methods in com.stimulsoft.report.chart.view.styles with parameters of type JSONObject
 void StiChartStyle.LoadFromJsonObject(JSONObject jObject)
           
static StiChartStyle StiChartStyle.LoadFromJsonObjectInternal(JSONObject jObject)
           
 

Uses of JSONObject in com.stimulsoft.report.chart.view.table
 

Methods in com.stimulsoft.report.chart.view.table that return JSONObject
 JSONObject StiChartTable.SaveToJsonObject(StiJsonSaveMode mode)
           
 

Methods in com.stimulsoft.report.chart.view.table with parameters of type JSONObject
 void StiChartTable.LoadFromJsonObject(JSONObject jObject)
           
 

Uses of JSONObject in com.stimulsoft.report.chart.view.topN
 

Methods in com.stimulsoft.report.chart.view.topN that return JSONObject
 JSONObject StiSeriesTopN.SaveToJsonObject(StiJsonSaveMode mode)
           
 

Methods in com.stimulsoft.report.chart.view.topN with parameters of type JSONObject
 void StiSeriesTopN.LoadFromJsonObject(JSONObject jObject)
           
 

Uses of JSONObject in com.stimulsoft.report.chart.view.trendLines
 

Methods in com.stimulsoft.report.chart.view.trendLines that return JSONObject
 JSONObject StiTrendLine.SaveToJsonObject(StiJsonSaveMode mode)
           
 

Methods in com.stimulsoft.report.chart.view.trendLines with parameters of type JSONObject
 void StiTrendLine.LoadFromJsonObject(JSONObject jObject)
           
static IStiTrendLine StiTrendLine.LoadFromJsonObjectInternal(JSONObject jObject)
           
 

Uses of JSONObject in com.stimulsoft.report.components
 

Methods in com.stimulsoft.report.components that return JSONObject
 JSONObject StiWatermark.SaveToJsonObject(StiJsonSaveMode mode)
           
 JSONObject StiParametersCollection.SaveToJsonObject(StiJsonSaveMode mode)
           
 JSONObject StiParameter.SaveToJsonObject(StiJsonSaveMode mode)
           
 JSONObject StiPagesCollection.SaveToJsonObject(StiJsonSaveMode mode)
           
 JSONObject StiPage.SaveToJsonObject(StiJsonSaveMode mode)
           
 JSONObject StiInteraction.SaveToJsonObject(StiJsonSaveMode mode)
           
 JSONObject StiFiltersCollection.SaveToJsonObject(StiJsonSaveMode mode)
           
 JSONObject StiDrillDownParameter.SaveToJsonObject(StiJsonSaveMode mode)
           
 JSONObject StiCrossHeaderInteraction.SaveToJsonObject(StiJsonSaveMode mode)
           
 JSONObject StiComponentsCollection.SaveToJsonObject(StiJsonSaveMode mode)
           
 JSONObject StiComponent.SaveToJsonObject(StiJsonSaveMode mode)
           
 JSONObject StiBandInteraction.SaveToJsonObject(StiJsonSaveMode mode)
           
 JSONObject StiMargins.SaveToJsonObject(StiJsonSaveMode mode, double defLeft, double defRight, double defTop, double defBotttom)
           
 

Methods in com.stimulsoft.report.components with parameters of type JSONObject
 void StiWatermark.LoadFromJsonObject(JSONObject jObject)
           
 void StiParametersCollection.LoadFromJsonObject(JSONObject jObject)
           
 void StiParameter.LoadFromJsonObject(JSONObject jObject)
           
 void StiPagesCollection.LoadFromJsonObject(JSONObject jObject)
           
 void StiPage.LoadFromJsonObject(JSONObject jObject)
           
 void StiMargins.LoadFromJsonObject(JSONObject jObject)
           
 void StiInteraction.LoadFromJsonObject(JSONObject jObject)
           
 void StiFiltersCollection.LoadFromJsonObject(JSONObject jObject)
           
 void StiDrillDownParameter.LoadFromJsonObject(JSONObject jObject)
           
 void StiCrossHeaderInteraction.LoadFromJsonObject(JSONObject jObject)
           
 void StiComponentsCollection.LoadFromJsonObject(JSONObject jObject)
           
 void StiComponent.LoadFromJsonObject(JSONObject JSONObject)
           
 void StiBandInteraction.LoadFromJsonObject(JSONObject jObject)
           
 

Uses of JSONObject in com.stimulsoft.report.components.bands
 

Methods in com.stimulsoft.report.components.bands that return JSONObject
 JSONObject StiTableOfContents.SaveToJsonObject(StiJsonSaveMode mode)
           
 JSONObject StiStaticBand.SaveToJsonObject(StiJsonSaveMode mode)
           
 JSONObject StiReportTitleBand.SaveToJsonObject(StiJsonSaveMode mode)
           
 JSONObject StiReportSummaryBand.SaveToJsonObject(StiJsonSaveMode mode)
           
 JSONObject StiPageHeaderBand.SaveToJsonObject(StiJsonSaveMode mode)
           
 JSONObject StiPageFooterBand.SaveToJsonObject(StiJsonSaveMode mode)
           
 JSONObject StiOverlayBand.SaveToJsonObject(StiJsonSaveMode mode)
           
 JSONObject StiHierarchicalBand.SaveToJsonObject(StiJsonSaveMode mode)
           
 JSONObject StiHeaderBand.SaveToJsonObject(StiJsonSaveMode mode)
           
 JSONObject StiGroupHeaderBand.SaveToJsonObject(StiJsonSaveMode mode)
           
 JSONObject StiGroupFooterBand.SaveToJsonObject(StiJsonSaveMode mode)
           
 JSONObject StiFooterBand.SaveToJsonObject(StiJsonSaveMode mode)
           
 JSONObject StiEmptyBand.SaveToJsonObject(StiJsonSaveMode mode)
           
 JSONObject StiDynamicBand.SaveToJsonObject(StiJsonSaveMode mode)
           
 JSONObject StiDataBand.SaveToJsonObject(StiJsonSaveMode mode)
           
 JSONObject StiColumnFooterBand.SaveToJsonObject(StiJsonSaveMode mode)
           
 JSONObject StiChildBand.SaveToJsonObject(StiJsonSaveMode mode)
           
 JSONObject StiBand.SaveToJsonObject(StiJsonSaveMode mode)
           
 

Methods in com.stimulsoft.report.components.bands with parameters of type JSONObject
 void StiTableOfContents.LoadFromJsonObject(JSONObject jObject)
           
 void StiStaticBand.LoadFromJsonObject(JSONObject jObject)
           
 void StiReportTitleBand.LoadFromJsonObject(JSONObject jObject)
           
 void StiReportSummaryBand.LoadFromJsonObject(JSONObject jObject)
           
 void StiPageHeaderBand.LoadFromJsonObject(JSONObject jObject)
           
 void StiPageFooterBand.LoadFromJsonObject(JSONObject jObject)
           
 void StiOverlayBand.LoadFromJsonObject(JSONObject jObject)
           
 void StiHierarchicalBand.LoadFromJsonObject(JSONObject jObject)
           
 void StiHeaderBand.LoadFromJsonObject(JSONObject jObject)
           
 void StiGroupHeaderBand.LoadFromJsonObject(JSONObject jObject)
           
 void StiGroupFooterBand.LoadFromJsonObject(JSONObject jObject)
           
 void StiFooterBand.LoadFromJsonObject(JSONObject jObject)
           
 void StiEmptyBand.LoadFromJsonObject(JSONObject jObject)
           
 void StiDynamicBand.LoadFromJsonObject(JSONObject jObject)
           
 void StiDataBand.LoadFromJsonObject(JSONObject jObject)
           
 void StiColumnFooterBand.LoadFromJsonObject(JSONObject jObject)
           
 void StiChildBand.LoadFromJsonObject(JSONObject jObject)
           
 void StiBand.LoadFromJsonObject(JSONObject jObject)
           
 

Uses of JSONObject in com.stimulsoft.report.components.complexcomponents
 

Methods in com.stimulsoft.report.components.complexcomponents that return JSONObject
 JSONObject StiSubReport.SaveToJsonObject(StiJsonSaveMode mode)
           
 JSONObject StiPanel.SaveToJsonObject(StiJsonSaveMode mode)
           
 JSONObject StiContainer.SaveToJsonObject(StiJsonSaveMode mode)
           
 JSONObject StiClone.SaveToJsonObject(StiJsonSaveMode mode)
           
 

Methods in com.stimulsoft.report.components.complexcomponents with parameters of type JSONObject
 void StiSubReport.LoadFromJsonObject(JSONObject jObject)
           
 void StiPanel.LoadFromJsonObject(JSONObject jObject)
           
 void StiContainer.LoadFromJsonObject(JSONObject jObject)
           
 void StiClone.LoadFromJsonObject(JSONObject jObject)
           
 

Uses of JSONObject in com.stimulsoft.report.components.conditions
 

Methods in com.stimulsoft.report.components.conditions that return JSONObject
 JSONObject StiMultiCondition.SaveToJsonObject(StiJsonSaveMode mode)
           
 JSONObject StiIconSetItem.SaveToJsonObject(StiJsonSaveMode mode)
           
 JSONObject StiIconSetCondition.SaveToJsonObject(StiJsonSaveMode mode)
           
 JSONObject StiFilter.SaveToJsonObject(StiJsonSaveMode mode)
           
 JSONObject StiDataBarCondition.SaveToJsonObject(StiJsonSaveMode mode)
           
 JSONObject StiConditionsCollection.SaveToJsonObject(StiJsonSaveMode mode)
           
 JSONObject StiCondition.SaveToJsonObject(StiJsonSaveMode mode)
           
 JSONObject StiColorScaleCondition.SaveToJsonObject(StiJsonSaveMode mode)
           
 

Methods in com.stimulsoft.report.components.conditions with parameters of type JSONObject
 void StiMultiCondition.LoadFromJsonObject(JSONObject jObject)
           
 void StiIconSetItem.LoadFromJsonObject(JSONObject jObject)
           
 void StiIconSetCondition.LoadFromJsonObject(JSONObject jObject)
           
 void StiFilter.LoadFromJsonObject(JSONObject jObject)
           
 void StiDataBarCondition.LoadFromJsonObject(JSONObject jObject)
           
 void StiConditionsCollection.LoadFromJsonObject(JSONObject jObject)
           
 void StiCondition.LoadFromJsonObject(JSONObject jObject)
           
 void StiColorScaleCondition.LoadFromJsonObject(JSONObject jObject)
           
 

Uses of JSONObject in com.stimulsoft.report.components.crossBands
 

Methods in com.stimulsoft.report.components.crossBands that return JSONObject
 JSONObject StiCrossHeaderBand.SaveToJsonObject(StiJsonSaveMode mode)
           
 JSONObject StiCrossGroupHeaderBand.SaveToJsonObject(StiJsonSaveMode mode)
           
 JSONObject StiCrossGroupFooterBand.SaveToJsonObject(StiJsonSaveMode mode)
           
 JSONObject StiCrossFooterBand.SaveToJsonObject(StiJsonSaveMode mode)
           
 JSONObject StiCrossDataBand.SaveToJsonObject(StiJsonSaveMode mode)
           
 

Methods in com.stimulsoft.report.components.crossBands with parameters of type JSONObject
 void StiCrossHeaderBand.LoadFromJsonObject(JSONObject jObject)
           
 void StiCrossGroupHeaderBand.LoadFromJsonObject(JSONObject jObject)
           
 void StiCrossGroupFooterBand.LoadFromJsonObject(JSONObject jObject)
           
 void StiCrossFooterBand.LoadFromJsonObject(JSONObject jObject)
           
 void StiCrossDataBand.LoadFromJsonObject(JSONObject jObject)
           
 

Uses of JSONObject in com.stimulsoft.report.components.indicators
 

Methods in com.stimulsoft.report.components.indicators that return JSONObject
 JSONObject StiIndicator.SaveToJsonObject(StiJsonSaveMode mode)
           
 JSONObject StiIconSetIndicator.SaveToJsonObject(StiJsonSaveMode mode)
           
 JSONObject StiDataBarIndicator.SaveToJsonObject(StiJsonSaveMode mode)
           
 

Methods in com.stimulsoft.report.components.indicators with parameters of type JSONObject
 void StiIndicator.LoadFromJsonObject(JSONObject jObject)
           
 void StiIconSetIndicator.LoadFromJsonObject(JSONObject jObject)
           
 void StiDataBarIndicator.LoadFromJsonObject(JSONObject jObject)
           
static StiIndicator StiIndicator.LoadFromJsonObjectInternal(JSONObject jObject)
           
 

Uses of JSONObject in com.stimulsoft.report.components.shapeTypes
 

Methods in com.stimulsoft.report.components.shapeTypes that return JSONObject
 JSONObject StiTriangleShapeType.SaveToJsonObject(StiJsonSaveMode mode)
           
 JSONObject StiShapeTypeService.SaveToJsonObject(StiJsonSaveMode mode)
           
 JSONObject StiRoundedRectangleShapeType.SaveToJsonObject(StiJsonSaveMode mode)
           
 JSONObject StiFlowchartPreparationShapeType.SaveToJsonObject(StiJsonSaveMode mode)
           
 JSONObject StiFlowchartOffPageConnectorShapeType.SaveToJsonObject(StiJsonSaveMode mode)
           
 JSONObject StiFlowchartCollateShapeType.SaveToJsonObject(StiJsonSaveMode mode)
           
 JSONObject StiComplexArrowShapeType.SaveToJsonObject(StiJsonSaveMode mode)
           
 JSONObject StiChevronShapeType.SaveToJsonObject(StiJsonSaveMode mode)
           
 JSONObject StiBentArrowShapeType.SaveToJsonObject(StiJsonSaveMode mode)
           
 JSONObject StiArrowShapeType.SaveToJsonObject(StiJsonSaveMode mode)
           
 

Methods in com.stimulsoft.report.components.shapeTypes with parameters of type JSONObject
 void StiTriangleShapeType.LoadFromJsonObject(JSONObject jObject)
           
 void StiShapeTypeService.LoadFromJsonObject(JSONObject jObject)
           
 void StiRoundedRectangleShapeType.LoadFromJsonObject(JSONObject jObject)
           
 void StiFlowchartPreparationShapeType.LoadFromJsonObject(JSONObject jObject)
           
 void StiFlowchartOffPageConnectorShapeType.LoadFromJsonObject(JSONObject jObject)
           
 void StiFlowchartCollateShapeType.LoadFromJsonObject(JSONObject jObject)
           
 void StiComplexArrowShapeType.LoadFromJsonObject(JSONObject jObject)
           
 void StiChevronShapeType.LoadFromJsonObject(JSONObject jObject)
           
 void StiBentArrowShapeType.LoadFromJsonObject(JSONObject jObject)
           
 void StiArrowShapeType.LoadFromJsonObject(JSONObject jObject)
           
static StiShapeTypeService StiShapeTypeService.LoadFromJsonObjectInternal(JSONObject jObject)
           
 

Uses of JSONObject in com.stimulsoft.report.components.simplecomponents
 

Methods in com.stimulsoft.report.components.simplecomponents that return JSONObject
 JSONObject StiZipCode.SaveToJsonObject(StiJsonSaveMode mode)
           
 JSONObject StiWinControl.SaveToJsonObject(StiJsonSaveMode mode)
           
 JSONObject StiView.SaveToJsonObject(StiJsonSaveMode mode)
           
 JSONObject StiVerticalLinePrimitive.SaveToJsonObject(StiJsonSaveMode mode)
           
 JSONObject StiTextInCells.SaveToJsonObject(StiJsonSaveMode mode)
           
 JSONObject StiText.SaveToJsonObject(StiJsonSaveMode mode)
           
 JSONObject StiSparkline.SaveToJsonObject(StiJsonSaveMode mode)
           
 JSONObject StiSimpleText.SaveToJsonObject(StiJsonSaveMode mode)
           
 JSONObject StiShape.SaveToJsonObject(StiJsonSaveMode mode)
           
 JSONObject StiRoundedRectanglePrimitive.SaveToJsonObject(StiJsonSaveMode mode)
           
 JSONObject StiRichText.SaveToJsonObject(StiJsonSaveMode mode)
           
 JSONObject StiRectanglePrimitive.SaveToJsonObject(StiJsonSaveMode mode)
           
 JSONObject StiPrimitive.SaveToJsonObject(StiJsonSaveMode mode)
           
 JSONObject StiPointPrimitive.SaveToJsonObject(StiJsonSaveMode mode)
           
 JSONObject StiLinePrimitive.SaveToJsonObject(StiJsonSaveMode mode)
           
 JSONObject StiImage.SaveToJsonObject(StiJsonSaveMode mode)
           
 JSONObject StiHorizontalLinePrimitive.SaveToJsonObject(StiJsonSaveMode mode)
           
 JSONObject StiContourText.SaveToJsonObject(StiJsonSaveMode mode)
           
 JSONObject StiCheckBox.SaveToJsonObject(StiJsonSaveMode mode)
           
 

Methods in com.stimulsoft.report.components.simplecomponents with parameters of type JSONObject
 void StiZipCode.LoadFromJsonObject(JSONObject jObject)
           
 void StiWinControl.LoadFromJsonObject(JSONObject jObject)
           
 void StiView.LoadFromJsonObject(JSONObject jObject)
           
 void StiVerticalLinePrimitive.LoadFromJsonObject(JSONObject jObject)
           
 void StiTextInCells.LoadFromJsonObject(JSONObject jObject)
           
 void StiText.LoadFromJsonObject(JSONObject jObject)
           
 void StiSparkline.LoadFromJsonObject(JSONObject jObject)
           
 void StiSimpleText.LoadFromJsonObject(JSONObject jObject)
           
 void StiShape.LoadFromJsonObject(JSONObject jObject)
           
 void StiRoundedRectanglePrimitive.LoadFromJsonObject(JSONObject jObject)
           
 void StiRichText.LoadFromJsonObject(JSONObject jObject)
           
 void StiRectanglePrimitive.LoadFromJsonObject(JSONObject jObject)
           
 void StiPointPrimitive.LoadFromJsonObject(JSONObject jObject)
           
 void StiLinePrimitive.LoadFromJsonObject(JSONObject jObject)
           
 void StiImage.LoadFromJsonObject(JSONObject jObject)
           
 void StiHorizontalLinePrimitive.LoadFromJsonObject(JSONObject jObject)
           
 void StiContourText.LoadFromJsonObject(JSONObject jObject)
           
 void StiCheckBox.LoadFromJsonObject(JSONObject jObject)
           
 

Uses of JSONObject in com.stimulsoft.report.components.table
 

Methods in com.stimulsoft.report.components.table that return JSONObject
 JSONObject StiTableCellRichText.SaveToJsonObject(StiJsonSaveMode mode)
           
 JSONObject StiTableCellImage.SaveToJsonObject(StiJsonSaveMode mode)
           
 JSONObject StiTableCellCheckBox.SaveToJsonObject(StiJsonSaveMode mode)
           
 JSONObject StiTableCell.SaveToJsonObject(StiJsonSaveMode mode)
           
 JSONObject StiTable.SaveToJsonObject(StiJsonSaveMode mode)
           
 

Methods in com.stimulsoft.report.components.table with parameters of type JSONObject
 void StiTableCellRichText.LoadFromJsonObject(JSONObject jObject)
           
 void StiTableCellImage.LoadFromJsonObject(JSONObject jObject)
           
 void StiTableCellCheckBox.LoadFromJsonObject(JSONObject jObject)
           
 void StiTableCell.LoadFromJsonObject(JSONObject jObject)
           
 void StiTable.LoadFromJsonObject(JSONObject jObject)
           
 

Uses of JSONObject in com.stimulsoft.report.components.textFormats
 

Methods in com.stimulsoft.report.components.textFormats that return JSONObject
 JSONObject StiTimeFormatService.SaveToJsonObject(StiJsonSaveMode mode)
           
 JSONObject StiPercentageFormatService.SaveToJsonObject(StiJsonSaveMode mode)
           
 JSONObject StiNumberFormatService.SaveToJsonObject(StiJsonSaveMode mode)
           
 JSONObject StiGeneralFormatService.SaveToJsonObject(StiJsonSaveMode mode)
           
 JSONObject StiFormatService.SaveToJsonObject(StiJsonSaveMode mode)
           
 JSONObject StiDateFormatService.SaveToJsonObject(StiJsonSaveMode mode)
           
 JSONObject StiCurrencyFormatService.SaveToJsonObject(StiJsonSaveMode mode)
           
 JSONObject StiBooleanFormatService.SaveToJsonObject(StiJsonSaveMode mode)
           
 

Methods in com.stimulsoft.report.components.textFormats with parameters of type JSONObject
 void StiNumberFormatService.LoadFromJsonObject(JSONObject jObject)
           
 void StiFormatService.LoadFromJsonObject(JSONObject jObject)
           
 void StiDateFormatService.LoadFromJsonObject(JSONObject jObject)
           
 void StiCurrencyFormatService.LoadFromJsonObject(JSONObject jObject)
           
 void StiBooleanFormatService.LoadFromJsonObject(JSONObject jObject)
           
static StiFormatService StiFormatService.LoadFromJsonObjectInternal(JSONObject jObject)
           
 

Uses of JSONObject in com.stimulsoft.report.crossTab
 

Methods in com.stimulsoft.report.crossTab that return JSONObject
 JSONObject StiCrossTotal.SaveToJsonObject(StiJsonSaveMode mode)
           
 JSONObject StiCrossTitle.SaveToJsonObject(StiJsonSaveMode mode)
           
 JSONObject StiCrossTab.SaveToJsonObject(StiJsonSaveMode mode)
           
 JSONObject StiCrossSummary.SaveToJsonObject(StiJsonSaveMode mode)
           
 JSONObject StiCrossRow.SaveToJsonObject(StiJsonSaveMode mode)
           
 JSONObject StiCrossHeader.SaveToJsonObject(StiJsonSaveMode mode)
           
 JSONObject StiCrossField.SaveToJsonObject(StiJsonSaveMode mode)
           
 JSONObject StiCrossColumn.SaveToJsonObject(StiJsonSaveMode mode)
           
 JSONObject StiCrossCell.SaveToJsonObject(StiJsonSaveMode mode)
           
 

Methods in com.stimulsoft.report.crossTab with parameters of type JSONObject
 void StiCrossTotal.LoadFromJsonObject(JSONObject jObject)
           
 void StiCrossTitle.LoadFromJsonObject(JSONObject jObject)
           
 void StiCrossTab.LoadFromJsonObject(JSONObject jObject)
           
 void StiCrossSummary.LoadFromJsonObject(JSONObject jObject)
           
 void StiCrossRow.LoadFromJsonObject(JSONObject jObject)
           
 void StiCrossHeader.LoadFromJsonObject(JSONObject jObject)
           
 void StiCrossField.LoadFromJsonObject(JSONObject jObject)
           
 void StiCrossColumn.LoadFromJsonObject(JSONObject jObject)
           
 void StiCrossCell.LoadFromJsonObject(JSONObject jObject)
           
 

Uses of JSONObject in com.stimulsoft.report.dialogs
 

Methods in com.stimulsoft.report.dialogs that return JSONObject
 JSONObject StiTextBoxControl.SaveToJsonObject(StiJsonSaveMode mode)
           
 JSONObject StiReportControl.SaveToJsonObject(StiJsonSaveMode mode)
           
 JSONObject StiRadioButtonControl.SaveToJsonObject(StiJsonSaveMode mode)
           
 JSONObject StiListBoxControl.SaveToJsonObject(StiJsonSaveMode mode)
           
 JSONObject StiLabelControl.SaveToJsonObject(StiJsonSaveMode mode)
           
 JSONObject StiGroupBoxControl.SaveToJsonObject(StiJsonSaveMode mode)
           
 JSONObject StiGridControl.SaveToJsonObject(StiJsonSaveMode mode)
           
 JSONObject StiGridColumnsCollection.SaveToJsonObject(StiJsonSaveMode mode)
           
 JSONObject StiGridColumn.SaveToJsonObject(StiJsonSaveMode mode)
           
 JSONObject StiForm.SaveToJsonObject(StiJsonSaveMode mode)
           
 JSONObject StiDateTimePickerControl.SaveToJsonObject(StiJsonSaveMode mode)
           
 JSONObject StiComboBoxControl.SaveToJsonObject(StiJsonSaveMode mode)
           
 JSONObject StiCheckedListBoxControl.SaveToJsonObject(StiJsonSaveMode mode)
           
 JSONObject StiCheckBoxControl.SaveToJsonObject(StiJsonSaveMode mode)
           
 JSONObject StiButtonControl.SaveToJsonObject(StiJsonSaveMode mode)
           
 

Methods in com.stimulsoft.report.dialogs with parameters of type JSONObject
 void StiTextBoxControl.LoadFromJsonObject(JSONObject jObject)
           
 void StiReportControl.LoadFromJsonObject(JSONObject jObject)
           
 void StiRadioButtonControl.LoadFromJsonObject(JSONObject jObject)
           
 void StiListBoxControl.LoadFromJsonObject(JSONObject jObject)
           
 void StiLabelControl.LoadFromJsonObject(JSONObject jObject)
           
 void StiGroupBoxControl.LoadFromJsonObject(JSONObject jObject)
           
 void StiGridControl.LoadFromJsonObject(JSONObject jObject)
           
 void StiGridColumnsCollection.LoadFromJsonObject(JSONObject jObject)
           
 void StiGridColumn.LoadFromJsonObject(JSONObject jObject)
           
 void StiForm.LoadFromJsonObject(JSONObject jObject)
           
 void StiDateTimePickerControl.LoadFromJsonObject(JSONObject jObject)
           
 void StiComboBoxControl.LoadFromJsonObject(JSONObject jObject)
           
 void StiCheckedListBoxControl.LoadFromJsonObject(JSONObject jObject)
           
 void StiCheckBoxControl.LoadFromJsonObject(JSONObject jObject)
           
 void StiButtonControl.LoadFromJsonObject(JSONObject jObject)
           
 

Uses of JSONObject in com.stimulsoft.report.dictionary
 

Methods in com.stimulsoft.report.dictionary that return JSONObject
 JSONObject StiDialogInfo.SaveToJsonObject()
           
 JSONObject StiResource.SaveToJsonObject(StiJsonSaveMode mode)
           
 JSONObject StiDictionary.SaveToJsonObject(StiJsonSaveMode mode)
           
 JSONObject StiDataRelationsCollection.SaveToJsonObject(StiJsonSaveMode mode)
           
 JSONObject StiDataRelation.SaveToJsonObject(StiJsonSaveMode mode)
           
 JSONObject StiDataParametersCollection.SaveToJsonObject(StiJsonSaveMode mode)
           
 JSONObject StiDataParameter.SaveToJsonObject(StiJsonSaveMode mode)
           
 JSONObject StiDataColumnsCollection.SaveToJsonObject(StiJsonSaveMode mode)
           
 JSONObject StiDataColumn.SaveToJsonObject(StiJsonSaveMode mode)
           
 JSONObject StiCalcDataColumn.SaveToJsonObject(StiJsonSaveMode mode)
           
 JSONObject StiVariable.SaveToJsonObjectEx()
           
 JSONObject StiVariablesCollection.SaveToJsonObjectEx(StiJsonSaveMode mode)
           
 

Methods in com.stimulsoft.report.dictionary with parameters of type JSONObject
 void StiResource.LoadFromJsonObject(JSONObject jObject)
           
 void StiDictionary.LoadFromJsonObject(JSONObject jObject)
           
 void StiDataRelationsCollection.LoadFromJsonObject(JSONObject jObject)
           
 void StiDataRelation.LoadFromJsonObject(JSONObject jObject)
           
 void StiDataParametersCollection.LoadFromJsonObject(JSONObject jObject)
           
 void StiDataParameter.LoadFromJsonObject(JSONObject jObject)
           
 void StiDataColumnsCollection.LoadFromJsonObject(JSONObject jObject)
           
 void StiDataColumn.LoadFromJsonObject(JSONObject jObject)
           
 void StiCalcDataColumn.LoadFromJsonObject(JSONObject jObject)
           
 void StiDialogInfo.LoadFromJsonObject(JSONObject jObject, StiReport report)
           
 void StiVariablesCollection.LoadFromJsonObjectEx(JSONObject jObject, StiReport report)
           
 void StiVariable.LoadFromJsonObjectEx(JSONObject jObject, StiReport report)
           
 

Uses of JSONObject in com.stimulsoft.report.dictionary.businessObjects
 

Methods in com.stimulsoft.report.dictionary.businessObjects that return JSONObject
 JSONObject StiBusinessObjectsCollection.SaveToJsonObject(StiJsonSaveMode mode)
           
 JSONObject StiBusinessObject.SaveToJsonObject(StiJsonSaveMode mode)
           
 

Methods in com.stimulsoft.report.dictionary.businessObjects with parameters of type JSONObject
 void StiBusinessObjectsCollection.LoadFromJsonObject(JSONObject jObject)
           
 void StiBusinessObject.LoadFromJsonObject(JSONObject jObject)
           
 

Uses of JSONObject in com.stimulsoft.report.dictionary.databases
 

Methods in com.stimulsoft.report.dictionary.databases that return JSONObject
 JSONObject StiXmlDatabase.SaveToJsonObject(StiJsonSaveMode mode)
           
 JSONObject StiSqlDatabase.SaveToJsonObject(StiJsonSaveMode mode)
           
 JSONObject StiResourcesCollection.SaveToJsonObject(StiJsonSaveMode mode)
           
 JSONObject StiJsonDatabase.SaveToJsonObject(StiJsonSaveMode mode)
           
 JSONObject StiJDBCDatabase.SaveToJsonObject(StiJsonSaveMode mode)
           
 JSONObject StiDatabaseCollection.SaveToJsonObject(StiJsonSaveMode mode)
           
 JSONObject StiDatabase.SaveToJsonObject(StiJsonSaveMode mode)
           
 JSONObject StiResourcesCollection.SaveToJsonObjectEx(StiJsonSaveMode mode)
           
 

Methods in com.stimulsoft.report.dictionary.databases with parameters of type JSONObject
 void StiXmlDatabase.LoadFromJsonObject(JSONObject jObject)
           
 void StiSqlDatabase.LoadFromJsonObject(JSONObject jObject)
           
 void StiResourcesCollection.LoadFromJsonObject(JSONObject jObject)
           
 void StiJsonDatabase.LoadFromJsonObject(JSONObject jObject)
           
 void StiJDBCDatabase.LoadFromJsonObject(JSONObject jObject)
           
 void StiDatabaseCollection.LoadFromJsonObject(JSONObject jObject)
           
 void StiDatabase.LoadFromJsonObject(JSONObject jObject)
           
 void StiResourcesCollection.LoadFromJsonObjectEx(JSONObject jObject, StiReport report)
           
 

Uses of JSONObject in com.stimulsoft.report.dictionary.dataSources
 

Methods in com.stimulsoft.report.dictionary.dataSources that return JSONObject
 JSONObject StiSqlSource.SaveToJsonObject(StiJsonSaveMode mode)
           
 JSONObject StiDataTableSource.SaveToJsonObject(StiJsonSaveMode mode)
           
 JSONObject StiDataStoreSource.SaveToJsonObject(StiJsonSaveMode mode)
           
 JSONObject StiDataSourcesCollection.SaveToJsonObject(StiJsonSaveMode mode)
           
 JSONObject StiDataSource.SaveToJsonObject(StiJsonSaveMode mode)
           
 JSONObject StiCsvSource.SaveToJsonObject(StiJsonSaveMode mode)
           
 

Methods in com.stimulsoft.report.dictionary.dataSources with parameters of type JSONObject
 void StiSqlSource.LoadFromJsonObject(JSONObject jObject)
           
 void StiDataStoreSource.LoadFromJsonObject(JSONObject jObject)
           
 void StiDataSourcesCollection.LoadFromJsonObject(JSONObject jObject)
           
 void StiDataSource.LoadFromJsonObject(JSONObject jObject)
           
 void StiCsvSource.LoadFromJsonObject(JSONObject jObject)
           
 

Uses of JSONObject in com.stimulsoft.report.events
 

Methods in com.stimulsoft.report.events that return JSONObject
 JSONObject StiEvent.SaveToJsonObject(StiJsonSaveMode mode)
           
 

Methods in com.stimulsoft.report.events with parameters of type JSONObject
 void StiEvent.LoadFromJsonObject(JSONObject jObject)
           
 

Uses of JSONObject in com.stimulsoft.report.expressions
 

Methods in com.stimulsoft.report.expressions that return JSONObject
 JSONObject StiExpression.SaveToJsonObject(StiJsonSaveMode mode)
           
 

Methods in com.stimulsoft.report.expressions with parameters of type JSONObject
 void StiExpression.LoadFromJsonObject(JSONObject jObject)
           
 

Uses of JSONObject in com.stimulsoft.report.globalization
 

Methods in com.stimulsoft.report.globalization that return JSONObject
 JSONObject StiGlobalizationItem.SaveToJsonObject(StiJsonSaveMode mode)
           
 JSONObject StiGlobalizationContainerCollection.SaveToJsonObject(StiJsonSaveMode mode)
           
 JSONObject StiGlobalizationContainer.SaveToJsonObject(StiJsonSaveMode mode)
           
 

Methods in com.stimulsoft.report.globalization with parameters of type JSONObject
 void StiGlobalizationItem.LoadFromJsonObject(JSONObject jObject)
           
 void StiGlobalizationContainerCollection.LoadFromJsonObject(JSONObject jObject)
           
 void StiGlobalizationContainer.LoadFromJsonObject(JSONObject jObject)
           
 

Uses of JSONObject in com.stimulsoft.report.infographics.gauge
 

Methods in com.stimulsoft.report.infographics.gauge that return JSONObject
 JSONObject StiGauge.SaveToJsonObject(StiJsonSaveMode mode)
           
 

Methods in com.stimulsoft.report.infographics.gauge with parameters of type JSONObject
 void StiGauge.LoadFromJsonObject(JSONObject jObject)
           
 

Uses of JSONObject in com.stimulsoft.report.infographics.gauge.collections
 

Methods in com.stimulsoft.report.infographics.gauge.collections that return JSONObject
 JSONObject StiScaleCollection.SaveToJsonObject(StiJsonSaveMode mode)
           
 JSONObject StiRangeCollection.SaveToJsonObject(StiJsonSaveMode mode)
           
 JSONObject StiGaugeElementCollection.SaveToJsonObject(StiJsonSaveMode mode)
           
 JSONObject StiFilterCollection.SaveToJsonObject(StiJsonSaveMode mode)
           
 JSONObject StiCustomValuesCollection.SaveToJsonObject(StiJsonSaveMode mode)
           
 JSONObject StiBarRangeListCollection.SaveToJsonObject(StiJsonSaveMode mode)
           
 

Methods in com.stimulsoft.report.infographics.gauge.collections with parameters of type JSONObject
 void StiScaleCollection.LoadFromJsonObject(JSONObject jObject)
           
 void StiRangeCollection.LoadFromJsonObject(JSONObject jObject)
           
 void StiGaugeElementCollection.LoadFromJsonObject(JSONObject jObject)
           
 void StiFilterCollection.LoadFromJsonObject(JSONObject jObject)
           
 void StiCustomValuesCollection.LoadFromJsonObject(JSONObject jObject)
           
 void StiBarRangeListCollection.LoadFromJsonObject(JSONObject jObject)
           
 

Uses of JSONObject in com.stimulsoft.report.infographics.gauge.indicators
 

Methods in com.stimulsoft.report.infographics.gauge.indicators that return JSONObject
 JSONObject StiStateIndicatorFilter.SaveToJsonObject(StiJsonSaveMode mode)
           
 JSONObject StiStateIndicator.SaveToJsonObject(StiJsonSaveMode mode)
           
 JSONObject StiRadialMarker.SaveToJsonObject(StiJsonSaveMode mode)
           
 JSONObject StiRadialIndicatorRangeInfo.SaveToJsonObject(StiJsonSaveMode mode)
           
 JSONObject StiRadialBar.SaveToJsonObject(StiJsonSaveMode mode)
           
 JSONObject StiNeedle.SaveToJsonObject(StiJsonSaveMode mode)
           
 JSONObject StiLinearMarker.SaveToJsonObject(StiJsonSaveMode mode)
           
 JSONObject StiLinearIndicatorRangeInfo.SaveToJsonObject(StiJsonSaveMode mode)
           
 JSONObject StiLinearBar.SaveToJsonObject(StiJsonSaveMode mode)
           
 JSONObject StiIndicatorRangeInfo.SaveToJsonObject(StiJsonSaveMode mode)
           
 

Methods in com.stimulsoft.report.infographics.gauge.indicators with parameters of type JSONObject
 void StiStateIndicatorFilter.LoadFromJsonObject(JSONObject jObject)
           
 void StiStateIndicator.LoadFromJsonObject(JSONObject jObject)
           
 void StiRadialMarker.LoadFromJsonObject(JSONObject jObject)
           
 void StiRadialIndicatorRangeInfo.LoadFromJsonObject(JSONObject jObject)
           
 void StiRadialBar.LoadFromJsonObject(JSONObject jObject)
           
 void StiNeedle.LoadFromJsonObject(JSONObject jObject)
           
 void StiLinearMarker.LoadFromJsonObject(JSONObject jObject)
           
 void StiLinearIndicatorRangeInfo.LoadFromJsonObject(JSONObject jObject)
           
 void StiLinearBar.LoadFromJsonObject(JSONObject jObject)
           
 void StiIndicatorRangeInfo.LoadFromJsonObject(JSONObject jObject)
           
 

Uses of JSONObject in com.stimulsoft.report.infographics.gauge.primitives.base
 

Methods in com.stimulsoft.report.infographics.gauge.primitives.base that return JSONObject
 JSONObject StiGaugeElement.SaveToJsonObject(StiJsonSaveMode mode)
           
 

Methods in com.stimulsoft.report.infographics.gauge.primitives.base with parameters of type JSONObject
 void StiGaugeElement.LoadFromJsonObject(JSONObject jObject)
           
 

Uses of JSONObject in com.stimulsoft.report.infographics.gauge.primitives.indicators
 

Methods in com.stimulsoft.report.infographics.gauge.primitives.indicators that return JSONObject
 JSONObject StiMarkerBase.SaveToJsonObject(StiJsonSaveMode mode)
           
 JSONObject StiIndicatorBase.SaveToJsonObject(StiJsonSaveMode mode)
           
 JSONObject StiBarBase.SaveToJsonObject(StiJsonSaveMode mode)
           
 

Methods in com.stimulsoft.report.infographics.gauge.primitives.indicators with parameters of type JSONObject
 void StiMarkerBase.LoadFromJsonObject(JSONObject jObject)
           
 void StiIndicatorBase.LoadFromJsonObject(JSONObject jObject)
           
 void StiBarBase.LoadFromJsonObject(JSONObject jObject)
           
 

Uses of JSONObject in com.stimulsoft.report.infographics.gauge.primitives.range
 

Methods in com.stimulsoft.report.infographics.gauge.primitives.range that return JSONObject
 JSONObject StiScaleRangeList.SaveToJsonObject(StiJsonSaveMode mode)
           
 JSONObject StiRangeBase.SaveToJsonObject(StiJsonSaveMode mode)
           
 

Methods in com.stimulsoft.report.infographics.gauge.primitives.range with parameters of type JSONObject
 void StiScaleRangeList.LoadFromJsonObject(JSONObject jObject)
           
 void StiRangeBase.LoadFromJsonObject(JSONObject jObject)
           
 

Uses of JSONObject in com.stimulsoft.report.infographics.gauge.primitives.scales
 

Methods in com.stimulsoft.report.infographics.gauge.primitives.scales that return JSONObject
 JSONObject StiScaleBase.SaveToJsonObject(StiJsonSaveMode mode)
           
 

Methods in com.stimulsoft.report.infographics.gauge.primitives.scales with parameters of type JSONObject
 void StiScaleBase.LoadFromJsonObject(JSONObject jObject)
           
 

Uses of JSONObject in com.stimulsoft.report.infographics.gauge.primitives.tick
 

Methods in com.stimulsoft.report.infographics.gauge.primitives.tick that return JSONObject
 JSONObject StiTickMarkBase.SaveToJsonObject(StiJsonSaveMode mode)
           
 JSONObject StiTickLabelBase.SaveToJsonObject(StiJsonSaveMode mode)
           
 JSONObject StiTickBase.SaveToJsonObject(StiJsonSaveMode mode)
           
 JSONObject StiRadialTickMarkBase.SaveToJsonObject(StiJsonSaveMode mode)
           
 JSONObject StiRadialTickLabelBase.SaveToJsonObject(StiJsonSaveMode mode)
           
 

Methods in com.stimulsoft.report.infographics.gauge.primitives.tick with parameters of type JSONObject
 void StiTickMarkBase.LoadFromJsonObject(JSONObject jObject)
           
 void StiTickLabelBase.LoadFromJsonObject(JSONObject jObject)
           
 void StiTickBase.LoadFromJsonObject(JSONObject jObject)
           
 void StiRadialTickMarkBase.LoadFromJsonObject(JSONObject jObject)
           
 void StiRadialTickLabelBase.LoadFromJsonObject(JSONObject jObject)
           
 

Uses of JSONObject in com.stimulsoft.report.infographics.gauge.range
 

Methods in com.stimulsoft.report.infographics.gauge.range that return JSONObject
 JSONObject StiRadialRangeList.SaveToJsonObject(StiJsonSaveMode mode)
           
 JSONObject StiRadialRange.SaveToJsonObject(StiJsonSaveMode mode)
           
 JSONObject StiLinearRangeList.SaveToJsonObject(StiJsonSaveMode mode)
           
 JSONObject StiLinearRange.SaveToJsonObject(StiJsonSaveMode mode)
           
 

Methods in com.stimulsoft.report.infographics.gauge.range with parameters of type JSONObject
 void StiRadialRangeList.LoadFromJsonObject(JSONObject jObject)
           
 void StiRadialRange.LoadFromJsonObject(JSONObject jObject)
           
 void StiLinearRangeList.LoadFromJsonObject(JSONObject jObject)
           
 void StiLinearRange.LoadFromJsonObject(JSONObject jObject)
           
 

Uses of JSONObject in com.stimulsoft.report.infographics.gauge.scales
 

Methods in com.stimulsoft.report.infographics.gauge.scales that return JSONObject
 JSONObject StiRadialScale.SaveToJsonObject(StiJsonSaveMode mode)
           
 JSONObject StiLinearScale.SaveToJsonObject(StiJsonSaveMode mode)
           
 

Methods in com.stimulsoft.report.infographics.gauge.scales with parameters of type JSONObject
 void StiRadialScale.LoadFromJsonObject(JSONObject jObject)
           
 void StiLinearScale.LoadFromJsonObject(JSONObject jObject)
           
 

Uses of JSONObject in com.stimulsoft.report.infographics.gauge.styles.view
 

Methods in com.stimulsoft.report.infographics.gauge.styles.view that return JSONObject
 JSONObject StiGaugeStyleXF.SaveToJsonObject(StiJsonSaveMode mode)
           
 

Methods in com.stimulsoft.report.infographics.gauge.styles.view with parameters of type JSONObject
 void StiGaugeStyleXF.LoadFromJsonObject(JSONObject jObject)
           
static StiGaugeStyleXF StiGaugeStyleXF.LoadFromJsonObjectInternal(JSONObject jObject)
           
 

Uses of JSONObject in com.stimulsoft.report.infographics.gauge.tick
 

Methods in com.stimulsoft.report.infographics.gauge.tick that return JSONObject
 JSONObject StiCustomValueBase.SaveToJsonObject(StiJsonSaveMode mode)
           
 

Methods in com.stimulsoft.report.infographics.gauge.tick with parameters of type JSONObject
 void StiCustomValueBase.LoadFromJsonObject(JSONObject jObject)
           
 

Uses of JSONObject in com.stimulsoft.report.infographics.gauge.tick.linear.label
 

Methods in com.stimulsoft.report.infographics.gauge.tick.linear.label that return JSONObject
 JSONObject StiLinearTickLabelMinor.SaveToJsonObject(StiJsonSaveMode mode)
           
 JSONObject StiLinearTickLabelMajor.SaveToJsonObject(StiJsonSaveMode mode)
           
 JSONObject StiLinearTickLabelCustomValue.SaveToJsonObject(StiJsonSaveMode mode)
           
 JSONObject StiLinearTickLabelCustom.SaveToJsonObject(StiJsonSaveMode mode)
           
 

Methods in com.stimulsoft.report.infographics.gauge.tick.linear.label with parameters of type JSONObject
 void StiLinearTickLabelMinor.LoadFromJsonObject(JSONObject jObject)
           
 void StiLinearTickLabelCustomValue.LoadFromJsonObject(JSONObject jObject)
           
 void StiLinearTickLabelCustom.LoadFromJsonObject(JSONObject jObject)
           
 

Uses of JSONObject in com.stimulsoft.report.infographics.gauge.tick.linear.mark
 

Methods in com.stimulsoft.report.infographics.gauge.tick.linear.mark that return JSONObject
 JSONObject StiLinearTickMarkMinor.SaveToJsonObject(StiJsonSaveMode mode)
           
 JSONObject StiLinearTickMarkMajor.SaveToJsonObject(StiJsonSaveMode mode)
           
 JSONObject StiLinearTickMarkCustomValue.SaveToJsonObject(StiJsonSaveMode mode)
           
 JSONObject StiLinearTickMarkCustom.SaveToJsonObject(StiJsonSaveMode mode)
           
 

Methods in com.stimulsoft.report.infographics.gauge.tick.linear.mark with parameters of type JSONObject
 void StiLinearTickMarkMinor.LoadFromJsonObject(JSONObject jObject)
           
 void StiLinearTickMarkCustomValue.LoadFromJsonObject(JSONObject jObject)
           
 void StiLinearTickMarkCustom.LoadFromJsonObject(JSONObject jObject)
           
 

Uses of JSONObject in com.stimulsoft.report.infographics.gauge.tick.radial.label
 

Methods in com.stimulsoft.report.infographics.gauge.tick.radial.label that return JSONObject
 JSONObject StiRadialTickLabelMinor.SaveToJsonObject(StiJsonSaveMode mode)
           
 JSONObject StiRadialTickLabelMajor.SaveToJsonObject(StiJsonSaveMode mode)
           
 JSONObject StiRadialTickLabelCustomValue.SaveToJsonObject(StiJsonSaveMode mode)
           
 JSONObject StiRadialTickLabelCustom.SaveToJsonObject(StiJsonSaveMode mode)
           
 

Methods in com.stimulsoft.report.infographics.gauge.tick.radial.label with parameters of type JSONObject
 void StiRadialTickLabelMinor.LoadFromJsonObject(JSONObject jObject)
           
 void StiRadialTickLabelCustomValue.LoadFromJsonObject(JSONObject jObject)
           
 void StiRadialTickLabelCustom.LoadFromJsonObject(JSONObject jObject)
           
 

Uses of JSONObject in com.stimulsoft.report.infographics.gauge.tick.radial.mark
 

Methods in com.stimulsoft.report.infographics.gauge.tick.radial.mark that return JSONObject
 JSONObject StiRadialTickMarkMinor.SaveToJsonObject(StiJsonSaveMode mode)
           
 JSONObject StiRadialTickMarkMajor.SaveToJsonObject(StiJsonSaveMode mode)
           
 JSONObject StiRadialTickMarkCustomValue.SaveToJsonObject(StiJsonSaveMode mode)
           
 JSONObject StiRadialTickMarkCustom.SaveToJsonObject(StiJsonSaveMode mode)
           
 

Methods in com.stimulsoft.report.infographics.gauge.tick.radial.mark with parameters of type JSONObject
 void StiRadialTickMarkMinor.LoadFromJsonObject(JSONObject jObject)
           
 void StiRadialTickMarkCustomValue.LoadFromJsonObject(JSONObject jObject)
           
 void StiRadialTickMarkCustom.LoadFromJsonObject(JSONObject jObject)
           
 

Uses of JSONObject in com.stimulsoft.report.maps
 

Methods in com.stimulsoft.report.maps that return JSONObject
 JSONObject StiMap.SaveToJsonObject(StiJsonSaveMode mode)
           
 

Methods in com.stimulsoft.report.maps with parameters of type JSONObject
 void StiMap.LoadFromJsonObject(JSONObject jObject)
           
 

Uses of JSONObject in com.stimulsoft.report.reportresources
 

Methods in com.stimulsoft.report.reportresources that return JSONObject
 JSONObject StiReportResourceCollection.SaveToJsonObject(StiJsonSaveMode mode)
           
 JSONObject StiReportResource.SaveToJsonObject(StiJsonSaveMode mode)
           
 

Methods in com.stimulsoft.report.reportresources with parameters of type JSONObject
 void StiReportResourceCollection.LoadFromJsonObject(JSONObject jObject)
           
 void StiReportResource.LoadFromJsonObject(JSONObject jObject)
           
 

Uses of JSONObject in com.stimulsoft.report.styles
 

Methods in com.stimulsoft.report.styles that return JSONObject
 JSONObject StiTableStyle.SaveToJsonObject(StiJsonSaveMode mode)
           
 JSONObject StiStylesCollection.SaveToJsonObject(StiJsonSaveMode mode)
           
 JSONObject StiStyle.SaveToJsonObject(StiJsonSaveMode mode)
           
 JSONObject StiGaugeStyle.SaveToJsonObject(StiJsonSaveMode mode)
           
 JSONObject StiDialogStyle.SaveToJsonObject(StiJsonSaveMode mode)
           
 JSONObject StiCrossTabStyle.SaveToJsonObject(StiJsonSaveMode mode)
           
 JSONObject StiChartStyle.SaveToJsonObject(StiJsonSaveMode mode)
           
 JSONObject StiBaseStyle.SaveToJsonObject(StiJsonSaveMode mode)
           
 

Methods in com.stimulsoft.report.styles with parameters of type JSONObject
 void StiTableStyle.LoadFromJsonObject(JSONObject jObject)
           
 void StiStylesCollection.LoadFromJsonObject(JSONObject jObject)
           
 void StiStyle.LoadFromJsonObject(JSONObject jObject)
           
 void StiDialogStyle.LoadFromJsonObject(JSONObject jObject)
           
 void StiCrossTabStyle.LoadFromJsonObject(JSONObject jObject)
           
 void StiChartStyle.LoadFromJsonObject(JSONObject jObject)
           
 void StiBaseStyle.LoadFromJsonObject(JSONObject jObject)
           
 

Uses of JSONObject in com.stimulsoft.report.styles.conditions
 

Methods in com.stimulsoft.report.styles.conditions that return JSONObject
 JSONObject StiStyleConditionsCollection.SaveToJsonObject(StiJsonSaveMode mode)
           
 JSONObject StiStyleCondition.SaveToJsonObject(StiJsonSaveMode mode)
           
 

Methods in com.stimulsoft.report.styles.conditions with parameters of type JSONObject
 void StiStyleConditionsCollection.LoadFromJsonObject(JSONObject jObject)
           
 void StiStyleCondition.LoadFromJsonObject(JSONObject jObject)
           
 

Uses of JSONObject in com.stimulsoft.report.units
 

Methods in com.stimulsoft.report.units that return JSONObject
static JSONObject StiUnit.SaveToJsonObject(StiUnit unit)
           
 

Methods in com.stimulsoft.report.units with parameters of type JSONObject
static StiUnit StiUnit.LoadFromJsonObject(JSONObject jObject)
           
 

Uses of JSONObject in com.stimulsoft.webdesigner
 

Methods in com.stimulsoft.webdesigner with parameters of type JSONObject
static java.lang.String StiWebDesigner.getActionCommandName(javax.servlet.http.HttpServletRequest httpContext, JSONObject jsonObject)
          Get the name of inner command.
 

Uses of JSONObject in com.stimulsoft.webviewer
 

Methods in com.stimulsoft.webviewer that return JSONObject
 JSONObject StiWebViewerOptions.getActions()