Uses of Interface
anl.aida.viz.AIDA2DLayer

Packages that use AIDA2DLayer
anl.aida.viz   
 

Uses of AIDA2DLayer in anl.aida.viz
 

Classes in anl.aida.viz that implement AIDA2DLayer
 class NetworkDisplay
          Date: Feb 11, 2009 11:43:03 AM
 class SimilarityClusterDisplay<T>
          Date: Feb 11, 2009 11:43:03 AM
 

Fields in anl.aida.viz declared as AIDA2DLayer
private  AIDA2DLayer ItemSelectionHandler.layer
           
 

Fields in anl.aida.viz with type parameters of type AIDA2DLayer
private  java.util.List<AIDA2DLayer> Canvas2D.layers
           
 

Methods in anl.aida.viz with parameters of type AIDA2DLayer
 void Canvas2D.addLayer(AIDA2DLayer mifsLayer)
           
 

Constructors in anl.aida.viz with parameters of type AIDA2DLayer
ItemSelectionHandler(AIDA2DLayer layer)