Uses of Class
com.stimulsoft.base.json.JSONObject
Packages that use JSONObject
Package
Description
-
Uses of JSONObject in com.stimulsoft.base
Methods in com.stimulsoft.base that return JSONObjectModifier and TypeMethodDescriptionstatic JSONObjectstatic JSONObjectstatic JSONObjectStiJsonReportObjectHelper.Serialize.colorArray(StiColor[] array) static JSONObjectStiJsonReportObjectHelper.Serialize.IntArray(int[] array) static JSONObjectstatic JSONObjectstatic JSONObjectIStiJsonReportObject.SaveToJsonObject(StiJsonSaveMode Mode) StiAppExpression.SaveToJsonObject(StiJsonSaveMode mode) StiAppExpressionCollection.SaveToJsonObject(StiJsonSaveMode mode) StiPrinterSettings.SaveToJsonObject(StiJsonSaveMode mode) static JSONObjectstatic JSONObjectStiJsonReportObjectHelper.Serialize.StringArray(String[] array) static JSONObjectStiJsonReportObjectHelper.Serialize.StringArray(List<String> array) Methods in com.stimulsoft.base with parameters of type JSONObjectModifier and TypeMethodDescriptionstatic Boolean[]StiJsonReportObjectHelper.Deserialize.boolArray(JSONObject jObject) StiJsonReportObjectHelper.Deserialize.boolList(JSONObject jObject) static StiColor[]StiJsonReportObjectHelper.Deserialize.ColorArray(JSONObject jObject) static Integer[]StiJsonReportObjectHelper.Deserialize.intArray(JSONObject jObject) StiJsonReportObjectHelper.Deserialize.IntArrayList(JSONObject jObject) voidIStiJsonReportObject.LoadFromJsonObject(JSONObject jObject) voidStiAppExpression.LoadFromJsonObject(JSONObject jObject) voidStiAppExpressionCollection.LoadFromJsonObject(JSONObject jObject) voidStiPrinterSettings.LoadFromJsonObject(JSONObject jObject) static StiPointStiJsonReportObjectHelper.Deserialize.Point(JSONObject jObject) static StiPointStiJsonReportObjectHelper.Deserialize.PointF(JSONObject jObject) static String[]StiJsonReportObjectHelper.Deserialize.stringArray(JSONObject jObject) StiJsonReportObjectHelper.Deserialize.stringList(JSONObject jObject) -
Uses of JSONObject in com.stimulsoft.base.drawing
Methods in com.stimulsoft.base.drawing that return JSONObjectMethods in com.stimulsoft.base.drawing with parameters of type JSONObjectModifier and TypeMethodDescriptionvoidStiBorder.LoadFromJson(JSONObject jObject) static StiBrushStiBrush.LoadFromJson(JSONObject jObject) voidStiTextOptions.LoadFromJsonObject(JSONObject jObject) voidStiGlareBrush.LoadValuesFromJson(JSONObject jObject) voidStiGlassBrush.LoadValuesFromJson(JSONObject jObject) voidStiGradientBrush.LoadValuesFromJson(JSONObject jObject) voidStiHatchBrush.LoadValuesFromJson(JSONObject jObject) voidStiLinearGradientBrush.LoadValuesFromJson(JSONObject jObject) voidStiSolidBrush.LoadValuesFromJson(JSONObject jObject) -
Uses of JSONObject in com.stimulsoft.base.json
Methods in com.stimulsoft.base.json that return JSONObjectModifier and TypeMethodDescriptionJSONObject.accumulate(String key, Object value) Accumulate values under a key.Append values to the array under a key.JSONArray.getJSONObject(int index) Get the JSONObject associated with an index.JSONObject.getJSONObject(String key) Get the JSONObject value associated with a key.JSONArray.optJSONObject(int index) Get the optional JSONObject associated with an index.JSONObject.optJSONObject(String key) Get an optional JSONObject associated with a key.Put a key/boolean pair in the JSONObject.Put a key/double pair in the JSONObject.Put a key/int pair in the JSONObject.Put a key/long pair in the JSONObject.Put a key/value pair in the JSONObject.JSONObject.put(String key, Collection value) Put a key/value pair in the JSONObject, where the value will be a JSONArray which is produced from a Collection.Put a key/value pair in the JSONObject, where the value will be a JSONObject which is produced from a Map.Put a key/value pair in the JSONObject, but only if the key and the value are both non-null.static JSONObjectCDL.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.static JSONObjectstatic JSONObjectCookie.toJSONObject(String string) Convert a cookie specification string into a JSONObject.static JSONObjectCookieList.toJSONObject(String string) Convert a cookie list into a JSONObject.static JSONObjectHTTP.toJSONObject(String string) Convert an HTTP header string into a JSONObject.JSONArray.toJSONObject(JSONArray names) Produce a JSONObject by combining a JSONArray of names with the values of this JSONArray.static JSONObjectXML.toJSONObject(String string) Convert a well-formed (but not necessarily valid) XML string into a JSONObject.Methods in com.stimulsoft.base.json with parameters of type JSONObjectModifier and TypeMethodDescriptionvoidJSONObject.AddPropertyJObject(String key, JSONObject value) static String[]JSONObject.getNames(JSONObject jo) Get an array of field names from a JSONObject.StiJSONHelper.jsonToHash(JSONObject json) StiJSONHelper.jsonToStringHash(JSONObject json) static StringCookie.toString(JSONObject o) Convert a JSONObject into a cookie specification string.static StringCookieList.toString(JSONObject o) Convert a JSONObject into a cookie list.static StringHTTP.toString(JSONObject o) Convert a JSONObject into an HTTP header.Constructors in com.stimulsoft.base.json with parameters of type JSONObjectModifierConstructorDescriptionJSONObject(JSONObject jo, 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 JSONObjectModifier and TypeMethodDescriptionStiLicenseKey.SaveToJsonObject(StiJsonSaveMode mode) StiLicenseProduct.SaveToJsonObject(StiJsonSaveMode mode) Methods in com.stimulsoft.base.licenses with parameters of type JSONObjectModifier and TypeMethodDescriptionvoidStiLicenseKey.LoadFromJsonObject(JSONObject jObject) voidStiLicenseProduct.LoadFromJsonObject(JSONObject jObject) -
Uses of JSONObject in com.stimulsoft.base.system.geometry
Methods in com.stimulsoft.base.system.geometry with parameters of type JSONObject -
Uses of JSONObject in com.stimulsoft.report
Methods in com.stimulsoft.report that return JSONObjectModifier and TypeMethodDescriptionStiMetaTag.SaveToJsonObject(StiJsonSaveMode mode) StiMetaTagCollection.SaveToJsonObject(StiJsonSaveMode mode) StiPreviewToolBarOptions.SaveToJsonObject(StiJsonSaveMode Mode) Methods in com.stimulsoft.report with parameters of type JSONObjectModifier and TypeMethodDescriptionvoidStiMetaTag.LoadFromJsonObject(JSONObject jObject) voidStiMetaTagCollection.LoadFromJsonObject(JSONObject jObject) voidStiPreviewToolBarOptions.LoadFromJsonObject(JSONObject jObject) -
Uses of JSONObject in com.stimulsoft.report.barCodes
Methods in com.stimulsoft.report.barCodes that return JSONObjectModifier and TypeMethodDescriptionStiAustraliaPost4StateBarCodeType.SaveToJsonObject(StiJsonSaveMode mode) StiAztecBarCodeType.SaveToJsonObject(StiJsonSaveMode mode) StiBarCode.SaveToJsonObject(StiJsonSaveMode mode) StiBarCodeTypeService.SaveToJsonObject(StiJsonSaveMode mode) StiCodabarBarCodeType.SaveToJsonObject(StiJsonSaveMode mode) StiCode11BarCodeType.SaveToJsonObject(StiJsonSaveMode mode) StiCode128BarCodeType.SaveToJsonObject(StiJsonSaveMode mode) StiCode39BarCodeType.SaveToJsonObject(StiJsonSaveMode mode) StiCode93BarCodeType.SaveToJsonObject(StiJsonSaveMode mode) StiDataMatrixBarCodeType.SaveToJsonObject(StiJsonSaveMode mode) StiDutchKIXBarCodeType.SaveToJsonObject(StiJsonSaveMode mode) StiEAN13BarCodeType.SaveToJsonObject(StiJsonSaveMode mode) StiFIMBarCodeType.SaveToJsonObject(StiJsonSaveMode mode) StiIntelligentMail4StateBarCodeType.SaveToJsonObject(StiJsonSaveMode mode) StiInterleaved2of5BarCodeType.SaveToJsonObject(StiJsonSaveMode mode) StiITF14BarCodeType.SaveToJsonObject(StiJsonSaveMode mode) StiMaxicodeBarCodeType.SaveToJsonObject(StiJsonSaveMode mode) StiPdf417BarCodeType.SaveToJsonObject(StiJsonSaveMode mode) StiPharmacodeBarCodeType.SaveToJsonObject(StiJsonSaveMode mode) StiPlesseyBarCodeType.SaveToJsonObject(StiJsonSaveMode mode) StiPostnetBarCodeType.SaveToJsonObject(StiJsonSaveMode mode) StiQRCodeBarCodeType.SaveToJsonObject(StiJsonSaveMode mode) StiRoyalMail4StateBarCodeType.SaveToJsonObject(StiJsonSaveMode mode) StiSSCC18BarCodeType.SaveToJsonObject(StiJsonSaveMode mode) StiStandard2of5BarCodeType.SaveToJsonObject(StiJsonSaveMode mode) Methods in com.stimulsoft.report.barCodes with parameters of type JSONObjectModifier and TypeMethodDescriptionvoidStiAustraliaPost4StateBarCodeType.LoadFromJsonObject(JSONObject jObject) voidStiAztecBarCodeType.LoadFromJsonObject(JSONObject jObject) voidStiBarCode.LoadFromJsonObject(JSONObject jObject) abstract voidStiBarCodeTypeService.LoadFromJsonObject(JSONObject jObject) voidStiCodabarBarCodeType.LoadFromJsonObject(JSONObject jObject) voidStiCode11BarCodeType.LoadFromJsonObject(JSONObject jObject) voidStiCode128BarCodeType.LoadFromJsonObject(JSONObject jObject) voidStiCode39BarCodeType.LoadFromJsonObject(JSONObject jObject) voidStiCode93BarCodeType.LoadFromJsonObject(JSONObject jObject) voidStiDataMatrixBarCodeType.LoadFromJsonObject(JSONObject jObject) voidStiDutchKIXBarCodeType.LoadFromJsonObject(JSONObject jObject) voidStiEAN13BarCodeType.LoadFromJsonObject(JSONObject jObject) voidStiFIMBarCodeType.LoadFromJsonObject(JSONObject jObject) voidStiIntelligentMail4StateBarCodeType.LoadFromJsonObject(JSONObject jObject) voidStiInterleaved2of5BarCodeType.LoadFromJsonObject(JSONObject jObject) voidStiITF14BarCodeType.LoadFromJsonObject(JSONObject jObject) voidStiMaxicodeBarCodeType.LoadFromJsonObject(JSONObject jObject) voidStiPdf417BarCodeType.LoadFromJsonObject(JSONObject jObject) voidStiPharmacodeBarCodeType.LoadFromJsonObject(JSONObject jObject) voidStiPlesseyBarCodeType.LoadFromJsonObject(JSONObject jObject) voidStiPostnetBarCodeType.LoadFromJsonObject(JSONObject jObject) voidStiQRCodeBarCodeType.LoadFromJsonObject(JSONObject jObject) voidStiRoyalMail4StateBarCodeType.LoadFromJsonObject(JSONObject jObject) voidStiSSCC18BarCodeType.LoadFromJsonObject(JSONObject jObject) voidStiStandard2of5BarCodeType.LoadFromJsonObject(JSONObject jObject) static StiBarCodeTypeServiceStiBarCodeTypeService.LoadFromJsonObjectInternal(JSONObject jObject) -
Uses of JSONObject in com.stimulsoft.report.chart
Methods in com.stimulsoft.report.chart that return JSONObjectMethods in com.stimulsoft.report.chart with parameters of type JSONObject -
Uses of JSONObject in com.stimulsoft.report.chart.view._3d
Methods in com.stimulsoft.report.chart.view._3d that return JSONObjectModifier and TypeMethodDescriptionSti3dOptions.SaveToJsonObject(StiJsonSaveMode mode) StiPie3dOptions.SaveToJsonObject(StiJsonSaveMode mode) Methods in com.stimulsoft.report.chart.view._3d with parameters of type JSONObjectModifier and TypeMethodDescriptionvoidSti3dOptions.LoadFromJsonObject(JSONObject jObject) voidStiPie3dOptions.LoadFromJsonObject(JSONObject jObject) -
Uses of JSONObject in com.stimulsoft.report.chart.view.areas
Methods in com.stimulsoft.report.chart.view.areas that return JSONObjectModifier and TypeMethodDescriptionStiArea.SaveToJsonObject(StiJsonSaveMode mode) StiAxisArea.SaveToJsonObject(StiJsonSaveMode mode) Methods in com.stimulsoft.report.chart.view.areas with parameters of type JSONObjectModifier and TypeMethodDescriptionvoidStiArea.LoadFromJsonObject(JSONObject jObject) voidStiAxisArea.LoadFromJsonObject(JSONObject jObject) static IStiAreaStiArea.LoadFromJsonObjectInternal(JSONObject jObject) -
Uses of JSONObject in com.stimulsoft.report.chart.view.areas.clusteredColumn
Methods in com.stimulsoft.report.chart.view.areas.clusteredColumn that return JSONObjectMethods in com.stimulsoft.report.chart.view.areas.clusteredColumn with parameters of type JSONObjectModifier and TypeMethodDescriptionvoidStiClusteredColumnArea.LoadFromJsonObject(JSONObject jObject) -
Uses of JSONObject in com.stimulsoft.report.chart.view.areas.doughnut
Methods in com.stimulsoft.report.chart.view.areas.doughnut that return JSONObject -
Uses of JSONObject in com.stimulsoft.report.chart.view.areas.funnel
Methods in com.stimulsoft.report.chart.view.areas.funnel that return JSONObject -
Uses of JSONObject in com.stimulsoft.report.chart.view.areas.pie
Methods in com.stimulsoft.report.chart.view.areas.pie that return JSONObjectModifier and TypeMethodDescriptionStiPie3dArea.SaveToJsonObject(StiJsonSaveMode mode) StiPieArea.SaveToJsonObject(StiJsonSaveMode mode) -
Uses of JSONObject in com.stimulsoft.report.chart.view.areas.radar
Methods in com.stimulsoft.report.chart.view.areas.radar that return JSONObjectMethods in com.stimulsoft.report.chart.view.areas.radar with parameters of type JSONObject -
Uses of JSONObject in com.stimulsoft.report.chart.view.axis
Methods in com.stimulsoft.report.chart.view.axis that return JSONObjectModifier and TypeMethodDescriptionStiAxis.SaveToJsonObject(StiJsonSaveMode mode) StiAxisDateTimeStep.SaveToJsonObject(StiJsonSaveMode mode) StiAxisInteraction.SaveToJsonObject(StiJsonSaveMode mode) StiAxisLabels.SaveToJsonObject(StiJsonSaveMode mode) StiAxisRange.SaveToJsonObject(StiJsonSaveMode mode) StiAxisTicks.SaveToJsonObject(StiJsonSaveMode mode) StiAxisTitle.SaveToJsonObject(StiJsonSaveMode mode) StiXAxis.SaveToJsonObject(StiJsonSaveMode mode) StiXTopAxis.SaveToJsonObject(StiJsonSaveMode mode) StiYAxis.SaveToJsonObject(StiJsonSaveMode mode) StiYRightAxis.SaveToJsonObject(StiJsonSaveMode mode) Methods in com.stimulsoft.report.chart.view.axis with parameters of type JSONObjectModifier and TypeMethodDescriptionvoidStiAxis.LoadFromJsonObject(JSONObject jObject) voidStiAxisDateTimeStep.LoadFromJsonObject(JSONObject jObject) voidStiAxisInteraction.LoadFromJsonObject(JSONObject jObject) voidStiAxisLabels.LoadFromJsonObject(JSONObject jObject) voidStiAxisRange.LoadFromJsonObject(JSONObject jObject) voidStiAxisTicks.LoadFromJsonObject(JSONObject jObject) voidStiAxisTitle.LoadFromJsonObject(JSONObject jObject) voidStiXAxis.LoadFromJsonObject(JSONObject jObject) voidStiYAxis.LoadFromJsonObject(JSONObject jObject) -
Uses of JSONObject in com.stimulsoft.report.chart.view.chartTitle
Methods in com.stimulsoft.report.chart.view.chartTitle that return JSONObjectMethods in com.stimulsoft.report.chart.view.chartTitle with parameters of type JSONObject -
Uses of JSONObject in com.stimulsoft.report.chart.view.conditions
Methods in com.stimulsoft.report.chart.view.conditions that return JSONObjectModifier and TypeMethodDescriptionStiChartCondition.SaveToJsonObject(StiJsonSaveMode mode) StiChartConditionsCollection.SaveToJsonObject(StiJsonSaveMode mode) Methods in com.stimulsoft.report.chart.view.conditions with parameters of type JSONObjectModifier and TypeMethodDescriptionvoidStiChartCondition.LoadFromJsonObject(JSONObject jObject) voidStiChartConditionsCollection.LoadFromJsonObject(JSONObject jObject) -
Uses of JSONObject in com.stimulsoft.report.chart.view.constantLines
Methods in com.stimulsoft.report.chart.view.constantLines that return JSONObjectModifier and TypeMethodDescriptionStiConstantLines.SaveToJsonObject(StiJsonSaveMode mode) StiConstantLinesCollection.SaveToJsonObject(StiJsonSaveMode mode) Methods in com.stimulsoft.report.chart.view.constantLines with parameters of type JSONObjectModifier and TypeMethodDescriptionvoidStiConstantLines.LoadFromJsonObject(JSONObject jObject) voidStiConstantLinesCollection.LoadFromJsonObject(JSONObject jObject) -
Uses of JSONObject in com.stimulsoft.report.chart.view.filter
Methods in com.stimulsoft.report.chart.view.filter that return JSONObjectModifier and TypeMethodDescriptionStiChartFilter.SaveToJsonObject(StiJsonSaveMode mode) StiChartFiltersCollection.SaveToJsonObject(StiJsonSaveMode mode) Methods in com.stimulsoft.report.chart.view.filter with parameters of type JSONObjectModifier and TypeMethodDescriptionvoidStiChartFilter.LoadFromJsonObject(JSONObject jObject) voidStiChartFiltersCollection.LoadFromJsonObject(JSONObject jObject) -
Uses of JSONObject in com.stimulsoft.report.chart.view.gridLines.axis
Methods in com.stimulsoft.report.chart.view.gridLines.axis that return JSONObjectMethods in com.stimulsoft.report.chart.view.gridLines.axis with parameters of type JSONObject -
Uses of JSONObject in com.stimulsoft.report.chart.view.gridLines.radar
Methods in com.stimulsoft.report.chart.view.gridLines.radar that return JSONObjectMethods in com.stimulsoft.report.chart.view.gridLines.radar with parameters of type JSONObject -
Uses of JSONObject in com.stimulsoft.report.chart.view.interlacing
Methods in com.stimulsoft.report.chart.view.interlacing that return JSONObjectMethods in com.stimulsoft.report.chart.view.interlacing with parameters of type JSONObject -
Uses of JSONObject in com.stimulsoft.report.chart.view.legend
Methods in com.stimulsoft.report.chart.view.legend that return JSONObjectMethods in com.stimulsoft.report.chart.view.legend with parameters of type JSONObject -
Uses of JSONObject in com.stimulsoft.report.chart.view.marker
Methods in com.stimulsoft.report.chart.view.marker that return JSONObjectModifier and TypeMethodDescriptionStiLineMarker.SaveToJsonObject(StiJsonSaveMode mode) StiMarker.SaveToJsonObject(StiJsonSaveMode mode) Methods in com.stimulsoft.report.chart.view.marker with parameters of type JSONObjectModifier and TypeMethodDescriptionvoidStiLineMarker.LoadFromJsonObject(JSONObject jObject) voidStiMarker.LoadFromJsonObject(JSONObject jObject) -
Uses of JSONObject in com.stimulsoft.report.chart.view.radarAxis
Methods in com.stimulsoft.report.chart.view.radarAxis that return JSONObjectModifier and TypeMethodDescriptionStiRadarAxis.SaveToJsonObject(StiJsonSaveMode mode) StiRadarAxisLabels.SaveToJsonObject(StiJsonSaveMode mode) StiXRadarAxis.SaveToJsonObject(StiJsonSaveMode mode) StiYRadarAxis.SaveToJsonObject(StiJsonSaveMode mode) Methods in com.stimulsoft.report.chart.view.radarAxis with parameters of type JSONObjectModifier and TypeMethodDescriptionvoidStiRadarAxis.LoadFromJsonObject(JSONObject jObject) voidStiRadarAxisLabels.LoadFromJsonObject(JSONObject jObject) voidStiXRadarAxis.LoadFromJsonObject(JSONObject jObject) voidStiYRadarAxis.LoadFromJsonObject(JSONObject jObject) -
Uses of JSONObject in com.stimulsoft.report.chart.view.series
Methods in com.stimulsoft.report.chart.view.series that return JSONObjectModifier and TypeMethodDescriptionStiSeries.SaveToJsonObject(StiJsonSaveMode mode) StiSeriesCollection.SaveToJsonObject(StiJsonSaveMode mode) StiSeriesInteraction.SaveToJsonObject(StiJsonSaveMode mode) Methods in com.stimulsoft.report.chart.view.series with parameters of type JSONObjectModifier and TypeMethodDescriptionvoidStiSeries.LoadFromJsonObject(JSONObject jObject) voidStiSeriesCollection.LoadFromJsonObject(JSONObject jObject) voidStiSeriesInteraction.LoadFromJsonObject(JSONObject jObject) -
Uses of JSONObject in com.stimulsoft.report.chart.view.series.bubble
Methods in com.stimulsoft.report.chart.view.series.bubble that return JSONObjectMethods in com.stimulsoft.report.chart.view.series.bubble with parameters of type JSONObject -
Uses of JSONObject in com.stimulsoft.report.chart.view.series.candlestick
Methods in com.stimulsoft.report.chart.view.series.candlestick that return JSONObjectMethods in com.stimulsoft.report.chart.view.series.candlestick with parameters of type JSONObjectModifier and TypeMethodDescriptionvoidStiCandlestickSeries.LoadFromJsonObject(JSONObject jObject) -
Uses of JSONObject in com.stimulsoft.report.chart.view.series.clusteredColumn
Methods in com.stimulsoft.report.chart.view.series.clusteredColumn that return JSONObjectModifier and TypeMethodDescriptionStiAreaSeries.SaveToJsonObject(StiJsonSaveMode mode) StiBaseLineSeries.SaveToJsonObject(StiJsonSaveMode mode) StiClusteredColumnSeries.SaveToJsonObject(StiJsonSaveMode mode) StiSplineAreaSeries.SaveToJsonObject(StiJsonSaveMode mode) StiSplineSeries.SaveToJsonObject(StiJsonSaveMode mode) StiSteppedAreaSeries.SaveToJsonObject(StiJsonSaveMode mode) StiSteppedLineSeries.SaveToJsonObject(StiJsonSaveMode mode) Methods in com.stimulsoft.report.chart.view.series.clusteredColumn with parameters of type JSONObjectModifier and TypeMethodDescriptionvoidStiAreaSeries.LoadFromJsonObject(JSONObject jObject) voidStiBaseLineSeries.LoadFromJsonObject(JSONObject jObject) voidStiClusteredColumnSeries.LoadFromJsonObject(JSONObject jObject) voidStiSplineAreaSeries.LoadFromJsonObject(JSONObject jObject) voidStiSplineSeries.LoadFromJsonObject(JSONObject jObject) voidStiSteppedAreaSeries.LoadFromJsonObject(JSONObject jObject) voidStiSteppedLineSeries.LoadFromJsonObject(JSONObject jObject) -
Uses of JSONObject in com.stimulsoft.report.chart.view.series.funnel
Methods in com.stimulsoft.report.chart.view.series.funnel that return JSONObjectMethods in com.stimulsoft.report.chart.view.series.funnel with parameters of type JSONObject -
Uses of JSONObject in com.stimulsoft.report.chart.view.series.gantt
Methods in com.stimulsoft.report.chart.view.series.gantt that return JSONObjectMethods in com.stimulsoft.report.chart.view.series.gantt with parameters of type JSONObject -
Uses of JSONObject in com.stimulsoft.report.chart.view.series.pie
Methods in com.stimulsoft.report.chart.view.series.pie that return JSONObjectModifier and TypeMethodDescriptionStiPie3dSeries.SaveToJsonObject(StiJsonSaveMode mode) StiPieSeries.SaveToJsonObject(StiJsonSaveMode mode) Methods in com.stimulsoft.report.chart.view.series.pie with parameters of type JSONObjectModifier and TypeMethodDescriptionvoidStiPie3dSeries.LoadFromJsonObject(JSONObject jObject) voidStiPieSeries.LoadFromJsonObject(JSONObject jObject) -
Uses of JSONObject in com.stimulsoft.report.chart.view.series.radar
Methods in com.stimulsoft.report.chart.view.series.radar that return JSONObjectModifier and TypeMethodDescriptionStiRadarAreaSeries.SaveToJsonObject(StiJsonSaveMode mode) StiRadarLineSeries.SaveToJsonObject(StiJsonSaveMode mode) StiRadarSeries.SaveToJsonObject(StiJsonSaveMode mode) Methods in com.stimulsoft.report.chart.view.series.radar with parameters of type JSONObjectModifier and TypeMethodDescriptionvoidStiRadarAreaSeries.LoadFromJsonObject(JSONObject jObject) voidStiRadarLineSeries.LoadFromJsonObject(JSONObject jObject) voidStiRadarSeries.LoadFromJsonObject(JSONObject jObject) -
Uses of JSONObject in com.stimulsoft.report.chart.view.series.range
Methods in com.stimulsoft.report.chart.view.series.range that return JSONObjectModifier and TypeMethodDescriptionStiRangeBarSeries.SaveToJsonObject(StiJsonSaveMode mode) StiRangeSeries.SaveToJsonObject(StiJsonSaveMode mode) StiSplineRangeSeries.SaveToJsonObject(StiJsonSaveMode mode) StiSteppedRangeSeries.SaveToJsonObject(StiJsonSaveMode mode) Methods in com.stimulsoft.report.chart.view.series.range with parameters of type JSONObjectModifier and TypeMethodDescriptionvoidStiRangeBarSeries.LoadFromJsonObject(JSONObject jObject) voidStiRangeSeries.LoadFromJsonObject(JSONObject jObject) voidStiSplineRangeSeries.LoadFromJsonObject(JSONObject jObject) voidStiSteppedRangeSeries.LoadFromJsonObject(JSONObject jObject) -
Uses of JSONObject in com.stimulsoft.report.chart.view.series.scatter
Methods in com.stimulsoft.report.chart.view.series.scatter that return JSONObjectModifier and TypeMethodDescriptionStiScatterSeries.SaveToJsonObject(StiJsonSaveMode mode) StiScatterSplineSeries.SaveToJsonObject(StiJsonSaveMode mode) Methods in com.stimulsoft.report.chart.view.series.scatter with parameters of type JSONObjectModifier and TypeMethodDescriptionvoidStiScatterSplineSeries.LoadFromJsonObject(JSONObject jObject) -
Uses of JSONObject in com.stimulsoft.report.chart.view.series.stackedBar
Methods in com.stimulsoft.report.chart.view.series.stackedBar that return JSONObjectMethods in com.stimulsoft.report.chart.view.series.stackedBar with parameters of type JSONObjectModifier and TypeMethodDescriptionvoidStiStackedBarSeries.LoadFromJsonObject(JSONObject jObject) -
Uses of JSONObject in com.stimulsoft.report.chart.view.series.stackedColumn
Methods in com.stimulsoft.report.chart.view.series.stackedColumn that return JSONObjectModifier and TypeMethodDescriptionStiStackedAreaSeries.SaveToJsonObject(StiJsonSaveMode mode) StiStackedBaseLineSeries.SaveToJsonObject(StiJsonSaveMode mode) StiStackedColumnSeries.SaveToJsonObject(StiJsonSaveMode mode) StiStackedSplineAreaSeries.SaveToJsonObject(StiJsonSaveMode mode) StiStackedSplineSeries.SaveToJsonObject(StiJsonSaveMode mode) Methods in com.stimulsoft.report.chart.view.series.stackedColumn with parameters of type JSONObjectModifier and TypeMethodDescriptionvoidStiStackedAreaSeries.LoadFromJsonObject(JSONObject jObject) voidStiStackedBaseLineSeries.LoadFromJsonObject(JSONObject jObject) voidStiStackedColumnSeries.LoadFromJsonObject(JSONObject jObject) voidStiStackedSplineAreaSeries.LoadFromJsonObject(JSONObject jObject) voidStiStackedSplineSeries.LoadFromJsonObject(JSONObject jObject) -
Uses of JSONObject in com.stimulsoft.report.chart.view.series.stock
Methods in com.stimulsoft.report.chart.view.series.stock that return JSONObjectMethods in com.stimulsoft.report.chart.view.series.stock with parameters of type JSONObject -
Uses of JSONObject in com.stimulsoft.report.chart.view.seriesLabels
Methods in com.stimulsoft.report.chart.view.seriesLabels that return JSONObjectModifier and TypeMethodDescriptionStiNoneLabels.SaveToJsonObject(StiJsonSaveMode mode) StiSeriesLabels.SaveToJsonObject(StiJsonSaveMode mode) Methods in com.stimulsoft.report.chart.view.seriesLabels with parameters of type JSONObjectModifier and TypeMethodDescriptionvoidStiSeriesLabels.LoadFromJsonObject(JSONObject jObject) static IStiSeriesLabelsStiSeriesLabels.LoadFromJsonObjectInternal(JSONObject jObject, StiChart chart) -
Uses of JSONObject in com.stimulsoft.report.chart.view.seriesLabels.axis
Methods in com.stimulsoft.report.chart.view.seriesLabels.axis that return JSONObjectModifier and TypeMethodDescriptionStiAxisSeriesLabels.SaveToJsonObject(StiJsonSaveMode mode) StiOutsideAxisLabels.SaveToJsonObject(StiJsonSaveMode mode) Methods in com.stimulsoft.report.chart.view.seriesLabels.axis with parameters of type JSONObjectModifier and TypeMethodDescriptionvoidStiAxisSeriesLabels.LoadFromJsonObject(JSONObject jObject) voidStiOutsideAxisLabels.LoadFromJsonObject(JSONObject jObject) -
Uses of JSONObject in com.stimulsoft.report.chart.view.seriesLabels.pie
Methods in com.stimulsoft.report.chart.view.seriesLabels.pie that return JSONObjectModifier and TypeMethodDescriptionStiCenterPieLabels.SaveToJsonObject(StiJsonSaveMode mode) StiOutsidePieLabels.SaveToJsonObject(StiJsonSaveMode mode) StiPieSeriesLabels.SaveToJsonObject(StiJsonSaveMode mode) StiTwoColumnsPieLabels.SaveToJsonObject(StiJsonSaveMode mode) Methods in com.stimulsoft.report.chart.view.seriesLabels.pie with parameters of type JSONObjectModifier and TypeMethodDescriptionvoidStiCenterPieLabels.LoadFromJsonObject(JSONObject jObject) voidStiOutsidePieLabels.LoadFromJsonObject(JSONObject jObject) voidStiPieSeriesLabels.LoadFromJsonObject(JSONObject jObject) -
Uses of JSONObject in com.stimulsoft.report.chart.view.strips
Methods in com.stimulsoft.report.chart.view.strips that return JSONObjectModifier and TypeMethodDescriptionStiStrips.SaveToJsonObject(StiJsonSaveMode mode) StiStripsCollection.SaveToJsonObject(StiJsonSaveMode mode) Methods in com.stimulsoft.report.chart.view.strips with parameters of type JSONObjectModifier and TypeMethodDescriptionvoidStiStrips.LoadFromJsonObject(JSONObject jObject) voidStiStripsCollection.LoadFromJsonObject(JSONObject jObject) -
Uses of JSONObject in com.stimulsoft.report.chart.view.styles
Methods in com.stimulsoft.report.chart.view.styles that return JSONObjectMethods in com.stimulsoft.report.chart.view.styles with parameters of type JSONObjectModifier and TypeMethodDescriptionvoidStiChartStyle.LoadFromJsonObject(JSONObject jObject) static StiChartStyleStiChartStyle.LoadFromJsonObjectInternal(JSONObject jObject) -
Uses of JSONObject in com.stimulsoft.report.chart.view.table
Methods in com.stimulsoft.report.chart.view.table that return JSONObjectMethods in com.stimulsoft.report.chart.view.table with parameters of type JSONObject -
Uses of JSONObject in com.stimulsoft.report.chart.view.topN
Methods in com.stimulsoft.report.chart.view.topN that return JSONObjectMethods in com.stimulsoft.report.chart.view.topN with parameters of type JSONObject -
Uses of JSONObject in com.stimulsoft.report.chart.view.trendLines
Methods in com.stimulsoft.report.chart.view.trendLines that return JSONObjectModifier and TypeMethodDescriptionStiTrendLine.SaveToJsonObject(StiJsonSaveMode mode) StiTrendLinesCollection.SaveToJsonObject(StiJsonSaveMode mode) Methods in com.stimulsoft.report.chart.view.trendLines with parameters of type JSONObjectModifier and TypeMethodDescriptionvoidStiTrendLine.LoadFromJsonObject(JSONObject jObject) voidStiTrendLinesCollection.LoadFromJsonObject(JSONObject jObject) static IStiTrendLineStiTrendLine.LoadFromJsonObjectInternal(JSONObject jObject) -
Uses of JSONObject in com.stimulsoft.report.components
Methods in com.stimulsoft.report.components that return JSONObjectModifier and TypeMethodDescriptionStiBandInteraction.SaveToJsonObject(StiJsonSaveMode mode) StiComponent.SaveToJsonObject(StiJsonSaveMode mode) StiComponentsCollection.SaveToJsonObject(StiJsonSaveMode mode) StiCrossHeaderInteraction.SaveToJsonObject(StiJsonSaveMode mode) StiDrillDownParameter.SaveToJsonObject(StiJsonSaveMode mode) StiFiltersCollection.SaveToJsonObject(StiJsonSaveMode mode) StiInteraction.SaveToJsonObject(StiJsonSaveMode mode) StiMargins.SaveToJsonObject(StiJsonSaveMode mode, double defLeft, double defRight, double defTop, double defBotttom) StiPage.SaveToJsonObject(StiJsonSaveMode mode) StiPagesCollection.SaveToJsonObject(StiJsonSaveMode mode) StiParameter.SaveToJsonObject(StiJsonSaveMode mode) StiParametersCollection.SaveToJsonObject(StiJsonSaveMode mode) StiWatermark.SaveToJsonObject(StiJsonSaveMode mode) Methods in com.stimulsoft.report.components with parameters of type JSONObjectModifier and TypeMethodDescriptionvoidStiBandInteraction.LoadFromJsonObject(JSONObject jObject) voidStiComponent.LoadFromJsonObject(JSONObject JSONObject) voidStiComponentsCollection.LoadFromJsonObject(JSONObject jObject) voidStiCrossHeaderInteraction.LoadFromJsonObject(JSONObject jObject) voidStiDrillDownParameter.LoadFromJsonObject(JSONObject jObject) voidStiFiltersCollection.LoadFromJsonObject(JSONObject jObject) voidStiInteraction.LoadFromJsonObject(JSONObject jObject) voidStiMargins.LoadFromJsonObject(JSONObject jObject) voidStiPage.LoadFromJsonObject(JSONObject jObject) voidStiPagesCollection.LoadFromJsonObject(JSONObject jObject) voidStiParameter.LoadFromJsonObject(JSONObject jObject) voidStiParametersCollection.LoadFromJsonObject(JSONObject jObject) voidStiWatermark.LoadFromJsonObject(JSONObject jObject) -
Uses of JSONObject in com.stimulsoft.report.components.bands
Methods in com.stimulsoft.report.components.bands that return JSONObjectModifier and TypeMethodDescriptionStiBand.SaveToJsonObject(StiJsonSaveMode mode) StiChildBand.SaveToJsonObject(StiJsonSaveMode mode) StiColumnFooterBand.SaveToJsonObject(StiJsonSaveMode mode) StiDataBand.SaveToJsonObject(StiJsonSaveMode mode) StiDynamicBand.SaveToJsonObject(StiJsonSaveMode mode) StiEmptyBand.SaveToJsonObject(StiJsonSaveMode mode) StiFooterBand.SaveToJsonObject(StiJsonSaveMode mode) StiGroupFooterBand.SaveToJsonObject(StiJsonSaveMode mode) StiGroupHeaderBand.SaveToJsonObject(StiJsonSaveMode mode) StiHeaderBand.SaveToJsonObject(StiJsonSaveMode mode) StiHierarchicalBand.SaveToJsonObject(StiJsonSaveMode mode) StiOverlayBand.SaveToJsonObject(StiJsonSaveMode mode) StiPageFooterBand.SaveToJsonObject(StiJsonSaveMode mode) StiPageHeaderBand.SaveToJsonObject(StiJsonSaveMode mode) StiReportSummaryBand.SaveToJsonObject(StiJsonSaveMode mode) StiReportTitleBand.SaveToJsonObject(StiJsonSaveMode mode) StiStaticBand.SaveToJsonObject(StiJsonSaveMode mode) StiTableOfContents.SaveToJsonObject(StiJsonSaveMode mode) Methods in com.stimulsoft.report.components.bands with parameters of type JSONObjectModifier and TypeMethodDescriptionvoidStiBand.LoadFromJsonObject(JSONObject jObject) voidStiChildBand.LoadFromJsonObject(JSONObject jObject) voidStiColumnFooterBand.LoadFromJsonObject(JSONObject jObject) voidStiDataBand.LoadFromJsonObject(JSONObject jObject) voidStiDynamicBand.LoadFromJsonObject(JSONObject jObject) voidStiEmptyBand.LoadFromJsonObject(JSONObject jObject) voidStiFooterBand.LoadFromJsonObject(JSONObject jObject) voidStiGroupFooterBand.LoadFromJsonObject(JSONObject jObject) voidStiGroupHeaderBand.LoadFromJsonObject(JSONObject jObject) voidStiHeaderBand.LoadFromJsonObject(JSONObject jObject) voidStiHierarchicalBand.LoadFromJsonObject(JSONObject jObject) voidStiOverlayBand.LoadFromJsonObject(JSONObject jObject) voidStiPageFooterBand.LoadFromJsonObject(JSONObject jObject) voidStiPageHeaderBand.LoadFromJsonObject(JSONObject jObject) voidStiReportSummaryBand.LoadFromJsonObject(JSONObject jObject) voidStiReportTitleBand.LoadFromJsonObject(JSONObject jObject) voidStiStaticBand.LoadFromJsonObject(JSONObject jObject) voidStiTableOfContents.LoadFromJsonObject(JSONObject jObject) -
Uses of JSONObject in com.stimulsoft.report.components.complexcomponents
Methods in com.stimulsoft.report.components.complexcomponents that return JSONObjectModifier and TypeMethodDescriptionStiClone.SaveToJsonObject(StiJsonSaveMode mode) StiContainer.SaveToJsonObject(StiJsonSaveMode mode) StiPanel.SaveToJsonObject(StiJsonSaveMode mode) StiSubReport.SaveToJsonObject(StiJsonSaveMode mode) Methods in com.stimulsoft.report.components.complexcomponents with parameters of type JSONObjectModifier and TypeMethodDescriptionvoidStiClone.LoadFromJsonObject(JSONObject jObject) voidStiContainer.LoadFromJsonObject(JSONObject jObject) voidStiPanel.LoadFromJsonObject(JSONObject jObject) voidStiSubReport.LoadFromJsonObject(JSONObject jObject) -
Uses of JSONObject in com.stimulsoft.report.components.conditions
Methods in com.stimulsoft.report.components.conditions that return JSONObjectModifier and TypeMethodDescriptionStiColorScaleCondition.SaveToJsonObject(StiJsonSaveMode mode) StiCondition.SaveToJsonObject(StiJsonSaveMode mode) StiConditionsCollection.SaveToJsonObject(StiJsonSaveMode mode) StiDataBarCondition.SaveToJsonObject(StiJsonSaveMode mode) StiFilter.SaveToJsonObject(StiJsonSaveMode mode) StiIconSetCondition.SaveToJsonObject(StiJsonSaveMode mode) StiIconSetItem.SaveToJsonObject(StiJsonSaveMode mode) StiMultiCondition.SaveToJsonObject(StiJsonSaveMode mode) Methods in com.stimulsoft.report.components.conditions with parameters of type JSONObjectModifier and TypeMethodDescriptionvoidStiColorScaleCondition.LoadFromJsonObject(JSONObject jObject) voidStiCondition.LoadFromJsonObject(JSONObject jObject) voidStiConditionsCollection.LoadFromJsonObject(JSONObject jObject) voidStiDataBarCondition.LoadFromJsonObject(JSONObject jObject) voidStiFilter.LoadFromJsonObject(JSONObject jObject) voidStiIconSetCondition.LoadFromJsonObject(JSONObject jObject) voidStiIconSetItem.LoadFromJsonObject(JSONObject jObject) voidStiMultiCondition.LoadFromJsonObject(JSONObject jObject) -
Uses of JSONObject in com.stimulsoft.report.components.crossBands
Methods in com.stimulsoft.report.components.crossBands that return JSONObjectModifier and TypeMethodDescriptionStiCrossDataBand.SaveToJsonObject(StiJsonSaveMode mode) StiCrossFooterBand.SaveToJsonObject(StiJsonSaveMode mode) StiCrossGroupFooterBand.SaveToJsonObject(StiJsonSaveMode mode) StiCrossGroupHeaderBand.SaveToJsonObject(StiJsonSaveMode mode) StiCrossHeaderBand.SaveToJsonObject(StiJsonSaveMode mode) Methods in com.stimulsoft.report.components.crossBands with parameters of type JSONObjectModifier and TypeMethodDescriptionvoidStiCrossDataBand.LoadFromJsonObject(JSONObject jObject) voidStiCrossFooterBand.LoadFromJsonObject(JSONObject jObject) voidStiCrossGroupFooterBand.LoadFromJsonObject(JSONObject jObject) voidStiCrossGroupHeaderBand.LoadFromJsonObject(JSONObject jObject) voidStiCrossHeaderBand.LoadFromJsonObject(JSONObject jObject) -
Uses of JSONObject in com.stimulsoft.report.components.indicators
Methods in com.stimulsoft.report.components.indicators that return JSONObjectModifier and TypeMethodDescriptionStiDataBarIndicator.SaveToJsonObject(StiJsonSaveMode mode) StiIconSetIndicator.SaveToJsonObject(StiJsonSaveMode mode) StiIndicator.SaveToJsonObject(StiJsonSaveMode mode) Methods in com.stimulsoft.report.components.indicators with parameters of type JSONObjectModifier and TypeMethodDescriptionvoidStiDataBarIndicator.LoadFromJsonObject(JSONObject jObject) voidStiIconSetIndicator.LoadFromJsonObject(JSONObject jObject) voidStiIndicator.LoadFromJsonObject(JSONObject jObject) static StiIndicatorStiIndicator.LoadFromJsonObjectInternal(JSONObject jObject) -
Uses of JSONObject in com.stimulsoft.report.components.shapeTypes
Methods in com.stimulsoft.report.components.shapeTypes that return JSONObjectModifier and TypeMethodDescriptionStiArrowShapeType.SaveToJsonObject(StiJsonSaveMode mode) StiBentArrowShapeType.SaveToJsonObject(StiJsonSaveMode mode) StiChevronShapeType.SaveToJsonObject(StiJsonSaveMode mode) StiComplexArrowShapeType.SaveToJsonObject(StiJsonSaveMode mode) StiFlowchartCollateShapeType.SaveToJsonObject(StiJsonSaveMode mode) StiFlowchartOffPageConnectorShapeType.SaveToJsonObject(StiJsonSaveMode mode) StiFlowchartPreparationShapeType.SaveToJsonObject(StiJsonSaveMode mode) StiRoundedRectangleShapeType.SaveToJsonObject(StiJsonSaveMode mode) StiShapeTypeService.SaveToJsonObject(StiJsonSaveMode mode) StiTriangleShapeType.SaveToJsonObject(StiJsonSaveMode mode) Methods in com.stimulsoft.report.components.shapeTypes with parameters of type JSONObjectModifier and TypeMethodDescriptionvoidStiArrowShapeType.LoadFromJsonObject(JSONObject jObject) voidStiBentArrowShapeType.LoadFromJsonObject(JSONObject jObject) voidStiChevronShapeType.LoadFromJsonObject(JSONObject jObject) voidStiComplexArrowShapeType.LoadFromJsonObject(JSONObject jObject) voidStiFlowchartCollateShapeType.LoadFromJsonObject(JSONObject jObject) voidStiFlowchartOffPageConnectorShapeType.LoadFromJsonObject(JSONObject jObject) voidStiFlowchartPreparationShapeType.LoadFromJsonObject(JSONObject jObject) voidStiRoundedRectangleShapeType.LoadFromJsonObject(JSONObject jObject) voidStiShapeTypeService.LoadFromJsonObject(JSONObject jObject) voidStiTriangleShapeType.LoadFromJsonObject(JSONObject jObject) static StiShapeTypeServiceStiShapeTypeService.LoadFromJsonObjectInternal(JSONObject jObject) -
Uses of JSONObject in com.stimulsoft.report.components.signature
Methods in com.stimulsoft.report.components.signature that return JSONObjectModifier and TypeMethodDescriptionStiPdfDigitalSignature.SaveToJsonObject(StiJsonSaveMode mode) StiSignature.SaveToJsonObject(StiJsonSaveMode mode) Methods in com.stimulsoft.report.components.signature with parameters of type JSONObjectModifier and TypeMethodDescriptionvoidStiPdfDigitalSignature.LoadFromJsonObject(JSONObject jObject) voidStiSignature.LoadFromJsonObject(JSONObject jObject) -
Uses of JSONObject in com.stimulsoft.report.components.simplecomponents
Methods in com.stimulsoft.report.components.simplecomponents that return JSONObjectModifier and TypeMethodDescriptionStiCheckBox.SaveToJsonObject(StiJsonSaveMode mode) StiContourText.SaveToJsonObject(StiJsonSaveMode mode) StiHorizontalLinePrimitive.SaveToJsonObject(StiJsonSaveMode mode) StiImage.SaveToJsonObject(StiJsonSaveMode mode) StiLinePrimitive.SaveToJsonObject(StiJsonSaveMode mode) StiPointPrimitive.SaveToJsonObject(StiJsonSaveMode mode) StiPrimitive.SaveToJsonObject(StiJsonSaveMode mode) StiRectanglePrimitive.SaveToJsonObject(StiJsonSaveMode mode) StiRichText.SaveToJsonObject(StiJsonSaveMode mode) StiRoundedRectanglePrimitive.SaveToJsonObject(StiJsonSaveMode mode) StiShape.SaveToJsonObject(StiJsonSaveMode mode) StiSimpleText.SaveToJsonObject(StiJsonSaveMode mode) StiSparkline.SaveToJsonObject(StiJsonSaveMode mode) StiText.SaveToJsonObject(StiJsonSaveMode mode) StiTextInCells.SaveToJsonObject(StiJsonSaveMode mode) StiVerticalLinePrimitive.SaveToJsonObject(StiJsonSaveMode mode) StiView.SaveToJsonObject(StiJsonSaveMode mode) StiWinControl.SaveToJsonObject(StiJsonSaveMode mode) StiZipCode.SaveToJsonObject(StiJsonSaveMode mode) Methods in com.stimulsoft.report.components.simplecomponents with parameters of type JSONObjectModifier and TypeMethodDescriptionvoidStiCheckBox.LoadFromJsonObject(JSONObject jObject) voidStiContourText.LoadFromJsonObject(JSONObject jObject) voidStiHorizontalLinePrimitive.LoadFromJsonObject(JSONObject jObject) voidStiImage.LoadFromJsonObject(JSONObject jObject) voidStiLinePrimitive.LoadFromJsonObject(JSONObject jObject) voidStiPointPrimitive.LoadFromJsonObject(JSONObject jObject) voidStiRectanglePrimitive.LoadFromJsonObject(JSONObject jObject) voidStiRichText.LoadFromJsonObject(JSONObject jObject) voidStiRoundedRectanglePrimitive.LoadFromJsonObject(JSONObject jObject) voidStiShape.LoadFromJsonObject(JSONObject jObject) voidStiSimpleText.LoadFromJsonObject(JSONObject jObject) voidStiSparkline.LoadFromJsonObject(JSONObject jObject) voidStiText.LoadFromJsonObject(JSONObject jObject) voidStiTextInCells.LoadFromJsonObject(JSONObject jObject) voidStiVerticalLinePrimitive.LoadFromJsonObject(JSONObject jObject) voidStiView.LoadFromJsonObject(JSONObject jObject) voidStiWinControl.LoadFromJsonObject(JSONObject jObject) voidStiZipCode.LoadFromJsonObject(JSONObject jObject) -
Uses of JSONObject in com.stimulsoft.report.components.table
Methods in com.stimulsoft.report.components.table that return JSONObjectModifier and TypeMethodDescriptionStiTable.SaveToJsonObject(StiJsonSaveMode mode) StiTableCell.SaveToJsonObject(StiJsonSaveMode mode) StiTableCellCheckBox.SaveToJsonObject(StiJsonSaveMode mode) StiTableCellImage.SaveToJsonObject(StiJsonSaveMode mode) StiTableCellRichText.SaveToJsonObject(StiJsonSaveMode mode) Methods in com.stimulsoft.report.components.table with parameters of type JSONObjectModifier and TypeMethodDescriptionvoidStiTable.LoadFromJsonObject(JSONObject jObject) voidStiTableCell.LoadFromJsonObject(JSONObject jObject) voidStiTableCellCheckBox.LoadFromJsonObject(JSONObject jObject) voidStiTableCellImage.LoadFromJsonObject(JSONObject jObject) voidStiTableCellRichText.LoadFromJsonObject(JSONObject jObject) -
Uses of JSONObject in com.stimulsoft.report.components.textFormats
Methods in com.stimulsoft.report.components.textFormats that return JSONObjectModifier and TypeMethodDescriptionStiBooleanFormatService.SaveToJsonObject(StiJsonSaveMode mode) StiCurrencyFormatService.SaveToJsonObject(StiJsonSaveMode mode) StiDateFormatService.SaveToJsonObject(StiJsonSaveMode mode) StiFormatService.SaveToJsonObject(StiJsonSaveMode mode) StiGeneralFormatService.SaveToJsonObject(StiJsonSaveMode mode) StiNumberFormatService.SaveToJsonObject(StiJsonSaveMode mode) StiPercentageFormatService.SaveToJsonObject(StiJsonSaveMode mode) StiTimeFormatService.SaveToJsonObject(StiJsonSaveMode mode) Methods in com.stimulsoft.report.components.textFormats with parameters of type JSONObjectModifier and TypeMethodDescriptionvoidStiBooleanFormatService.LoadFromJsonObject(JSONObject jObject) voidStiCurrencyFormatService.LoadFromJsonObject(JSONObject jObject) voidStiDateFormatService.LoadFromJsonObject(JSONObject jObject) voidStiFormatService.LoadFromJsonObject(JSONObject jObject) voidStiNumberFormatService.LoadFromJsonObject(JSONObject jObject) static StiFormatServiceStiFormatService.LoadFromJsonObjectInternal(JSONObject jObject) -
Uses of JSONObject in com.stimulsoft.report.crossTab
Methods in com.stimulsoft.report.crossTab that return JSONObjectModifier and TypeMethodDescriptionStiCrossCell.SaveToJsonObject(StiJsonSaveMode mode) StiCrossColumn.SaveToJsonObject(StiJsonSaveMode mode) StiCrossField.SaveToJsonObject(StiJsonSaveMode mode) StiCrossHeader.SaveToJsonObject(StiJsonSaveMode mode) StiCrossRow.SaveToJsonObject(StiJsonSaveMode mode) StiCrossSummary.SaveToJsonObject(StiJsonSaveMode mode) StiCrossTab.SaveToJsonObject(StiJsonSaveMode mode) StiCrossTitle.SaveToJsonObject(StiJsonSaveMode mode) StiCrossTotal.SaveToJsonObject(StiJsonSaveMode mode) Methods in com.stimulsoft.report.crossTab with parameters of type JSONObjectModifier and TypeMethodDescriptionvoidStiCrossCell.LoadFromJsonObject(JSONObject jObject) voidStiCrossColumn.LoadFromJsonObject(JSONObject jObject) voidStiCrossField.LoadFromJsonObject(JSONObject jObject) voidStiCrossHeader.LoadFromJsonObject(JSONObject jObject) voidStiCrossRow.LoadFromJsonObject(JSONObject jObject) voidStiCrossSummary.LoadFromJsonObject(JSONObject jObject) voidStiCrossTab.LoadFromJsonObject(JSONObject jObject) voidStiCrossTitle.LoadFromJsonObject(JSONObject jObject) voidStiCrossTotal.LoadFromJsonObject(JSONObject jObject) -
Uses of JSONObject in com.stimulsoft.report.dialogs
Methods in com.stimulsoft.report.dialogs that return JSONObjectModifier and TypeMethodDescriptionStiButtonControl.SaveToJsonObject(StiJsonSaveMode mode) StiCheckBoxControl.SaveToJsonObject(StiJsonSaveMode mode) StiCheckedListBoxControl.SaveToJsonObject(StiJsonSaveMode mode) StiComboBoxControl.SaveToJsonObject(StiJsonSaveMode mode) StiDateTimePickerControl.SaveToJsonObject(StiJsonSaveMode mode) StiForm.SaveToJsonObject(StiJsonSaveMode mode) StiGridColumn.SaveToJsonObject(StiJsonSaveMode mode) StiGridColumnsCollection.SaveToJsonObject(StiJsonSaveMode mode) StiGridControl.SaveToJsonObject(StiJsonSaveMode mode) StiGroupBoxControl.SaveToJsonObject(StiJsonSaveMode mode) StiLabelControl.SaveToJsonObject(StiJsonSaveMode mode) StiListBoxControl.SaveToJsonObject(StiJsonSaveMode mode) StiRadioButtonControl.SaveToJsonObject(StiJsonSaveMode mode) StiReportControl.SaveToJsonObject(StiJsonSaveMode mode) StiTextBoxControl.SaveToJsonObject(StiJsonSaveMode mode) Methods in com.stimulsoft.report.dialogs with parameters of type JSONObjectModifier and TypeMethodDescriptionvoidStiButtonControl.LoadFromJsonObject(JSONObject jObject) voidStiCheckBoxControl.LoadFromJsonObject(JSONObject jObject) voidStiCheckedListBoxControl.LoadFromJsonObject(JSONObject jObject) voidStiComboBoxControl.LoadFromJsonObject(JSONObject jObject) voidStiDateTimePickerControl.LoadFromJsonObject(JSONObject jObject) voidStiForm.LoadFromJsonObject(JSONObject jObject) voidStiGridColumn.LoadFromJsonObject(JSONObject jObject) voidStiGridColumnsCollection.LoadFromJsonObject(JSONObject jObject) voidStiGridControl.LoadFromJsonObject(JSONObject jObject) voidStiGroupBoxControl.LoadFromJsonObject(JSONObject jObject) voidStiLabelControl.LoadFromJsonObject(JSONObject jObject) voidStiListBoxControl.LoadFromJsonObject(JSONObject jObject) voidStiRadioButtonControl.LoadFromJsonObject(JSONObject jObject) voidStiReportControl.LoadFromJsonObject(JSONObject jObject) voidStiTextBoxControl.LoadFromJsonObject(JSONObject jObject) -
Uses of JSONObject in com.stimulsoft.report.dictionary
Methods in com.stimulsoft.report.dictionary that return JSONObjectModifier and TypeMethodDescriptionStiCalcDataColumn.SaveToJsonObject(StiJsonSaveMode mode) StiDataColumn.SaveToJsonObject(StiJsonSaveMode mode) StiDataColumnsCollection.SaveToJsonObject(StiJsonSaveMode mode) StiDataParameter.SaveToJsonObject(StiJsonSaveMode mode) StiDataParametersCollection.SaveToJsonObject(StiJsonSaveMode mode) StiDataRelation.SaveToJsonObject(StiJsonSaveMode mode) StiDataRelationsCollection.SaveToJsonObject(StiJsonSaveMode mode) StiDialogInfo.SaveToJsonObject()StiDictionary.SaveToJsonObject(StiJsonSaveMode mode) StiResource.SaveToJsonObject(StiJsonSaveMode mode) StiUserFunction.SaveToJsonObject(StiJsonSaveMode mode) StiUserFunctionArgument.SaveToJsonObject(StiJsonSaveMode Mode) StiUserFunctionsCollection.SaveToJsonObject(StiJsonSaveMode mode) StiUserFunctionArgumentsCollection.SaveToJsonObjectEx(StiJsonSaveMode mode) StiVariable.SaveToJsonObjectEx()StiVariablesCollection.SaveToJsonObjectEx(StiJsonSaveMode mode) Methods in com.stimulsoft.report.dictionary with parameters of type JSONObjectModifier and TypeMethodDescriptionvoidStiCalcDataColumn.LoadFromJsonObject(JSONObject jObject) voidStiDataColumn.LoadFromJsonObject(JSONObject jObject) voidStiDataColumnsCollection.LoadFromJsonObject(JSONObject jObject) voidStiDataParameter.LoadFromJsonObject(JSONObject jObject) voidStiDataParametersCollection.LoadFromJsonObject(JSONObject jObject) voidStiDataRelation.LoadFromJsonObject(JSONObject jObject) voidStiDataRelationsCollection.LoadFromJsonObject(JSONObject jObject) voidStiDialogInfo.LoadFromJsonObject(JSONObject jObject, StiReport report) voidStiDictionary.LoadFromJsonObject(JSONObject jObject) voidStiResource.LoadFromJsonObject(JSONObject jObject) voidStiUserFunction.LoadFromJsonObject(JSONObject jObject) voidStiUserFunctionArgument.LoadFromJsonObject(JSONObject jObject) voidStiUserFunctionsCollection.LoadFromJsonObject(JSONObject jObject) voidStiUserFunctionArgumentsCollection.LoadFromJsonObjectEx(JSONObject jObject) voidStiVariable.LoadFromJsonObjectEx(JSONObject jObject, StiReport report) voidStiVariablesCollection.LoadFromJsonObjectEx(JSONObject jObject, StiReport report) -
Uses of JSONObject in com.stimulsoft.report.dictionary.businessObjects
Methods in com.stimulsoft.report.dictionary.businessObjects that return JSONObjectModifier and TypeMethodDescriptionStiBusinessObject.SaveToJsonObject(StiJsonSaveMode mode) StiBusinessObjectsCollection.SaveToJsonObject(StiJsonSaveMode mode) Methods in com.stimulsoft.report.dictionary.businessObjects with parameters of type JSONObjectModifier and TypeMethodDescriptionvoidStiBusinessObject.LoadFromJsonObject(JSONObject jObject) voidStiBusinessObjectsCollection.LoadFromJsonObject(JSONObject jObject) -
Uses of JSONObject in com.stimulsoft.report.dictionary.databases
Methods in com.stimulsoft.report.dictionary.databases that return JSONObjectModifier and TypeMethodDescriptionStiCsvDatabase.SaveToJsonObject(StiJsonSaveMode mode) StiDatabase.SaveToJsonObject(StiJsonSaveMode mode) StiDatabaseCollection.SaveToJsonObject(StiJsonSaveMode mode) StiExcelDatabase.SaveToJsonObject(StiJsonSaveMode mode) StiFileDatabase.SaveToJsonObject(StiJsonSaveMode mode) StiJDBCDatabase.SaveToJsonObject(StiJsonSaveMode mode) StiJsonDatabase.SaveToJsonObject(StiJsonSaveMode mode) StiNoSqlDatabase.SaveToJsonObject(StiJsonSaveMode mode) StiResourcesCollection.SaveToJsonObject(StiJsonSaveMode mode) StiSqlDatabase.SaveToJsonObject(StiJsonSaveMode mode) StiXmlDatabase.SaveToJsonObject(StiJsonSaveMode mode) StiResourcesCollection.SaveToJsonObjectEx(StiJsonSaveMode mode) Methods in com.stimulsoft.report.dictionary.databases with parameters of type JSONObjectModifier and TypeMethodDescriptionvoidStiCsvDatabase.LoadFromJsonObject(JSONObject jObject) voidStiDatabase.LoadFromJsonObject(JSONObject jObject) voidStiDatabaseCollection.LoadFromJsonObject(JSONObject jObject) voidStiExcelDatabase.LoadFromJsonObject(JSONObject jObject) voidStiFileDatabase.LoadFromJsonObject(JSONObject jObject) voidStiJDBCDatabase.LoadFromJsonObject(JSONObject jObject) voidStiJsonDatabase.LoadFromJsonObject(JSONObject jObject) voidStiNoSqlDatabase.LoadFromJsonObject(JSONObject jObject) voidStiResourcesCollection.LoadFromJsonObject(JSONObject jObject) voidStiSqlDatabase.LoadFromJsonObject(JSONObject jObject) voidStiXmlDatabase.LoadFromJsonObject(JSONObject jObject) voidStiResourcesCollection.LoadFromJsonObjectEx(JSONObject jObject, StiReport report) -
Uses of JSONObject in com.stimulsoft.report.dictionary.dataSources
Methods in com.stimulsoft.report.dictionary.dataSources that return JSONObjectModifier and TypeMethodDescriptionStiCsvSource.SaveToJsonObject(StiJsonSaveMode mode) StiDataSource.SaveToJsonObject(StiJsonSaveMode mode) StiDataSourcesCollection.SaveToJsonObject(StiJsonSaveMode mode) StiDataStoreSource.SaveToJsonObject(StiJsonSaveMode mode) StiDataTableSource.SaveToJsonObject(StiJsonSaveMode mode) StiDbUserSource.SaveToJsonObject(StiJsonSaveMode mode) StiSqlSource.SaveToJsonObject(StiJsonSaveMode mode) Methods in com.stimulsoft.report.dictionary.dataSources with parameters of type JSONObjectModifier and TypeMethodDescriptionvoidStiCsvSource.LoadFromJsonObject(JSONObject jObject) voidStiDataSource.LoadFromJsonObject(JSONObject jObject) voidStiDataSourcesCollection.LoadFromJsonObject(JSONObject jObject) voidStiDataStoreSource.LoadFromJsonObject(JSONObject jObject) voidStiDbUserSource.LoadFromJsonObject(JSONObject jObject) voidStiSqlSource.LoadFromJsonObject(JSONObject jObject) -
Uses of JSONObject in com.stimulsoft.report.events
Methods in com.stimulsoft.report.events that return JSONObjectMethods in com.stimulsoft.report.events with parameters of type JSONObject -
Uses of JSONObject in com.stimulsoft.report.export
Methods in com.stimulsoft.report.export with parameters of type JSONObjectModifier and TypeMethodDescriptionstatic StiExportSettingsStiExportSettingsHelper.deserialise(JSONObject json) -
Uses of JSONObject in com.stimulsoft.report.expressions
Methods in com.stimulsoft.report.expressions that return JSONObjectMethods in com.stimulsoft.report.expressions with parameters of type JSONObject -
Uses of JSONObject in com.stimulsoft.report.globalization
Methods in com.stimulsoft.report.globalization that return JSONObjectModifier and TypeMethodDescriptionStiGlobalizationContainer.SaveToJsonObject(StiJsonSaveMode mode) StiGlobalizationContainerCollection.SaveToJsonObject(StiJsonSaveMode mode) StiGlobalizationItem.SaveToJsonObject(StiJsonSaveMode mode) Methods in com.stimulsoft.report.globalization with parameters of type JSONObjectModifier and TypeMethodDescriptionvoidStiGlobalizationContainer.LoadFromJsonObject(JSONObject jObject) voidStiGlobalizationContainerCollection.LoadFromJsonObject(JSONObject jObject) voidStiGlobalizationItem.LoadFromJsonObject(JSONObject jObject) -
Uses of JSONObject in com.stimulsoft.report.infographics.gauge
Methods in com.stimulsoft.report.infographics.gauge that return JSONObjectMethods in com.stimulsoft.report.infographics.gauge with parameters of type JSONObject -
Uses of JSONObject in com.stimulsoft.report.infographics.gauge.collections
Methods in com.stimulsoft.report.infographics.gauge.collections that return JSONObjectModifier and TypeMethodDescriptionStiBarRangeListCollection.SaveToJsonObject(StiJsonSaveMode mode) StiCustomValuesCollection.SaveToJsonObject(StiJsonSaveMode mode) StiFilterCollection.SaveToJsonObject(StiJsonSaveMode mode) StiGaugeElementCollection.SaveToJsonObject(StiJsonSaveMode mode) StiRangeCollection.SaveToJsonObject(StiJsonSaveMode mode) StiScaleCollection.SaveToJsonObject(StiJsonSaveMode mode) Methods in com.stimulsoft.report.infographics.gauge.collections with parameters of type JSONObjectModifier and TypeMethodDescriptionvoidStiBarRangeListCollection.LoadFromJsonObject(JSONObject jObject) voidStiCustomValuesCollection.LoadFromJsonObject(JSONObject jObject) voidStiFilterCollection.LoadFromJsonObject(JSONObject jObject) voidStiGaugeElementCollection.LoadFromJsonObject(JSONObject jObject) voidStiRangeCollection.LoadFromJsonObject(JSONObject jObject) voidStiScaleCollection.LoadFromJsonObject(JSONObject jObject) -
Uses of JSONObject in com.stimulsoft.report.infographics.gauge.indicators
Methods in com.stimulsoft.report.infographics.gauge.indicators that return JSONObjectModifier and TypeMethodDescriptionStiIndicatorRangeInfo.SaveToJsonObject(StiJsonSaveMode mode) StiLinearBar.SaveToJsonObject(StiJsonSaveMode mode) StiLinearIndicatorRangeInfo.SaveToJsonObject(StiJsonSaveMode mode) StiLinearMarker.SaveToJsonObject(StiJsonSaveMode mode) StiNeedle.SaveToJsonObject(StiJsonSaveMode mode) StiRadialBar.SaveToJsonObject(StiJsonSaveMode mode) StiRadialIndicatorRangeInfo.SaveToJsonObject(StiJsonSaveMode mode) StiRadialMarker.SaveToJsonObject(StiJsonSaveMode mode) StiStateIndicator.SaveToJsonObject(StiJsonSaveMode mode) StiStateIndicatorFilter.SaveToJsonObject(StiJsonSaveMode mode) Methods in com.stimulsoft.report.infographics.gauge.indicators with parameters of type JSONObjectModifier and TypeMethodDescriptionvoidStiIndicatorRangeInfo.LoadFromJsonObject(JSONObject jObject) voidStiLinearBar.LoadFromJsonObject(JSONObject jObject) voidStiLinearIndicatorRangeInfo.LoadFromJsonObject(JSONObject jObject) voidStiLinearMarker.LoadFromJsonObject(JSONObject jObject) voidStiNeedle.LoadFromJsonObject(JSONObject jObject) voidStiRadialBar.LoadFromJsonObject(JSONObject jObject) voidStiRadialIndicatorRangeInfo.LoadFromJsonObject(JSONObject jObject) voidStiRadialMarker.LoadFromJsonObject(JSONObject jObject) voidStiStateIndicator.LoadFromJsonObject(JSONObject jObject) voidStiStateIndicatorFilter.LoadFromJsonObject(JSONObject jObject) -
Uses of JSONObject in com.stimulsoft.report.infographics.gauge.primitives.base
Methods in com.stimulsoft.report.infographics.gauge.primitives.base that return JSONObjectMethods in com.stimulsoft.report.infographics.gauge.primitives.base with parameters of type JSONObject -
Uses of JSONObject in com.stimulsoft.report.infographics.gauge.primitives.indicators
Methods in com.stimulsoft.report.infographics.gauge.primitives.indicators that return JSONObjectModifier and TypeMethodDescriptionStiBarBase.SaveToJsonObject(StiJsonSaveMode mode) StiIndicatorBase.SaveToJsonObject(StiJsonSaveMode mode) StiMarkerBase.SaveToJsonObject(StiJsonSaveMode mode) Methods in com.stimulsoft.report.infographics.gauge.primitives.indicators with parameters of type JSONObjectModifier and TypeMethodDescriptionvoidStiBarBase.LoadFromJsonObject(JSONObject jObject) voidStiIndicatorBase.LoadFromJsonObject(JSONObject jObject) voidStiMarkerBase.LoadFromJsonObject(JSONObject jObject) -
Uses of JSONObject in com.stimulsoft.report.infographics.gauge.primitives.range
Methods in com.stimulsoft.report.infographics.gauge.primitives.range that return JSONObjectModifier and TypeMethodDescriptionStiRangeBase.SaveToJsonObject(StiJsonSaveMode mode) StiScaleRangeList.SaveToJsonObject(StiJsonSaveMode mode) Methods in com.stimulsoft.report.infographics.gauge.primitives.range with parameters of type JSONObjectModifier and TypeMethodDescriptionvoidStiRangeBase.LoadFromJsonObject(JSONObject jObject) voidStiScaleRangeList.LoadFromJsonObject(JSONObject jObject) -
Uses of JSONObject in com.stimulsoft.report.infographics.gauge.primitives.scales
Methods in com.stimulsoft.report.infographics.gauge.primitives.scales that return JSONObjectMethods in com.stimulsoft.report.infographics.gauge.primitives.scales with parameters of type JSONObject -
Uses of JSONObject in com.stimulsoft.report.infographics.gauge.primitives.tick
Methods in com.stimulsoft.report.infographics.gauge.primitives.tick that return JSONObjectModifier and TypeMethodDescriptionStiRadialTickLabelBase.SaveToJsonObject(StiJsonSaveMode mode) StiRadialTickMarkBase.SaveToJsonObject(StiJsonSaveMode mode) StiTickBase.SaveToJsonObject(StiJsonSaveMode mode) StiTickLabelBase.SaveToJsonObject(StiJsonSaveMode mode) StiTickMarkBase.SaveToJsonObject(StiJsonSaveMode mode) Methods in com.stimulsoft.report.infographics.gauge.primitives.tick with parameters of type JSONObjectModifier and TypeMethodDescriptionvoidStiRadialTickLabelBase.LoadFromJsonObject(JSONObject jObject) voidStiRadialTickMarkBase.LoadFromJsonObject(JSONObject jObject) voidStiTickBase.LoadFromJsonObject(JSONObject jObject) voidStiTickLabelBase.LoadFromJsonObject(JSONObject jObject) voidStiTickMarkBase.LoadFromJsonObject(JSONObject jObject) -
Uses of JSONObject in com.stimulsoft.report.infographics.gauge.range
Methods in com.stimulsoft.report.infographics.gauge.range that return JSONObjectModifier and TypeMethodDescriptionStiLinearRange.SaveToJsonObject(StiJsonSaveMode mode) StiLinearRangeList.SaveToJsonObject(StiJsonSaveMode mode) StiRadialRange.SaveToJsonObject(StiJsonSaveMode mode) StiRadialRangeList.SaveToJsonObject(StiJsonSaveMode mode) Methods in com.stimulsoft.report.infographics.gauge.range with parameters of type JSONObjectModifier and TypeMethodDescriptionvoidStiLinearRange.LoadFromJsonObject(JSONObject jObject) voidStiLinearRangeList.LoadFromJsonObject(JSONObject jObject) voidStiRadialRange.LoadFromJsonObject(JSONObject jObject) voidStiRadialRangeList.LoadFromJsonObject(JSONObject jObject) -
Uses of JSONObject in com.stimulsoft.report.infographics.gauge.scales
Methods in com.stimulsoft.report.infographics.gauge.scales that return JSONObjectModifier and TypeMethodDescriptionStiLinearScale.SaveToJsonObject(StiJsonSaveMode mode) StiRadialScale.SaveToJsonObject(StiJsonSaveMode mode) Methods in com.stimulsoft.report.infographics.gauge.scales with parameters of type JSONObjectModifier and TypeMethodDescriptionvoidStiLinearScale.LoadFromJsonObject(JSONObject jObject) voidStiRadialScale.LoadFromJsonObject(JSONObject jObject) -
Uses of JSONObject in com.stimulsoft.report.infographics.gauge.styles.view
Methods in com.stimulsoft.report.infographics.gauge.styles.view that return JSONObjectMethods in com.stimulsoft.report.infographics.gauge.styles.view with parameters of type JSONObjectModifier and TypeMethodDescriptionvoidStiGaugeStyleXF.LoadFromJsonObject(JSONObject jObject) static StiGaugeStyleXFStiGaugeStyleXF.LoadFromJsonObjectInternal(JSONObject jObject) -
Uses of JSONObject in com.stimulsoft.report.infographics.gauge.tick
Methods in com.stimulsoft.report.infographics.gauge.tick that return JSONObjectMethods in com.stimulsoft.report.infographics.gauge.tick with parameters of type JSONObject -
Uses of JSONObject in com.stimulsoft.report.infographics.gauge.tick.linear.label
Methods in com.stimulsoft.report.infographics.gauge.tick.linear.label that return JSONObjectModifier and TypeMethodDescriptionStiLinearTickLabelCustom.SaveToJsonObject(StiJsonSaveMode mode) StiLinearTickLabelCustomValue.SaveToJsonObject(StiJsonSaveMode mode) StiLinearTickLabelMajor.SaveToJsonObject(StiJsonSaveMode mode) StiLinearTickLabelMinor.SaveToJsonObject(StiJsonSaveMode mode) Methods in com.stimulsoft.report.infographics.gauge.tick.linear.label with parameters of type JSONObjectModifier and TypeMethodDescriptionvoidStiLinearTickLabelCustom.LoadFromJsonObject(JSONObject jObject) voidStiLinearTickLabelCustomValue.LoadFromJsonObject(JSONObject jObject) voidStiLinearTickLabelMinor.LoadFromJsonObject(JSONObject jObject) -
Uses of JSONObject in com.stimulsoft.report.infographics.gauge.tick.linear.mark
Methods in com.stimulsoft.report.infographics.gauge.tick.linear.mark that return JSONObjectModifier and TypeMethodDescriptionStiLinearTickMarkCustom.SaveToJsonObject(StiJsonSaveMode mode) StiLinearTickMarkCustomValue.SaveToJsonObject(StiJsonSaveMode mode) StiLinearTickMarkMajor.SaveToJsonObject(StiJsonSaveMode mode) StiLinearTickMarkMinor.SaveToJsonObject(StiJsonSaveMode mode) Methods in com.stimulsoft.report.infographics.gauge.tick.linear.mark with parameters of type JSONObjectModifier and TypeMethodDescriptionvoidStiLinearTickMarkCustom.LoadFromJsonObject(JSONObject jObject) voidStiLinearTickMarkCustomValue.LoadFromJsonObject(JSONObject jObject) voidStiLinearTickMarkMinor.LoadFromJsonObject(JSONObject jObject) -
Uses of JSONObject in com.stimulsoft.report.infographics.gauge.tick.radial.label
Methods in com.stimulsoft.report.infographics.gauge.tick.radial.label that return JSONObjectModifier and TypeMethodDescriptionStiRadialTickLabelCustom.SaveToJsonObject(StiJsonSaveMode mode) StiRadialTickLabelCustomValue.SaveToJsonObject(StiJsonSaveMode mode) StiRadialTickLabelMajor.SaveToJsonObject(StiJsonSaveMode mode) StiRadialTickLabelMinor.SaveToJsonObject(StiJsonSaveMode mode) Methods in com.stimulsoft.report.infographics.gauge.tick.radial.label with parameters of type JSONObjectModifier and TypeMethodDescriptionvoidStiRadialTickLabelCustom.LoadFromJsonObject(JSONObject jObject) voidStiRadialTickLabelCustomValue.LoadFromJsonObject(JSONObject jObject) voidStiRadialTickLabelMinor.LoadFromJsonObject(JSONObject jObject) -
Uses of JSONObject in com.stimulsoft.report.infographics.gauge.tick.radial.mark
Methods in com.stimulsoft.report.infographics.gauge.tick.radial.mark that return JSONObjectModifier and TypeMethodDescriptionStiRadialTickMarkCustom.SaveToJsonObject(StiJsonSaveMode mode) StiRadialTickMarkCustomValue.SaveToJsonObject(StiJsonSaveMode mode) StiRadialTickMarkMajor.SaveToJsonObject(StiJsonSaveMode mode) StiRadialTickMarkMinor.SaveToJsonObject(StiJsonSaveMode mode) Methods in com.stimulsoft.report.infographics.gauge.tick.radial.mark with parameters of type JSONObjectModifier and TypeMethodDescriptionvoidStiRadialTickMarkCustom.LoadFromJsonObject(JSONObject jObject) voidStiRadialTickMarkCustomValue.LoadFromJsonObject(JSONObject jObject) voidStiRadialTickMarkMinor.LoadFromJsonObject(JSONObject jObject) -
Uses of JSONObject in com.stimulsoft.report.maps
Methods in com.stimulsoft.report.maps that return JSONObjectMethods in com.stimulsoft.report.maps with parameters of type JSONObject -
Uses of JSONObject in com.stimulsoft.report.painters.context.chart.geoms
Methods in com.stimulsoft.report.painters.context.chart.geoms that return JSONObjectModifier and TypeMethodDescriptionprotected JSONObject[]StiGeom.SaveGeomListToJsonObject(List<StiSegmentGeom> geoms, StiJsonSaveMode mode) protected JSONObject[]StiGeom.SavePointFArrayToJsonObject(StiPoint[] points) static JSONObjectStiGeom.SavePointFToJsonObject(StiPoint pos) static JSONObjectStiGeom.SaveRectangleDToJsonObject(StiRectangle rect) static JSONObjectStiGeom.SaveRectangleFToJsonObject(StiRectangle rect) static JSONObjectStiGeom.SaveRectangleToJsonObject(StiRectangle rect) protected JSONObjectStiGeom.SaveRectToJsonObject(Object rect) StiArcSegmentGeom.SaveToJsonObject(StiJsonSaveMode mode) StiBorderGeom.SaveToJsonObject(StiJsonSaveMode mode) StiCachedShadowGeom.SaveToJsonObject(StiJsonSaveMode mode) StiCurveGeom.SaveToJsonObject(StiJsonSaveMode mode) StiCurveSegmentGeom.SaveToJsonObject(StiJsonSaveMode mode) StiEllipseGeom.SaveToJsonObject(StiJsonSaveMode mode) StiFontGeom.SaveToJsonObject(StiJsonSaveMode mode) StiGeom.SaveToJsonObject(StiJsonSaveMode mode) StiLineGeom.SaveToJsonObject(StiJsonSaveMode mode) StiLineSegmentGeom.SaveToJsonObject(StiJsonSaveMode mode) StiLinesGeom.SaveToJsonObject(StiJsonSaveMode mode) StiLinesSegmentGeom.SaveToJsonObject(StiJsonSaveMode mode) StiPathGeom.SaveToJsonObject(StiJsonSaveMode mode) StiPenGeom.SaveToJsonObject(StiJsonSaveMode mode) StiPieSegmentGeom.SaveToJsonObject(StiJsonSaveMode mode) StiPopClipGeom.SaveToJsonObject(StiJsonSaveMode mode) StiPopSmothingModeGeom.SaveToJsonObject(StiJsonSaveMode mode) StiPopTextRenderingHintGeom.SaveToJsonObject(StiJsonSaveMode mode) StiPopTransformGeom.SaveToJsonObject(StiJsonSaveMode mode) StiPushClipGeom.SaveToJsonObject(StiJsonSaveMode mode) StiPushRotateTransformGeom.SaveToJsonObject(StiJsonSaveMode mode) StiPushSmothingModeToAntiAliasGeom.SaveToJsonObject(StiJsonSaveMode mode) StiPushTextRenderingHintToAntiAliasGeom.SaveToJsonObject(StiJsonSaveMode mode) StiPushTranslateTransformGeom.SaveToJsonObject(StiJsonSaveMode mode) StiSegmentGeom.SaveToJsonObject(StiJsonSaveMode mode) StiShadowGeom.SaveToJsonObject(StiJsonSaveMode mode) StiStringFormatGeom.SaveToJsonObject(StiJsonSaveMode mode) StiTextGeom.SaveToJsonObject(StiJsonSaveMode mode) Methods in com.stimulsoft.report.painters.context.chart.geoms with parameters of type JSONObjectModifier and TypeMethodDescriptionvoidStiArcSegmentGeom.LoadFromJsonObject(JSONObject jObject) voidStiBorderGeom.LoadFromJsonObject(JSONObject jObject) voidStiCachedShadowGeom.LoadFromJsonObject(JSONObject jObject) voidStiCurveGeom.LoadFromJsonObject(JSONObject jObject) voidStiCurveSegmentGeom.LoadFromJsonObject(JSONObject jObject) voidStiEllipseGeom.LoadFromJsonObject(JSONObject jObject) voidStiFontGeom.LoadFromJsonObject(JSONObject jObject) voidStiGeom.LoadFromJsonObject(JSONObject jObject) voidStiLineGeom.LoadFromJsonObject(JSONObject jObject) voidStiLineSegmentGeom.LoadFromJsonObject(JSONObject jObject) voidStiLinesGeom.LoadFromJsonObject(JSONObject jObject) voidStiLinesSegmentGeom.LoadFromJsonObject(JSONObject jObject) voidStiPathGeom.LoadFromJsonObject(JSONObject jObject) voidStiPenGeom.LoadFromJsonObject(JSONObject jObject) voidStiPieSegmentGeom.LoadFromJsonObject(JSONObject jObject) voidStiPopClipGeom.LoadFromJsonObject(JSONObject jObject) voidStiPopSmothingModeGeom.LoadFromJsonObject(JSONObject jObject) voidStiPopTextRenderingHintGeom.LoadFromJsonObject(JSONObject jObject) voidStiPopTransformGeom.LoadFromJsonObject(JSONObject jObject) voidStiPushClipGeom.LoadFromJsonObject(JSONObject jObject) voidStiPushRotateTransformGeom.LoadFromJsonObject(JSONObject jObject) voidStiPushSmothingModeToAntiAliasGeom.LoadFromJsonObject(JSONObject jObject) voidStiPushTextRenderingHintToAntiAliasGeom.LoadFromJsonObject(JSONObject jObject) voidStiPushTranslateTransformGeom.LoadFromJsonObject(JSONObject jObject) voidStiSegmentGeom.LoadFromJsonObject(JSONObject jObject) voidStiShadowGeom.LoadFromJsonObject(JSONObject jObject) voidStiStringFormatGeom.LoadFromJsonObject(JSONObject jObject) voidStiTextGeom.LoadFromJsonObject(JSONObject jObject) -
Uses of JSONObject in com.stimulsoft.report.painters.context.chart.geoms.animation
Methods in com.stimulsoft.report.painters.context.chart.geoms.animation that return JSONObjectModifier and TypeMethodDescriptionStiAnimationGeom.SaveToJsonObject(StiJsonSaveMode mode) StiBorderAnimationGeom.SaveToJsonObject(StiJsonSaveMode mode) StiClusteredBarSeriesAnimationGeom.SaveToJsonObject(StiJsonSaveMode mode) StiClusteredColumnSeriesAnimationGeom.SaveToJsonObject(StiJsonSaveMode mode) StiCurveAnimationGeom.SaveToJsonObject(StiJsonSaveMode mode) StiEllipseAnimationGeom.SaveToJsonObject(StiJsonSaveMode mode) StiLabelAnimationGeom.SaveToJsonObject(StiJsonSaveMode mode) StiLinesAnimationGeom.SaveToJsonObject(StiJsonSaveMode mode) StiPathAnimationGeom.SaveToJsonObject(StiJsonSaveMode mode) StiPathElementAnimationGeom.SaveToJsonObject(StiJsonSaveMode mode) StiShadowAnimationGeom.SaveToJsonObject(StiJsonSaveMode mode) Methods in com.stimulsoft.report.painters.context.chart.geoms.animation with parameters of type JSONObjectModifier and TypeMethodDescriptionvoidStiAnimationGeom.LoadFromJsonObject(JSONObject jObject) voidStiBorderAnimationGeom.LoadFromJsonObject(JSONObject jObject) voidStiClusteredBarSeriesAnimationGeom.LoadFromJsonObject(JSONObject jObject) voidStiClusteredColumnSeriesAnimationGeom.LoadFromJsonObject(JSONObject jObject) voidStiCurveAnimationGeom.LoadFromJsonObject(JSONObject jObject) voidStiEllipseAnimationGeom.LoadFromJsonObject(JSONObject jObject) voidStiLabelAnimationGeom.LoadFromJsonObject(JSONObject jObject) voidStiLinesAnimationGeom.LoadFromJsonObject(JSONObject jObject) voidStiPathAnimationGeom.LoadFromJsonObject(JSONObject jObject) voidStiPathElementAnimationGeom.LoadFromJsonObject(JSONObject jObject) voidStiShadowAnimationGeom.LoadFromJsonObject(JSONObject jObject) -
Uses of JSONObject in com.stimulsoft.report.reportresources
Methods in com.stimulsoft.report.reportresources that return JSONObjectModifier and TypeMethodDescriptionStiReportResource.SaveToJsonObject(StiJsonSaveMode mode) StiReportResourceCollection.SaveToJsonObject(StiJsonSaveMode mode) Methods in com.stimulsoft.report.reportresources with parameters of type JSONObjectModifier and TypeMethodDescriptionvoidStiReportResource.LoadFromJsonObject(JSONObject jObject) voidStiReportResourceCollection.LoadFromJsonObject(JSONObject jObject) -
Uses of JSONObject in com.stimulsoft.report.styles
Methods in com.stimulsoft.report.styles that return JSONObjectModifier and TypeMethodDescriptionStiBaseStyle.SaveToJsonObject(StiJsonSaveMode mode) StiChartStyle.SaveToJsonObject(StiJsonSaveMode mode) StiCrossTabStyle.SaveToJsonObject(StiJsonSaveMode mode) StiDialogStyle.SaveToJsonObject(StiJsonSaveMode mode) StiGaugeStyle.SaveToJsonObject(StiJsonSaveMode mode) StiIndicatorStyle.SaveToJsonObject(StiJsonSaveMode mode) StiStyle.SaveToJsonObject(StiJsonSaveMode mode) StiStylesCollection.SaveToJsonObject(StiJsonSaveMode mode) StiTableStyle.SaveToJsonObject(StiJsonSaveMode mode) Methods in com.stimulsoft.report.styles with parameters of type JSONObjectModifier and TypeMethodDescriptionvoidStiBaseStyle.LoadFromJsonObject(JSONObject jObject) voidStiChartStyle.LoadFromJsonObject(JSONObject jObject) voidStiCrossTabStyle.LoadFromJsonObject(JSONObject jObject) voidStiDialogStyle.LoadFromJsonObject(JSONObject jObject) voidStiIndicatorStyle.LoadFromJsonObject(JSONObject jObject) voidStiStyle.LoadFromJsonObject(JSONObject jObject) voidStiStylesCollection.LoadFromJsonObject(JSONObject jObject) voidStiTableStyle.LoadFromJsonObject(JSONObject jObject) -
Uses of JSONObject in com.stimulsoft.report.styles.conditions
Methods in com.stimulsoft.report.styles.conditions that return JSONObjectModifier and TypeMethodDescriptionStiStyleCondition.SaveToJsonObject(StiJsonSaveMode mode) StiStyleConditionsCollection.SaveToJsonObject(StiJsonSaveMode mode) Methods in com.stimulsoft.report.styles.conditions with parameters of type JSONObjectModifier and TypeMethodDescriptionvoidStiStyleCondition.LoadFromJsonObject(JSONObject jObject) voidStiStyleConditionsCollection.LoadFromJsonObject(JSONObject jObject) -
Uses of JSONObject in com.stimulsoft.report.units
Methods in com.stimulsoft.report.units that return JSONObjectMethods in com.stimulsoft.report.units with parameters of type JSONObject -
Uses of JSONObject in com.stimulsoft.webdesigner
Methods in com.stimulsoft.webdesigner with parameters of type JSONObjectModifier and TypeMethodDescriptionstatic StringStiWebDesigner.getActionCommandName(StiHttpServletRequest httpContext, JSONObject jsonObject) Get the name of inner command. -
Uses of JSONObject in com.stimulsoft.webviewer
Methods in com.stimulsoft.webviewer that return JSONObjectMethods in com.stimulsoft.webviewer with parameters of type JSONObjectModifier and TypeMethodDescriptionStiAngularViewerHandler.getReport(StiHttpServletRequest request, StiHttpServletResponse response, JSONObject viewerProperties) Occurred on loading viewer. -
Uses of JSONObject in com.stimulsoft.webviewer.servlet
Methods in com.stimulsoft.webviewer.servlet with parameters of type JSONObjectModifier and TypeMethodDescriptionStiAngularViewerActionServlet.getReport(StiHttpServletRequest request, StiHttpServletResponse response, JSONObject viewerProperties) StiAngularViewerActionServletJk.getReport(StiHttpServletRequest request, StiHttpServletResponse response, JSONObject viewerProperties)