Class StiPushTranslateTransformGeom
java.lang.Object
com.stimulsoft.report.painters.context.chart.geoms.StiGeom
com.stimulsoft.report.painters.context.chart.geoms.StiPushTranslateTransformGeom
- All Implemented Interfaces:
IStiJsonReportObject
Copyright Stimulsoft
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetType()floatgetX()floatgetY()voidLoadFromJsonObject(JSONObject jObject) voidsetX(float x) voidsetY(float y) Methods inherited from class com.stimulsoft.report.painters.context.chart.geoms.StiGeom
SaveBrushToJsonObject, SaveGeomListToJsonObject, SavePointFArrayToJsonObject, SavePointFToJsonObject, SaveRectangleDToJsonObject, SaveRectangleFToJsonObject, SaveRectangleToJsonObject, SaveRectToJsonObject
-
Constructor Details
-
StiPushTranslateTransformGeom
public StiPushTranslateTransformGeom(double x, double y)
-
-
Method Details
-
getType
-
getX
public float getX()- Returns:
- the x
-
setX
public void setX(float x) - Parameters:
x- the x to set
-
getY
public float getY()- Returns:
- the y
-
setY
public void setY(float y) - Parameters:
y- the y to set
-
SaveToJsonObject
- Specified by:
SaveToJsonObjectin interfaceIStiJsonReportObject- Overrides:
SaveToJsonObjectin classStiGeom- Throws:
JSONException
-
LoadFromJsonObject
- Specified by:
LoadFromJsonObjectin interfaceIStiJsonReportObject- Overrides:
LoadFromJsonObjectin classStiGeom- Throws:
JSONException
-