libgdx API

Uses of Class
com.badlogic.gdx.Files.FileType

Packages that use Files.FileType
com.badlogic.gdx   
com.badlogic.gdx.files   
 

Uses of Files.FileType in com.badlogic.gdx
 

Methods in com.badlogic.gdx that return Files.FileType
static Files.FileType Files.FileType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static Files.FileType[] Files.FileType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.badlogic.gdx with parameters of type Files.FileType
 FileHandle Files.getFileHandle(java.lang.String path, Files.FileType type)
          Returns a handle representing a file or directory.
 

Uses of Files.FileType in com.badlogic.gdx.files
 

Fields in com.badlogic.gdx.files declared as Files.FileType
protected  Files.FileType FileHandle.type
           
 

Methods in com.badlogic.gdx.files that return Files.FileType
 Files.FileType FileHandle.type()
           
 

Constructors in com.badlogic.gdx.files with parameters of type Files.FileType
FileHandle(java.io.File file, Files.FileType type)
           
FileHandle(java.lang.String fileName, Files.FileType type)
           
 


libgdx API

Copyright 2010 Mario Zechner (contact@badlogicgames.com), Nathan Sweet (admin@esotericsoftware.com)