Uses of Class
org.jgrapht.io.GmlExporter.Parameter
-
Packages that use GmlExporter.Parameter Package Description org.jgrapht.io Importers/Exporters for various graph formats. -
-
Uses of GmlExporter.Parameter in org.jgrapht.io
Methods in org.jgrapht.io that return GmlExporter.Parameter Modifier and Type Method Description static GmlExporter.ParameterGmlExporter.Parameter. valueOf(String name)Returns the enum constant of this type with the specified name.static GmlExporter.Parameter[]GmlExporter.Parameter. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.jgrapht.io with parameters of type GmlExporter.Parameter Modifier and Type Method Description booleanGmlExporter. isParameter(GmlExporter.Parameter p)Deprecated.Return if a particular parameter of the exporter is enabledvoidGmlExporter. setParameter(GmlExporter.Parameter p, boolean value)Deprecated.Set the value of a parameter of the exporter
-