Uses of Enum Class
org.jgrapht.nio.gml.GmlExporter.Parameter
Packages that use GmlExporter.Parameter
-
Uses of GmlExporter.Parameter in org.jgrapht.nio.gml
Fields in org.jgrapht.nio.gml with type parameters of type GmlExporter.ParameterMethods in org.jgrapht.nio.gml that return GmlExporter.ParameterModifier and TypeMethodDescriptionstatic GmlExporter.Parameter
Returns the enum constant of this class with the specified name.static GmlExporter.Parameter[]
GmlExporter.Parameter.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.jgrapht.nio.gml with parameters of type GmlExporter.ParameterModifier and TypeMethodDescriptionboolean
GmlExporter.isParameter
(GmlExporter.Parameter p) Return if a particular parameter of the exporter is enabledvoid
GmlExporter.setParameter
(GmlExporter.Parameter p, boolean value) Set the value of a parameter of the exporter