|
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectde.lmu.ifi.dbs.elki.visualization.gui.ResultVisualizer
public class ResultVisualizer

Handler to process and visualize a Result.
| Nested Class Summary | |
|---|---|
static class |
ResultVisualizer.Parameterizer
Parameterization class. |
| Field Summary | |
|---|---|
protected static String |
DEFAULT_TITLE
Default title |
protected static Logging |
logger
Get a logger for this class. |
(package private) VisualizerParameterizer |
manager
Visualization manager. |
(package private) String |
title
Stores the set title. |
static OptionID |
WINDOW_TITLE_ID
Parameter to specify the window title Key: -vis.window.title
Default value: "ELKI Result Visualization"
|
| Constructor Summary | |
|---|---|
ResultVisualizer(String title,
VisualizerParameterizer manager)
Constructor. |
|
| Method Summary | |
|---|---|
void |
processNewResult(HierarchicalResult top,
Result result)
Process a result. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected static final Logging logger
public static final OptionID WINDOW_TITLE_ID
Key: -vis.window.title
Default value: "ELKI Result Visualization"
String title
protected static final String DEFAULT_TITLE
VisualizerParameterizer manager
| Constructor Detail |
|---|
public ResultVisualizer(String title,
VisualizerParameterizer manager)
title - manager - | Method Detail |
|---|
public void processNewResult(HierarchicalResult top,
Result result)
ResultProcessor
processNewResult in interface ResultProcessortop - The base of the result tree.result - Newly added result subtree.
|
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||