Uses of Enum Class
com.stimulsoft.base.drawing.enums.StiRotationMode
Packages that use StiRotationMode
Package
Description
-
Uses of StiRotationMode in com.stimulsoft.base.drawing
Methods in com.stimulsoft.base.drawing with parameters of type StiRotationModeModifier and TypeMethodDescriptionstatic voidStiRotatedTextDrawing.drawString(StiGraphics g, String text, StiFont font, StiBrush brush, StiPoint point, StringFormat stringFormat, StiRotationMode rotationMode, double angle, float lineSpacing, boolean antialiasing, double zoom) static voidStiRotatedTextDrawing.drawString(StiGraphics g, String text, StiFont font, StiBrush brush, StiPoint point, StringFormat stringFormat, StiRotationMode rotationMode, double angle, float lineSpacing, boolean antialiasing, int maximalWidth, double zoom) static voidStiRotatedTextDrawing.drawString(StiGraphics g, String text, StiFont font, StiBrush brush, StiRectangle rect, StringFormat stringFormat, StiRotationMode rotationMode, double angle, float lineSpacing, boolean antialiasing, double zoom) static voidStiRotatedTextDrawing.drawString(StiGraphics g, String text, StiFont font, StiBrush brush, StiRectangle rect, StringFormat stringFormat, StiRotationMode rotationMode, double angle, float lineSpacing, boolean antialiasing, int maximalWidth, double zoom) static StiRectangleStiRotatedTextDrawing.measureString(StiGraphics g, String text, StiFont font, StiPoint point, StringFormat stringFormat, StiRotationMode rotationMode, double angle, float lineSpacing, double zoom) static StiRectangleStiRotatedTextDrawing.measureString(StiGraphics g, String text, StiFont font, StiPoint point, StringFormat stringFormat, StiRotationMode rotationMode, double angle, float lineSpacing, int maximalWidth, double zoom, boolean wordWrap) static StiRectangleStiRotatedTextDrawing.measureString(StiGraphics g, String text, StiFont font, StiRectangle rect, StringFormat stringFormat, StiRotationMode rotationMode, double angle, float lineSpacing, double zoom) static StiRectangleStiRotatedTextDrawing.measureString(StiGraphics g, String text, StiFont font, StiRectangle rect, StringFormat stringFormat, StiRotationMode rotationMode, double angle, float lineSpacing, int maximalWidth, double zoom) -
Uses of StiRotationMode in com.stimulsoft.base.drawing.enums
Methods in com.stimulsoft.base.drawing.enums that return StiRotationModeModifier and TypeMethodDescriptionstatic StiRotationModeStiRotationMode.forValue(int value) static StiRotationModeReturns the enum constant of this class with the specified name.static StiRotationMode[]StiRotationMode.values()Returns an array containing the constants of this enum class, 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 -
Uses of StiRotationMode in com.stimulsoft.report.chart.geoms.axis
Methods in com.stimulsoft.report.chart.geoms.axis that return StiRotationModeConstructors in com.stimulsoft.report.chart.geoms.axis with parameters of type StiRotationModeModifierConstructorDescriptionStiAxisLabelGeom(IStiAxis axis, StiRectangle clientRectangle, StiPoint textPoint, String text, StiStripLineXF stripLine, float angle, float width, StiRotationMode rotationMode, boolean wordWrap) -
Uses of StiRotationMode in com.stimulsoft.report.chart.geoms.constantLines
Methods in com.stimulsoft.report.chart.geoms.constantLines that return StiRotationModeModifier and TypeMethodDescriptionfinal StiRotationModeStiConstantLinesVerticalGeom.getMode()final StiRotationModeStiConstantLinesYGeom.getMode()Constructors in com.stimulsoft.report.chart.geoms.constantLines with parameters of type StiRotationModeModifierConstructorDescriptionStiConstantLinesVerticalGeom(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 StiRotationModeConstructors in com.stimulsoft.report.chart.geoms.radarAxis with parameters of type StiRotationModeModifierConstructorDescriptionStiYRadarAxisLabelGeom(IStiYRadarAxis axis, StiRectangle clientRectangle, StiPoint textPoint, String text, StiStripLineXF stripLine, float angle, StiRotationMode rotationMode) -
Uses of StiRotationMode in com.stimulsoft.report.chart.geoms.seriesLabels.pie
Fields in com.stimulsoft.report.chart.geoms.seriesLabels.pie declared as StiRotationModeMethods in com.stimulsoft.report.chart.geoms.seriesLabels.pie that return StiRotationModeMethods in com.stimulsoft.report.chart.geoms.seriesLabels.pie with parameters of type StiRotationModeModifier and TypeMethodDescriptionvoidStiCenterPieLabelsGeom.setRotationMode(StiRotationMode rotationMode) Constructors in com.stimulsoft.report.chart.geoms.seriesLabels.pie with parameters of type StiRotationModeModifierConstructorDescriptionStiCenterPieLabelsGeom(IStiSeriesLabels seriesLabels, IStiSeries series, int index, double value, StiRectangle clientRectangle, String text, StiBrush seriesBrush, StiBrush labelBrush, StiBrush seriesLabelsBrush, StiColor borderColor, StiColor seriesBorderColor, StiRotationMode rotationMode, StiRectangle labelRect, double angleToUse, StiAnimation animation) StiOutsidePieLabelsGeom(IStiSeriesLabels seriesLabels, IStiSeries series, int index, double value, StiRectangle clientRectangle, 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 StiRotationModeModifier and TypeMethodDescriptionstatic StiRectangleStiContextSvgHelper.correctRectLabel(StiRotationMode rotationMode, StiRectangle textRect) -
Uses of StiRotationMode in com.stimulsoft.report.painters
Methods in com.stimulsoft.report.painters with parameters of type StiRotationModeModifier and TypeMethodDescriptionStiContextPainter.measureRotatedString(String text, StiFontGeom font, StiPoint point, StiStringFormatGeom sf, StiRotationMode mode, double angle) StiContextPainter.measureRotatedString(String text, StiFontGeom font, StiPoint point, StiStringFormatGeom sf, StiRotationMode mode, double angle, int maximalWidth, boolean wordWrap) StiContextPainter.measureRotatedString(String text, StiFontGeom font, StiRectangle rect, StiStringFormatGeom sf, StiRotationMode mode, double angle) -
Uses of StiRotationMode in com.stimulsoft.report.painters.context.chart
Methods in com.stimulsoft.report.painters.context.chart with parameters of type StiRotationModeModifier and TypeMethodDescriptionvoidStiContext.DrawAnimationLabel(String text, StiFontGeom font, Object textBrush, Object labelBrush, StiPenGeom penBorder, StiRectangle rect, StiStringFormatGeom sf, StiRotationMode mode, float angle, Boolean drawBorder, StiAnimation animation) StiContext.DrawAnimationText(String text, StiFontGeom font, StiBrush brush, StiRectangle rect, StiStringFormatGeom sf, StiRotationMode mode, double angle, boolean antialiasing, double maximalWidth, StiAnimation animation) StiContext.DrawRotatedString(String text, StiFontGeom font, Object brush, StiPoint pos, StiStringFormatGeom sf, StiRotationMode mode, double angle, boolean antialiasing) StiContext.DrawRotatedString(String text, StiFontGeom font, Object brush, StiPoint pos, StiStringFormatGeom sf, StiRotationMode mode, double angle, boolean antialiasing, int maximalWidth) StiContext.DrawRotatedString(String text, StiFontGeom font, Object brush, StiRectangle rect, StiStringFormatGeom sf, StiRotationMode mode, double angle, boolean antialiasing) StiContext.DrawRotatedString(String text, StiFontGeom font, Object brush, StiRectangle rect, StiStringFormatGeom sf, StiRotationMode mode, double angle, boolean antialiasing, double maximalWidth) IStiContextPainter.measureRotatedString(String text, StiFontGeom font, StiPoint point, StiStringFormatGeom sf, StiRotationMode mode, double angle) IStiContextPainter.measureRotatedString(String text, StiFontGeom font, StiPoint point, StiStringFormatGeom sf, StiRotationMode mode, double angle, int maximalWidth, boolean wordWrap) IStiContextPainter.measureRotatedString(String text, StiFontGeom font, StiRectangle rect, StiStringFormatGeom sf, StiRotationMode mode, double angle) StiContext.MeasureRotatedString(String text, StiFontGeom font, StiPoint point, StiStringFormatGeom sf, StiRotationMode mode, double angle) StiContext.MeasureRotatedString(String text, StiFontGeom font, StiPoint point, StiStringFormatGeom sf, StiRotationMode mode, double angle, double maximalWidth) StiContext.MeasureRotatedString(String text, StiFontGeom font, StiPoint point, StiStringFormatGeom sf, StiRotationMode mode, double angle, int maximalWidth, boolean wordWrap) StiContext.MeasureRotatedString(String text, StiFontGeom font, StiRectangle rect, StiStringFormatGeom sf, StiRotationMode mode, double angle) -
Uses of StiRotationMode in com.stimulsoft.report.painters.context.chart.geoms
Methods in com.stimulsoft.report.painters.context.chart.geoms that return StiRotationModeMethods in com.stimulsoft.report.painters.context.chart.geoms with parameters of type StiRotationModeModifier and TypeMethodDescriptionvoidStiBorderGeom.setRotationMode(StiRotationMode rotationMode) voidStiTextGeom.setRotationMode(StiRotationMode rotationMode) Constructors in com.stimulsoft.report.painters.context.chart.geoms with parameters of type StiRotationModeModifierConstructorDescriptionStiTextGeom(String text, StiFontGeom font, StiBrush brush, Object location, StiStringFormatGeom StringFormat, double angle, boolean antialiasing, StiRotationMode rotationMode, boolean isRotatedText) StiTextGeom(String text, StiFontGeom font, StiBrush brush, Object location, StiStringFormatGeom StringFormat, double angle, boolean antialiasing, Integer maximalWidth, StiRotationMode rotationMode, boolean isRotatedText) StiTextGeom(String text, StiFontGeom font, StiBrush brush, Object location, StiStringFormatGeom StringFormat, double angle, boolean antialiasing, Integer maximalWidth, StiRotationMode rotationMode, boolean isRotatedText, String toolTip) StiTextGeom(String text, StiFontGeom font, StiBrush brush, Object location, StiStringFormatGeom StringFormat, double angle, boolean antialiasing, Integer maximalWidth, StiRotationMode rotationMode, boolean isRotatedText, String toolTip, StiAnimation animation) -
Uses of StiRotationMode in com.stimulsoft.report.painters.context.chart.geoms.animation
Methods in com.stimulsoft.report.painters.context.chart.geoms.animation that return StiRotationModeMethods in com.stimulsoft.report.painters.context.chart.geoms.animation with parameters of type StiRotationModeModifier and TypeMethodDescriptionvoidStiLabelAnimationGeom.setRotationMode(StiRotationMode rotationMode) Constructors in com.stimulsoft.report.painters.context.chart.geoms.animation with parameters of type StiRotationModeModifierConstructorDescriptionStiLabelAnimationGeom(String text, StiFontGeom font, Object textBrush, Object LabelBrush, StiPenGeom penBorder, StiRectangle rect, StiStringFormatGeom sf, StiRotationMode rotationMode, float angle, boolean drawBorder, StiAnimation animation)