Interface IStiContextPainter
- All Known Implementing Classes:
StiContextPainter
public interface IStiContextPainter
Copyright Stimulsoft
-
Method Summary
Modifier and TypeMethodDescriptionclone()createShadowGraphics(boolean isPrinting, double zoom) getPathBounds(List<StiSegmentGeom> geoms) measureRotatedString(String text, StiFontGeom font, StiPoint point, StiStringFormatGeom sf, StiRotationMode mode, double angle) measureRotatedString(String text, StiFontGeom font, StiPoint point, StiStringFormatGeom sf, StiRotationMode mode, double angle, int maximalWidth, boolean wordWrap) measureRotatedString(String text, StiFontGeom font, StiRectangle rect, StiStringFormatGeom sf, double angle) measureRotatedString(String text, StiFontGeom font, StiRectangle rect, StiStringFormatGeom sf, StiRotationMode mode, double angle) measureString(String text, StiFontGeom font) measureString(String text, StiFontGeom font, int width, StiStringFormatGeom sf) voidrender(StiRectangle rect, List<StiGeom> geoms)
-
Method Details
-
clone
IStiContextPainter clone() -
getDefaultStringFormat
StiStringFormatGeom getDefaultStringFormat() -
getGenericStringFormat
StiStringFormatGeom getGenericStringFormat() -
createShadowGraphics
-
getPathBounds
-
measureString
-
measureString
-
measureRotatedString
StiRectangle measureRotatedString(String text, StiFontGeom font, StiRectangle rect, StiStringFormatGeom sf, double angle) -
measureRotatedString
StiRectangle measureRotatedString(String text, StiFontGeom font, StiRectangle rect, StiStringFormatGeom sf, StiRotationMode mode, double angle) -
measureRotatedString
StiRectangle measureRotatedString(String text, StiFontGeom font, StiPoint point, StiStringFormatGeom sf, StiRotationMode mode, double angle, int maximalWidth, boolean wordWrap) -
measureRotatedString
StiRectangle measureRotatedString(String text, StiFontGeom font, StiPoint point, StiStringFormatGeom sf, StiRotationMode mode, double angle) -
render
-