|
libgdx API | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Files.FileType | |
---|---|
com.badlogic.gdx | |
com.badlogic.gdx.files | |
com.badlogic.gdx.twl |
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)
|
Uses of Files.FileType in com.badlogic.gdx.twl |
---|
Methods in com.badlogic.gdx.twl with parameters of type Files.FileType | |
---|---|
static java.net.URL |
TWL.getThemeURL(java.lang.String themeFile,
Files.FileType fileType)
Returns a URL to a theme file, which can be used with ThemeManager to create a theme for
GUI#applyTheme(ThemeManager) . |
Constructors in com.badlogic.gdx.twl with parameters of type Files.FileType | |
---|---|
TWL(SpriteBatch batch,
java.lang.String themeFile,
Files.FileType fileType)
Creates a new TWL instance with the specified theme file. |
|
TWL(SpriteBatch batch,
java.lang.String themeFile,
Files.FileType fileType,
Widget widget)
Creates a new TWL instance with the specified theme file. |
|
libgdx API | |||||||||
PREV NEXT | FRAMES NO FRAMES |