TUM CCSM Commons

Uses of Class
edu.tum.cs.commons.graph.EGraphvizOutputFormat

Packages that use EGraphvizOutputFormat
edu.tum.cs.commons.graph Classes for the interface to ATT's GraphViz. 
 

Uses of EGraphvizOutputFormat in edu.tum.cs.commons.graph
 

Methods in edu.tum.cs.commons.graph that return EGraphvizOutputFormat
static EGraphvizOutputFormat EGraphvizOutputFormat.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static EGraphvizOutputFormat[] EGraphvizOutputFormat.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in edu.tum.cs.commons.graph with parameters of type EGraphvizOutputFormat
 void GraphvizGenerator.generateFile(java.lang.String description, java.io.File file, EGraphvizOutputFormat format)
          Export a graph to a file.
 java.lang.String GraphvizGenerator.generateFileAndImageMap(java.lang.String description, java.io.File file, EGraphvizOutputFormat format)
          Export a graph to a file and return the HTML image map code.
 


TUM CCSM Commons

TUM CCSM Commons - 2.7