Uses of Class
org.anchoranalysis.bean.shared.color.scheme.ColorScheme
Packages that use ColorScheme
Package
Description
Beans that create lists or indices of colors according to particular schemes.
-
Uses of ColorScheme in org.anchoranalysis.bean.shared.color.scheme
Subclasses of ColorScheme in org.anchoranalysis.bean.shared.color.schemeModifier and TypeClassDescriptionclassLikeColorSchemebut employs a unary operator on a call to an existingColorScheme.classSpecifies a list of colors by a list.classA single color repeated to meet the size.classCreates a sequence of colors by varying the hue-component in a HSB color model.classPrepends a specific color to the list created by anotherColorScheme.classDuplicates aColorListproduced by anotherColorSchemea certain number of times.classRandomizes the order of colors in a list created by anotherColorScheme.classCreates a list by repeating a defined constant list of very bright colors.Subclasses with type arguments of type ColorScheme in org.anchoranalysis.bean.shared.color.schemeMethods in org.anchoranalysis.bean.shared.color.scheme that return ColorSchemeModifier and TypeMethodDescriptionColorSchemeUnary.getColors()The delegate that creates the color-list before subsequent processing.Methods in org.anchoranalysis.bean.shared.color.scheme with parameters of type ColorSchemeModifier and TypeMethodDescriptionvoidColorSchemeUnary.setColors(ColorScheme colors) The delegate that creates the color-list before subsequent processing.Constructors in org.anchoranalysis.bean.shared.color.scheme with parameters of type ColorSchemeModifierConstructorDescriptionColorSchemeUnary(ColorScheme colors) Creates a newColorSchemeUnaryinstance.Shuffle(ColorScheme colorScheme) Creates with a specific delegateColorScheme.