| Modifier and Type | Method and Description |
|---|---|
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,
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) |
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,
StiRotationMode mode,
double angle) |
StiRectangle |
StiContext.MeasureRotatedString(java.lang.String text,
StiFontGeom font,
StiRectangle rect,
StiStringFormatGeom sf,
StiRotationMode mode,
double angle) |
| Modifier and Type | Method and Description |
|---|---|
StiRotationMode |
StiTextGeom.getRotationMode() |
| Modifier and Type | Method and Description |
|---|---|
void |
StiTextGeom.setRotationMode(StiRotationMode rotationMode) |
| Constructor and Description |
|---|
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) |
| Modifier and Type | Method and Description |
|---|---|
StiRotationMode |
StiLabelAnimationGeom.getRotationMode() |
| Modifier and Type | Method and Description |
|---|---|
void |
StiLabelAnimationGeom.setRotationMode(StiRotationMode rotationMode) |
| Constructor and Description |
|---|
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) |
| Modifier and Type | Method and Description |
|---|---|
static void |
StiRotatedTextDrawing.drawString(StiGraphics g,
java.lang.String text,
StiFont font,
StiBrush brush,
StiPoint point,
StringFormat stringFormat,
StiRotationMode rotationMode,
double angle,
boolean antialiasing,
double zoom) |
static void |
StiRotatedTextDrawing.drawString(StiGraphics g,
java.lang.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,
java.lang.String text,
StiFont font,
StiBrush brush,
StiRectangle rect,
StringFormat stringFormat,
StiRotationMode rotationMode,
double angle,
boolean antialiasing,
double zoom) |
static void |
StiRotatedTextDrawing.drawString(StiGraphics g,
java.lang.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,
java.lang.String text,
StiFont font,
StiPoint point,
StringFormat stringFormat,
StiRotationMode rotationMode,
double angle,
double zoom) |
static StiRectangle |
StiRotatedTextDrawing.measureString(StiGraphics g,
java.lang.String text,
StiFont font,
StiPoint point,
StringFormat stringFormat,
StiRotationMode rotationMode,
double angle,
int maximalWidth,
double zoom,
boolean wordWrap) |
static StiRectangle |
StiRotatedTextDrawing.measureString(StiGraphics g,
java.lang.String text,
StiFont font,
StiRectangle rect,
StringFormat stringFormat,
StiRotationMode rotationMode,
double angle,
double zoom) |
static StiRectangle |
StiRotatedTextDrawing.measureString(StiGraphics g,
java.lang.String text,
StiFont font,
StiRectangle rect,
StringFormat stringFormat,
StiRotationMode rotationMode,
double angle,
int maximalWidth,
double zoom) |
| Modifier and Type | Method and Description |
|---|---|
static StiRotationMode |
StiRotationMode.forValue(int value) |
static StiRotationMode |
StiRotationMode.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static StiRotationMode[] |
StiRotationMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2020 Stimulsoft. All Rights Reserved.