Uses of Class
com.aspose.cad.cloud.model.Jpeg2000OptionsDTO.CodecEnum
-
Packages that use Jpeg2000OptionsDTO.CodecEnum Package Description com.aspose.cad.cloud.model -
-
Uses of Jpeg2000OptionsDTO.CodecEnum in com.aspose.cad.cloud.model
Methods in com.aspose.cad.cloud.model that return Jpeg2000OptionsDTO.CodecEnum Modifier and Type Method Description static Jpeg2000OptionsDTO.CodecEnum
Jpeg2000OptionsDTO.CodecEnum. fromValue(String text)
Jpeg2000OptionsDTO.CodecEnum
Jpeg2000OptionsDTO. getCodec()
Get codecJpeg2000OptionsDTO.CodecEnum
Jpeg2000OptionsDTO.CodecEnum.Adapter. read(com.google.gson.stream.JsonReader jsonReader)
static Jpeg2000OptionsDTO.CodecEnum
Jpeg2000OptionsDTO.CodecEnum. valueOf(String name)
Returns the enum constant of this type with the specified name.static Jpeg2000OptionsDTO.CodecEnum[]
Jpeg2000OptionsDTO.CodecEnum. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.aspose.cad.cloud.model with parameters of type Jpeg2000OptionsDTO.CodecEnum Modifier and Type Method Description Jpeg2000OptionsDTO
Jpeg2000OptionsDTO. codec(Jpeg2000OptionsDTO.CodecEnum codec)
void
Jpeg2000OptionsDTO. setCodec(Jpeg2000OptionsDTO.CodecEnum codec)
void
Jpeg2000OptionsDTO.CodecEnum.Adapter. write(com.google.gson.stream.JsonWriter jsonWriter, Jpeg2000OptionsDTO.CodecEnum enumeration)
-