Uses of Enum
org.jgrapht.nio.gexf.GEXFExporter.Parameter
Packages that use GEXFExporter.Parameter
-
Uses of GEXFExporter.Parameter in org.jgrapht.nio.gexf
Methods in org.jgrapht.nio.gexf that return GEXFExporter.ParameterModifier and TypeMethodDescriptionstatic GEXFExporter.ParameterReturns 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.ParameterModifier and TypeMethodDescriptionbooleanGEXFExporter.isParameter(GEXFExporter.Parameter p) Return if a particular parameter of the exporter is enabledvoidGEXFExporter.setParameter(GEXFExporter.Parameter p, boolean value) Set the value of a parameter of the exporter