Class StiCurveSegmentGeom
java.lang.Object
com.stimulsoft.report.painters.context.chart.geoms.StiGeom
com.stimulsoft.report.painters.context.chart.geoms.StiSegmentGeom
com.stimulsoft.report.painters.context.chart.geoms.StiCurveSegmentGeom
- All Implemented Interfaces:
IStiJsonReportObject
-
Constructor Summary
ConstructorsConstructorDescriptionStiCurveSegmentGeom(StiPoint[] points, float tension) StiCurveSegmentGeom(StiPoint[] points, float tension, StiAnimation animation) -
Method Summary
Modifier and TypeMethodDescriptionStiPoint[]floatvoidLoadFromJsonObject(JSONObject jObject) voidsetAnimation(StiAnimation animation) voidvoidsetTension(float tension) Methods inherited from class com.stimulsoft.report.painters.context.chart.geoms.StiSegmentGeom
getTypeMethods inherited from class com.stimulsoft.report.painters.context.chart.geoms.StiGeom
SaveBrushToJsonObject, SaveGeomListToJsonObject, SavePointFArrayToJsonObject, SavePointFToJsonObject, SaveRectangleDToJsonObject, SaveRectangleFToJsonObject, SaveRectangleToJsonObject, SaveRectToJsonObject
-
Constructor Details
-
StiCurveSegmentGeom
-
StiCurveSegmentGeom
-
-
Method Details
-
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 classStiSegmentGeom- Throws:
JSONException
-
LoadFromJsonObject
- Specified by:
LoadFromJsonObjectin interfaceIStiJsonReportObject- Overrides:
LoadFromJsonObjectin classStiSegmentGeom- Throws:
JSONException
-
getAnimation
- Returns:
- the animation
-
setAnimation
- Parameters:
animation- the animation to set
-