|
|
|||||||||||||||||||||
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.ReferencePointsAdapter<NV>
NV
- Object typepublic class ReferencePointsAdapter<NV extends NumberVector<NV,?>>
Adapter to generate a reference points visualizer when reference points were found in the data.
Field Summary | |
---|---|
private ReferencePointsVisualizer<NV> |
referencePointsVisualizer
Prototype for parameterization |
Constructor Summary | |
---|---|
ReferencePointsAdapter()
Constructor. |
Method Summary | |
---|---|
boolean |
canVisualize(VisualizerContext context)
Returns true if the adapter can provide one or more
Visualizer s for the given Result, else false. |
Collection<Visualizer> |
getProvidedVisualizers()
Returns a collection of Visualizer s this adapter generally
provides. |
Collection<Visualizer> |
getUsableVisualizers(VisualizerContext context)
Returns a collection of Visualizer s 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 ReferencePointsVisualizer<NV extends NumberVector<NV,?>> referencePointsVisualizer
Constructor Detail |
---|
public ReferencePointsAdapter()
Method Detail |
---|
public boolean canVisualize(VisualizerContext context)
AlgorithmAdapter
true
if the adapter can provide one or more
Visualizer
s for the given Result, else false.
canVisualize
in interface AlgorithmAdapter
context
- Context to store shared visualization properties.
true
if the adapter can provide one or more
Visualizer
s for the given Result, else false.public Collection<Visualizer> getProvidedVisualizers()
AlgorithmAdapter
Visualizer
s this adapter generally
provides.
getProvidedVisualizers
in interface AlgorithmAdapter
Visualizer
s this adapter generally
provides.public Collection<Visualizer> getUsableVisualizers(VisualizerContext context)
AlgorithmAdapter
Visualizer
s this adapter provides,
depending on the given database and result.
getUsableVisualizers
in interface AlgorithmAdapter
context
- Context to store shared visualization properties.
Visualizer
s 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 |