Class StandardGenerator.AtomColor
java.lang.Object
org.openscience.cdk.renderer.generators.parameter.AbstractGeneratorParameter<IAtomColorer>
org.openscience.cdk.renderer.generators.standard.StandardGenerator.AtomColor
- All Implemented Interfaces:
IGeneratorParameter<IAtomColorer>
- Enclosing class:
- StandardGenerator
public static final class StandardGenerator.AtomColor
extends AbstractGeneratorParameter<IAtomColorer>
Defines the color of unselected atoms (and bonds). Bonds colored is defined by the carbon
color. The default option is uniform black coloring as recommended by IUPAC.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the default value for this parameter.Methods inherited from class org.openscience.cdk.renderer.generators.parameter.AbstractGeneratorParameter
getValue, setValue
-
Constructor Details
-
AtomColor
public AtomColor()
-
-
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
-