Uses of Class
de.xima.fc.common.graphdot.EEdgeStyle
-
Packages that use EEdgeStyle Package Description de.xima.fc.common.graphdot Package with tools for working with the graph dot language. -
-
Uses of EEdgeStyle in de.xima.fc.common.graphdot
Methods in de.xima.fc.common.graphdot that return EEdgeStyle Modifier and Type Method Description static EEdgeStyle
EEdgeStyle. valueOf(String name)
Returns the enum constant of this type with the specified name.static EEdgeStyle[]
EEdgeStyle. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-