Uses of Enum
com.twelvemonkeys.imageio.plugins.dds.DDSType
Packages that use DDSType
-
Uses of DDSType in com.twelvemonkeys.imageio.plugins.dds
Subclasses with type arguments of type DDSType in com.twelvemonkeys.imageio.plugins.ddsModifier and TypeClassDescription(package private) enumFields in com.twelvemonkeys.imageio.plugins.dds declared as DDSTypeModifier and TypeFieldDescription(package private) static final DDSTypeDDSImageWriteParam.DEFAULT_TYPEprivate DDSTypeDDSImageWriter.mipmapTypeprivate final DDSTypeDXT10Header.typeMethods in com.twelvemonkeys.imageio.plugins.dds that return DDSTypeModifier and TypeMethodDescriptionstatic DDSTypeDDSType.fromDXGIFormat(int dxgiFormat) static DDSTypeDDSType.fromFourCC(int fourCC) (package private) DDSTypeDDSHeader.getRawType()(package private) DDSTypeDDSHeader.getType()(package private) DDSTypeDXT10Header.getType()(package private) DDSTypeDDSImageWriteParam.type()static DDSTypeReturns 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 DDSTypeModifier and TypeMethodDescriptionprivate static int[]DDSImageMetadata.bitsPerSample(DDSType type) private static StringDDSImageMetadata.compressionName(DDSType type) private intDDSReader.getBufferLength(DDSType type, int imageIndex) private voidDDSImageWriter.writeFourCC(DDSType type, boolean writeDXT10) private voidDDSImageWriter.writeHeader(int width, int height, DDSType type, boolean writeDXT10) private voidDDSImageWriter.writePitchOrLinearSize(int height, int width, DDSType type) private voidDDSImageWriter.writePixelFormat(DDSType type, boolean writeDXT10) private voidDDSImageWriter.writePixelFormatFlags(DDSType type, boolean writeDXT10) private voidDDSImageWriter.writeRGBAData(DDSType type, boolean writeDXT10) Constructors in com.twelvemonkeys.imageio.plugins.dds with parameters of type DDSTypeModifierConstructorDescription(package private)DDSImageMetadata(ImageTypeSpecifier specifier, DDSType type)