Uses of Class
fable.framework.imageprint.PrintSettings.Orientation

Packages that use PrintSettings.Orientation
fable.framework.imageprint   
 

Uses of PrintSettings.Orientation in fable.framework.imageprint
 

Methods in fable.framework.imageprint that return PrintSettings.Orientation
 PrintSettings.Orientation PrintSettings.getOrientation()
           
static PrintSettings.Orientation PrintSettings.Orientation.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static PrintSettings.Orientation[] PrintSettings.Orientation.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in fable.framework.imageprint with parameters of type PrintSettings.Orientation
 void PrintSettings.setOrientation(PrintSettings.Orientation orientation)