Package | Description |
---|---|
at.tuwien.ifs.somtoolbox.apps |
Classes in this package implement applications based upon SOMs, the most important being the
SOMViewer . |
at.tuwien.ifs.somtoolbox.apps.server |
Server side application of the SOM - provides servlets for a web-client access.
|
at.tuwien.ifs.somtoolbox.apps.viewer |
This package implements the SOMViewer application; main class is SOMViewer.java.
|
at.tuwien.ifs.somtoolbox.apps.viewer.controls |
This package provides control elements, mostly dialogs, for the SOMViewer application.
|
at.tuwien.ifs.somtoolbox.summarisation | |
at.tuwien.ifs.somtoolbox.visualization |
Provides classes creating visualisations of trained SOMs.
|
Modifier and Type | Field and Description |
---|---|
private Palette |
PaletteEditor.displayedPalette |
Modifier and Type | Method and Description |
---|---|
private Palette |
PaletteEditor.getPalette() |
Modifier and Type | Method and Description |
---|---|
private void |
PaletteEditor.setPalette(Palette p)
Set the palette to edit.
|
Modifier and Type | Field and Description |
---|---|
private Palette |
ServerSOM.defaultPalette |
Palette |
SOMPageParameters.palette |
Palette[] |
ServerSOM.palettes |
Modifier and Type | Method and Description |
---|---|
Palette |
ServerSOM.getDefaultPalette() |
Modifier and Type | Method and Description |
---|---|
HTMLMapInformation |
SOMMap.createFullMap(javax.servlet.http.HttpServletRequest request,
String vis,
Palette palette,
int additionalVisParam,
boolean showNodes,
boolean showGrid,
boolean showLables,
String fodokIDs,
int paramMapWidth,
int paramMapHeight,
String fullLink) |
HTMLMapInformation |
SOMMap.createFullMap(javax.servlet.http.HttpServletRequest request,
String vis,
Palette palette,
int additionalVisParam,
int paramMapWidth,
int paramMapHeight,
int zoom,
int moveX,
int moveY,
Point selection,
boolean showGrid,
boolean showNodes,
boolean showLabels,
String fodokIDs,
String fullLink,
Rectangle areaSelection) |
HTMLMapInformation |
SOMMap.createMapSection(javax.servlet.http.HttpServletRequest request,
String vis,
Palette palette,
int additionalVisParam,
boolean showNodes,
boolean showGrid,
String fodokID,
int paramMapWidth,
int paramMapHeight) |
private BufferedImage |
SOMMap.getBasicMap(String vis,
Palette palette,
int additionalVisParam,
int zoom,
boolean showNodes,
boolean showGrid,
boolean showLabels) |
private String |
SOMMap.getBasicMapKey(String vis,
Palette palette,
int zoom,
boolean showGrid,
boolean showLabels) |
private String |
SOMMap.getMapKey(String vis,
Palette palette,
int moveX,
int moveY,
int zoom,
boolean showLabels,
boolean showGrid) |
private String |
SOMMap.getMapSelectionKey(String vis,
Palette palette,
String fodokID) |
static String |
ServerPalettes.getPaletteControl(Palette selected) |
private void |
SOMMap.initMap(int paramMapWidth,
int paramMapHeight,
Palette palette) |
void |
ServerSOM.setDefaultPalette(Palette defaultPalette) |
Modifier and Type | Field and Description |
---|---|
private Palette |
SOMViewer.PaletteCheckboxMenuItemListener.palette |
Modifier and Type | Method and Description |
---|---|
Palette |
SOMViewer.getCurrentlySelectedPalette() |
Modifier and Type | Method and Description |
---|---|
boolean |
MapPNode.changePalette(Palette palette) |
void |
PaletteChangeListener.paletteChanged(Palette palette) |
boolean |
MapPNode.reloadPaletteAfterEditing(Palette palette)
Reloads the given palette after it has been edited with the
PaletteEditor , i.e. |
Constructor and Description |
---|
SOMViewer.PaletteCheckboxMenuItemListener(Palette palette) |
Modifier and Type | Field and Description |
---|---|
private Palette[] |
PaletteSelectionPanel.availablePalettes |
private Palette |
PaletteDisplayer.palette |
Modifier and Type | Method and Description |
---|---|
Palette |
PaletteDisplayer.getPalette()
Get the palette that is displayed.
|
Palette |
PaletteSelectionPanel.getSelectedPalette() |
Modifier and Type | Method and Description |
---|---|
void |
PaletteDisplayer.setPalette(Palette palette)
Set the palette to display.
|
Constructor and Description |
---|
PaletteDisplayer(Palette palette)
Create a new PaletteDisplayer, displaying the given Palette.
|
PaletteSelectionPanel(Palette... palettes) |
Modifier and Type | Field and Description |
---|---|
static Palette[] |
SummariserGUI.palettes |
Modifier and Type | Field and Description |
---|---|
private Palette |
MetroMapVisualizer.binPalette |
private static Palette |
Palettes.defaultPalette |
protected Palette |
AbstractMatrixVisualizer.palette |
Modifier and Type | Field and Description |
---|---|
private static ArrayList<Palette> |
Palettes.paletteList |
Modifier and Type | Method and Description |
---|---|
static Palette[] |
Palettes.getAvailablePalettes() |
Palette |
MatrixVisualizer.getCurrentPalette()
Returns the
Palette this visualisation currently is set to. |
Palette |
AbstractMatrixVisualizer.getCurrentPalette() |
static Palette |
Palettes.getDefaultPalette() |
static Palette |
Palettes.getPaletteByName(String name) |
private static Palette |
Palette.loadPaletteFromXML_v1x0(org.jdom.Element root) |
private static Palette |
Palette.loadPaletteFromXML(org.jdom.Document doc) |
static Palette |
Palette.loadPaletteFromXML(File file) |
static Palette |
Palette.loadPaletteFromXML(InputStream in) |
static Palette |
Palette.loadPaletteFromXML(JarFile jarFile,
String name) |
Modifier and Type | Method and Description |
---|---|
static void |
Palettes.addPalette(Palette palette) |
int |
Palette.compareTo(Palette other)
Compares palette objects by name.
|
static int |
Palettes.getPaletteIndex(Palette palette) |
static void |
Visualizations.initVisualizations(SharedSOMVisualisationData inputObjects,
SOMInputReader reader,
int defaultPaletteIndex,
Palette defaultPalette,
Palette[] palettes) |
static void |
Visualizations.initVisualizations(SharedSOMVisualisationData inputObjects,
SOMInputReader reader,
int defaultPaletteIndex,
Palette defaultPalette,
Palette[] palettes) |
void |
AbstractMatrixVisualizer.invalidateCache(Palette palette)
Deletes all cached elements that use the
Palette with the given index. |
static Color[] |
Palettes.reversePalette(Palette palette) |
void |
MatrixVisualizer.setPalette(Palette palette)
Sets a new palette.
|
void |
AbstractMatrixVisualizer.setPalette(Palette newPalette) |