Class StandardGenerator.DelocalisedDonutsBondDisplay
java.lang.Object
org.openscience.cdk.renderer.generators.parameter.AbstractGeneratorParameter<Boolean>
org.openscience.cdk.renderer.generators.standard.StandardGenerator.DelocalisedDonutsBondDisplay
- All Implemented Interfaces:
IGeneratorParameter<Boolean>
- Enclosing class:
- StandardGenerator
public static final class StandardGenerator.DelocalisedDonutsBondDisplay
extends AbstractGeneratorParameter<Boolean>
Render small delocalised rings as bonds/life buoys? This can sometimes
be misleading for fused rings but is commonly used.
-
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
-
DelocalisedDonutsBondDisplay
public DelocalisedDonutsBondDisplay()
-
-
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
-