Uses of Interface
net.mtrop.doom.object.GraphicObject
Packages that use GraphicObject
Package
Description
Contains abstracts and implementations of graphic types.
Contains utility classes.
-
Uses of GraphicObject in net.mtrop.doom.graphics
Classes in net.mtrop.doom.graphics that implement GraphicObjectModifier and TypeClassDescriptionclass
Doom graphic data that has no header data for its dimensions/offsets.class
Doom graphic data stored as column-major indices (patches and most graphics with baked-in offsets).class
Represents PNG-formatted data as a decompressed image, preserving offset information (grAb). -
Uses of GraphicObject in net.mtrop.doom.util
Methods in net.mtrop.doom.util with parameters of type GraphicObjectModifier and TypeMethodDescriptionstatic Colormap[]
GraphicUtils.createColormapsFromGraphic
(GraphicObject graphic) Creates a series of colormaps using a two-dimensional graphic, assumed indexed.