Uses of Class
com.stimulsoft.base.enums.StiContentAlignment

Packages that use StiContentAlignment
com.stimulsoft.base.drawing   
com.stimulsoft.base.enums   
com.stimulsoft.base.system.geometry   
 

Uses of StiContentAlignment in com.stimulsoft.base.drawing
 

Methods in com.stimulsoft.base.drawing with parameters of type StiContentAlignment
static StiRectangle StiRectangleUtils.alignSizeInRect(StiRectangle rect, StiSize size, StiContentAlignment alignment)
           
 

Uses of StiContentAlignment in com.stimulsoft.base.enums
 

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

Uses of StiContentAlignment in com.stimulsoft.base.system.geometry
 

Methods in com.stimulsoft.base.system.geometry with parameters of type StiContentAlignment
static StiRectangle StiRectangle.alignSizeInRect(StiRectangle rect, StiSize size, StiContentAlignment alignment)
          Align rectangle to fit in rect
 



Copyright © 2018 Stimulsoft. All Rights Reserved.