Uses of Enum Class
com.stimulsoft.base.drawing.enums.StiStringAlignment
Packages that use StiStringAlignment
Package
Description
-
Uses of StiStringAlignment in com.stimulsoft.base.drawing.enums
Methods in com.stimulsoft.base.drawing.enums that return StiStringAlignmentModifier and TypeMethodDescriptionstatic StiStringAlignmentReturns the enum constant of this class with the specified name.static StiStringAlignment[]StiStringAlignment.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of StiStringAlignment in com.stimulsoft.base.system
Fields in com.stimulsoft.base.system declared as StiStringAlignment -
Uses of StiStringAlignment in com.stimulsoft.report.chart.geoms.axis
Constructors in com.stimulsoft.report.chart.geoms.axis with parameters of type StiStringAlignmentModifierConstructorDescriptionStiAxisTitleGeom(IStiAxis axis, StiRectangle clientRectangle, float angle, StiStringAlignment stringAlignment) -
Uses of StiStringAlignment in com.stimulsoft.report.chart.interfaces.axis
Methods in com.stimulsoft.report.chart.interfaces.axis that return StiStringAlignmentMethods in com.stimulsoft.report.chart.interfaces.axis with parameters of type StiStringAlignment -
Uses of StiStringAlignment in com.stimulsoft.report.chart.interfaces.chartTitle
Methods in com.stimulsoft.report.chart.interfaces.chartTitle that return StiStringAlignmentMethods in com.stimulsoft.report.chart.interfaces.chartTitle with parameters of type StiStringAlignment -
Uses of StiStringAlignment in com.stimulsoft.report.chart.view.axis
Methods in com.stimulsoft.report.chart.view.axis that return StiStringAlignmentModifier and TypeMethodDescriptionfinal StiStringAlignmentStiAxisTitle.getAlignment()Gets or sets title text alignment.Methods in com.stimulsoft.report.chart.view.axis with parameters of type StiStringAlignmentConstructors in com.stimulsoft.report.chart.view.axis with parameters of type StiStringAlignmentModifierConstructorDescriptionStiAxisTitle(StiFont font, String text, StiColor color, boolean antialiasing, StiStringAlignment alignment, StiDirection direction, boolean allowApplyStyle) -
Uses of StiStringAlignment in com.stimulsoft.report.chart.view.chartTitle
Methods in com.stimulsoft.report.chart.view.chartTitle that return StiStringAlignmentModifier and TypeMethodDescriptionfinal StiStringAlignmentStiChartTitle.getAlignment()Gets os sets alignment of chart title.Methods in com.stimulsoft.report.chart.view.chartTitle with parameters of type StiStringAlignmentModifier and TypeMethodDescriptionfinal voidStiChartTitle.setAlignment(StiStringAlignment value) Constructors in com.stimulsoft.report.chart.view.chartTitle with parameters of type StiStringAlignmentModifierConstructorDescriptionStiChartTitle(StiFont font, String text, StiBrush brush, boolean antialiasing, StiStringAlignment alignment, StiChartTitleDock dock, int spacing, boolean visible, boolean allowApplyStyle) -
Uses of StiStringAlignment in com.stimulsoft.report.painters.context.chart.geoms
Methods in com.stimulsoft.report.painters.context.chart.geoms that return StiStringAlignmentModifier and TypeMethodDescriptionStiStringFormatGeom.getAlignment()StiStringFormatGeom.getLineAlignment()Methods in com.stimulsoft.report.painters.context.chart.geoms with parameters of type StiStringAlignmentModifier and TypeMethodDescriptionvoidStiStringFormatGeom.setAlignment(StiStringAlignment alignment) voidStiStringFormatGeom.setLineAlignment(StiStringAlignment lineAlignment)