Uses of Class
org.jgrapht.nio.gexf.GEXFExporter.Parameter
-
Packages that use GEXFExporter.Parameter Package Description org.jgrapht.nio.gexf Graph Exchange XML Format (GEXF) importers/exporters. -
-
Uses of GEXFExporter.Parameter in org.jgrapht.nio.gexf
Methods in org.jgrapht.nio.gexf that return GEXFExporter.Parameter Modifier and Type Method Description static GEXFExporter.Parameter
GEXFExporter.Parameter. valueOf(String name)
Returns the enum constant of this type with the specified name.static GEXFExporter.Parameter[]
GEXFExporter.Parameter. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.jgrapht.nio.gexf with parameters of type GEXFExporter.Parameter Modifier and Type Method Description boolean
GEXFExporter. isParameter(GEXFExporter.Parameter p)
Return if a particular parameter of the exporter is enabledvoid
GEXFExporter. setParameter(GEXFExporter.Parameter p, boolean value)
Set the value of a parameter of the exporter
-