Class BasicAtomGenerator.KekuleStructure
- java.lang.Object
-
- org.openscience.cdk.renderer.generators.parameter.AbstractGeneratorParameter<Boolean>
-
- org.openscience.cdk.renderer.generators.BasicAtomGenerator.KekuleStructure
-
- All Implemented Interfaces:
IGeneratorParameter<Boolean>
- Enclosing class:
- BasicAtomGenerator
public static class BasicAtomGenerator.KekuleStructure extends AbstractGeneratorParameter<Boolean>
Determines whether structures should be drawn as Kekule structures, thus giving each carbon element explicitly, instead of not displaying the element symbol. Example C-C-C instead of /\.
-
-
Constructor Summary
Constructors Constructor Description KekuleStructure()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Boolean
getDefault()
Returns the default value.-
Methods inherited from class org.openscience.cdk.renderer.generators.parameter.AbstractGeneratorParameter
getValue, setValue
-
-