Class VeryBright
Object
org.anchoranalysis.bean.AnchorBean<ColorScheme>
org.anchoranalysis.bean.shared.color.scheme.ColorScheme
org.anchoranalysis.bean.shared.color.scheme.VeryBright
public class VeryBright extends ColorScheme
Creates a list by repeating a defined constant list of very bright colors.
Thanks to the Tango project's theme guidelines.
- Author:
- Owen Feehan
-
Constructor Summary
Constructors Constructor Description VeryBright() -
Method Summary
Modifier and Type Method Description ColorListcreateList(int size)Creates a sequence of related colors.Methods inherited from class org.anchoranalysis.bean.shared.color.scheme.ColorScheme
colorForEachIndexMethods inherited from class org.anchoranalysis.bean.AnchorBean
checkMisconfigured, describeBean, describeChildren, duplicateBean, fields, findFieldsOfClass, getBeanName, getLocalPath, localise, toString
-
Constructor Details
-
VeryBright
public VeryBright()
-
-
Method Details
-
createList
Description copied from class:ColorSchemeCreates a sequence of related colors.- Specified by:
createListin classColorScheme- Parameters:
size- the size of the list- Returns:
- a newly created list with colors
-