Class StiCurveAnimationGeom
java.lang.Object
com.stimulsoft.report.painters.context.chart.geoms.StiGeom
com.stimulsoft.report.painters.context.chart.geoms.animation.StiAnimationGeom
com.stimulsoft.report.painters.context.chart.geoms.animation.StiCurveAnimationGeom
- All Implemented Interfaces:
IStiJsonReportObject
Copyright Stimulsoft
-
Field Summary
Fields inherited from class com.stimulsoft.report.painters.context.chart.geoms.animation.StiAnimationGeom
interaction -
Constructor Summary
ConstructorsConstructorDescriptionStiCurveAnimationGeom(StiPenGeom pen, StiPoint[] points, float tension, StiAnimation animation) -
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.animation.StiAnimationGeom
getAnimation, getInteraction, setAnimation, setInteractionMethods inherited from class com.stimulsoft.report.painters.context.chart.geoms.StiGeom
SaveBrushToJsonObject, SaveGeomListToJsonObject, SavePointFArrayToJsonObject, SavePointFToJsonObject, SaveRectangleDToJsonObject, SaveRectangleFToJsonObject, SaveRectangleToJsonObject, SaveRectToJsonObject
-
Constructor Details
-
StiCurveAnimationGeom
public StiCurveAnimationGeom(StiPenGeom pen, StiPoint[] points, float tension, StiAnimation animation)
-
-
Method Details
-
SaveToJsonObject
- Specified by:
SaveToJsonObjectin interfaceIStiJsonReportObject- Overrides:
SaveToJsonObjectin classStiAnimationGeom- Throws:
JSONException
-
LoadFromJsonObject
- Specified by:
LoadFromJsonObjectin interfaceIStiJsonReportObject- Overrides:
LoadFromJsonObjectin classStiAnimationGeom
-
getType
-
getPen
- Returns:
- the pen
-
setPen
- Parameters:
pen- the pen to set
-
getPoints
- Returns:
- the points
-
setPoints
- Parameters:
points- the points to set
-
getTension
public float getTension()- Returns:
- the tension
-
setTension
public void setTension(float tension) - Parameters:
tension- the tension to set
-