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