Package com.stimulsoft.report
Class StiContextRoundedRectangleCreator
java.lang.Object
com.stimulsoft.report.StiContextRoundedRectangleCreator
Copyright Stimulsoft
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic List<StiSegmentGeom> create(StiRectangle rect, StiCornerRadius radius, float scale) static List<StiSegmentGeom> createWithoutBottomSide(StiRectangle rect, StiCornerRadius radius, float scale) static List<StiSegmentGeom> createWithoutLeftSide(StiRectangle rect, StiCornerRadius radius, float scale) static List<StiSegmentGeom> createWithoutRightSide(StiRectangle rect, StiCornerRadius radius, float scale) static List<StiSegmentGeom> createWithoutTopSide(StiRectangle rect, StiCornerRadius radius, float scale)
-
Constructor Details
-
StiContextRoundedRectangleCreator
public StiContextRoundedRectangleCreator()
-
-
Method Details
-
createWithoutTopSide
public static List<StiSegmentGeom> createWithoutTopSide(StiRectangle rect, StiCornerRadius radius, float scale) -
createWithoutBottomSide
public static List<StiSegmentGeom> createWithoutBottomSide(StiRectangle rect, StiCornerRadius radius, float scale) -
createWithoutLeftSide
public static List<StiSegmentGeom> createWithoutLeftSide(StiRectangle rect, StiCornerRadius radius, float scale) -
createWithoutRightSide
public static List<StiSegmentGeom> createWithoutRightSide(StiRectangle rect, StiCornerRadius radius, float scale) -
create
-