Class StiLinesSegmentGeom
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.StiLinesSegmentGeom
- All Implemented Interfaces:
IStiJsonReportObject
-
Constructor Summary
ConstructorsConstructorDescriptionStiLinesSegmentGeom(StiPoint[] points) StiLinesSegmentGeom(StiPoint[] points, StiAnimation animation) -
Method Summary
Modifier and TypeMethodDescriptionStiPoint[]voidLoadFromJsonObject(JSONObject jObject) voidsetAnimation(StiAnimation animation) voidMethods 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
-
StiLinesSegmentGeom
-
StiLinesSegmentGeom
-
-
Method Details
-
getPoints
- Returns:
- the points
-
setPoints
- Parameters:
points- the points to set
-
getAnimation
- Returns:
- the animation
-
setAnimation
- Parameters:
animation- the animation to set
-
SaveToJsonObject
- Specified by:
SaveToJsonObjectin interfaceIStiJsonReportObject- Overrides:
SaveToJsonObjectin classStiSegmentGeom- Throws:
JSONException
-
LoadFromJsonObject
- Specified by:
LoadFromJsonObjectin interfaceIStiJsonReportObject- Overrides:
LoadFromJsonObjectin classStiSegmentGeom- Throws:
JSONException
-