Uses of Interface
net.mtrop.doom.object.GraphicObject
Package
Description
Contains abstracts and implementations of graphic types.
Contains utility classes.
-
Uses of GraphicObject in net.mtrop.doom.graphics
Modifier 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
Modifier and TypeMethodDescriptionstatic Colormap[]
GraphicUtils.createColormapsFromGraphic
(GraphicObject graphic) Creates a series of colormaps using a two-dimensional graphic, assumed indexed.