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

Packages that use StiFontGeom
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.chart.geoms.seriesLabels.axis   
com.stimulsoft.report.painters   
 

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

Methods in com.stimulsoft.base.context.chart with parameters of type StiFontGeom
 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)
           
 StiSize StiContext.MeasureString(java.lang.String text, StiFontGeom font)
           
 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 StiFontGeom in com.stimulsoft.base.context.chart.geoms
 

Methods in com.stimulsoft.base.context.chart.geoms that return StiFontGeom
static StiFontGeom StiFontGeom.ChangeFontSize(StiFont font, double newFontSize)
           
static StiFontGeom StiFontGeom.ChangeFontSize(StiFont font, float newFontSize)
           
 StiFontGeom StiTextGeom.getFont()
           
 

Methods in com.stimulsoft.base.context.chart.geoms with parameters of type StiFontGeom
 void StiTextGeom.setFont(StiFontGeom font)
           
 

Constructors in com.stimulsoft.base.context.chart.geoms with parameters of type StiFontGeom
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 StiFontGeom in com.stimulsoft.base.context.chart.geoms.animaton
 

Methods in com.stimulsoft.base.context.chart.geoms.animaton that return StiFontGeom
 StiFontGeom StiLabelAnimationGeom.getFont()
           
 

Methods in com.stimulsoft.base.context.chart.geoms.animaton with parameters of type StiFontGeom
 void StiLabelAnimationGeom.setFont(StiFontGeom font)
           
 

Constructors in com.stimulsoft.base.context.chart.geoms.animaton with parameters of type StiFontGeom
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 StiFontGeom in com.stimulsoft.report.chart.core.axis
 

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

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

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

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

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

Uses of StiFontGeom in com.stimulsoft.report.chart.geoms.seriesLabels.axis
 

Methods in com.stimulsoft.report.chart.geoms.seriesLabels.axis that return StiFontGeom
 StiFontGeom StiOutsideAxisLabelsGeom.getFont()
           
 StiFontGeom StiCenterAxisLabelsGeom.getFont()
           
 

Constructors in com.stimulsoft.report.chart.geoms.seriesLabels.axis with parameters of type StiFontGeom
StiCenterAxisLabelsGeom(IStiSeriesLabels seriesLabels, IStiSeries series, int index, double value, StiRectangle clientRectangle, java.lang.String text, StiColor labelColor, StiColor labelBorderColor, StiBrush seriesBrush, StiBrush seriesLabelsBrush, StiColor seriesBorderColor, StiFontGeom font, StiAnimation animation)
           
StiOutsideAxisLabelsGeom(IStiSeriesLabels seriesLabels, IStiSeries series, int index, double value, StiRectangle clientRectangle, java.lang.String text, StiColor labelColor, StiColor labelBorderColor, StiBrush seriesBrush, StiColor seriesBorderColor, StiFontGeom font, StiPoint startPoint, StiPoint endPoint)
           
 

Uses of StiFontGeom in com.stimulsoft.report.painters
 

Methods in com.stimulsoft.report.painters with parameters of type StiFontGeom
 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)
           
 StiSize StiContextPainter.measureString(java.lang.String text, StiFontGeom font, int width, StiStringFormatGeom sf)