public class StiLinesGeom extends StiGeom
| Constructor and Description |
|---|
StiLinesGeom(StiPenGeom pen,
StiPoint[] points,
boolean useZoom) |
| Modifier and Type | Method and Description |
|---|---|
StiPenGeom |
getPen() |
StiPoint[] |
getPoints() |
StiGeomType |
getType() |
boolean |
isUseZoom() |
void |
LoadFromJsonObject(JSONObject jObject) |
JSONObject |
SaveToJsonObject(StiJsonSaveMode mode) |
void |
setPen(StiPenGeom pen) |
void |
setPoints(StiPoint[] points) |
SaveBrushToJsonObject, SaveGeomListToJsonObject, SavePointFArrayToJsonObject, SavePointFToJsonObject, SaveRectangleDToJsonObject, SaveRectangleFToJsonObject, SaveRectangleToJsonObject, SaveRectToJsonObjectpublic StiLinesGeom(StiPenGeom pen, StiPoint[] points, boolean useZoom)
public 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 boolean isUseZoom()
public 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.