Uses of Class
net.sf.mpxj.mpp.TimescaleAlignment

Packages that use TimescaleAlignment
net.sf.mpxj.mpp   
 

Uses of TimescaleAlignment in net.sf.mpxj.mpp
 

Methods in net.sf.mpxj.mpp that return TimescaleAlignment
 TimescaleAlignment TimescaleTier.getAlignment()
          Retrieve the timescale lable alignment.
static TimescaleAlignment TimescaleAlignment.getInstance(int type)
          Retrieve an instance of the enum based on its int value.
static TimescaleAlignment TimescaleAlignment.getInstance(Number type)
          Retrieve an instance of the enum based on its int value.
static TimescaleAlignment TimescaleAlignment.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static TimescaleAlignment[] TimescaleAlignment.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in net.sf.mpxj.mpp with parameters of type TimescaleAlignment
 void TimescaleTier.setAlignment(TimescaleAlignment alignment)
          Set the timescale label alignment.
 



Copyright © 2012. All Rights Reserved.