|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectanl.aida.palette.PaletteCreator
public class PaletteCreator
Creates palettes that match those of the PAVE application.
Field Summary | |
---|---|
(package private) static int[] |
greymap
|
(package private) static int[] |
jetmap
|
(package private) static int[] |
newtonmap
|
Constructor Summary | |
---|---|
PaletteCreator()
|
Method Summary | |
---|---|
private Palette |
createPalette(int[] map,
int classes,
java.lang.String description)
|
java.util.List<Palette> |
createPalettes(int classes)
Creates pave style palettes for the specified number of classes. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
static int[] newtonmap
static int[] jetmap
static int[] greymap
Constructor Detail |
---|
public PaletteCreator()
Method Detail |
---|
public java.util.List<Palette> createPalettes(int classes)
classes
- the number of classes (tiles) in the palette
private Palette createPalette(int[] map, int classes, java.lang.String description)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |