Class StandardGenerator.BondSeparation
java.lang.Object
org.openscience.cdk.renderer.generators.parameter.AbstractGeneratorParameter<Double>
org.openscience.cdk.renderer.generators.standard.StandardGenerator.BondSeparation
- All Implemented Interfaces:
IGeneratorParameter<Double>
- Enclosing class:
- StandardGenerator
public static final class StandardGenerator.BondSeparation
extends AbstractGeneratorParameter<Double>
Defines the ratio of the separation between lines in double bonds as a percentage of length
(
BasicSceneGenerator.BondLength
). The default value is 18% (0.18).-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.openscience.cdk.renderer.generators.parameter.AbstractGeneratorParameter
getValue, setValue
-
Constructor Details
-
BondSeparation
public BondSeparation()
-
-
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
-