Class StiLineGeom
java.lang.Object
com.stimulsoft.report.painters.context.chart.geoms.StiGeom
com.stimulsoft.report.painters.context.chart.geoms.StiLineGeom
- All Implemented Interfaces:
IStiJsonReportObject
Copyright Stimulsoft
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetPen()getType()floatgetX1()floatgetX2()floatgetY1()floatgetY2()voidLoadFromJsonObject(JSONObject jObject) voidsetPen(StiPenGeom pen) voidsetX1(float x1) voidsetX2(float x2) voidsetY1(float y1) voidsetY2(float y2) Methods inherited from class com.stimulsoft.report.painters.context.chart.geoms.StiGeom
SaveBrushToJsonObject, SaveGeomListToJsonObject, SavePointFArrayToJsonObject, SavePointFToJsonObject, SaveRectangleDToJsonObject, SaveRectangleFToJsonObject, SaveRectangleToJsonObject, SaveRectToJsonObject
-
Constructor Details
-
StiLineGeom
-
-
Method Details
-
getType
-
getPen
- Returns:
- the pen
-
setPen
- Parameters:
pen- the pen to set
-
getX1
public float getX1()- Returns:
- the x1
-
setX1
public void setX1(float x1) - Parameters:
x1- the x1 to set
-
getY1
public float getY1()- Returns:
- the y1
-
setY1
public void setY1(float y1) - Parameters:
y1- the y1 to set
-
getX2
public float getX2()- Returns:
- the x2
-
setX2
public void setX2(float x2) - Parameters:
x2- the x2 to set
-
getY2
public float getY2()- Returns:
- the y2
-
setY2
public void setY2(float y2) - Parameters:
y2- the y2 to set
-
SaveToJsonObject
- Specified by:
SaveToJsonObjectin interfaceIStiJsonReportObject- Overrides:
SaveToJsonObjectin classStiGeom- Throws:
JSONException
-
LoadFromJsonObject
- Specified by:
LoadFromJsonObjectin interfaceIStiJsonReportObject- Overrides:
LoadFromJsonObjectin classStiGeom- Throws:
JSONException
-