|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjsky.image.ImageColorLUTs
public class ImageColorLUTs
Defines a number of static, standard color lookup tables and intensity tables. The data was originally taken from ESO Midas file. Skycat generated a C file from it, which has been modified here for java syntax.
| Constructor Summary | |
|---|---|
ImageColorLUTs()
|
|
| Method Summary | |
|---|---|
static float[][] |
getLUT(java.lang.String name)
return the named lookup table |
static java.lang.String |
getLUTName(int i)
return the name of the ith lookup table |
static java.lang.String[] |
getLUTNames()
return an array of lookup table names |
static int |
getNumLUTs()
return the numbr of lookup tables |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ImageColorLUTs()
| Method Detail |
|---|
public static int getNumLUTs()
public static java.lang.String getLUTName(int i)
public static java.lang.String[] getLUTNames()
public static float[][] getLUT(java.lang.String name)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||