Uses of Class
com.twelvemonkeys.imageio.plugins.dds.DDSType
-
Packages that use DDSType Package Description com.twelvemonkeys.imageio.plugins.dds -
-
Uses of DDSType in com.twelvemonkeys.imageio.plugins.dds
Fields in com.twelvemonkeys.imageio.plugins.dds declared as DDSType Modifier and Type Field Description private DDSTypeDX10DXGIFormat. ddsTypeMethods in com.twelvemonkeys.imageio.plugins.dds that return DDSType Modifier and Type Method Description (package private) DDSTypeDX10DXGIFormat. getCorrespondingType()(package private) DDSTypeDX10Header. getDDSType()private DDSTypeDDSReader. getType()static DDSTypeDDSType. valueOf(int value)Returns the enum constant of this type with the specified name.static DDSTypeDDSType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static DDSType[]DDSType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.twelvemonkeys.imageio.plugins.dds with parameters of type DDSType Modifier and Type Method Description private intDDSReader. getLength(DDSType type, int imageIndex)Constructors in com.twelvemonkeys.imageio.plugins.dds with parameters of type DDSType Constructor Description DX10DXGIFormat(DDSType ddsType, java.util.function.IntPredicate dxgiFormat)
-