|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of StringFormat in com.stimulsoft.base.context.chart.geoms |
---|
Constructors in com.stimulsoft.base.context.chart.geoms with parameters of type StringFormat | |
---|---|
StiStringFormatGeom(StringFormat sf)
|
Uses of StringFormat in com.stimulsoft.base.drawing |
---|
Methods in com.stimulsoft.base.drawing with parameters of type StringFormat | |
---|---|
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,
double angle,
boolean antialiasing,
double zoom)
|
static void |
StiRotatedTextDrawing.drawString(StiGraphics g,
java.lang.String text,
StiFont font,
StiBrush brush,
StiRectangle rect,
StringFormat stringFormat,
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,
double angle,
double zoom)
|
static void |
StiRotatedTextDrawing.drawString(StiGraphics g,
java.lang.String text,
StiFont font,
StiBrush brush,
StiRectangle rect,
StringFormat stringFormat,
double angle,
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)
|
Uses of StringFormat in com.stimulsoft.report.options |
---|
Methods in com.stimulsoft.report.options that return StringFormat | |
---|---|
static StringFormat |
EngineOptions.QuickInfo.getQuickInfoStringFormat()
|
Methods in com.stimulsoft.report.options with parameters of type StringFormat | |
---|---|
static void |
EngineOptions.QuickInfo.setQuickInfoStringFormat(StringFormat value)
|
Uses of StringFormat in com.stimulsoft.report.painters |
---|
Methods in com.stimulsoft.report.painters with parameters of type StringFormat | |
---|---|
void |
StiGaugeContextPainter.addTextGaugeGeom(java.lang.String text,
StiFont font,
StiBrush foreground,
StiRectangle rect,
StringFormat sf)
|
Uses of StringFormat in com.stimulsoft.report.painters.context.gauge.geoms |
---|
Fields in com.stimulsoft.report.painters.context.gauge.geoms declared as StringFormat | |
---|---|
StringFormat |
StiTextGaugeGeom.StringFormat
|
Constructors in com.stimulsoft.report.painters.context.gauge.geoms with parameters of type StringFormat | |
---|---|
StiTextGaugeGeom(java.lang.String text,
StiFont font,
StiBrush foreground,
StiRectangle rect,
StringFormat sf)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |