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   
 

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)
           
 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)
           
 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, int maximalWidth)
           
 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)
           
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)
           
 



Copyright © 2018 Stimulsoft. All Rights Reserved.