Uses of Class
net.talvi.puffinplot.data.FileType

Packages that use FileType
net.talvi.puffinplot.data   
 

Uses of FileType in net.talvi.puffinplot.data
 

Methods in net.talvi.puffinplot.data that return FileType
static FileType FileType.guess(java.io.File file)
          Attempts to guess the type of a file from its name and contents.
static FileType FileType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static FileType[] FileType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.