Uses of Interface
de.uni_leipzig.cvk.data.GraphReaderSettings

Packages that use GraphReaderSettings
de.uni_leipzig.cvk.data Provides the classes which implement methods for input/output and methods to get access to all adapted algorithms e.g.BorderFlow
de.uni_leipzig.cvk.data.cluster Provides the classes which implement a strategy for extended ClusterAlgorithm classes. 
de.uni_leipzig.cvk.visual Provides the classes which implement the visualization with the top-level Visualization and Display classes of prefuse toolkit. 
 

Uses of GraphReaderSettings in de.uni_leipzig.cvk.data
 

Classes in de.uni_leipzig.cvk.data that implement GraphReaderSettings
 class EdgeListGraphReader
          Reads a given edge list to a Graph instance.
 class GraphMLReaderMod
          GraphReader instance that reads in graph file formatted using the GraphML file format.
 class Model
          This class represents an Observable Model to hold, load and save data with an instances of EdgeListGraphReader and GraphMLReaderMod class, to give access to all supported algorithm with an instance of ClusterContext class and to notify all registered views by arguments.
 

Uses of GraphReaderSettings in de.uni_leipzig.cvk.data.cluster
 

Classes in de.uni_leipzig.cvk.data.cluster that implement GraphReaderSettings
 class Eval
          Only undirected supported.
 

Uses of GraphReaderSettings in de.uni_leipzig.cvk.visual
 

Classes in de.uni_leipzig.cvk.visual that implement GraphReaderSettings
 class AggregatePanel
          Is a JPanel class and uses a Visualization instance AggregatePanel.m_vis and a Display instance AggregatePanel.m_display.