Uses of Enum
de.xima.fc.common.graphdot.EColorSchemeSvg
Packages that use EColorSchemeSvg
Package
Description
Package with tools for working with the graph dot language.
See
GraphDotElementFactory for creating graph dot elements.-
Uses of EColorSchemeSvg in de.xima.fc.common.graphdot
Subclasses with type arguments of type EColorSchemeSvg in de.xima.fc.common.graphdotMethods in de.xima.fc.common.graphdot that return EColorSchemeSvgModifier and TypeMethodDescriptionstatic EColorSchemeSvgReturns 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 EColorSchemeSvgModifier and TypeMethodDescriptiondefault 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.