Uses of Enum
de.xima.fc.common.graphdot.ENodeStyle
Packages that use ENodeStyle
Package
Description
Package with tools for working with the graph dot language.
See
GraphDotElementFactory for creating graph dot elements.-
Uses of ENodeStyle in de.xima.fc.common.graphdot
Subclasses with type arguments of type ENodeStyle in de.xima.fc.common.graphdotModifier and TypeClassDescriptionstatic final classThestyleattribute for nodes.enumGraphviz styles for nodes.Classes in de.xima.fc.common.graphdot that implement interfaces with type arguments of type ENodeStyleModifier and TypeClassDescriptionstatic final classThestyleattribute for nodes.static final classThestyleattribute for nodes.Methods in de.xima.fc.common.graphdot that return ENodeStyleModifier and TypeMethodDescriptionstatic ENodeStyleReturns the enum constant of this type with the specified name.static ENodeStyle[]ENodeStyle.values()Returns an array containing the constants of this enum type, in the order they are declared.