|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface MatrixVisualizer
Interface for visualisation of matrix data of/on a SOM. If you want to provide new matrix visualisers, you have to
implement this interface and register your visualisation in Visualizations.getAvailableVisualizations()
. If
your visualisation requires user input to e.g. control parameters, extend
AbstractBackgroundImageVisualizer.VisualizationControlPanel
to add
your specific control panel inputs.
Method Summary | |
---|---|
Palette |
getCurrentPalette()
Returns the Palette this visualisation currently is set to. |
Color[] |
getPalette()
Gets the currently used palette. |
String |
getPreferredPaletteName()
Returns the name of the Palette this visualisation prefers as initial palette. |
void |
reversePalette()
Reverts the currently used palette. |
void |
setPalette(Palette palette)
Sets a new palette. |
Method Detail |
---|
Color[] getPalette()
void setPalette(Palette palette)
palette
- the new palettevoid reversePalette()
Palette getCurrentPalette()
Palette
this visualisation currently is set to.
String getPreferredPaletteName()
Palette
this visualisation prefers as initial palette.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |