Uses of Class
net.sf.jett.model.VerticalAlignment

Packages that use VerticalAlignment
net.sf.jett.model Provides value objects for JETT processing and enumerated objects for things like style values. 
 

Uses of VerticalAlignment in net.sf.jett.model
 

Methods in net.sf.jett.model that return VerticalAlignment
 VerticalAlignment Style.getVerticalAlignment()
          Returns the vertical alignment.
static VerticalAlignment VerticalAlignment.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static VerticalAlignment[] VerticalAlignment.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Methods in net.sf.jett.model with parameters of type VerticalAlignment
 void Style.setVerticalAlignment(VerticalAlignment verticalAlignment)
          Sets the vertical alignment.
 



Copyright © 2012-2013 Jett Team. All Rights Reserved.