| Methods in com.stimulsoft.base.context.chart with parameters of type StiRotationMode |
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,
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)
|
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,
StiRotationMode mode,
double angle)
|
StiRectangle |
StiContext.MeasureRotatedString(String text,
StiFontGeom font,
StiRectangle rect,
StiStringFormatGeom sf,
StiRotationMode mode,
double angle)
|
| Methods in com.stimulsoft.base.drawing with parameters of type StiRotationMode |
static void |
StiRotatedTextDrawing.drawString(StiGraphics g,
String text,
StiFont font,
StiBrush brush,
StiPoint point,
StringFormat stringFormat,
StiRotationMode rotationMode,
double angle,
boolean antialiasing,
double zoom)
|
static void |
StiRotatedTextDrawing.drawString(StiGraphics g,
String text,
StiFont font,
StiBrush brush,
StiPoint point,
StringFormat stringFormat,
StiRotationMode rotationMode,
double angle,
boolean antialiasing,
int maximalWidth,
double zoom)
|
static void |
StiRotatedTextDrawing.drawString(StiGraphics g,
String text,
StiFont font,
StiBrush brush,
StiRectangle rect,
StringFormat stringFormat,
StiRotationMode rotationMode,
double angle,
boolean antialiasing,
double zoom)
|
static void |
StiRotatedTextDrawing.drawString(StiGraphics g,
String text,
StiFont font,
StiBrush brush,
StiRectangle rect,
StringFormat stringFormat,
StiRotationMode rotationMode,
double angle,
boolean antialiasing,
int maximalWidth,
double zoom)
|
static StiRectangle |
StiRotatedTextDrawing.measureString(StiGraphics g,
String text,
StiFont font,
StiPoint point,
StringFormat stringFormat,
StiRotationMode rotationMode,
double angle,
double zoom)
|
static StiRectangle |
StiRotatedTextDrawing.measureString(StiGraphics g,
String text,
StiFont font,
StiPoint point,
StringFormat stringFormat,
StiRotationMode rotationMode,
double angle,
int maximalWidth,
double zoom)
|
static StiRectangle |
StiRotatedTextDrawing.measureString(StiGraphics g,
String text,
StiFont font,
StiRectangle rect,
StringFormat stringFormat,
StiRotationMode rotationMode,
double angle,
double zoom)
|
static StiRectangle |
StiRotatedTextDrawing.measureString(StiGraphics g,
String text,
StiFont font,
StiRectangle rect,
StringFormat stringFormat,
StiRotationMode rotationMode,
double angle,
int maximalWidth,
double zoom)
|