com.stimulsoft.base
Class StiJsonReportObjectHelper.Deserialize
java.lang.Object
com.stimulsoft.base.StiJsonReportObjectHelper.Deserialize
- Enclosing class:
- StiJsonReportObjectHelper
public static class StiJsonReportObjectHelper.Deserialize
- extends java.lang.Object
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
StiJsonReportObjectHelper.Deserialize
public StiJsonReportObjectHelper.Deserialize()
stringArray
public static java.lang.String[] stringArray(JSONObject jObject)
throws JSONException
- Throws:
JSONException
stringList
public static java.util.ArrayList<java.lang.String> stringList(JSONObject jObject)
throws JSONException
- Throws:
JSONException
intArray
public static java.lang.Integer[] intArray(JSONObject jObject)
throws JSONException
- Throws:
JSONException
IntArrayList
public static java.util.ArrayList<java.lang.Integer> IntArrayList(JSONObject jObject)
throws JSONException
- Throws:
JSONException
Font
public static StiFont Font(JProperty prop,
StiFont defaultFont)
throws JSONException
- Throws:
JSONException
JBorderSide
public static StiBorderSide JBorderSide(java.lang.String text)
JCap
public static StiCap JCap(java.lang.String text)
Border
public static StiBorder Border(JProperty prop)
throws JSONException
- Throws:
JSONException
Color
public static StiColor Color(java.lang.String value)
Brush
public static StiBrush Brush(JProperty prop)
throws JSONException
- Throws:
JSONException
ColorArray
public static StiColor[] ColorArray(JSONObject jObject)
throws java.lang.NumberFormatException,
JSONException
- Throws:
java.lang.NumberFormatException
JSONException
DateTime
public static StiDateTime DateTime(JProperty prop)
throws JSONException
- Throws:
JSONException
RectangleD
public static StiRectangle RectangleD(JProperty prop)
throws JSONException
- Throws:
JSONException
SizeD
public static StiSize SizeD(JProperty prop)
throws JSONException
- Throws:
JSONException
Point
public static StiPoint Point(JSONObject jObject)
throws JSONException
- Throws:
JSONException
PointF
public static StiPoint PointF(JSONObject jObject)
throws JSONException
- Throws:
JSONException