|
||||||||||
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,
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)
|
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,
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 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. |
Uses of StiRotationMode in com.stimulsoft.report.chart.core.axis |
---|
Fields in com.stimulsoft.report.chart.core.axis declared as StiRotationMode | |
---|---|
StiRotationMode |
StiAxisLabelInfoXF.RotationMode
|
Uses of StiRotationMode in com.stimulsoft.report.chart.geoms.axis |
---|
Methods in com.stimulsoft.report.chart.geoms.axis that return StiRotationMode | |
---|---|
StiRotationMode |
StiAxisLabelGeom.getRotationMode()
|
Constructors in com.stimulsoft.report.chart.geoms.axis with parameters of type StiRotationMode | |
---|---|
StiAxisLabelGeom(IStiAxis axis,
StiRectangle clientRectangle,
StiPoint textPoint,
java.lang.String text,
StiStripLineXF stripLine,
float angle,
StiRotationMode rotationMode)
|
Uses of StiRotationMode in com.stimulsoft.report.chart.geoms.constantLines |
---|
Methods in com.stimulsoft.report.chart.geoms.constantLines that return StiRotationMode | |
---|---|
StiRotationMode |
StiConstantLinesYGeom.getMode()
|
StiRotationMode |
StiConstantLinesVerticalGeom.getMode()
|
Constructors in com.stimulsoft.report.chart.geoms.constantLines with parameters of type StiRotationMode | |
---|---|
StiConstantLinesVerticalGeom(IStiConstantLines line,
StiRectangle clientRectangle,
StiPoint point,
StiRotationMode mode)
|
|
StiConstantLinesYGeom(IStiConstantLines line,
StiRectangle clientRectangle,
StiPoint point,
StiRotationMode mode)
|
Uses of StiRotationMode in com.stimulsoft.report.chart.geoms.radarAxis |
---|
Methods in com.stimulsoft.report.chart.geoms.radarAxis that return StiRotationMode | |
---|---|
StiRotationMode |
StiYRadarAxisLabelGeom.getRotationMode()
|
Constructors in com.stimulsoft.report.chart.geoms.radarAxis with parameters of type StiRotationMode | |
---|---|
StiYRadarAxisLabelGeom(IStiYRadarAxis axis,
StiRectangle clientRectangle,
StiPoint textPoint,
java.lang.String text,
StiStripLineXF stripLine,
float angle,
StiRotationMode rotationMode)
|
Uses of StiRotationMode in com.stimulsoft.report.chart.geoms.seriesLabels.pie |
---|
Methods in com.stimulsoft.report.chart.geoms.seriesLabels.pie that return StiRotationMode | |
---|---|
StiRotationMode |
StiCenterPieLabelsGeom.getRotationMode()
|
Constructors in com.stimulsoft.report.chart.geoms.seriesLabels.pie with parameters of type StiRotationMode | |
---|---|
StiCenterPieLabelsGeom(IStiSeriesLabels seriesLabels,
IStiSeries series,
int index,
double value,
StiRectangle clientRectangle,
java.lang.String text,
StiBrush seriesBrush,
StiBrush labelBrush,
StiBrush seriesLabelBrush,
StiColor borderColor,
StiColor seriesBorderColor,
StiRotationMode rotationMode,
StiRectangle labelRect,
double angleToUse,
StiAnimation animation)
|
|
StiOutsidePieLabelsGeom(IStiSeriesLabels seriesLabels,
IStiSeries series,
int index,
double value,
StiRectangle clientRectangle,
java.lang.String text,
StiBrush seriesBrush,
StiBrush labelBrush,
StiBrush seriesLabelsBrush,
StiColor borderColor,
StiColor seriesBorderColor,
StiRotationMode rotationMode,
StiRectangle labelRect,
double angleToUse,
StiColor lineColor,
StiPoint labelPoint,
StiPoint startPoint)
|
Uses of StiRotationMode in com.stimulsoft.report.export.service.helper |
---|
Methods in com.stimulsoft.report.export.service.helper with parameters of type StiRotationMode | |
---|---|
static StiRectangle |
StiChartSvgHelper.correctRectLabel(StiRotationMode rotationMode,
StiRectangle textRect)
|
Uses of StiRotationMode in com.stimulsoft.report.painters |
---|
Methods in com.stimulsoft.report.painters with parameters of type StiRotationMode | |
---|---|
StiRectangle |
StiContextPainter.measureRotatedString(java.lang.String text,
StiFontGeom font,
StiPoint point,
StiStringFormatGeom sf,
StiRotationMode mode,
double angle)
|
StiRectangle |
StiContextPainter.measureRotatedString(java.lang.String text,
StiFontGeom font,
StiPoint point,
StiStringFormatGeom sf,
StiRotationMode mode,
double angle,
int maximalWidth,
boolean wordWrap)
|
StiRectangle |
StiContextPainter.measureRotatedString(java.lang.String text,
StiFontGeom font,
StiRectangle rect,
StiStringFormatGeom sf,
StiRotationMode mode,
double angle)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |