Uses of Class
de.xima.fc.common.graphdot.EColorSchemeX11
-
Packages that use EColorSchemeX11 Package Description de.xima.fc.common.graphdot Package with tools for working with the graph dot language. -
-
Uses of EColorSchemeX11 in de.xima.fc.common.graphdot
Methods in de.xima.fc.common.graphdot that return EColorSchemeX11 Modifier and Type Method Description static EColorSchemeX11
EColorSchemeX11. valueOf(String name)
Returns the enum constant of this type with the specified name.static EColorSchemeX11[]
EColorSchemeX11. 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 EColorSchemeX11 Modifier and Type Method Description default A
AttributeListBuilder.IMixinColor. x11(EColorSchemeX11 color)
Uses a color from the X11 color scheme.default A
AttributeListBuilder.IMixinColorList. x11(EColorSchemeX11 color)
Uses single X11 color.static Color
Color. x11(EColorSchemeX11 color)
Uses a color from the X11 color scheme.
-