|
libgdx API | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use JsonWriter.OutputType | |
---|---|
com.badlogic.gdx.utils |
Uses of JsonWriter.OutputType in com.badlogic.gdx.utils |
---|
Methods in com.badlogic.gdx.utils that return JsonWriter.OutputType | |
---|---|
static JsonWriter.OutputType |
JsonWriter.OutputType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static JsonWriter.OutputType[] |
JsonWriter.OutputType.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in com.badlogic.gdx.utils with parameters of type JsonWriter.OutputType | |
---|---|
void |
Json.setOutputType(JsonWriter.OutputType outputType)
|
void |
JsonWriter.setOutputType(JsonWriter.OutputType outputType)
|
Constructors in com.badlogic.gdx.utils with parameters of type JsonWriter.OutputType | |
---|---|
Json(JsonWriter.OutputType outputType)
|
|
libgdx API | |||||||||
PREV NEXT | FRAMES NO FRAMES |