Uses of Class
com.stimulsoft.base.drawing.enums.StiStringAlignment

Packages that use StiStringAlignment
com.stimulsoft.base.context.chart.geoms   
com.stimulsoft.base.drawing.enums   
com.stimulsoft.base.system   
com.stimulsoft.report.chart.geoms.axis   
com.stimulsoft.report.chart.interfaces.axis   
com.stimulsoft.report.chart.interfaces.chartTitle   
com.stimulsoft.report.chart.view.axis   
com.stimulsoft.report.chart.view.chartTitle   
 

Uses of StiStringAlignment in com.stimulsoft.base.context.chart.geoms
 

Methods in com.stimulsoft.base.context.chart.geoms that return StiStringAlignment
 StiStringAlignment StiStringFormatGeom.getAlignment()
           
 StiStringAlignment StiStringFormatGeom.getLineAlignment()
           
 

Methods in com.stimulsoft.base.context.chart.geoms with parameters of type StiStringAlignment
 void StiStringFormatGeom.setAlignment(StiStringAlignment alignment)
           
 void StiStringFormatGeom.setLineAlignment(StiStringAlignment lineAlignment)
           
 

Uses of StiStringAlignment in com.stimulsoft.base.drawing.enums
 

Methods in com.stimulsoft.base.drawing.enums that return StiStringAlignment
static StiStringAlignment StiStringAlignment.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static StiStringAlignment[] StiStringAlignment.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Uses of StiStringAlignment in com.stimulsoft.base.system
 

Fields in com.stimulsoft.base.system declared as StiStringAlignment
 StiStringAlignment StringFormat.Alignment
           
 StiStringAlignment StringFormat.LineAlignment
           
 

Uses of StiStringAlignment in com.stimulsoft.report.chart.geoms.axis
 

Constructors in com.stimulsoft.report.chart.geoms.axis with parameters of type StiStringAlignment
StiAxisTitleGeom(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 StiStringAlignment
 StiStringAlignment IStiAxisTitle.getAlignment()
           
 

Methods in com.stimulsoft.report.chart.interfaces.axis with parameters of type StiStringAlignment
 void IStiAxisTitle.setAlignment(StiStringAlignment value)
           
 

Uses of StiStringAlignment in com.stimulsoft.report.chart.interfaces.chartTitle
 

Methods in com.stimulsoft.report.chart.interfaces.chartTitle that return StiStringAlignment
 StiStringAlignment IStiChartTitle.getAlignment()
           
 

Methods in com.stimulsoft.report.chart.interfaces.chartTitle with parameters of type StiStringAlignment
 void IStiChartTitle.setAlignment(StiStringAlignment value)
           
 

Uses of StiStringAlignment in com.stimulsoft.report.chart.view.axis
 

Methods in com.stimulsoft.report.chart.view.axis that return StiStringAlignment
 StiStringAlignment StiAxisTitle.getAlignment()
          Gets or sets title text alignment.
 

Methods in com.stimulsoft.report.chart.view.axis with parameters of type StiStringAlignment
 void StiAxisTitle.setAlignment(StiStringAlignment value)
           
 

Constructors in com.stimulsoft.report.chart.view.axis with parameters of type StiStringAlignment
StiAxisTitle(StiFont font, java.lang.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 StiStringAlignment
 StiStringAlignment StiChartTitle.getAlignment()
          Gets os sets alignment of chart title.
 

Methods in com.stimulsoft.report.chart.view.chartTitle with parameters of type StiStringAlignment
 void StiChartTitle.setAlignment(StiStringAlignment value)
           
 

Constructors in com.stimulsoft.report.chart.view.chartTitle with parameters of type StiStringAlignment
StiChartTitle(StiFont font, java.lang.String text, StiBrush brush, boolean antialiasing, StiStringAlignment alignment, StiChartTitleDock dock, int spacing, boolean visible, boolean allowApplyStyle)