com.stimulsoft.base.context.chart.geoms
Class StiPushTranslateTransformGeom
java.lang.Object
com.stimulsoft.base.context.chart.geoms.StiGeom
com.stimulsoft.base.context.chart.geoms.StiPushTranslateTransformGeom
- All Implemented Interfaces:
- IStiJsonReportObject
public class StiPushTranslateTransformGeom
- extends StiGeom
Copyright Stimulsoft
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
StiPushTranslateTransformGeom
public StiPushTranslateTransformGeom(double x,
double y)
getType
public StiGeomType getType()
- Specified by:
getType in class StiGeom
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
public JSONObject SaveToJsonObject(StiJsonSaveMode mode)
throws JSONException
- Specified by:
SaveToJsonObject in interface IStiJsonReportObject- Overrides:
SaveToJsonObject in class StiGeom
- Throws:
JSONException
LoadFromJsonObject
public void LoadFromJsonObject(JSONObject jObject)
throws JSONException
- Specified by:
LoadFromJsonObject in interface IStiJsonReportObject- Overrides:
LoadFromJsonObject in class StiGeom
- Throws:
JSONException