Class StandardGenerator.AnnotationColor
java.lang.Object
org.openscience.cdk.renderer.generators.parameter.AbstractGeneratorParameter<Color>
org.openscience.cdk.renderer.generators.standard.StandardGenerator.AnnotationColor
- All Implemented Interfaces:
IGeneratorParameter<Color>
- Enclosing class:
- StandardGenerator
public static final class StandardGenerator.AnnotationColor
extends AbstractGeneratorParameter<Color>
The color of the atom numbers. The the parameter value is null, the color of the symbol
StandardGenerator.AtomColor
is used. The default color is red to distinguish from normal atom symbols.-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.openscience.cdk.renderer.generators.parameter.AbstractGeneratorParameter
getValue, setValue
-
Constructor Details
-
AnnotationColor
public AnnotationColor()
-
-
Method Details
-
getDefault
Gets the default value for this parameter. This value is set by the parameter class and cannot be changed.- Returns:
- the default value for this parameter
-