public class StiCurveAnimationGeom extends StiAnimationGeom
interaction| Constructor and Description |
|---|
StiCurveAnimationGeom(StiPenGeom pen,
StiPoint[] points,
float tension,
StiAnimation animation) |
| Modifier and Type | Method and Description |
|---|---|
StiPenGeom |
getPen() |
StiPoint[] |
getPoints() |
float |
getTension() |
StiGeomType |
getType() |
void |
LoadFromJsonObject(JSONObject jObject) |
JSONObject |
SaveToJsonObject(StiJsonSaveMode mode) |
void |
setPen(StiPenGeom pen) |
void |
setPoints(StiPoint[] points) |
void |
setTension(float tension) |
getAnimation, getInteraction, setAnimation, setInteractionSaveBrushToJsonObject, SaveGeomListToJsonObject, SavePointFArrayToJsonObject, SavePointFToJsonObject, SaveRectangleDToJsonObject, SaveRectangleFToJsonObject, SaveRectangleToJsonObject, SaveRectToJsonObjectpublic StiCurveAnimationGeom(StiPenGeom pen, StiPoint[] points, float tension, StiAnimation animation)
public JSONObject SaveToJsonObject(StiJsonSaveMode mode) throws JSONException
SaveToJsonObject in interface IStiJsonReportObjectSaveToJsonObject in class StiAnimationGeomJSONExceptionpublic void LoadFromJsonObject(JSONObject jObject)
LoadFromJsonObject in interface IStiJsonReportObjectLoadFromJsonObject in class StiAnimationGeompublic StiGeomType getType()
public StiPenGeom getPen()
public void setPen(StiPenGeom pen)
pen - the pen to setpublic StiPoint[] getPoints()
public void setPoints(StiPoint[] points)
points - the points to setpublic float getTension()
public void setTension(float tension)
tension - the tension to setCopyright © 2020 Stimulsoft. All Rights Reserved.