Uses of Interface
org.openscience.cdk.renderer.generators.HighlightGenerator.Palette
Packages that use HighlightGenerator.Palette
-
Uses of HighlightGenerator.Palette in org.openscience.cdk.renderer.generators
Methods in org.openscience.cdk.renderer.generators that return HighlightGenerator.PaletteModifier and TypeMethodDescriptionstatic HighlightGenerator.Palette
HighlightGenerator.createAutoGenPalette
(boolean transparent) Create an auto generating palette which will generate colors using the provided parameters.static HighlightGenerator.Palette
HighlightGenerator.createAutoGenPalette
(float saturation, float brightness, boolean transparent) Create an auto generating palette which will generate colors using the provided parameters.static HighlightGenerator.Palette
HighlightGenerator.createAutoPalette
(float saturation, float brightness, int alpha) Create an auto generating palette which will generate colors using the provided parameters.static HighlightGenerator.Palette
HighlightGenerator.createPalette
(Color[] colors) Create a palette which uses the provided colors.static HighlightGenerator.Palette
HighlightGenerator.createPalette
(Color color, Color... colors) Create a palette which uses the provided colors.HighlightGenerator.HighlightPalette.getDefault()
Returns the default value.