Uses of Class
cz.cuni.amis.pogamut.episodic.visualizer.EdgeType

Packages that use EdgeType
cz.cuni.amis.pogamut.episodic.visualizer   
 

Uses of EdgeType in cz.cuni.amis.pogamut.episodic.visualizer
 

Methods in cz.cuni.amis.pogamut.episodic.visualizer that return EdgeType
static EdgeType EdgeType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static EdgeType[] EdgeType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in cz.cuni.amis.pogamut.episodic.visualizer with parameters of type EdgeType
 boolean VisualizationRenderer.addEdge(int index, int id, EdgeType type, int v1, int v2, String label, Color c)
          Adds a new edge into a specified graph.
 



Copyright © 2013 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.