Uses of Enum
de.xima.fc.common.graphdot.EEdgeStyle
Packages that use EEdgeStyle
Package
Description
Package with tools for working with the graph dot language.
See
GraphDotElementFactory for creating graph dot elements.-
Uses of EEdgeStyle in de.xima.fc.common.graphdot
Subclasses with type arguments of type EEdgeStyle in de.xima.fc.common.graphdotModifier and TypeClassDescriptionstatic final classThestyleattribute for edges.enumGraphviz styles for edges.Classes in de.xima.fc.common.graphdot that implement interfaces with type arguments of type EEdgeStyleModifier and TypeClassDescriptionstatic final classThestyleattribute for edges.static final classThestyleattribute for edges.Methods in de.xima.fc.common.graphdot that return EEdgeStyleModifier and TypeMethodDescriptionstatic EEdgeStyleReturns 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.