public class StiLinesSegmentGeom extends StiSegmentGeom
| Constructor and Description |
|---|
StiLinesSegmentGeom(StiPoint[] points) |
StiLinesSegmentGeom(StiPoint[] points,
StiAnimation animation) |
| Modifier and Type | Method and Description |
|---|---|
StiAnimation |
getAnimation() |
StiPoint[] |
getPoints() |
void |
LoadFromJsonObject(JSONObject jObject) |
JSONObject |
SaveToJsonObject(StiJsonSaveMode mode) |
void |
setAnimation(StiAnimation animation) |
void |
setPoints(StiPoint[] points) |
getTypeSaveBrushToJsonObject, SaveGeomListToJsonObject, SavePointFArrayToJsonObject, SavePointFToJsonObject, SaveRectangleDToJsonObject, SaveRectangleFToJsonObject, SaveRectangleToJsonObject, SaveRectToJsonObjectpublic StiLinesSegmentGeom(StiPoint[] points)
public StiLinesSegmentGeom(StiPoint[] points, StiAnimation animation)
public StiPoint[] getPoints()
public void setPoints(StiPoint[] points)
points - the points to setpublic StiAnimation getAnimation()
public void setAnimation(StiAnimation animation)
animation - the animation to setpublic JSONObject SaveToJsonObject(StiJsonSaveMode mode) throws JSONException
SaveToJsonObject in interface IStiJsonReportObjectSaveToJsonObject in class StiSegmentGeomJSONExceptionpublic void LoadFromJsonObject(JSONObject jObject) throws JSONException
LoadFromJsonObject in interface IStiJsonReportObjectLoadFromJsonObject in class StiSegmentGeomJSONExceptionCopyright © 2020 Stimulsoft. All Rights Reserved.