Uses of Class
com.twelvemonkeys.imageio.plugins.dds.DX10DXGIFormat
-
Packages that use DX10DXGIFormat Package Description com.twelvemonkeys.imageio.plugins.dds -
-
Uses of DX10DXGIFormat in com.twelvemonkeys.imageio.plugins.dds
Fields in com.twelvemonkeys.imageio.plugins.dds declared as DX10DXGIFormat Modifier and Type Field Description (package private) DX10DXGIFormatDX10Header. dxgiFormatMethods in com.twelvemonkeys.imageio.plugins.dds that return DX10DXGIFormat Modifier and Type Method Description (package private) static DX10DXGIFormatDX10DXGIFormat. getFormat(int value)static DX10DXGIFormatDX10DXGIFormat. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static DX10DXGIFormat[]DX10DXGIFormat. values()Returns an array containing the constants of this enum type, in the order they are declared.
-