Class AtomNumberGenerator.ColorByType
- java.lang.Object
-
- org.openscience.cdk.renderer.generators.parameter.AbstractGeneratorParameter<Boolean>
-
- org.openscience.cdk.renderer.generators.AtomNumberGenerator.ColorByType
-
- All Implemented Interfaces:
IGeneratorParameter<Boolean>
- Enclosing class:
- AtomNumberGenerator
public static class AtomNumberGenerator.ColorByType extends AbstractGeneratorParameter<Boolean>
Boolean to indicate of theAtomNumberGenerator.AtomColorer
scheme will be used.
-
-
Constructor Summary
Constructors Constructor Description ColorByType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Boolean
getDefault()
Gets the default value for this parameter.-
Methods inherited from class org.openscience.cdk.renderer.generators.parameter.AbstractGeneratorParameter
getValue, setValue
-
-
-
-
Method Detail
-
getDefault
public Boolean 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
-
-