Uses of Class
platypus.GDD.FileType

Packages that use GDD.FileType
platypus   
platypus.pdf   
 

Uses of GDD.FileType in platypus
 

Methods in platypus that return GDD.FileType
 GDD.FileType Outfile.getFileType()
           
static GDD.FileType Platypus.identifyOutputFileType(java.lang.String filename)
          determine the file type of the output file
static GDD.FileType GDD.FileType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static GDD.FileType[] GDD.FileType.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Methods in platypus with parameters of type GDD.FileType
 Outfile OutputFormatObjectFactory.CreateOutfile(GDD.FileType fileType)
           
 void Outfile.setFileType(GDD.FileType newFileType)
           
 

Uses of GDD.FileType in platypus.pdf
 

Fields in platypus.pdf declared as GDD.FileType
private  GDD.FileType OutfilePdf.fileType
          the type of file: PDF, HTML, etc.
 

Methods in platypus.pdf that return GDD.FileType
 GDD.FileType OutfilePdf.getFileType()
           
 

Methods in platypus.pdf with parameters of type GDD.FileType
 void OutfilePdf.setFileType(GDD.FileType newFileType)
           
 



Copyright © 2006-7 Pacific Data Works LLC