Uses of Class
net.mtrop.doom.graphics.Flat
Packages that use Flat
Package
Description
Contains abstracts and implementations of graphic types.
Contains utility classes.
-
Uses of Flat in net.mtrop.doom.graphics
Methods in net.mtrop.doom.graphics that return FlatModifier and TypeMethodDescriptionstatic FlatFlat.create(int width, int height, byte[] bytes) Reads and creates a new Flat object from an array of bytes.static FlatFlat.read(int width, int height, InputStream in) Reads and creates a new Flat from anInputStreamimplementation. -
Uses of Flat in net.mtrop.doom.util
Methods in net.mtrop.doom.util that return FlatModifier and TypeMethodDescriptionstatic FlatGraphicUtils.createFlat(BufferedImage image, Palette palette) Creates aFlatfrom aBufferedImage.static FlatGraphicUtils.createFlat(BufferedImage image, Palette palette, Colormap colormap) Creates aFlatfrom aBufferedImage.static FlatGraphicUtils.createFlat(PNGPicture pngPicture, Palette palette) Creates aFlatfrom aPNGPicture.static FlatGraphicUtils.createFlat(PNGPicture pngPicture, Palette palette, Colormap colormap) Creates aFlatfrom aPNGPicture.Methods in net.mtrop.doom.util with parameters of type FlatModifier and TypeMethodDescriptionstatic BufferedImageGraphicUtils.createImage(Flat flat, Palette palette) Creates aBufferedImagefrom aFlat.static BufferedImageGraphicUtils.createImage(Flat flat, Palette palette, Colormap colormap) Creates aBufferedImagefrom aFlat.