sharkysoft.com

Uses of Class
com.sharkysoft.printf.engine.AlignmentMode

Packages that use AlignmentMode
com.sharkysoft.printf.engine Reconfigurable text and data formatting engines. 
 

Uses of AlignmentMode in com.sharkysoft.printf.engine
 

Fields in com.sharkysoft.printf.engine declared as AlignmentMode
static AlignmentMode AlignmentMode.gpLeft
          Left-alignment.
static AlignmentMode AlignmentMode.gpCenter
          Centered alignment.
static AlignmentMode AlignmentMode.gpRight
          Right-alignment.
static AlignmentMode AlignmentMode.gpFull
          Full justification.
 

Methods in com.sharkysoft.printf.engine that return AlignmentMode
 AlignmentMode StringFormatter.getAlignment()
          Retrieves Alignment property.
static AlignmentMode AlignmentMode.forInt(int inValue)
          Converts int value to object value.
 

Methods in com.sharkysoft.printf.engine with parameters of type AlignmentMode
 void StringFormatter.setAlignment(AlignmentMode ipAlignment)
          Updates Alignment property.
 


sharkysoft.com

Copyright © 1997-2004 Sharkysoft (sharkysoft.com). All rights reserved.