public class StiCurveGeom extends StiGeom
| Constructor and Description |
|---|
StiCurveGeom(StiPenGeom pen,
StiPoint[] points,
float tension,
boolean useZoom) |
| Modifier and Type | Method and Description |
|---|---|
StiPenGeom |
getPen() |
StiPoint[] |
getPoints() |
float |
getTension() |
StiGeomType |
getType() |
boolean |
isUseZoom() |
void |
LoadFromJsonObject(JSONObject jObject) |
JSONObject |
SaveToJsonObject(StiJsonSaveMode mode) |
void |
setPen(StiPenGeom pen) |
void |
setPoints(StiPoint[] points) |
void |
setTension(float tension) |
SaveBrushToJsonObject, SaveGeomListToJsonObject, SavePointFArrayToJsonObject, SavePointFToJsonObject, SaveRectangleDToJsonObject, SaveRectangleFToJsonObject, SaveRectangleToJsonObject, SaveRectToJsonObjectpublic StiCurveGeom(StiPenGeom pen, StiPoint[] points, float tension, boolean useZoom)
public StiGeomType getType()
public StiPenGeom getPen()
public void setPen(StiPenGeom pen)
pen - the pen to setpublic float getTension()
public boolean isUseZoom()
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 StiGeomJSONExceptionpublic void LoadFromJsonObject(JSONObject jObject) throws JSONException
LoadFromJsonObject in interface IStiJsonReportObjectLoadFromJsonObject in class StiGeomJSONExceptionCopyright © 2020 Stimulsoft. All Rights Reserved.