Uses of Class
org.jgrapht.io.LemonExporter.Parameter
-
Packages that use LemonExporter.Parameter Package Description org.jgrapht.io Importers/Exporters for various graph formats. -
-
Uses of LemonExporter.Parameter in org.jgrapht.io
Methods in org.jgrapht.io that return LemonExporter.Parameter Modifier and Type Method Description static LemonExporter.Parameter
LemonExporter.Parameter. valueOf(String name)
Returns the enum constant of this type with the specified name.static LemonExporter.Parameter[]
LemonExporter.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 LemonExporter.Parameter Modifier and Type Method Description boolean
LemonExporter. isParameter(LemonExporter.Parameter p)
Deprecated.Return if a particular parameter of the exporter is enabledvoid
LemonExporter. setParameter(LemonExporter.Parameter p, boolean value)
Deprecated.Set the value of a parameter of the exporter
-