|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of StiRotationMode in com.stimulsoft.base.context.chart |
|---|
| Methods in com.stimulsoft.base.context.chart with parameters of type StiRotationMode | |
|---|---|
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)
|
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,
StiRotationMode mode,
double angle)
|
StiRectangle |
StiContext.MeasureRotatedString(java.lang.String text,
StiFontGeom font,
StiRectangle rect,
StiStringFormatGeom sf,
StiRotationMode mode,
double angle)
|
| Uses of StiRotationMode in com.stimulsoft.base.context.chart.geoms |
|---|
| Methods in com.stimulsoft.base.context.chart.geoms that return StiRotationMode | |
|---|---|
StiRotationMode |
StiTextGeom.getRotationMode()
|
| Methods in com.stimulsoft.base.context.chart.geoms with parameters of type StiRotationMode | |
|---|---|
void |
StiTextGeom.setRotationMode(StiRotationMode rotationMode)
|
| Constructors in com.stimulsoft.base.context.chart.geoms with parameters of type StiRotationMode | |
|---|---|
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 StiRotationMode in com.stimulsoft.base.context.chart.geoms.animaton |
|---|
| Methods in com.stimulsoft.base.context.chart.geoms.animaton that return StiRotationMode | |
|---|---|
StiRotationMode |
StiLabelAnimationGeom.getRotationMode()
|
| Methods in com.stimulsoft.base.context.chart.geoms.animaton with parameters of type StiRotationMode | |
|---|---|
void |
StiLabelAnimationGeom.setRotationMode(StiRotationMode rotationMode)
|
| Constructors in com.stimulsoft.base.context.chart.geoms.animaton with parameters of type StiRotationMode | |
|---|---|
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 StiRotationMode in com.stimulsoft.base.drawing |
|---|
| Methods in com.stimulsoft.base.drawing with parameters of type StiRotationMode | |
|---|---|
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)
|
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)
|
| Uses of StiRotationMode in com.stimulsoft.base.drawing.enums |
|---|
| Methods in com.stimulsoft.base.drawing.enums that return StiRotationMode | |
|---|---|
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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||