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

Packages that use JSONObject
com.stimulsoft.base   
com.stimulsoft.base.context.chart.geoms   
com.stimulsoft.base.context.chart.geoms.animaton   
com.stimulsoft.base.drawing   
com.stimulsoft.base.json   
com.stimulsoft.base.licenses   
com.stimulsoft.base.system.geometry   
 

Uses of JSONObject in com.stimulsoft.base
 

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

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

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

Methods in com.stimulsoft.base.context.chart.geoms that return JSONObject
protected  JSONObject[] StiGeom.SaveGeomListToJsonObject(java.util.List<StiSegmentGeom> geoms, StiJsonSaveMode mode)
           
protected  JSONObject[] StiGeom.SavePointFArrayToJsonObject(StiPoint[] points)
           
static JSONObject StiGeom.SavePointFToJsonObject(StiPoint pos)
           
static JSONObject StiGeom.SaveRectangleDToJsonObject(StiRectangle rect)
           
static JSONObject StiGeom.SaveRectangleFToJsonObject(StiRectangle rect)
           
static JSONObject StiGeom.SaveRectangleToJsonObject(StiRectangle rect)
           
protected  JSONObject StiGeom.SaveRectToJsonObject(java.lang.Object rect)
           
 JSONObject StiTextGeom.SaveToJsonObject(StiJsonSaveMode mode)
           
 JSONObject StiStringFormatGeom.SaveToJsonObject(StiJsonSaveMode mode)
           
 JSONObject StiShadowGeom.SaveToJsonObject(StiJsonSaveMode mode)
           
 JSONObject StiSegmentGeom.SaveToJsonObject(StiJsonSaveMode mode)
           
 JSONObject StiPushTranslateTransformGeom.SaveToJsonObject(StiJsonSaveMode mode)
           
 JSONObject StiPushTextRenderingHintToAntiAliasGeom.SaveToJsonObject(StiJsonSaveMode mode)
           
 JSONObject StiPushSmothingModeToAntiAliasGeom.SaveToJsonObject(StiJsonSaveMode mode)
           
 JSONObject StiPushRotateTransformGeom.SaveToJsonObject(StiJsonSaveMode mode)
           
 JSONObject StiPushClipGeom.SaveToJsonObject(StiJsonSaveMode mode)
           
 JSONObject StiPopTransformGeom.SaveToJsonObject(StiJsonSaveMode mode)
           
 JSONObject StiPopTextRenderingHintGeom.SaveToJsonObject(StiJsonSaveMode mode)
           
 JSONObject StiPopSmothingModeGeom.SaveToJsonObject(StiJsonSaveMode mode)
           
 JSONObject StiPopClipGeom.SaveToJsonObject(StiJsonSaveMode mode)
           
 JSONObject StiPieSegmentGeom.SaveToJsonObject(StiJsonSaveMode mode)
           
 JSONObject StiPenGeom.SaveToJsonObject(StiJsonSaveMode mode)
           
 JSONObject StiPathGeom.SaveToJsonObject(StiJsonSaveMode mode)
           
 JSONObject StiLinesSegmentGeom.SaveToJsonObject(StiJsonSaveMode mode)
           
 JSONObject StiLinesGeom.SaveToJsonObject(StiJsonSaveMode mode)
           
 JSONObject StiLineSegmentGeom.SaveToJsonObject(StiJsonSaveMode mode)
           
 JSONObject StiLineGeom.SaveToJsonObject(StiJsonSaveMode mode)
           
 JSONObject StiGeom.SaveToJsonObject(StiJsonSaveMode mode)
           
 JSONObject StiFontGeom.SaveToJsonObject(StiJsonSaveMode mode)
           
 JSONObject StiEllipseGeom.SaveToJsonObject(StiJsonSaveMode mode)
           
 JSONObject StiCurveSegmentGeom.SaveToJsonObject(StiJsonSaveMode mode)
           
 JSONObject StiCurveGeom.SaveToJsonObject(StiJsonSaveMode mode)
           
 JSONObject StiCachedShadowGeom.SaveToJsonObject(StiJsonSaveMode mode)
           
 JSONObject StiBorderGeom.SaveToJsonObject(StiJsonSaveMode mode)
           
 JSONObject StiArcSegmentGeom.SaveToJsonObject(StiJsonSaveMode mode)
           
 

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

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

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

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

Uses of JSONObject in com.stimulsoft.base.drawing
 

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

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

Uses of JSONObject in com.stimulsoft.base.json
 

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

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

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

Uses of JSONObject in com.stimulsoft.base.licenses
 

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

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

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

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



Copyright © 2018 Stimulsoft. All Rights Reserved.