public class StiCurveSegmentGeom extends StiSegmentGeom
| Constructor and Description |
|---|
StiCurveSegmentGeom(StiPoint[] points,
float tension) |
StiCurveSegmentGeom(StiPoint[] points,
float tension,
StiAnimation animation) |
| Modifier and Type | Method and Description |
|---|---|
StiAnimation |
getAnimation() |
StiPoint[] |
getPoints() |
float |
getTension() |
void |
LoadFromJsonObject(JSONObject jObject) |
JSONObject |
SaveToJsonObject(StiJsonSaveMode mode) |
void |
setAnimation(StiAnimation animation) |
void |
setPoints(StiPoint[] points) |
void |
setTension(float tension) |
getTypeSaveBrushToJsonObject, SaveGeomListToJsonObject, SavePointFArrayToJsonObject, SavePointFToJsonObject, SaveRectangleDToJsonObject, SaveRectangleFToJsonObject, SaveRectangleToJsonObject, SaveRectToJsonObjectpublic StiCurveSegmentGeom(StiPoint[] points, float tension)
public StiCurveSegmentGeom(StiPoint[] points, float tension, StiAnimation animation)
public float getTension()
public void setTension(float tension)
tension - the tension to setpublic StiPoint[] getPoints()
public void setPoints(StiPoint[] points)
points - the points 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 StiSegmentGeomJSONExceptionpublic StiAnimation getAnimation()
public void setAnimation(StiAnimation animation)
animation - the animation to setCopyright © 2020 Stimulsoft. All Rights Reserved.