public class ImageRemapper extends Object
SkinAction
:s to
remap images to other versions.Constructor and Description |
---|
ImageRemapper()
Creates a new image remapper.
|
Modifier and Type | Method and Description |
---|---|
String |
get(String src)
Get the remapped image for the given source image.
|
boolean |
map(String src,
String dest)
Remap a source image to a destination image.
|
int |
size()
Get the number of remapped images.
|
String |
toString() |
public boolean map(String src, String dest)
public String get(String src)
public int size()