Uses of Class
com.stimulsoft.base.context.chart.geoms.StiStringFormatGeom

Packages that use StiStringFormatGeom
com.stimulsoft.base.context.chart   
com.stimulsoft.base.context.chart.geoms   
com.stimulsoft.base.context.chart.geoms.animaton   
com.stimulsoft.report.chart.core.axis   
com.stimulsoft.report.chart.core.radarAxis   
com.stimulsoft.report.chart.core.seriesLabels.pie   
com.stimulsoft.report.painters   
 

Uses of StiStringFormatGeom in com.stimulsoft.base.context.chart
 

Methods in com.stimulsoft.base.context.chart that return StiStringFormatGeom
 StiStringFormatGeom IStiContextPainter.getDefaultStringFormat()
           
 StiStringFormatGeom StiContext.GetDefaultStringFormat()
           
 StiStringFormatGeom IStiContextPainter.getGenericStringFormat()
           
 StiStringFormatGeom StiContext.GetGenericStringFormat()
           
 

Methods in com.stimulsoft.base.context.chart with parameters of type StiStringFormatGeom
 void StiContext.DrawAnimationLabel(java.lang.String text, StiFontGeom font, java.lang.Object textBrush, java.lang.Object labelBrush, StiPenGeom penBorder, StiRectangle rect, StiStringFormatGeom sf, StiRotationMode mode, float angle, java.lang.Boolean drawBorder, StiAnimation animation)
           
 StiTextGeom StiContext.DrawRotatedString(java.lang.String text, StiFontGeom font, java.lang.Object brush, StiPoint pos, StiStringFormatGeom sf, StiRotationMode mode, float angle, boolean antialiasing)
           
 StiTextGeom StiContext.DrawRotatedString(java.lang.String text, StiFontGeom font, java.lang.Object brush, StiPoint pos, StiStringFormatGeom sf, StiRotationMode mode, float angle, boolean antialiasing, int maximalWidth)
           
 StiTextGeom StiContext.DrawRotatedString(java.lang.String text, StiFontGeom font, java.lang.Object brush, StiRectangle rect, StiStringFormatGeom sf, float angle, boolean antialiasing)
           
 StiTextGeom StiContext.DrawRotatedString(java.lang.String text, StiFontGeom font, java.lang.Object brush, StiRectangle rect, StiStringFormatGeom sf, StiRotationMode mode, float angle, boolean antialiasing)
           
 StiTextGeom StiContext.DrawRotatedString(java.lang.String text, StiFontGeom font, java.lang.Object brush, StiRectangle rect, StiStringFormatGeom sf, StiRotationMode mode, float angle, boolean antialiasing, int maximalWidth)
           
 StiTextGeom StiContext.DrawString(java.lang.String text, StiFontGeom font, java.lang.Object brush, StiRectangle rect, StiStringFormatGeom sf)
           
 StiTextGeom StiContext.DrawString(java.lang.String text, StiFontGeom font, java.lang.Object brush, StiRectangle rect, StiStringFormatGeom sf, int elementIndex)
           
 StiRectangle IStiContextPainter.measureRotatedString(java.lang.String text, StiFontGeom font, StiPoint point, StiStringFormatGeom sf, StiRotationMode mode, double angle)
           
 StiRectangle IStiContextPainter.measureRotatedString(java.lang.String text, StiFontGeom font, StiPoint point, StiStringFormatGeom sf, StiRotationMode mode, double angle, int maximalWidth, boolean wordWrap)
           
 StiRectangle StiContext.MeasureRotatedString(java.lang.String text, StiFontGeom font, StiPoint point, StiStringFormatGeom sf, StiRotationMode mode, float angle)
           
 StiRectangle StiContext.MeasureRotatedString(java.lang.String text, StiFontGeom font, StiPoint point, StiStringFormatGeom sf, StiRotationMode mode, float angle, float maximalWidth)
           
 StiRectangle StiContext.MeasureRotatedString(java.lang.String text, StiFontGeom font, StiPoint point, StiStringFormatGeom sf, StiRotationMode mode, float angle, int maximalWidth, boolean wordWrap)
           
 StiRectangle IStiContextPainter.measureRotatedString(java.lang.String text, StiFontGeom font, StiRectangle rect, StiStringFormatGeom sf, double angle)
           
 StiRectangle StiContext.MeasureRotatedString(java.lang.String text, StiFontGeom font, StiRectangle rect, StiStringFormatGeom sf, float angle)
           
 StiRectangle IStiContextPainter.measureRotatedString(java.lang.String text, StiFontGeom font, StiRectangle rect, StiStringFormatGeom sf, StiRotationMode mode, double angle)
           
 StiRectangle StiContext.MeasureRotatedString(java.lang.String text, StiFontGeom font, StiRectangle rect, StiStringFormatGeom sf, StiRotationMode mode, double angle)
           
 StiSize IStiContextPainter.measureString(java.lang.String text, StiFontGeom font, int width, StiStringFormatGeom sf)
           
 StiSize StiContext.MeasureString(java.lang.String text, StiFontGeom font, int width, StiStringFormatGeom sf)
           
 

Uses of StiStringFormatGeom in com.stimulsoft.base.context.chart.geoms
 

Methods in com.stimulsoft.base.context.chart.geoms that return StiStringFormatGeom
 StiStringFormatGeom StiTextGeom.getStringFormat()
           
 

Methods in com.stimulsoft.base.context.chart.geoms with parameters of type StiStringFormatGeom
 void StiTextGeom.setStringFormat(StiStringFormatGeom stringFormat)
           
 

Constructors in com.stimulsoft.base.context.chart.geoms with parameters of type StiStringFormatGeom
StiTextGeom(java.lang.String text, StiFontGeom font, java.lang.Object brush, java.lang.Object location, StiStringFormatGeom stringFormat, boolean isRotatedText, int elementIndex)
           
StiTextGeom(java.lang.String text, StiFontGeom font, java.lang.Object brush, java.lang.Object location, StiStringFormatGeom stringFormat, float angle, boolean antialiasing, boolean isRotatedText)
           
StiTextGeom(java.lang.String text, StiFontGeom font, java.lang.Object brush, java.lang.Object location, StiStringFormatGeom stringFormat, float angle, boolean antialiasing, java.lang.Integer maximalWidth, StiRotationMode rotationMode, boolean isRotatedText)
           
StiTextGeom(java.lang.String text, StiFontGeom font, java.lang.Object brush, java.lang.Object location, StiStringFormatGeom stringFormat, float angle, boolean antialiasing, StiRotationMode rotationMode, boolean isRotatedText)
           
 

Uses of StiStringFormatGeom in com.stimulsoft.base.context.chart.geoms.animaton
 

Methods in com.stimulsoft.base.context.chart.geoms.animaton that return StiStringFormatGeom
 StiStringFormatGeom StiLabelAnimationGeom.getStringFormat()
           
 

Methods in com.stimulsoft.base.context.chart.geoms.animaton with parameters of type StiStringFormatGeom
 void StiLabelAnimationGeom.setStringFormat(StiStringFormatGeom stringFormat)
           
 

Constructors in com.stimulsoft.base.context.chart.geoms.animaton with parameters of type StiStringFormatGeom
StiLabelAnimationGeom(java.lang.String text, StiFontGeom font, java.lang.Object textBrush, java.lang.Object LabelBrush, StiPenGeom penBorder, StiRectangle rect, StiStringFormatGeom sf, StiRotationMode rotationMode, float angle, boolean drawBorder, StiAnimation animation)
           
 

Uses of StiStringFormatGeom in com.stimulsoft.report.chart.core.axis
 

Methods in com.stimulsoft.report.chart.core.axis that return StiStringFormatGeom
 StiStringFormatGeom StiAxisCoreXF.GetStringFormatGeom(StiContext context)
           
 

Uses of StiStringFormatGeom in com.stimulsoft.report.chart.core.radarAxis
 

Methods in com.stimulsoft.report.chart.core.radarAxis that return StiStringFormatGeom
 StiStringFormatGeom StiYRadarAxisCoreXF.GetStringFormatGeom(StiContext context)
           
 

Uses of StiStringFormatGeom in com.stimulsoft.report.chart.core.seriesLabels.pie
 

Methods in com.stimulsoft.report.chart.core.seriesLabels.pie with parameters of type StiStringFormatGeom
 StiRectangle StiCenterPieLabelsCoreXF.GetLabelRect(StiContext context, StiPoint labelPoint, java.lang.String labelText, StiFontGeom font, StiStringFormatGeom sf)
           
 

Uses of StiStringFormatGeom in com.stimulsoft.report.painters
 

Methods in com.stimulsoft.report.painters that return StiStringFormatGeom
 StiStringFormatGeom StiContextPainter.getDefaultStringFormat()
           
 StiStringFormatGeom StiContextPainter.getGenericStringFormat()
           
 

Methods in com.stimulsoft.report.painters with parameters of type StiStringFormatGeom
 StiRectangle StiContextPainter.measureRotatedString(java.lang.String text, StiFontGeom font, StiPoint point, StiStringFormatGeom sf, StiRotationMode mode, double angle)
           
 StiRectangle StiContextPainter.measureRotatedString(java.lang.String text, StiFontGeom font, StiPoint point, StiStringFormatGeom sf, StiRotationMode mode, double angle, int maximalWidth, boolean wordWrap)
           
 StiRectangle StiContextPainter.measureRotatedString(java.lang.String text, StiFontGeom font, StiRectangle rect, StiStringFormatGeom sf, double angle)
           
 StiRectangle StiContextPainter.measureRotatedString(java.lang.String text, StiFontGeom font, StiRectangle rect, StiStringFormatGeom sf, StiRotationMode mode, double angle)
           
 StiSize StiContextPainter.measureString(java.lang.String text, StiFontGeom font, int width, StiStringFormatGeom sf)