Uses of Class
ar.com.fdvs.dj.core.layout.HorizontalBandAlignment

Packages that use HorizontalBandAlignment
ar.com.fdvs.dj.core.layout   
ar.com.fdvs.dj.domain   
 

Uses of HorizontalBandAlignment in ar.com.fdvs.dj.core.layout
 

Fields in ar.com.fdvs.dj.core.layout declared as HorizontalBandAlignment
static HorizontalBandAlignment HorizontalBandAlignment.CENTER
           
static HorizontalBandAlignment HorizontalBandAlignment.LEFT
           
static HorizontalBandAlignment HorizontalBandAlignment.RIGHT
           
 

Methods in ar.com.fdvs.dj.core.layout that return HorizontalBandAlignment
static HorizontalBandAlignment HorizontalBandAlignment.buildAligment(byte aligment)
          To be used with AutoText class constants ALIGMENT_LEFT, ALIGMENT_CENTER and ALIGMENT_RIGHT
 

Uses of HorizontalBandAlignment in ar.com.fdvs.dj.domain
 

Methods in ar.com.fdvs.dj.domain that return HorizontalBandAlignment
 HorizontalBandAlignment AutoText.getAlignment()
           
 

Methods in ar.com.fdvs.dj.domain with parameters of type HorizontalBandAlignment
 void AutoText.setAlignment(HorizontalBandAlignment alignment)
           
 

Constructors in ar.com.fdvs.dj.domain with parameters of type HorizontalBandAlignment
AutoText(byte type, byte position, HorizontalBandAlignment alignment)
           
AutoText(byte type, byte position, HorizontalBandAlignment alignment, byte pattern)
           
AutoText(byte type, byte position, HorizontalBandAlignment alignment, byte pattern, int width)
           
AutoText(byte type, byte position, HorizontalBandAlignment alignment, byte pattern, int width, int width2)
           
AutoText(java.lang.String message, byte position, HorizontalBandAlignment alignment)
           
AutoText(java.lang.String message, byte position, HorizontalBandAlignment alignment, java.lang.Integer with)
           
 



Copyright © 2006-2011 FDV Solutions. All Rights Reserved.