|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ColorTable | |
---|---|
databionics.esom.gui.util | Some GUI components of the ESOM Analyzer. |
databionics.esom.renderer | Global classes for visualization. |
databionics.esom.tool.classmask | |
databionics.esom.tool.dataclass | |
databionics.io | Loading and saving of all file formats. |
Uses of ColorTable in databionics.esom.gui.util |
---|
Methods in databionics.esom.gui.util that return ColorTable | |
---|---|
ColorTable |
GradientComboBox.getColorTable(int index)
Get a color table by index |
Methods in databionics.esom.gui.util with parameters of type ColorTable | |
---|---|
protected javax.swing.ImageIcon |
GradientComboBox.generateIcon(java.lang.String name,
ColorTable rgb)
Generate the image to be displayed in the color combobox |
Uses of ColorTable in databionics.esom.renderer |
---|
Fields in databionics.esom.renderer declared as ColorTable | |
---|---|
protected ColorTable |
Renderer.colors
Colors used to render the background |
Methods in databionics.esom.renderer that return ColorTable | |
---|---|
ColorTable |
Renderer.getColors()
Get the color table |
Methods in databionics.esom.renderer with parameters of type ColorTable | |
---|---|
void |
Renderer.setColors(ColorTable v)
Set the color table |
Uses of ColorTable in databionics.esom.tool.classmask |
---|
Fields in databionics.esom.tool.classmask declared as ColorTable | |
---|---|
protected ColorTable |
ClassmaskTool.colorTable
|
Methods in databionics.esom.tool.classmask that return ColorTable | |
---|---|
ColorTable |
ClassmaskTool.getColorTable()
|
Methods in databionics.esom.tool.classmask with parameters of type ColorTable | |
---|---|
void |
ClassmaskTool.setColorTable(ColorTable colorTable)
|
Uses of ColorTable in databionics.esom.tool.dataclass |
---|
Fields in databionics.esom.tool.dataclass declared as ColorTable | |
---|---|
protected ColorTable |
DataclassTool.colorTable
|
Methods in databionics.esom.tool.dataclass that return ColorTable | |
---|---|
ColorTable |
DataclassTool.getColorTable()
|
Methods in databionics.esom.tool.dataclass with parameters of type ColorTable | |
---|---|
void |
DataclassTool.setColorTable(ColorTable colorTable)
|
Uses of ColorTable in databionics.io |
---|
Fields in databionics.io declared as ColorTable | |
---|---|
protected ColorTable |
ClsFile.classColors
Default color table |
protected ColorTable |
ClassmaskFile.classColors
Default color table |
protected ColorTable |
ColorMapping.colorTable
|
Constructors in databionics.io with parameters of type ColorTable | |
---|---|
ColorMapping(ColorTable table,
int steps)
Constructor initialises colorTable and stepList. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |