Class StiBezierSegmentGeom
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.StiBezierSegmentGeom
- All Implemented Interfaces:
IStiJsonReportObject
Copyright Stimulsoft
-
Constructor Summary
ConstructorsConstructorDescriptionStiBezierSegmentGeom(StiPoint pt1, StiPoint pt2, StiPoint pt3, StiPoint pt4) StiBezierSegmentGeom(StiPoint pt1, StiPoint pt2, StiPoint pt3, StiPoint pt4, StiAnimation animation) -
Method Summary
Modifier and TypeMethodDescriptiongetPt1()getPt2()getPt3()getPt4()voidsetAnimation(StiAnimation animation) voidvoidvoidvoidMethods inherited from class com.stimulsoft.report.painters.context.chart.geoms.StiSegmentGeom
getType, LoadFromJsonObject, SaveToJsonObjectMethods inherited from class com.stimulsoft.report.painters.context.chart.geoms.StiGeom
SaveBrushToJsonObject, SaveGeomListToJsonObject, SavePointFArrayToJsonObject, SavePointFToJsonObject, SaveRectangleDToJsonObject, SaveRectangleFToJsonObject, SaveRectangleToJsonObject, SaveRectToJsonObject
-
Constructor Details
-
StiBezierSegmentGeom
-
StiBezierSegmentGeom
public StiBezierSegmentGeom(StiPoint pt1, StiPoint pt2, StiPoint pt3, StiPoint pt4, StiAnimation animation)
-
-
Method Details
-
getPt1
-
setPt1
-
getPt2
-
setPt2
-
getPt3
-
setPt3
-
getPt4
-
setPt4
-
getAnimation
-
setAnimation
-