Uses of Class
com.stimulsoft.base.system.StringFormat
Packages that use StringFormat
Package
Description
-
Uses of StringFormat in com.stimulsoft.base.drawing
Methods in com.stimulsoft.base.drawing with parameters of type StringFormatModifier and TypeMethodDescriptionstatic voidStiRotatedTextDrawing.drawString(StiGraphics g, String text, StiFont font, StiBrush brush, StiPoint point, StringFormat stringFormat, StiRotationMode rotationMode, double angle, float lineSpacing, boolean antialiasing, double zoom) static voidStiRotatedTextDrawing.drawString(StiGraphics g, String text, StiFont font, StiBrush brush, StiPoint point, StringFormat stringFormat, StiRotationMode rotationMode, double angle, float lineSpacing, boolean antialiasing, int maximalWidth, double zoom) static voidStiRotatedTextDrawing.drawString(StiGraphics g, String text, StiFont font, StiBrush brush, StiRectangle rect, StringFormat stringFormat, double angle, float lineSpacing, boolean antialiasing, double zoom) static voidStiRotatedTextDrawing.drawString(StiGraphics g, String text, StiFont font, StiBrush brush, StiRectangle rect, StringFormat stringFormat, double angle, float lineSpacing, boolean antialiasing, int maximalWidth, double zoom) static voidStiRotatedTextDrawing.drawString(StiGraphics g, String text, StiFont font, StiBrush brush, StiRectangle rect, StringFormat stringFormat, double angle, float lineSpacing, double zoom) static voidStiRotatedTextDrawing.drawString(StiGraphics g, String text, StiFont font, StiBrush brush, StiRectangle rect, StringFormat stringFormat, double angle, float lineSpacing, int maximalWidth, double zoom) static voidStiRotatedTextDrawing.drawString(StiGraphics g, String text, StiFont font, StiBrush brush, StiRectangle rect, StringFormat stringFormat, StiRotationMode rotationMode, double angle, float lineSpacing, boolean antialiasing, double zoom) static voidStiRotatedTextDrawing.drawString(StiGraphics g, String text, StiFont font, StiBrush brush, StiRectangle rect, StringFormat stringFormat, StiRotationMode rotationMode, double angle, float lineSpacing, boolean antialiasing, int maximalWidth, double zoom) static StiRectangleStiRotatedTextDrawing.measureString(StiGraphics g, String text, StiFont font, StiPoint point, StringFormat stringFormat, StiRotationMode rotationMode, double angle, float lineSpacing, double zoom) static StiRectangleStiRotatedTextDrawing.measureString(StiGraphics g, String text, StiFont font, StiPoint point, StringFormat stringFormat, StiRotationMode rotationMode, double angle, float lineSpacing, int maximalWidth, double zoom, boolean wordWrap) static StiRectangleStiRotatedTextDrawing.measureString(StiGraphics g, String text, StiFont font, StiRectangle rect, StringFormat stringFormat, StiRotationMode rotationMode, double angle, float lineSpacing, double zoom) static StiRectangleStiRotatedTextDrawing.measureString(StiGraphics g, String text, StiFont font, StiRectangle rect, StringFormat stringFormat, StiRotationMode rotationMode, double angle, float lineSpacing, int maximalWidth, double zoom) -
Uses of StringFormat in com.stimulsoft.report.infographics.gauge.skins
Methods in com.stimulsoft.report.infographics.gauge.skins with parameters of type StringFormatModifier and TypeMethodDescriptionprotected voidStiMarkerBaseSkin.addLines(StiGaugeContextPainter context, StiIndicatorBase indicator, StiPoint[] points, StiRectangle rect, Double angle, StiPoint centerPoint, StringFormat sf, StiAnimation animation) -
Uses of StringFormat in com.stimulsoft.report.options
Methods in com.stimulsoft.report.options that return StringFormatModifier and TypeMethodDescriptionstatic StringFormatEngineOptions.QuickInfo.getQuickInfoStringFormat()Methods in com.stimulsoft.report.options with parameters of type StringFormatModifier and TypeMethodDescriptionstatic voidEngineOptions.QuickInfo.setQuickInfoStringFormat(StringFormat value) -
Uses of StringFormat in com.stimulsoft.report.painters
Methods in com.stimulsoft.report.painters with parameters of type StringFormatModifier and TypeMethodDescriptionvoidStiGaugeContextPainter.addTextGaugeGeom(String text, StiFont font, StiBrush foreground, StiRectangle rect, StringFormat sf) -
Uses of StringFormat in com.stimulsoft.report.painters.context.chart.geoms
Constructors in com.stimulsoft.report.painters.context.chart.geoms with parameters of type StringFormat -
Uses of StringFormat in com.stimulsoft.report.painters.context.gauge.geoms
Fields in com.stimulsoft.report.painters.context.gauge.geoms declared as StringFormatConstructors in com.stimulsoft.report.painters.context.gauge.geoms with parameters of type StringFormatModifierConstructorDescriptionStiTextGaugeGeom(String text, StiFont font, StiBrush foreground, StiRectangle rect, StringFormat sf)