public class StiPushTranslateTransformGeom extends StiGeom
| Constructor and Description |
|---|
StiPushTranslateTransformGeom(double x,
double y) |
| Modifier and Type | Method and Description |
|---|---|
StiGeomType |
getType() |
float |
getX() |
float |
getY() |
void |
LoadFromJsonObject(JSONObject jObject) |
JSONObject |
SaveToJsonObject(StiJsonSaveMode mode) |
void |
setX(float x) |
void |
setY(float y) |
SaveBrushToJsonObject, SaveGeomListToJsonObject, SavePointFArrayToJsonObject, SavePointFToJsonObject, SaveRectangleDToJsonObject, SaveRectangleFToJsonObject, SaveRectangleToJsonObject, SaveRectToJsonObjectpublic StiPushTranslateTransformGeom(double x,
double y)
public StiGeomType getType()
public float getX()
public void setX(float x)
x - the x to setpublic float getY()
public void setY(float y)
y - the y 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.