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

Packages that use JSONException
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.demo   
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.engine.engineV2.builders   
com.stimulsoft.report.events   
com.stimulsoft.report.expressions   
com.stimulsoft.report.globalization   
com.stimulsoft.report.helpers   
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.json   
com.stimulsoft.report.maps   
com.stimulsoft.report.maps.helpers   
com.stimulsoft.report.painters   
com.stimulsoft.report.reportresources   
com.stimulsoft.report.styles   
com.stimulsoft.report.styles.conditions   
com.stimulsoft.report.units   
com.stimulsoft.web.classes   
com.stimulsoft.web.helper   
com.stimulsoft.web.utils   
com.stimulsoft.webdesigner   
com.stimulsoft.webdesigner.helper   
com.stimulsoft.webviewer   
com.stimulsoft.webviewer.helper   
 

Uses of JSONException in com.stimulsoft.base
 

Methods in com.stimulsoft.base that throw JSONException
static StiBorder StiJsonReportObjectHelper.Deserialize.Border(JProperty prop)
           
static StiBrush StiJsonReportObjectHelper.Deserialize.Brush(JProperty prop)
           
static StiColor[] StiJsonReportObjectHelper.Deserialize.ColorArray(JSONObject jObject)
           
static JSONObject StiJsonReportObjectHelper.Serialize.colorArray(StiColor[] array)
           
static StiDateTime StiJsonReportObjectHelper.Deserialize.DateTime(JProperty prop)
           
static StiFont StiJsonReportObjectHelper.Deserialize.Font(JProperty prop, StiFont defaultFont)
           
static JSONObject StiJsonReportObjectHelper.Serialize.IntArray(int[] array)
           
static java.lang.Integer[] StiJsonReportObjectHelper.Deserialize.intArray(JSONObject jObject)
           
static JSONObject StiJsonReportObjectHelper.Serialize.IntArray(java.util.List<java.lang.Integer> array)
           
static java.util.ArrayList<java.lang.Integer> StiJsonReportObjectHelper.Deserialize.IntArrayList(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 JSONObject StiJsonReportObjectHelper.Serialize.point(StiPoint pos)
           
static StiPoint StiJsonReportObjectHelper.Deserialize.PointF(JSONObject jObject)
           
static JSONObject StiJsonReportObjectHelper.Serialize.pointF(StiPoint pos)
           
static StiRectangle StiJsonReportObjectHelper.Deserialize.RectangleD(JProperty prop)
           
 JSONObject StiAppExpressionCollection.SaveToJsonObject(StiJsonSaveMode mode)
           
 JSONObject StiAppExpression.SaveToJsonObject(StiJsonSaveMode mode)
           
 JSONObject IStiJsonReportObject.SaveToJsonObject(StiJsonSaveMode Mode)
           
static JSONObject StiJsonReportObjectHelper.Serialize.size(StiSize size)
           
static StiSize StiJsonReportObjectHelper.Deserialize.SizeD(JProperty prop)
           
static java.lang.String[] StiJsonReportObjectHelper.Deserialize.stringArray(JSONObject jObject)
           
static JSONObject StiJsonReportObjectHelper.Serialize.StringArray(java.util.List<java.lang.String> array)
           
static JSONObject StiJsonReportObjectHelper.Serialize.StringArray(java.lang.String[] array)
           
static java.util.ArrayList<java.lang.String> StiJsonReportObjectHelper.Deserialize.stringList(JSONObject jObject)
           
 

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

Methods in com.stimulsoft.base.context.chart.geoms that throw JSONException
 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)
           
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)
           
 

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

Methods in com.stimulsoft.base.context.chart.geoms.animaton that throw JSONException
 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)
           
 

Uses of JSONException in com.stimulsoft.base.drawing
 

Methods in com.stimulsoft.base.drawing that throw JSONException
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)
           
 JSONObject StiTextOptions.SaveToJsonObject(StiJsonSaveMode mode)
           
 

Uses of JSONException in com.stimulsoft.base.json
 

Methods in com.stimulsoft.base.json that return JSONException
 JSONException JSONTokener.syntaxError(java.lang.String message)
          Make a JSONException to signal a syntax error.
 

Methods in com.stimulsoft.base.json that throw JSONException
 JSONObject JSONObject.accumulate(java.lang.String key, java.lang.Object value)
          Accumulate values under a key.
 void JSONObject.Add(java.lang.String key, java.util.Collection<?> value)
           
 void JSONObject.AddPropertyBool(java.lang.String key, boolean value)
           
 void JSONObject.AddPropertyBool(java.lang.String key, boolean value, boolean defaultValue)
           
 void JSONObject.AddPropertyDateTime(java.lang.String key, java.util.Calendar value)
           
 void JSONObject.AddPropertyDouble(java.lang.String propertyName, double value, double defaultValue)
           
 void JSONObject.AddPropertyEnum(java.lang.String key, java.lang.Enum<?> value)
           
 void JSONObject.AddPropertyEnum(java.lang.String key, java.lang.Enum<?> value, java.lang.Enum<?> defaultValue)
           
 void JSONObject.AddPropertyEnum(java.lang.String key, StiEnumSet<?> value, IStiEnum defaultValue)
           
 void JSONObject.AddPropertyFloat(java.lang.String propertyName, double value, double defaultValue)
           
 void JSONObject.AddPropertyFloatNullable(java.lang.String propertyName, double value, java.lang.Double defaultValue)
           
 void JSONObject.AddPropertyIdent(java.lang.String key, java.lang.String value)
           
 void JSONObject.AddPropertyInt(java.lang.String key, int value)
           
 void JSONObject.AddPropertyInt(java.lang.String key, int value, int defaultValue)
           
 void JSONObject.AddPropertyIntNoDefaultValue(java.lang.String propertyName, java.lang.Integer value)
           
 void JSONObject.AddPropertyJObject(java.lang.String key, JSONObject value)
           
 void JSONObject.AddPropertyString(java.lang.String propertyName, java.lang.String value)
           
 void JSONObject.AddPropertyString(java.lang.String propertyName, java.lang.String value, java.lang.String defaultValue)
           
 void JSONObject.AddPropertyStringNullOfEmpty(java.lang.String key, java.lang.String value)
           
 void JSONObject.AddPropertyStringNullOrEmpty(java.lang.String key, java.lang.String value)
           
 JSONObject JSONObject.append(java.lang.String key, java.lang.Object value)
          Append values to the array under a key.
 JSONWriter JSONWriter.array()
          Begin appending a new array.
 JSONWriter JSONWriter.endArray()
          End an array.
 JSONWriter JSONWriter.endObject()
          End an object.
 java.lang.Object JSONArray.get(int index)
          Get the object value associated with an index.
 java.lang.Object JSONObject.get(java.lang.String key)
          Get the value object associated with a key.
 boolean JSONArray.getBoolean(int index)
          Get the boolean value associated with an index.
 boolean JSONObject.getBoolean(java.lang.String key)
          Get the boolean value associated with a key.
 double JSONArray.getDouble(int index)
          Get the double value associated with an index.
 double JSONObject.getDouble(java.lang.String key)
          Get the double value associated with a key.
 int JSONArray.getInt(int index)
          Get the int value associated with an index.
 int JSONObject.getInt(java.lang.String key)
          Get the int value associated with a key.
 JSONArray JSONArray.getJSONArray(int index)
          Get the JSONArray associated with an index.
 JSONArray JSONObject.getJSONArray(java.lang.String key)
          Get the JSONArray value associated with 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.
 long JSONArray.getLong(int index)
          Get the long value associated with an index.
 long JSONObject.getLong(java.lang.String key)
          Get the long value associated with a key.
 java.lang.String JSONArray.getString(int index)
          Get the string associated with an index.
 java.lang.String JSONObject.getString(java.lang.String key)
          Get the string associated with a key.
 java.lang.String JSONArray.join(java.lang.String separator)
          Make a string from the contents of this JSONArray.
 JSONWriter JSONWriter.key(java.lang.String s)
          Append a key.
 char JSONTokener.next(char c)
          Consume the next character, and check that it matches a specified character.
 java.lang.String JSONTokener.next(int n)
          Get the next n characters.
 java.lang.String XMLTokener.nextCDATA()
          Get the text in the CDATA block.
 char JSONTokener.nextClean()
          Get the next char in the string, skipping whitespace and comments (slashslash, slashstar, and hash).
 java.lang.Object XMLTokener.nextContent()
          Get the next XML outer token, trimming whitespace.
 java.lang.Object XMLTokener.nextEntity(char a)
          Return the next entity.
 java.lang.Object XMLTokener.nextMeta()
          Returns the next XML meta token.
 java.lang.String JSONTokener.nextString(char quote)
          Return the characters up to the next close quote character.
 java.lang.Object XMLTokener.nextToken()
          Get the next XML Token.
 java.lang.String HTTPTokener.nextToken()
          Get the next token or string.
 java.lang.Object JSONTokener.nextValue()
          Get the next value.
static java.lang.String JSONObject.numberToString(java.lang.Number n)
          Produce a string from a Number.
 JSONWriter JSONWriter.object()
          Begin appending a new object.
 JPropertiesList JSONObject.Properties()
           
 JSONArray JSONArray.put(double value)
          Append a double value.
 JSONArray JSONArray.put(int index, boolean value)
          Put or replace a boolean value in the JSONArray.
 JSONArray JSONArray.put(int index, java.util.Collection value)
          Put a value in the JSONArray, where the value will be a JSONArray which is produced from a Collection.
 JSONArray JSONArray.put(int index, double value)
          Put or replace a double value.
 JSONArray JSONArray.put(int index, int value)
          Put or replace an int value.
 JSONArray JSONArray.put(int index, long value)
          Put or replace a long value.
 JSONArray JSONArray.put(int index, java.util.Map value)
          Put a value in the JSONArray, where the value will be a JSONObject which is produced from a Map.
 JSONArray JSONArray.put(int index, java.lang.Object value)
          Put or replace an object value in the JSONArray.
 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.
 void JSONObject.putNullOfEmpty(java.lang.String propertyName, java.lang.Object value)
           
 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 JSONArray CDL.rowToJSONArray(JSONTokener x)
          Produce a JSONArray of strings from a row of comma delimited values.
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.
 JSONArray JSONObject.toJSONArray(JSONArray names)
          Produce a JSONArray containing the values of the members of this JSONObject.
static JSONArray CDL.toJSONArray(JSONArray names, JSONTokener x)
          Produce a JSONArray of JSONObjects from a comma delimited text string using a supplied JSONArray as the source of element names.
static JSONArray CDL.toJSONArray(JSONArray names, java.lang.String string)
          Produce a JSONArray of JSONObjects from a comma delimited text string using a supplied JSONArray as the source of element names.
static JSONArray CDL.toJSONArray(JSONTokener x)
          Produce a JSONArray of JSONObjects from a comma delimited text string, using the first row as a source of names.
static JSONArray CDL.toJSONArray(java.lang.String string)
          Produce a JSONArray of JSONObjects from a comma delimited text string, using the first row as a source of names.
 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.
 java.lang.String JSONObject.toString(int indentFactor)
          Make a prettyprinted JSON text of this JSONObject.
 java.lang.String JSONArray.toString(int indentFactor)
          Make a prettyprinted JSON text of this JSONArray.
static java.lang.String CDL.toString(JSONArray ja)
          Produce a comma delimited text from a JSONArray of JSONObjects.
static java.lang.String CDL.toString(JSONArray names, JSONArray ja)
          Produce a comma delimited text from a JSONArray of JSONObjects using a provided list of names.
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.
static java.lang.String XML.toString(java.lang.Object o)
          Convert a JSONObject into a well-formed, element-normal XML string.
static java.lang.String XML.toString(java.lang.Object o, java.lang.String tagName)
          Convert a JSONObject into a well-formed, element-normal XML string.
 JSONWriter JSONWriter.value(boolean b)
          Append either the value true or the value false.
 JSONWriter JSONWriter.value(double d)
          Append a double value.
 JSONWriter JSONWriter.value(long l)
          Append a long value.
 JSONWriter JSONWriter.value(java.lang.Object o)
          Append an object value.
 java.io.Writer JSONObject.write(java.io.Writer writer)
          Write the contents of the JSONObject as JSON text to a writer.
 java.io.Writer JSONArray.write(java.io.Writer writer)
          Write the contents of the JSONArray as JSON text to a writer.
 

Constructors in com.stimulsoft.base.json that throw JSONException
JSONArray(JSONTokener x)
          Construct a JSONArray from a JSONTokener.
JSONArray(java.lang.Object array)
          Construct a JSONArray from an array
JSONArray(java.lang.String source)
          Construct a JSONArray from a source JSON text.
JSONObject(JSONObject jo, java.lang.String[] names)
          Construct a JSONObject from a subset of another JSONObject.
JSONObject(JSONTokener x)
          Construct a JSONObject from a JSONTokener.
JSONObject(java.lang.String source)
          Construct a JSONObject from a source JSON text string.
 

Uses of JSONException in com.stimulsoft.base.licenses
 

Methods in com.stimulsoft.base.licenses that throw JSONException
 void StiLicenseObject.decryptFromBytes(byte[] bytes)
           
 void StiLicenseObject.decryptFromString(java.lang.String str)
           
 byte[] StiLicenseObject.encryptToBytes()
           
 java.lang.String StiLicenseObject.encryptToString()
           
static StiLicenseActivationResponse StiLicenseActivationResponse.get(byte[] bytes)
           
static StiLicenseActivationRequest StiLicenseActivationRequest.get(byte[] bytes)
           
static StiLicenseActivationResponse StiLicenseActivationResponse.get(java.lang.String str)
           
static StiLicenseActivationRequest StiLicenseActivationRequest.get(java.lang.String str)
           
 java.lang.String StiLicenseKey.getCSharpCode()
           
 void StiLicenseProduct.LoadFromJsonObject(JSONObject jObject)
           
 void StiLicenseKey.LoadFromJsonObject(JSONObject jObject)
           
 void StiLicenseObject.loadFromString(java.lang.String str)
           
 void StiLicenseKey.loadFromString(java.lang.String str)
           
 byte[] StiLicenseObject.saveToBytesInternal()
           
 JSONObject StiLicenseProduct.SaveToJsonObject(StiJsonSaveMode mode)
           
 JSONObject StiLicenseKey.SaveToJsonObject(StiJsonSaveMode mode)
           
 java.lang.String StiLicenseObject.saveToString()
           
 java.lang.String StiLicenseKey.saveToString()
           
 

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

Methods in com.stimulsoft.base.system.geometry that throw JSONException
 void StiRectangle.LoadFromJson(JSONObject jObject)
           
 

Uses of JSONException in com.stimulsoft.demo
 

Methods in com.stimulsoft.demo that throw JSONException
static void Test.main(java.lang.String[] args)
           
 

Uses of JSONException in com.stimulsoft.report
 

Methods in com.stimulsoft.report that throw JSONException
static StiReport StiSerializeManager.deserializeReportFromJson(java.io.InputStream inputStream)
           
static StiReport StiSerializeManager.deserializeReportFromJson(java.io.InputStream inputStream, java.lang.String password)
           
static DataSet StiJsonToDataSetConverter.detDataTable(java.lang.String text)
           
static DataSet StiJsonToDataSetConverter.getDataTable(java.io.InputStream is)
           
static DataSet StiJsonToDataSetConverter.getDataTable(java.lang.Object token)
           
 void StiReport.loadFromJson(java.lang.String text)
           
 void StiMetaTagCollection.LoadFromJsonObject(JSONObject jObject)
           
 void StiMetaTag.LoadFromJsonObject(JSONObject jObject)
           
 java.lang.String StiReport.saveToJsonInternal(StiJsonSaveMode mode)
           
 JSONObject StiMetaTagCollection.SaveToJsonObject(StiJsonSaveMode mode)
           
 JSONObject StiMetaTag.SaveToJsonObject(StiJsonSaveMode mode)
           
static void StiSerializeManager.serializeReportToJson(StiReport report, java.io.OutputStream outputStream)
           
 

Uses of JSONException in com.stimulsoft.report.barCodes
 

Methods in com.stimulsoft.report.barCodes that throw JSONException
 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)
           
 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)
           
 

Uses of JSONException in com.stimulsoft.report.chart
 

Methods in com.stimulsoft.report.chart that throw JSONException
 void StiChart.LoadFromJsonObject(JSONObject jObject)
           
 JSONObject StiChart.SaveToJsonObject(StiJsonSaveMode mode)
           
 

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

Methods in com.stimulsoft.report.chart.view.areas that throw JSONException
 void StiAxisArea.LoadFromJsonObject(JSONObject jObject)
           
 void StiArea.LoadFromJsonObject(JSONObject jObject)
           
static IStiArea StiArea.LoadFromJsonObjectInternal(JSONObject jObject)
           
 JSONObject StiAxisArea.SaveToJsonObject(StiJsonSaveMode mode)
           
 JSONObject StiArea.SaveToJsonObject(StiJsonSaveMode mode)
           
 

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

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

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

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

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

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

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

Methods in com.stimulsoft.report.chart.view.areas.radar that throw JSONException
 void StiRadarArea.LoadFromJsonObject(JSONObject jObject)
           
 JSONObject StiRadarArea.SaveToJsonObject(StiJsonSaveMode mode)
           
 

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

Methods in com.stimulsoft.report.chart.view.axis that throw JSONException
 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)
           
 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)
           
 

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

Methods in com.stimulsoft.report.chart.view.chartTitle that throw JSONException
 void StiChartTitle.LoadFromJsonObject(JSONObject jObject)
           
 JSONObject StiChartTitle.SaveToJsonObject(StiJsonSaveMode mode)
           
 

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

Methods in com.stimulsoft.report.chart.view.conditions that throw JSONException
 void StiChartConditionsCollection.LoadFromJsonObject(JSONObject jObject)
           
 void StiChartCondition.LoadFromJsonObject(JSONObject jObject)
           
 JSONObject StiChartConditionsCollection.SaveToJsonObject(StiJsonSaveMode mode)
           
 JSONObject StiChartCondition.SaveToJsonObject(StiJsonSaveMode mode)
           
 

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

Methods in com.stimulsoft.report.chart.view.constantLines that throw JSONException
 void StiConstantLinesCollection.LoadFromJsonObject(JSONObject jObject)
           
 void StiConstantLines.LoadFromJsonObject(JSONObject jObject)
           
 JSONObject StiConstantLinesCollection.SaveToJsonObject(StiJsonSaveMode mode)
           
 JSONObject StiConstantLines.SaveToJsonObject(StiJsonSaveMode mode)
           
 

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

Methods in com.stimulsoft.report.chart.view.filter that throw JSONException
 void StiChartFiltersCollection.LoadFromJsonObject(JSONObject jObject)
           
 void StiChartFilter.LoadFromJsonObject(JSONObject jObject)
           
 JSONObject StiChartFiltersCollection.SaveToJsonObject(StiJsonSaveMode mode)
           
 JSONObject StiChartFilter.SaveToJsonObject(StiJsonSaveMode mode)
           
 

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

Methods in com.stimulsoft.report.chart.view.gridLines.axis that throw JSONException
 void StiGridLines.LoadFromJsonObject(JSONObject jObject)
           
 JSONObject StiGridLines.SaveToJsonObject(StiJsonSaveMode mode)
           
 

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

Methods in com.stimulsoft.report.chart.view.gridLines.radar that throw JSONException
 void StiRadarGridLines.LoadFromJsonObject(JSONObject jObject)
           
 JSONObject StiRadarGridLines.SaveToJsonObject(StiJsonSaveMode mode)
           
 

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

Methods in com.stimulsoft.report.chart.view.interlacing that throw JSONException
 void StiInterlacing.LoadFromJsonObject(JSONObject jObject)
           
 JSONObject StiInterlacing.SaveToJsonObject(StiJsonSaveMode mode)
           
 

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

Methods in com.stimulsoft.report.chart.view.legend that throw JSONException
 void StiLegend.LoadFromJsonObject(JSONObject jObject)
           
 JSONObject StiLegend.SaveToJsonObject(StiJsonSaveMode mode)
           
 

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

Methods in com.stimulsoft.report.chart.view.marker that throw JSONException
 void StiMarker.LoadFromJsonObject(JSONObject jObject)
           
 void StiLineMarker.LoadFromJsonObject(JSONObject jObject)
           
 JSONObject StiMarker.SaveToJsonObject(StiJsonSaveMode mode)
           
 JSONObject StiLineMarker.SaveToJsonObject(StiJsonSaveMode mode)
           
 

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

Methods in com.stimulsoft.report.chart.view.radarAxis that throw JSONException
 void StiYRadarAxis.LoadFromJsonObject(JSONObject jObject)
           
 void StiXRadarAxis.LoadFromJsonObject(JSONObject jObject)
           
 void StiRadarAxisLabels.LoadFromJsonObject(JSONObject jObject)
           
 void StiRadarAxis.LoadFromJsonObject(JSONObject jObject)
           
 JSONObject StiYRadarAxis.SaveToJsonObject(StiJsonSaveMode mode)
           
 JSONObject StiXRadarAxis.SaveToJsonObject(StiJsonSaveMode mode)
           
 JSONObject StiRadarAxisLabels.SaveToJsonObject(StiJsonSaveMode mode)
           
 JSONObject StiRadarAxis.SaveToJsonObject(StiJsonSaveMode mode)
           
 

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

Methods in com.stimulsoft.report.chart.view.series that throw JSONException
 void StiSeriesInteraction.LoadFromJsonObject(JSONObject jObject)
           
 void StiSeriesCollection.LoadFromJsonObject(JSONObject jObject)
           
 void StiSeries.LoadFromJsonObject(JSONObject jObject)
           
 JSONObject StiSeriesInteraction.SaveToJsonObject(StiJsonSaveMode mode)
           
 JSONObject StiSeriesCollection.SaveToJsonObject(StiJsonSaveMode mode)
           
 JSONObject StiSeries.SaveToJsonObject(StiJsonSaveMode mode)
           
 

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

Methods in com.stimulsoft.report.chart.view.series.bubble that throw JSONException
 void StiBubbleSeries.LoadFromJsonObject(JSONObject jObject)
           
 JSONObject StiBubbleSeries.SaveToJsonObject(StiJsonSaveMode mode)
           
 

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

Methods in com.stimulsoft.report.chart.view.series.candlestick that throw JSONException
 void StiCandlestickSeries.LoadFromJsonObject(JSONObject jObject)
           
 JSONObject StiCandlestickSeries.SaveToJsonObject(StiJsonSaveMode mode)
           
 

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

Methods in com.stimulsoft.report.chart.view.series.clusteredColumn that throw JSONException
 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)
           
 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)
           
 

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

Methods in com.stimulsoft.report.chart.view.series.funnel that throw JSONException
 void StiFunnelSeries.LoadFromJsonObject(JSONObject jObject)
           
 JSONObject StiFunnelSeries.SaveToJsonObject(StiJsonSaveMode mode)
           
 

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

Methods in com.stimulsoft.report.chart.view.series.gantt that throw JSONException
 void StiGanttSeries.LoadFromJsonObject(JSONObject jObject)
           
 JSONObject StiGanttSeries.SaveToJsonObject(StiJsonSaveMode mode)
           
 

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

Methods in com.stimulsoft.report.chart.view.series.pie that throw JSONException
 void StiPieSeries.LoadFromJsonObject(JSONObject jObject)
           
 JSONObject StiPieSeries.SaveToJsonObject(StiJsonSaveMode mode)
           
 

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

Methods in com.stimulsoft.report.chart.view.series.radar that throw JSONException
 void StiRadarSeries.LoadFromJsonObject(JSONObject jObject)
           
 void StiRadarLineSeries.LoadFromJsonObject(JSONObject jObject)
           
 void StiRadarAreaSeries.LoadFromJsonObject(JSONObject jObject)
           
 JSONObject StiRadarSeries.SaveToJsonObject(StiJsonSaveMode mode)
           
 JSONObject StiRadarLineSeries.SaveToJsonObject(StiJsonSaveMode mode)
           
 JSONObject StiRadarAreaSeries.SaveToJsonObject(StiJsonSaveMode mode)
           
 

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

Methods in com.stimulsoft.report.chart.view.series.range that throw JSONException
 void StiSteppedRangeSeries.LoadFromJsonObject(JSONObject jObject)
           
 void StiSplineRangeSeries.LoadFromJsonObject(JSONObject jObject)
           
 void StiRangeSeries.LoadFromJsonObject(JSONObject jObject)
           
 void StiRangeBarSeries.LoadFromJsonObject(JSONObject jObject)
           
 JSONObject StiSteppedRangeSeries.SaveToJsonObject(StiJsonSaveMode mode)
           
 JSONObject StiSplineRangeSeries.SaveToJsonObject(StiJsonSaveMode mode)
           
 JSONObject StiRangeSeries.SaveToJsonObject(StiJsonSaveMode mode)
           
 JSONObject StiRangeBarSeries.SaveToJsonObject(StiJsonSaveMode mode)
           
 

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

Methods in com.stimulsoft.report.chart.view.series.scatter that throw JSONException
 void StiScatterSplineSeries.LoadFromJsonObject(JSONObject jObject)
           
 JSONObject StiScatterSplineSeries.SaveToJsonObject(StiJsonSaveMode mode)
           
 JSONObject StiScatterSeries.SaveToJsonObject(StiJsonSaveMode mode)
           
 

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

Methods in com.stimulsoft.report.chart.view.series.stackedBar that throw JSONException
 void StiStackedBarSeries.LoadFromJsonObject(JSONObject jObject)
           
 JSONObject StiStackedBarSeries.SaveToJsonObject(StiJsonSaveMode mode)
           
 

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

Methods in com.stimulsoft.report.chart.view.series.stackedColumn that throw JSONException
 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)
           
 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)
           
 

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

Methods in com.stimulsoft.report.chart.view.series.stock that throw JSONException
 void StiStockSeries.LoadFromJsonObject(JSONObject jObject)
           
 JSONObject StiStockSeries.SaveToJsonObject(StiJsonSaveMode mode)
           
 

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

Methods in com.stimulsoft.report.chart.view.seriesLabels that throw JSONException
 void StiSeriesLabels.LoadFromJsonObject(JSONObject jObject)
           
static IStiSeriesLabels StiSeriesLabels.LoadFromJsonObjectInternal(JSONObject jObject, StiChart chart)
           
 JSONObject StiSeriesLabels.SaveToJsonObject(StiJsonSaveMode mode)
           
 JSONObject StiNoneLabels.SaveToJsonObject(StiJsonSaveMode mode)
           
 

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

Methods in com.stimulsoft.report.chart.view.seriesLabels.axis that throw JSONException
 void StiOutsideAxisLabels.LoadFromJsonObject(JSONObject jObject)
           
 void StiAxisSeriesLabels.LoadFromJsonObject(JSONObject jObject)
           
 JSONObject StiOutsideAxisLabels.SaveToJsonObject(StiJsonSaveMode mode)
           
 JSONObject StiAxisSeriesLabels.SaveToJsonObject(StiJsonSaveMode mode)
           
 

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

Methods in com.stimulsoft.report.chart.view.seriesLabels.pie that throw JSONException
 void StiPieSeriesLabels.LoadFromJsonObject(JSONObject jObject)
           
 void StiOutsidePieLabels.LoadFromJsonObject(JSONObject jObject)
           
 void StiCenterPieLabels.LoadFromJsonObject(JSONObject jObject)
           
 JSONObject StiTwoColumnsPieLabels.SaveToJsonObject(StiJsonSaveMode mode)
           
 JSONObject StiPieSeriesLabels.SaveToJsonObject(StiJsonSaveMode mode)
           
 JSONObject StiOutsidePieLabels.SaveToJsonObject(StiJsonSaveMode mode)
           
 JSONObject StiCenterPieLabels.SaveToJsonObject(StiJsonSaveMode mode)
           
 

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

Methods in com.stimulsoft.report.chart.view.strips that throw JSONException
 void StiStripsCollection.LoadFromJsonObject(JSONObject jObject)
           
 void StiStrips.LoadFromJsonObject(JSONObject jObject)
           
 JSONObject StiStripsCollection.SaveToJsonObject(StiJsonSaveMode mode)
           
 JSONObject StiStrips.SaveToJsonObject(StiJsonSaveMode mode)
           
 

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

Methods in com.stimulsoft.report.chart.view.styles that throw JSONException
 void StiChartStyle.LoadFromJsonObject(JSONObject jObject)
           
static StiChartStyle StiChartStyle.LoadFromJsonObjectInternal(JSONObject jObject)
           
 JSONObject StiChartStyle.SaveToJsonObject(StiJsonSaveMode mode)
           
 

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

Methods in com.stimulsoft.report.chart.view.table that throw JSONException
 void StiChartTable.LoadFromJsonObject(JSONObject jObject)
           
 JSONObject StiChartTable.SaveToJsonObject(StiJsonSaveMode mode)
           
 

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

Methods in com.stimulsoft.report.chart.view.topN that throw JSONException
 void StiSeriesTopN.LoadFromJsonObject(JSONObject jObject)
           
 JSONObject StiSeriesTopN.SaveToJsonObject(StiJsonSaveMode mode)
           
 

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

Methods in com.stimulsoft.report.chart.view.trendLines that throw JSONException
 void StiTrendLine.LoadFromJsonObject(JSONObject jObject)
           
static IStiTrendLine StiTrendLine.LoadFromJsonObjectInternal(JSONObject jObject)
           
 JSONObject StiTrendLine.SaveToJsonObject(StiJsonSaveMode mode)
           
 

Uses of JSONException in com.stimulsoft.report.components
 

Methods in com.stimulsoft.report.components that throw JSONException
 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)
           
 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)
           
 

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

Methods in com.stimulsoft.report.components.bands that throw JSONException
 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)
           
 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)
           
 

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

Methods in com.stimulsoft.report.components.complexcomponents that throw JSONException
 void StiSubReport.LoadFromJsonObject(JSONObject jObject)
           
 void StiPanel.LoadFromJsonObject(JSONObject jObject)
           
 void StiContainer.LoadFromJsonObject(JSONObject jObject)
           
 void StiClone.LoadFromJsonObject(JSONObject jObject)
           
 JSONObject StiSubReport.SaveToJsonObject(StiJsonSaveMode mode)
           
 JSONObject StiPanel.SaveToJsonObject(StiJsonSaveMode mode)
           
 JSONObject StiContainer.SaveToJsonObject(StiJsonSaveMode mode)
           
 JSONObject StiClone.SaveToJsonObject(StiJsonSaveMode mode)
           
 

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

Methods in com.stimulsoft.report.components.conditions that throw JSONException
 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)
           
 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)
           
 

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

Methods in com.stimulsoft.report.components.crossBands that throw JSONException
 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)
           
 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)
           
 

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

Methods in com.stimulsoft.report.components.indicators that throw JSONException
 void StiIndicator.LoadFromJsonObject(JSONObject jObject)
           
 void StiIconSetIndicator.LoadFromJsonObject(JSONObject jObject)
           
 void StiDataBarIndicator.LoadFromJsonObject(JSONObject jObject)
           
static StiIndicator StiIndicator.LoadFromJsonObjectInternal(JSONObject jObject)
           
 JSONObject StiIndicator.SaveToJsonObject(StiJsonSaveMode mode)
           
 JSONObject StiIconSetIndicator.SaveToJsonObject(StiJsonSaveMode mode)
           
 JSONObject StiDataBarIndicator.SaveToJsonObject(StiJsonSaveMode mode)
           
 

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

Methods in com.stimulsoft.report.components.shapeTypes that throw JSONException
 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)
           
 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)
           
 

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

Methods in com.stimulsoft.report.components.simplecomponents that throw JSONException
 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)
           
 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)
           
 

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

Methods in com.stimulsoft.report.components.table that throw JSONException
 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)
           
 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)
           
 

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

Methods in com.stimulsoft.report.components.textFormats that throw JSONException
 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)
           
 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)
           
 

Uses of JSONException in com.stimulsoft.report.crossTab
 

Methods in com.stimulsoft.report.crossTab that throw JSONException
 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)
           
 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)
           
 

Uses of JSONException in com.stimulsoft.report.dialogs
 

Methods in com.stimulsoft.report.dialogs that throw JSONException
 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)
           
 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)
           
 

Uses of JSONException in com.stimulsoft.report.dictionary
 

Methods in com.stimulsoft.report.dictionary that throw JSONException
 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)
           
 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)
           
 

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

Methods in com.stimulsoft.report.dictionary.businessObjects that throw JSONException
 void StiBusinessObjectsCollection.LoadFromJsonObject(JSONObject jObject)
           
 void StiBusinessObject.LoadFromJsonObject(JSONObject jObject)
           
 JSONObject StiBusinessObjectsCollection.SaveToJsonObject(StiJsonSaveMode mode)
           
 JSONObject StiBusinessObject.SaveToJsonObject(StiJsonSaveMode mode)
           
 

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

Methods in com.stimulsoft.report.dictionary.databases that throw JSONException
 void StiJsonDatabase.fillTable(StiDataStoreSource source, StiReport report)
           
 java.lang.Object StiJsonDatabase.getJSONObject(StiReport report)
           
 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)
           
 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)
           
 

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

Methods in com.stimulsoft.report.dictionary.dataSources that throw JSONException
 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)
           
 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)
           
 

Uses of JSONException in com.stimulsoft.report.engine.engineV2.builders
 

Methods in com.stimulsoft.report.engine.engineV2.builders that throw JSONException
static StiMap StiMapV2Builder.renderMap(StiMap masterMap)
           
 

Uses of JSONException in com.stimulsoft.report.events
 

Methods in com.stimulsoft.report.events that throw JSONException
 void StiEvent.LoadFromJsonObject(JSONObject jObject)
           
 JSONObject StiEvent.SaveToJsonObject(StiJsonSaveMode mode)
           
 

Uses of JSONException in com.stimulsoft.report.expressions
 

Methods in com.stimulsoft.report.expressions that throw JSONException
 void StiExpression.LoadFromJsonObject(JSONObject jObject)
           
 JSONObject StiExpression.SaveToJsonObject(StiJsonSaveMode mode)
           
 

Uses of JSONException in com.stimulsoft.report.globalization
 

Methods in com.stimulsoft.report.globalization that throw JSONException
 void StiGlobalizationItem.LoadFromJsonObject(JSONObject jObject)
           
 void StiGlobalizationContainerCollection.LoadFromJsonObject(JSONObject jObject)
           
 void StiGlobalizationContainer.LoadFromJsonObject(JSONObject jObject)
           
 JSONObject StiGlobalizationItem.SaveToJsonObject(StiJsonSaveMode mode)
           
 JSONObject StiGlobalizationContainerCollection.SaveToJsonObject(StiJsonSaveMode mode)
           
 JSONObject StiGlobalizationContainer.SaveToJsonObject(StiJsonSaveMode mode)
           
 

Uses of JSONException in com.stimulsoft.report.helpers
 

Methods in com.stimulsoft.report.helpers that throw JSONException
static DataSet StiResourceArrayToDataSet.get(StiResourceType resourceType, byte[] array)
           
 

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

Methods in com.stimulsoft.report.infographics.gauge that throw JSONException
 void StiGauge.LoadFromJsonObject(JSONObject jObject)
           
 JSONObject StiGauge.SaveToJsonObject(StiJsonSaveMode mode)
           
 

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

Methods in com.stimulsoft.report.infographics.gauge.collections that throw JSONException
 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)
           
 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)
           
 

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

Methods in com.stimulsoft.report.infographics.gauge.indicators that throw JSONException
 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)
           
 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)
           
 

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

Methods in com.stimulsoft.report.infographics.gauge.primitives.base that throw JSONException
 void StiGaugeElement.LoadFromJsonObject(JSONObject jObject)
           
 JSONObject StiGaugeElement.SaveToJsonObject(StiJsonSaveMode mode)
           
 

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

Methods in com.stimulsoft.report.infographics.gauge.primitives.indicators that throw JSONException
 void StiMarkerBase.LoadFromJsonObject(JSONObject jObject)
           
 void StiIndicatorBase.LoadFromJsonObject(JSONObject jObject)
           
 void StiBarBase.LoadFromJsonObject(JSONObject jObject)
           
 JSONObject StiMarkerBase.SaveToJsonObject(StiJsonSaveMode mode)
           
 JSONObject StiIndicatorBase.SaveToJsonObject(StiJsonSaveMode mode)
           
 JSONObject StiBarBase.SaveToJsonObject(StiJsonSaveMode mode)
           
 

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

Methods in com.stimulsoft.report.infographics.gauge.primitives.range that throw JSONException
 void StiScaleRangeList.LoadFromJsonObject(JSONObject jObject)
           
 void StiRangeBase.LoadFromJsonObject(JSONObject jObject)
           
 JSONObject StiScaleRangeList.SaveToJsonObject(StiJsonSaveMode mode)
           
 JSONObject StiRangeBase.SaveToJsonObject(StiJsonSaveMode mode)
           
 

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

Methods in com.stimulsoft.report.infographics.gauge.primitives.scales that throw JSONException
 void StiScaleBase.LoadFromJsonObject(JSONObject jObject)
           
 JSONObject StiScaleBase.SaveToJsonObject(StiJsonSaveMode mode)
           
 

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

Methods in com.stimulsoft.report.infographics.gauge.primitives.tick that throw JSONException
 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)
           
 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)
           
 

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

Methods in com.stimulsoft.report.infographics.gauge.range that throw JSONException
 void StiRadialRangeList.LoadFromJsonObject(JSONObject jObject)
           
 void StiRadialRange.LoadFromJsonObject(JSONObject jObject)
           
 void StiLinearRangeList.LoadFromJsonObject(JSONObject jObject)
           
 void StiLinearRange.LoadFromJsonObject(JSONObject jObject)
           
 JSONObject StiRadialRangeList.SaveToJsonObject(StiJsonSaveMode mode)
           
 JSONObject StiRadialRange.SaveToJsonObject(StiJsonSaveMode mode)
           
 JSONObject StiLinearRangeList.SaveToJsonObject(StiJsonSaveMode mode)
           
 JSONObject StiLinearRange.SaveToJsonObject(StiJsonSaveMode mode)
           
 

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

Methods in com.stimulsoft.report.infographics.gauge.scales that throw JSONException
 void StiRadialScale.LoadFromJsonObject(JSONObject jObject)
           
 void StiLinearScale.LoadFromJsonObject(JSONObject jObject)
           
 JSONObject StiRadialScale.SaveToJsonObject(StiJsonSaveMode mode)
           
 JSONObject StiLinearScale.SaveToJsonObject(StiJsonSaveMode mode)
           
 

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

Methods in com.stimulsoft.report.infographics.gauge.styles.view that throw JSONException
static StiGaugeStyleXF StiGaugeStyleXF.LoadFromJsonObjectInternal(JSONObject jObject)
           
 JSONObject StiGaugeStyleXF.SaveToJsonObject(StiJsonSaveMode mode)
           
 

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

Methods in com.stimulsoft.report.infographics.gauge.tick that throw JSONException
 void StiCustomValueBase.LoadFromJsonObject(JSONObject jObject)
           
 JSONObject StiCustomValueBase.SaveToJsonObject(StiJsonSaveMode mode)
           
 

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

Methods in com.stimulsoft.report.infographics.gauge.tick.linear.label that throw JSONException
 void StiLinearTickLabelMinor.LoadFromJsonObject(JSONObject jObject)
           
 void StiLinearTickLabelCustomValue.LoadFromJsonObject(JSONObject jObject)
           
 void StiLinearTickLabelCustom.LoadFromJsonObject(JSONObject jObject)
           
 JSONObject StiLinearTickLabelMinor.SaveToJsonObject(StiJsonSaveMode mode)
           
 JSONObject StiLinearTickLabelMajor.SaveToJsonObject(StiJsonSaveMode mode)
           
 JSONObject StiLinearTickLabelCustomValue.SaveToJsonObject(StiJsonSaveMode mode)
           
 JSONObject StiLinearTickLabelCustom.SaveToJsonObject(StiJsonSaveMode mode)
           
 

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

Methods in com.stimulsoft.report.infographics.gauge.tick.linear.mark that throw JSONException
 void StiLinearTickMarkMinor.LoadFromJsonObject(JSONObject jObject)
           
 void StiLinearTickMarkCustomValue.LoadFromJsonObject(JSONObject jObject)
           
 void StiLinearTickMarkCustom.LoadFromJsonObject(JSONObject jObject)
           
 JSONObject StiLinearTickMarkMinor.SaveToJsonObject(StiJsonSaveMode mode)
           
 JSONObject StiLinearTickMarkMajor.SaveToJsonObject(StiJsonSaveMode mode)
           
 JSONObject StiLinearTickMarkCustomValue.SaveToJsonObject(StiJsonSaveMode mode)
           
 JSONObject StiLinearTickMarkCustom.SaveToJsonObject(StiJsonSaveMode mode)
           
 

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

Methods in com.stimulsoft.report.infographics.gauge.tick.radial.label that throw JSONException
 void StiRadialTickLabelMinor.LoadFromJsonObject(JSONObject jObject)
           
 void StiRadialTickLabelCustomValue.LoadFromJsonObject(JSONObject jObject)
           
 void StiRadialTickLabelCustom.LoadFromJsonObject(JSONObject jObject)
           
 JSONObject StiRadialTickLabelMinor.SaveToJsonObject(StiJsonSaveMode mode)
           
 JSONObject StiRadialTickLabelMajor.SaveToJsonObject(StiJsonSaveMode mode)
           
 JSONObject StiRadialTickLabelCustomValue.SaveToJsonObject(StiJsonSaveMode mode)
           
 JSONObject StiRadialTickLabelCustom.SaveToJsonObject(StiJsonSaveMode mode)
           
 

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

Methods in com.stimulsoft.report.infographics.gauge.tick.radial.mark that throw JSONException
 void StiRadialTickMarkMinor.LoadFromJsonObject(JSONObject jObject)
           
 void StiRadialTickMarkCustomValue.LoadFromJsonObject(JSONObject jObject)
           
 void StiRadialTickMarkCustom.LoadFromJsonObject(JSONObject jObject)
           
 JSONObject StiRadialTickMarkMinor.SaveToJsonObject(StiJsonSaveMode mode)
           
 JSONObject StiRadialTickMarkMajor.SaveToJsonObject(StiJsonSaveMode mode)
           
 JSONObject StiRadialTickMarkCustomValue.SaveToJsonObject(StiJsonSaveMode mode)
           
 JSONObject StiRadialTickMarkCustom.SaveToJsonObject(StiJsonSaveMode mode)
           
 

Uses of JSONException in com.stimulsoft.report.json
 

Methods in com.stimulsoft.report.json that throw JSONException
static DataSet StiJsonToDataSetConverterV2.getDataSet(java.lang.Object json)
           
 

Uses of JSONException in com.stimulsoft.report.maps
 

Methods in com.stimulsoft.report.maps that throw JSONException
static java.util.List<StiMapData> StiMap.getDefaultMapData(StiMapID mapID)
           
 java.util.List<StiMapData> StiMap.GetMapData()
           
static java.util.List<StiMapData> StiMap.getMapDataInternal(java.lang.String mapData, StiMapID mapID)
           
static java.util.List<StiMapData> StiMap.getMapDataInternal(java.lang.String mapData, StiMapID mapID, StiRefObject<java.lang.Boolean> isHashDataEmpty)
           
 void StiMap.LoadFromJsonObject(JSONObject jObject)
           
static StiMapSvgContainer StiMapLoader.loadResource(java.lang.String resourceName)
           
 void StiMapSvgContainer.populateObject(java.lang.String jsonText)
           
 JSONObject StiMap.SaveToJsonObject(StiJsonSaveMode mode)
           
 

Uses of JSONException in com.stimulsoft.report.maps.helpers
 

Methods in com.stimulsoft.report.maps.helpers that throw JSONException
static java.lang.String[] StiMapHelper.getStates(StiMapID id)
           
 

Uses of JSONException in com.stimulsoft.report.painters
 

Methods in com.stimulsoft.report.painters that throw JSONException
 void StiGdiMapContextPainter.prepareDataColumns()
           
 

Uses of JSONException in com.stimulsoft.report.reportresources
 

Methods in com.stimulsoft.report.reportresources that throw JSONException
 void StiReportResourceCollection.LoadFromJsonObject(JSONObject jObject)
           
 void StiReportResource.LoadFromJsonObject(JSONObject jObject)
           
 JSONObject StiReportResourceCollection.SaveToJsonObject(StiJsonSaveMode mode)
           
 JSONObject StiReportResource.SaveToJsonObject(StiJsonSaveMode mode)
           
 

Uses of JSONException in com.stimulsoft.report.styles
 

Methods in com.stimulsoft.report.styles that throw JSONException
 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)
           
 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)
           
 

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

Methods in com.stimulsoft.report.styles.conditions that throw JSONException
 void StiStyleConditionsCollection.LoadFromJsonObject(JSONObject jObject)
           
 void StiStyleCondition.LoadFromJsonObject(JSONObject jObject)
           
 JSONObject StiStyleConditionsCollection.SaveToJsonObject(StiJsonSaveMode mode)
           
 JSONObject StiStyleCondition.SaveToJsonObject(StiJsonSaveMode mode)
           
 

Uses of JSONException in com.stimulsoft.report.units
 

Methods in com.stimulsoft.report.units that throw JSONException
static StiUnit StiUnit.LoadFromJsonObject(JSONObject jObject)
           
static JSONObject StiUnit.SaveToJsonObject(StiUnit unit)
           
 

Uses of JSONException in com.stimulsoft.web.classes
 

Methods in com.stimulsoft.web.classes that throw JSONException
 java.util.ArrayList<?> StiRequestParams.getArray(java.lang.String name)
           
 java.util.HashMap<java.lang.String,java.lang.String> StiRequestParams.getHashtable(java.lang.String name)
           
 

Uses of JSONException in com.stimulsoft.web.helper
 

Methods in com.stimulsoft.web.helper that throw JSONException
static StiRequestParams StiRequestParamsHelper.get(javax.servlet.http.HttpServletRequest httpContext, javax.servlet.http.HttpServletResponse response, java.lang.StringBuffer jsonParams)
           
static java.util.HashMap<java.lang.String,java.lang.Object> StiRequestParamsHelper.parseParameters(java.lang.Object container, java.util.HashMap<java.lang.String,java.lang.Object> hash, java.util.List array)
           
 

Uses of JSONException in com.stimulsoft.web.utils
 

Methods in com.stimulsoft.web.utils that throw JSONException
static StiWebActionResult StiWebExportReportUtil.exportAsBmp(StiReport report, StiImageExportSettings settings, java.io.OutputStream stream)
          Exports report to BMP format.
static StiWebActionResult StiWebExportReportUtil.exportAsCsv(StiReport report, StiDataExportSettings settings, java.io.OutputStream stream)
          Exports report to CSV format.
static StiWebActionResult StiWebExportReportUtil.exportAsExcel(StiReport report, StiExcelExportSettings settings, java.io.OutputStream stream)
          Exports report to Microsoft Excel format.
static StiWebActionResult StiWebExportReportUtil.exportAsExcel2007(StiReport report, StiExcelExportSettings settings, java.io.OutputStream stream)
          Exports report to Microsoft Excel 2007 format.
static StiWebActionResult StiWebExportReportUtil.exportAsExcelXml(StiReport report, StiExcelExportSettings settings, java.io.OutputStream stream)
          Exports report to Microsoft Excel Xml format.
static StiWebActionResult StiWebExportReportUtil.exportAsJpeg(StiReport report, StiImageExportSettings settings, java.io.OutputStream stream)
          Exports report to JPEG format.
static StiWebActionResult StiWebExportReportUtil.exportAsOds(StiReport report, StiOdsExportSettings settings, java.io.OutputStream stream)
           
static StiWebActionResult StiWebExportReportUtil.exportAsPcx(StiReport report, StiImageExportSettings settings, java.io.OutputStream stream)
          Exports report to PCX format.
static StiWebActionResult StiWebExportReportUtil.exportAsPng(StiReport report, StiImageExportSettings settings, java.io.OutputStream stream)
          Exports report to PNG format.
static StiWebActionResult StiWebExportReportUtil.exportAsSvg(StiReport report, StiImageExportSettings settings, java.io.OutputStream stream)
          Exports report to Scalable Vector Graphics (SVG) format.
static StiWebActionResult StiWebExportReportUtil.exportAsSvgz(StiReport report, StiImageExportSettings settings, java.io.OutputStream stream)
           
static StiWebActionResult StiWebExportReportUtil.exportAsSylk(StiReport report, StiDataExportSettings settings, java.io.OutputStream stream)
          Exports report to Symbolic Link (SYLK) format.
static StiWebActionResult StiWebExportReportUtil.saveDocumentFile(StiReport report, java.io.OutputStream stream)
          Save report to Document File (MDC, MDZ, MDX)
 

Uses of JSONException in com.stimulsoft.webdesigner
 

Methods in com.stimulsoft.webdesigner that throw JSONException
static StiWebActionResult StiWebDesignerActions.exportReportResult(StiRequestParams requestParams, StiReport report, StiExportSettings settings, javax.servlet.http.HttpServletRequest httpContext, javax.servlet.http.HttpServletResponse response, java.lang.StringBuffer jsonParams)
           
static java.lang.String StiWebDesigner.getActionCommandName(javax.servlet.http.HttpServletRequest httpContext, JSONObject jsonObject)
          Get the name of inner command.
 StiReport StiWebDesignerHelper.getActionReportObject(javax.servlet.http.HttpServletRequest httpContext, javax.servlet.http.HttpServletResponse response, java.lang.StringBuffer jsonParams)
          Get the current report template for the current action of the component.
static StiReport StiWebDesignerHelper.getActionReportObject(StiRequestParams requestParams, javax.servlet.http.HttpServletRequest httpContext)
          Get the current report template for the current action of the component.
 java.lang.String StiWebDesignerRender.getDesigner(java.net.URL context, StiWebDesigerHandler handler, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, java.lang.Object servletContext)
           
static StiWebDesigerHandler StiWebDesigner.getHandler(javax.servlet.http.HttpServletRequest request, StiRequestParams requestParams)
           
static StiReport StiWebDesignerCommands.getNewReport(StiRequestParams requestParams)
           
static java.util.HashMap<java.lang.String,java.lang.Object> StiWebDesigner.getReportSnapshotCallbackResult(java.util.HashMap<java.lang.String,java.lang.Object> callbackResult, javax.servlet.http.HttpServletRequest httpContext, StiReport report, java.util.HashMap<java.lang.String,java.lang.Object> parameters)
           
static StiRequestParams StiWebDesigner.getRequestParams(javax.servlet.http.HttpServletRequest httpContext, javax.servlet.http.HttpServletResponse response)
           
static StiRequestParams StiWebDesignerHelper.getRequestParams(javax.servlet.http.HttpServletRequest httpContext, javax.servlet.http.HttpServletResponse response, java.lang.StringBuffer jsonParams)
           
 java.lang.String StiWebDesignerHelper.getWebDesigner(StiWebDesignerOptions options, java.net.URL context, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, StiWebDesigerHandler handler, javax.servlet.ServletContext servletContext)
           
 java.lang.String StiWebDesignerHelper.getWebDesigner(java.lang.String designerID, StiWebDesignerOptions options, java.net.URL context, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, StiWebDesigerHandler handler, java.lang.Object servletContext)
           
 java.lang.String StiWebDesignerHelper.getWebDesigner(java.lang.String designerID, java.net.URL context, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, StiWebDesigerHandler handler, javax.servlet.ServletContext servletContext)
           
 java.lang.String StiWebDesignerHelper.getWebDesigner(java.net.URL context, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, StiWebDesigerHandler handler, javax.servlet.ServletContext servletContext)
           
 

Uses of JSONException in com.stimulsoft.webdesigner.helper
 

Methods in com.stimulsoft.webdesigner.helper that throw JSONException
static void StiReportEdit.alignToGridComponents(StiReport report, java.util.HashMap<java.lang.String,java.lang.Object> param, java.util.HashMap<java.lang.String,java.lang.Object> callbackResult)
           
static void StiStylesHelper.applyStyleProperties(StiBaseStyle style, java.util.HashMap<java.lang.String,java.lang.Object> properties, StiReport report)
           
static void StiReportEdit.changeArrangeComponents(StiReport report, java.util.HashMap<java.lang.String,java.lang.Object> param, java.util.HashMap<java.lang.String,java.lang.Object> callbackResult)
           
static StiBaseCondition StiReportEdit.createColorScaleCondition(java.util.HashMap<java.lang.String,java.lang.Object> conditionObject)
           
static StiBaseCondition StiReportEdit.createDataBarCondition(java.util.HashMap<java.lang.String,java.lang.Object> conditionObject)
           
static StiBaseCondition StiReportEdit.createHighlightCondition(java.util.HashMap<java.lang.String,java.lang.Object> conditionObject, StiReport report)
           
static StiBaseCondition StiReportEdit.createIconSetCondition(java.util.HashMap<java.lang.String,java.lang.Object> conditionObject)
           
static void StiDictionaryHelper.createOrEditBusinessObject(StiReport report, java.util.HashMap<java.lang.String,java.lang.Object> param, java.util.HashMap<java.lang.String,java.lang.Object> callbackResult)
           
static void StiDictionaryHelper.createOrEditColumn(StiReport report, java.util.HashMap<java.lang.String,java.lang.Object> param, java.util.HashMap<java.lang.String,java.lang.Object> callbackResult)
           
static void StiDictionaryHelper.createOrEditConnection(StiReport report, java.util.HashMap<java.lang.String,java.lang.Object> param, java.util.HashMap<java.lang.String,java.lang.Object> callbackResult, StiWebDesignerOptions options)
           
static void StiDictionaryHelper.createOrEditDataSource(StiReport report, java.util.HashMap<java.lang.String,java.lang.Object> param, java.util.HashMap<java.lang.String,java.lang.Object> callbackResult, StiWebDesignerOptions options)
           
static void StiDictionaryHelper.createOrEditParameter(StiReport report, java.util.HashMap<java.lang.String,java.lang.Object> param, java.util.HashMap<java.lang.String,java.lang.Object> callbackResult)
           
static void StiDictionaryHelper.createOrEditRelation(StiReport report, java.util.HashMap<java.lang.String,java.lang.Object> param, java.util.HashMap<java.lang.String,java.lang.Object> callbackResult)
           
static void StiDictionaryHelper.createOrEditResource(StiReport report, java.util.HashMap<java.lang.String,java.lang.Object> param, java.util.HashMap<java.lang.String,java.lang.Object> callbackResult)
           
static void StiDictionaryHelper.createOrEditVariable(StiReport report, java.util.HashMap<java.lang.String,java.lang.Object> param, java.util.HashMap<java.lang.String,java.lang.Object> callbackResult)
           
static void StiStylesHelper.createStyleCollection(StiReport report, java.util.HashMap<java.lang.String,java.lang.Object> param, java.util.HashMap<java.lang.String,java.lang.Object> callbackResult)
           
static void StiDictionaryHelper.createVariablesCategory(StiReport report, java.util.HashMap<java.lang.String,java.lang.Object> param, java.util.HashMap<java.lang.String,java.lang.Object> callbackResult)
           
static void StiDictionaryHelper.deleteColumn(StiReport report, java.util.HashMap<java.lang.String,java.lang.Object> param, java.util.HashMap<java.lang.String,java.lang.Object> callbackResult)
           
static void StiDictionaryHelper.deleteConnection(StiReport report, java.util.HashMap<java.lang.String,java.lang.Object> param, java.util.HashMap<java.lang.String,java.lang.Object> callbackResult)
           
static void StiDictionaryHelper.editBusinessObjectCategory(StiReport report, java.util.HashMap<java.lang.String,java.lang.Object> param, java.util.HashMap<java.lang.String,java.lang.Object> callbackResult)
           
static java.util.HashMap<java.lang.String,java.lang.Object> StiWebDesignerOptionsHelper.getDesignerOptions(javax.servlet.http.HttpServletRequest httpContext)
           
static StiFormatService StiTextFormatHelper.getFormatService(java.util.HashMap<java.lang.String,java.lang.Object> properties)
           
static java.util.ArrayList<java.util.HashMap<java.lang.String,java.lang.Object>> StiMapHelper.getMapDataForJS(StiMap map)
           
static java.util.HashMap<java.lang.String,java.lang.Object> StiMapHelper.getMapProperties(StiMap map)
           
static void StiReportEdit.getPreviewPages(StiReport report, java.util.HashMap<java.lang.String,java.lang.Object> param, java.util.HashMap<java.lang.String,java.lang.Object> callbackResult)
           
static StiReport StiWizardHelper.getReportFromWizardOptions(StiReport createdReport, java.util.HashMap<java.lang.String,java.lang.Object> reportOptions, java.util.HashMap<java.lang.String,java.lang.Object> wizardDataSources)
           
static void StiReportResourcesHelper.getResourceViewData(StiReport report, java.util.HashMap<java.lang.String,java.lang.Object> param, java.util.HashMap<java.lang.String,java.lang.Object> callbackResult)
           
static void StiDictionaryHelper.getSqlParameterTypes(StiReport report, java.util.HashMap<java.lang.String,java.lang.Object> param, java.util.HashMap<java.lang.String,java.lang.Object> callbackResult)
           
static void StiReportEdit.removeComponent(StiReport report, java.util.HashMap<java.lang.String,java.lang.Object> param, java.util.HashMap<java.lang.String,java.lang.Object> callbackResult)
           
static void StiDictionaryHelper.retrieveColumns(StiReport report, java.util.HashMap<java.lang.String,java.lang.Object> param, java.util.HashMap<java.lang.String,java.lang.Object> callbackResult)
           
static void StiReportEdit.setChartStyleProperty(java.lang.Object component, java.lang.Object propertyValue)
           
static void StiReportEdit.setConditionsProperty(java.lang.Object component, java.lang.Object propertyValue, StiReport report)
           
static void StiChartHelper.setContainerValue(StiReport report, java.util.HashMap<java.lang.String,java.lang.Object> param, java.util.HashMap<java.lang.String,java.lang.Object> callbackResult)
           
static void StiReportEdit.setCrossTabStyleProperty(java.lang.Object component, java.lang.Object propertyValue)
           
static void StiReportEdit.setDataSourceProperty(java.lang.Object component, java.lang.Object propValue)
           
static void StiReportEdit.setFilterDataProperty(java.lang.Object component, java.util.ArrayList<java.util.HashMap<java.lang.String,java.lang.Object>> filters)
           
static void StiReportEdit.setFilterDataProperty(java.lang.Object component, java.lang.String propertyValue)
           
static void StiReportEdit.setFiltersProperty(java.lang.Object obj, java.util.HashMap<java.lang.String,java.lang.Object> value)
           
static void StiReportEdit.setInteractionProperty(java.lang.Object component, java.lang.Object propertyValue)
           
static void StiReportEdit.setSortDataProperty(java.lang.Object component, java.util.ArrayList<java.util.HashMap<java.lang.String,java.lang.Object>> sortArray)
           
static void StiReportEdit.setSortDataProperty(java.lang.Object component, java.lang.Object propertyValue)
           
static void StiStylesHelper.setStyleConditionsProprty(StiBaseStyle style, java.util.ArrayList<java.util.HashMap<java.lang.String,java.lang.Object>> conditions)
           
static void StiReportEdit.setSubReportParametersProperty(java.lang.Object component, java.util.ArrayList<java.util.HashMap<java.lang.String,java.lang.Object>> propertyValue)
           
static void StiReportEdit.setTextFormatProperty(java.lang.Object component, java.util.HashMap<java.lang.String,java.lang.Object> propertyValue)
           
static void StiReportEdit.setToClipboard(javax.servlet.http.HttpServletRequest httpContext, StiRequestParams requestParams, StiReport report, java.util.HashMap<java.lang.String,java.lang.Object> param, java.util.HashMap<java.lang.String,java.lang.Object> callbackResult)
           
static void StiDictionaryHelper.testConnection(StiReport report, java.util.HashMap<java.lang.String,java.lang.Object> param, java.util.HashMap<java.lang.String,java.lang.Object> callbackResult, StiWebDesignerOptions options)
           
static void StiReportEdit.updateEvents(StiReport report, java.util.HashMap<java.lang.String,java.lang.Object> param, java.util.HashMap<java.lang.String,java.lang.Object> callbackResult)
           
static void StiStylesHelper.writeStylesToReport(StiReport report, java.util.List stylesCollection)
           
 

Uses of JSONException in com.stimulsoft.webviewer
 

Methods in com.stimulsoft.webviewer that throw JSONException
static StiWebActionResult StiWebViewerActions.emailReportResult(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
static StiWebActionResult StiWebViewerActions.emailReportResult(StiRequestParams requestParams, StiReport report, StiMailProperties options, StiExportSettings settings, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
static StiWebActionResult StiWebViewerActions.exportReportResult(javax.servlet.http.HttpServletRequest httpContext, javax.servlet.http.HttpServletResponse response, StiRequestParams requestParams, StiExportSettings settings)
           
static StiWebActionResult StiWebViewerActions.exportReportResult(StiRequestParams requestParams, StiReport report, javax.servlet.http.HttpServletRequest httpContext, javax.servlet.http.HttpServletResponse response)
           
static StiWebActionResult StiWebViewerActions.exportReportResult(StiRequestParams requestParams, StiReport report, StiExportSettings settings, javax.servlet.http.HttpServletRequest httpContext, javax.servlet.http.HttpServletResponse response)
          Get the action result required for export the report.
static StiWebActionResult StiWebViewerActions.getReportResult(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
          Get the action result required for show the specified report in the viewer.
static StiWebActionResult StiWebViewerActions.getReportResult(StiRequestParams requestParams, StiReport report, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
          Get the action result required for show the specified report in the viewer.
static StiRequestParams StiWebViewerHelper.getRequestParams(javax.servlet.http.HttpServletRequest httpContext, javax.servlet.http.HttpServletResponse response)
           
static java.lang.Object StiWebViewerActions.interactionResult(javax.servlet.http.HttpServletRequest httpContext, javax.servlet.http.HttpServletResponse response)
          Get the action result required for interactive operations with a report.
static StiWebActionResult StiWebViewerActions.interactionResult(StiReport report, javax.servlet.http.HttpServletRequest httpContext, javax.servlet.http.HttpServletResponse response)
          Get the action result required for interactive operations with a report.
static java.lang.Object StiWebViewerActions.interactionResult(StiRequestParams requestParams, javax.servlet.http.HttpServletRequest httpContext, javax.servlet.http.HttpServletResponse response)
          Get the action result required for interactive operations with a report.
static StiWebActionResult StiWebViewerActions.interactionResult(StiRequestParams requestParams, StiReport report, javax.servlet.http.HttpServletRequest httpContext, javax.servlet.http.HttpServletResponse response)
          Get the action result required for interactive operations with a report.
static java.lang.Object StiWebViewerActions.viewerEventResult(javax.servlet.http.HttpServletRequest httpContext, javax.servlet.http.HttpServletResponse response)
          Get the action result required for the various requests of the viewer.
static java.lang.Object StiWebViewerActions.viewerEventResult(StiReport report, javax.servlet.http.HttpServletRequest httpContext, javax.servlet.http.HttpServletResponse response)
          Get the action result required for the various requests of the viewer.The specified report will be used.
static java.lang.Object StiWebViewerActions.viewerEventResult(StiRequestParams requestParams, javax.servlet.http.HttpServletRequest httpContext, javax.servlet.http.HttpServletResponse response)
          Get the action result required for the various requests of the viewer.
static StiWebActionResult StiWebViewerActions.viewerEventResult(StiRequestParams requestParams, StiReport report, javax.servlet.http.HttpServletRequest httpContext, javax.servlet.http.HttpServletResponse response)
          Internal use only.
 

Uses of JSONException in com.stimulsoft.webviewer.helper
 

Methods in com.stimulsoft.webviewer.helper that throw JSONException
static StiWebActionResult StiExportsClass.exportAsBmp(StiReport report, StiImageExportSettings settings, java.io.OutputStream stream)
          Exports report to BMP format.
static StiWebActionResult StiExportsClass.exportAsCsv(StiReport report, StiDataExportSettings settings, java.io.OutputStream stream)
          Exports report to CSV format.
static StiWebActionResult StiExportsClass.exportAsExcel(StiReport report, StiExcelExportSettings settings, java.io.OutputStream stream)
          Exports report to Microsoft Excel format.
static StiWebActionResult StiExportsClass.exportAsExcel2007(StiReport report, StiExcelExportSettings settings, java.io.OutputStream stream)
          Exports report to Microsoft Excel 2007 format.
static StiWebActionResult StiExportsClass.exportAsExcelXml(StiReport report, StiExcelExportSettings settings, java.io.OutputStream stream)
          Exports report to Microsoft Excel Xml format.
static StiWebActionResult StiExportsClass.exportAsJpeg(StiReport report, StiImageExportSettings settings, java.io.OutputStream stream)
          Exports report to JPEG format.
static StiWebActionResult StiExportsClass.exportAsPcx(StiReport report, StiImageExportSettings settings, java.io.OutputStream stream)
          Exports report to PCX format.
static StiWebActionResult StiExportsClass.exportAsPng(StiReport report, StiImageExportSettings settings, java.io.OutputStream stream)
          Exports report to PNG format.
static StiWebActionResult StiExportsClass.exportAsSvg(StiReport report, StiImageExportSettings settings, java.io.OutputStream stream)
          Exports report to Scalable Vector Graphics (SVG) format.
static StiWebActionResult StiExportsClass.exportAsSvgz(StiReport report, StiImageExportSettings settings, java.io.OutputStream stream)
           
static StiWebActionResult StiExportsClass.exportAsSylk(StiReport report, StiDataExportSettings settings, java.io.OutputStream stream)
          Exports report to Symbolic Link (SYLK) format.
static java.lang.Object StiExportsClass.exportReport(StiReport report, StiExportFormat exportFormat, org.w3c.dom.Element settingsObject, boolean saveFileDialog)
          Exports report to specified format and return the FileResult object.
static void StiExportsClass.exportReport(StiReport report, StiExportFormat exportFormat, org.w3c.dom.Element jsonObject, java.io.OutputStream stream)
          Exports report by the specified format and export settings object to the stream.
static StiWebActionResult StiExportsClass.exportReport(StiReport report, StiExportFormat exportFormat, org.w3c.dom.Element jsonObject, java.io.OutputStream stream, boolean saveFileDialog)
          Exports report by the specified format and export settings to the stream or return the StiWebActionResult object.
static java.lang.Object StiExportsClass.exportReport(StiReport report, StiRequiredOptions requestOptions, StiMailProperties emailOptions)
          Exports report to specified format and return the FileResult object.
static StiWebActionResult StiResourcesHelper.get(java.lang.String contextURL, StiRequestParams requestParams)
           
static StiExportSettings StiExportsClass.getExportSettings(StiExportFormat exportFormat, org.w3c.dom.Element settingsNode)
          Get the export settings from the client data
static StiWebActionResult StiExportsClass.saveDocumentFile(StiReport report, org.w3c.dom.Element settingsNode, java.io.OutputStream stream)
          Save report to Document File (MDC, MDZ, MDX)