Class StiCurveGeom
java.lang.Object
com.stimulsoft.report.painters.context.chart.geoms.StiGeom
com.stimulsoft.report.painters.context.chart.geoms.StiCurveGeom
- All Implemented Interfaces:
IStiJsonReportObject
Copyright Stimulsoft
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetPen()StiPoint[]floatgetType()voidLoadFromJsonObject(JSONObject jObject) voidsetPen(StiPenGeom pen) voidvoidsetTension(float tension) Methods inherited from class com.stimulsoft.report.painters.context.chart.geoms.StiGeom
SaveBrushToJsonObject, SaveGeomListToJsonObject, SavePointFArrayToJsonObject, SavePointFToJsonObject, SaveRectangleDToJsonObject, SaveRectangleFToJsonObject, SaveRectangleToJsonObject, SaveRectToJsonObject
-
Constructor Details
-
StiCurveGeom
-
-
Method Details
-
getType
-
getPen
- Returns:
- the pen
-
setPen
- Parameters:
pen- the pen to set
-
getTension
public float getTension()- Returns:
- the tension
-
setTension
public void setTension(float tension) - Parameters:
tension- the tension to set
-
getPoints
- Returns:
- the points
-
setPoints
- Parameters:
points- the points to set
-
SaveToJsonObject
- Specified by:
SaveToJsonObjectin interfaceIStiJsonReportObject- Overrides:
SaveToJsonObjectin classStiGeom- Throws:
JSONException
-
LoadFromJsonObject
- Specified by:
LoadFromJsonObjectin interfaceIStiJsonReportObject- Overrides:
LoadFromJsonObjectin classStiGeom- Throws:
JSONException
-