Uses of Enum Class
org.jgrapht.nio.gexf.GEXFExporter.Parameter
Packages that use GEXFExporter.Parameter
-
Uses of GEXFExporter.Parameter in org.jgrapht.nio.gexf
Subclasses with type arguments of type GEXFExporter.Parameter in org.jgrapht.nio.gexfModifier and TypeClassDescriptionstatic enumParameters that affect the behavior of the exporter.Fields in org.jgrapht.nio.gexf with type parameters of type GEXFExporter.ParameterModifier and TypeFieldDescriptionprivate final Set<GEXFExporter.Parameter> GEXFExporter.parametersMethods in org.jgrapht.nio.gexf that return GEXFExporter.ParameterModifier and TypeMethodDescriptionstatic GEXFExporter.ParameterReturns 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 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