Uses of Class
de.xima.fc.common.graphdot.WeighedColor
Packages that use WeighedColor
Package
Description
Package with tools for working with the graph dot language.
See
GraphDotElementFactory for creating graph dot elements.-
Uses of WeighedColor in de.xima.fc.common.graphdot
Methods in de.xima.fc.common.graphdot that return WeighedColorModifier and TypeMethodDescriptionstatic WeighedColorCreates new color with no weight.static WeighedColorCreates new color with the given weight.Methods in de.xima.fc.common.graphdot with parameters of type WeighedColorModifier and TypeMethodDescriptionstatic ColorListColorList.multipleWeighed(WeighedColor... colors) Creates a color list with the given colors.static ColorListColorList.oneWeighed(WeighedColor color) Creates a color list with a single colors.static ColorListColorList.twoWeighed(WeighedColor color1, WeighedColor color2) Creates a color list with the given colors.Method parameters in de.xima.fc.common.graphdot with type arguments of type WeighedColorModifier and TypeMethodDescriptionstatic ColorListColorList.multipleWeighed(Iterable<? extends WeighedColor> colors) Creates a color list with the given colors.static ColorListColorList.multipleWeighed(Iterator<? extends WeighedColor> colors) Creates a color list with the given colors.Constructor parameters in de.xima.fc.common.graphdot with type arguments of type WeighedColor