public class StiLinesAnimationGeom extends StiAnimationGeom
interaction| Constructor and Description |
|---|
StiLinesAnimationGeom(StiPenGeom pen,
StiPoint[] points,
StiAnimation animation) |
| Modifier and Type | Method and Description |
|---|---|
StiPenGeom |
getPen() |
StiPoint[] |
getPoints() |
StiGeomType |
getType() |
void |
LoadFromJsonObject(JSONObject jObject) |
JSONObject |
SaveToJsonObject(StiJsonSaveMode mode) |
void |
setPen(StiPenGeom pen) |
void |
setPoints(StiPoint[] points) |
getAnimation, getInteraction, setAnimation, setInteractionSaveBrushToJsonObject, SaveGeomListToJsonObject, SavePointFArrayToJsonObject, SavePointFToJsonObject, SaveRectangleDToJsonObject, SaveRectangleFToJsonObject, SaveRectangleToJsonObject, SaveRectToJsonObjectpublic StiLinesAnimationGeom(StiPenGeom pen, StiPoint[] points, 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 setCopyright © 2020 Stimulsoft. All Rights Reserved.