| Package | Description |
|---|---|
| com.stimulsoft.base.context.chart | |
| com.stimulsoft.base.context.chart.geoms | |
| com.stimulsoft.base.context.chart.geoms.animaton |
| Modifier and Type | Method and Description |
|---|---|
StiStringFormatGeom |
IStiContextPainter.getDefaultStringFormat() |
StiStringFormatGeom |
StiContext.GetDefaultStringFormat() |
StiStringFormatGeom |
IStiContextPainter.getGenericStringFormat() |
StiStringFormatGeom |
StiContext.GetGenericStringFormat() |
| 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,
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,
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,
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) |
| Modifier and Type | Method and Description |
|---|---|
StiStringFormatGeom |
StiTextGeom.getStringFormat() |
| Modifier and Type | Method and Description |
|---|---|
void |
StiTextGeom.setStringFormat(StiStringFormatGeom stringFormat) |
| Constructor and Description |
|---|
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) |
| Modifier and Type | Method and Description |
|---|---|
StiStringFormatGeom |
StiLabelAnimationGeom.getStringFormat() |
| Modifier and Type | Method and Description |
|---|---|
void |
StiLabelAnimationGeom.setStringFormat(StiStringFormatGeom stringFormat) |
| 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) |
Copyright © 2020 Stimulsoft. All Rights Reserved.