Class BasicAtomGenerator.AtomColor
- java.lang.Object
-
- org.openscience.cdk.renderer.generators.parameter.AbstractGeneratorParameter<Color>
-
- org.openscience.cdk.renderer.generators.BasicAtomGenerator.AtomColor
-
- All Implemented Interfaces:
IGeneratorParameter<Color>
- Enclosing class:
- BasicAtomGenerator
public static class BasicAtomGenerator.AtomColor extends AbstractGeneratorParameter<Color>
Class to hold the color by which atom labels are drawn. This color is overwritten by theIAtomColorer
.
-
-
Constructor Summary
Constructors Constructor Description AtomColor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Color
getDefault()
Returns the default value.-
Methods inherited from class org.openscience.cdk.renderer.generators.parameter.AbstractGeneratorParameter
getValue, setValue
-
-