Class StandardGenerator.OmitMajorIsotopes
java.lang.Object
org.openscience.cdk.renderer.generators.parameter.AbstractGeneratorParameter<Boolean>
org.openscience.cdk.renderer.generators.standard.StandardGenerator.OmitMajorIsotopes
- All Implemented Interfaces:
IGeneratorParameter<Boolean>
- Enclosing class:
- StandardGenerator
public static final class StandardGenerator.OmitMajorIsotopes
extends AbstractGeneratorParameter<Boolean>
Whether Major Isotopes e.g. 12C, 16O should be omitted.
-
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
-
OmitMajorIsotopes
public OmitMajorIsotopes()
-
-
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
-