Class BasicAtomGenerator.ShowEndCarbons
- java.lang.Object
-
- org.openscience.cdk.renderer.generators.parameter.AbstractGeneratorParameter<Boolean>
-
- org.openscience.cdk.renderer.generators.BasicAtomGenerator.ShowEndCarbons
-
- All Implemented Interfaces:
IGeneratorParameter<Boolean>
- Enclosing class:
- BasicAtomGenerator
public static class BasicAtomGenerator.ShowEndCarbons extends AbstractGeneratorParameter<Boolean>
Boolean parameters that will show carbons with only one (non-hydrogen) neighbor to be drawn with an element symbol. This setting overwrites and is used in combination with theBasicAtomGenerator.KekuleStructure
parameter.
-
-
Constructor Summary
Constructors Constructor Description ShowEndCarbons()
-
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
-
-