|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objecthicosim.components.plugins.vga.LookUpTable
public class LookUpTable
Class to look up codes for colors and signs.
| Constructor Summary | |
|---|---|
LookUpTable()
|
|
| Method Summary | |
|---|---|
static java.lang.String |
ALUT(int ascii_code)
This method returns a String which represents a 8x8 Pixel-Sign. |
static int |
CLUT(int code)
This method returns the color for the given int value "code" as an integer array. |
static void |
setUp()
|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public LookUpTable()
| Method Detail |
|---|
public static void setUp()
public static int CLUT(int code)
code - - int
public static java.lang.String ALUT(int ascii_code)
ascii_code - - int
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||