Class AtomNumberGenerator.WillDrawAtomNumbers
java.lang.Object
org.openscience.cdk.renderer.generators.parameter.AbstractGeneratorParameter<Boolean>
org.openscience.cdk.renderer.generators.AtomNumberGenerator.WillDrawAtomNumbers
- All Implemented Interfaces:
IGeneratorParameter<Boolean>
- Enclosing class:
- AtomNumberGenerator
public static class AtomNumberGenerator.WillDrawAtomNumbers
extends AbstractGeneratorParameter<Boolean>
Boolean parameter indicating if atom numbers should be drawn, allowing
this feature to be disabled temporarily.
-
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
-
WillDrawAtomNumbers
public WillDrawAtomNumbers()
-
-
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
-