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