Uses of Class
anl.aida.client.gui.VizPropertyBean

Packages that use VizPropertyBean
anl.aida.client.gui   
anl.aida.client.net   
 

Uses of VizPropertyBean in anl.aida.client.gui
 

Fields in anl.aida.client.gui declared as VizPropertyBean
private  VizPropertyBean VizDialog.bean
           
 

Methods in anl.aida.client.gui with parameters of type VizPropertyBean
 void AIDAGui.addNetworkDisplay(VizPropertyBean bean)
          Adds a newtwork display (2D or 3D) using the bean properties.
 void AIDAGui.addTimeSeriesDisplay(VizPropertyBean bean)
          Adds a time series display using the bean properties.
 void VizDialog.init(VizPropertyBean bean)
           
 void AIDAGui.produceOutput(Cache cache, VizPropertyBean bean, TSConceptGraphs graphs)
           
 void AIDAGui.showVizDialog(VizPropertyBean bean)
           
 

Method parameters in anl.aida.client.gui with type arguments of type VizPropertyBean
 void GraphOptionsPanel.init(com.jgoodies.binding.PresentationModel<VizPropertyBean> adapter)
           
 

Uses of VizPropertyBean in anl.aida.client.net
 

Fields in anl.aida.client.net declared as VizPropertyBean
protected  VizPropertyBean TSConceptGraphs.bean
           
 

Constructors in anl.aida.client.net with parameters of type VizPropertyBean
NetworkOutputter(Cache cache, VizPropertyBean bean, TSConceptGraphs graphs)
          Constructor for creating network data output files.
TSConceptGraphs(Cache cache, VizPropertyBean bean)