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 Constructor Description WillDrawAtomNumbers()
-
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
-
-