|
|
|||||||||||||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||||||||||||
java.lang.Objectde.lmu.ifi.dbs.elki.visualization.visualizers.adapter.HistogramAdapter
public class HistogramAdapter
Adapter to visualize general Histogram results found in the result.
| Field Summary | |
|---|---|
private HistogramVisualizer |
vis
Prototype, for parameterization. |
| Constructor Summary | |
|---|---|
HistogramAdapter()
Constructor. |
|
| Method Summary | |
|---|---|
boolean |
canVisualize(VisualizerContext context)
Returns true if the adapter can provide one or more
Visualizers for the given Result, else false. |
Collection<Visualizer> |
getProvidedVisualizers()
Returns a collection of Visualizers this adapter generally
provides. |
Collection<Visualizer> |
getUsableVisualizers(VisualizerContext context)
Returns a collection of Visualizers this adapter provides,
depending on the given database and result. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
private HistogramVisualizer vis
| Constructor Detail |
|---|
public HistogramAdapter()
| Method Detail |
|---|
public boolean canVisualize(VisualizerContext context)
AlgorithmAdaptertrue if the adapter can provide one or more
Visualizers for the given Result, else false.
canVisualize in interface AlgorithmAdaptercontext - Context to store shared visualization properties.
true if the adapter can provide one or more
Visualizers for the given Result, else false.public Collection<Visualizer> getProvidedVisualizers()
AlgorithmAdapterVisualizers this adapter generally
provides.
getProvidedVisualizers in interface AlgorithmAdapterVisualizers this adapter generally
provides.public Collection<Visualizer> getUsableVisualizers(VisualizerContext context)
AlgorithmAdapterVisualizers this adapter provides,
depending on the given database and result.
getUsableVisualizers in interface AlgorithmAdaptercontext - Context to store shared visualization properties.
Visualizers this adapter provides,
depending on the given database and result.
|
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||