Uses of Class
org.anchoranalysis.bean.shared.color.RGBColorBean
| Package | Description |
|---|---|
| org.anchoranalysis.bean.shared.color |
Beans that specify colors.
|
| org.anchoranalysis.bean.shared.color.scheme |
Beans that create lists or indices of colors according to particular schemes.
|
-
Uses of RGBColorBean in org.anchoranalysis.bean.shared.color
Methods in org.anchoranalysis.bean.shared.color that return RGBColorBean Modifier and Type Method Description RGBColorBeanRGBColorBean. duplicateBean() -
Uses of RGBColorBean in org.anchoranalysis.bean.shared.color.scheme
Methods in org.anchoranalysis.bean.shared.color.scheme that return RGBColorBean Modifier and Type Method Description RGBColorBeanFromSingle. getColor()The single color to repeat.RGBColorBeanPrepend. getPrependColor()The color to prepend.Methods in org.anchoranalysis.bean.shared.color.scheme that return types with arguments of type RGBColorBean Modifier and Type Method Description List<RGBColorBean>FromList. getColors()The list of colors to specify.Methods in org.anchoranalysis.bean.shared.color.scheme with parameters of type RGBColorBean Modifier and Type Method Description voidFromSingle. setColor(RGBColorBean color)The single color to repeat.voidPrepend. setPrependColor(RGBColorBean prependColor)The color to prepend.Method parameters in org.anchoranalysis.bean.shared.color.scheme with type arguments of type RGBColorBean Modifier and Type Method Description voidFromList. setColors(List<RGBColorBean> colors)The list of colors to specify.