Uses of Class
org.anchoranalysis.bean.shared.color.scheme.ColorScheme
| Package | Description |
|---|---|
| org.anchoranalysis.bean.shared.color.scheme |
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.scheme Modifier and Type Class Description classColorSchemeUnaryLikeColorSchemebut employs a unary operator on a call to an existingColorScheme.classFromListSpecifies a list of colors by a list.classFromSingleA single color repeated to meet the size.classHSBCreates a sequence of colors by varying the hue-component in a HSB color model.classPrependPrepends a specific color to the list created by anotherColorScheme.classRepeatDuplicates aColorListproduced by anotherColorSchemea certain number of times.classShuffleRandomizes the order of colors in a list created by anotherColorScheme.classVeryBrightCreates a list by repeating a defined constant list of very bright colors.Methods in org.anchoranalysis.bean.shared.color.scheme that return ColorScheme Modifier and Type Method Description ColorSchemeColorSchemeUnary. getColors()The delegate that creates the color-list before subsequent processing.Methods in org.anchoranalysis.bean.shared.color.scheme with parameters of type ColorScheme Modifier and Type Method Description voidColorSchemeUnary. 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 ColorScheme Constructor Description ColorSchemeUnary(ColorScheme colors)Shuffle(ColorScheme colorScheme)Creates with a specific delegateColorScheme.