Uses of Enum Class
org.jgrapht.nio.gexf.GEXFExporter.Parameter
Packages that use GEXFExporter.Parameter
-
Uses of GEXFExporter.Parameter in org.jgrapht.nio.gexf
Fields in org.jgrapht.nio.gexf with type parameters of type GEXFExporter.ParameterModifier and TypeFieldDescriptionprivate final Set
<GEXFExporter.Parameter> GEXFExporter.parameters
Methods in org.jgrapht.nio.gexf that return GEXFExporter.ParameterModifier and TypeMethodDescriptionstatic GEXFExporter.Parameter
Returns the enum constant of this class with the specified name.static GEXFExporter.Parameter[]
GEXFExporter.Parameter.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.jgrapht.nio.gexf with parameters of type GEXFExporter.ParameterModifier and TypeMethodDescriptionboolean
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