Uses of Class
de.xima.fc.common.graphdot.EColorSchemeSvg
-
Packages that use EColorSchemeSvg Package Description de.xima.fc.common.graphdot Package with tools for working with the graph dot language. SeeGraphDotElementFactoryfor creating graph dot elements. -
-
Uses of EColorSchemeSvg in de.xima.fc.common.graphdot
Methods in de.xima.fc.common.graphdot that return EColorSchemeSvg Modifier and Type Method Description static EColorSchemeSvgEColorSchemeSvg. valueOf(String name)Returns the enum constant of this type with the specified name.static EColorSchemeSvg[]EColorSchemeSvg. 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 EColorSchemeSvg Modifier and Type Method Description default AAttributeListBuilder.IMixinColor. svg(EColorSchemeSvg color)Uses a color from the SVG color scheme.default AAttributeListBuilder.IMixinColorList. svg(EColorSchemeSvg color)Uses single SVG color.static ColorColor. svg(EColorSchemeSvg color)Uses a color from the SVG color scheme.
-