Uses of Class
at.tuwien.ifs.somtoolbox.visualization.Palette

Packages that use Palette
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.visualization Provides classes creating visualisations of trained SOMs. 
 

Uses of Palette in at.tuwien.ifs.somtoolbox.apps
 

Fields in at.tuwien.ifs.somtoolbox.apps declared as Palette
private  Palette PaletteEditor.displayedPalette
           
 

Methods in at.tuwien.ifs.somtoolbox.apps that return Palette
private  Palette PaletteEditor.getPalette()
           
 

Methods in at.tuwien.ifs.somtoolbox.apps with parameters of type Palette
private  void PaletteEditor.setPalette(Palette p)
          Set the palette to edit.
 

Uses of Palette in at.tuwien.ifs.somtoolbox.apps.server
 

Fields in at.tuwien.ifs.somtoolbox.apps.server declared as Palette
private  Palette ServerSOM.defaultPalette
           
 Palette SOMPageParameters.palette
           
 Palette[] ServerSOM.palettes
           
 

Methods in at.tuwien.ifs.somtoolbox.apps.server that return Palette
 Palette ServerSOM.getDefaultPalette()
           
 

Methods in at.tuwien.ifs.somtoolbox.apps.server with parameters of type Palette
 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)
           
 

Uses of Palette in at.tuwien.ifs.somtoolbox.apps.viewer
 

Fields in at.tuwien.ifs.somtoolbox.apps.viewer declared as Palette
private  Palette SOMViewer.PaletteCheckboxMenuItemListener.palette
           
 

Methods in at.tuwien.ifs.somtoolbox.apps.viewer that return Palette
 Palette SOMViewer.getCurrentlySelectedPalette()
           
 

Methods in at.tuwien.ifs.somtoolbox.apps.viewer with parameters of type Palette
 boolean MapPNode.changePalette(Palette palette)
           
 boolean MapPNode.reloadPaletteAfterEditing(Palette palette)
          Reloads the given palette after it has been edited with the PaletteEditor, i.e.
 

Constructors in at.tuwien.ifs.somtoolbox.apps.viewer with parameters of type Palette
SOMViewer.PaletteCheckboxMenuItemListener(Palette palette)
           
 

Uses of Palette in at.tuwien.ifs.somtoolbox.apps.viewer.controls
 

Fields in at.tuwien.ifs.somtoolbox.apps.viewer.controls declared as Palette
private  Palette PaletteDisplayer.palette
           
 

Methods in at.tuwien.ifs.somtoolbox.apps.viewer.controls that return Palette
 Palette PaletteDisplayer.getPalette()
          Get the palette that is displayed.
 

Methods in at.tuwien.ifs.somtoolbox.apps.viewer.controls with parameters of type Palette
 void PaletteDisplayer.setPalette(Palette palette)
          Set the palette to display.
 

Constructors in at.tuwien.ifs.somtoolbox.apps.viewer.controls with parameters of type Palette
PaletteDisplayer(Palette palette)
          Create a new PaletteDisplayer, displaying the given Palette.
 

Uses of Palette in at.tuwien.ifs.somtoolbox.visualization
 

Fields in at.tuwien.ifs.somtoolbox.visualization declared as Palette
private  Palette MetroMapVisualizer.binPalette
           
private static Palette Palettes.defaultPalette
           
protected  Palette AbstractMatrixVisualizer.palette
           
 

Fields in at.tuwien.ifs.somtoolbox.visualization with type parameters of type Palette
private static ArrayList<Palette> Palettes.paletteList
           
 

Methods in at.tuwien.ifs.somtoolbox.visualization that return Palette
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)
           
 

Methods in at.tuwien.ifs.somtoolbox.visualization with parameters of type Palette
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)