public class TextureMappingTool
extends java.lang.Object
| Constructor and Description |
|---|
TextureMappingTool() |
| Modifier and Type | Method and Description |
|---|---|
static void |
applyPaletteMap(java.awt.image.BufferedImage image,
java.util.Map<java.lang.Integer,java.lang.Integer> palette,
boolean ignoreMissingColors,
java.lang.String name) |
static java.util.Map<java.lang.Integer,java.lang.Integer> |
createPaletteMap(java.awt.image.BufferedImage from,
java.awt.image.BufferedImage to) |
static java.util.List<java.lang.String> |
getSuffixes(java.lang.String name)
Finds the suffixes of all rechiseled textures whose names start with
name |
public static java.util.Map<java.lang.Integer,java.lang.Integer> createPaletteMap(java.awt.image.BufferedImage from,
java.awt.image.BufferedImage to)
public static void applyPaletteMap(java.awt.image.BufferedImage image,
java.util.Map<java.lang.Integer,java.lang.Integer> palette,
boolean ignoreMissingColors,
java.lang.String name)
public static java.util.List<java.lang.String> getSuffixes(java.lang.String name)
name