Class StandardGenerator.SymbolMarginRatio
java.lang.Object
org.openscience.cdk.renderer.generators.parameter.AbstractGeneratorParameter<Double>
org.openscience.cdk.renderer.generators.standard.StandardGenerator.SymbolMarginRatio
- All Implemented Interfaces:
IGeneratorParameter<Double>
- Enclosing class:
- StandardGenerator
public static final class StandardGenerator.SymbolMarginRatio
extends AbstractGeneratorParameter<Double>
Defines the margin between an atom symbol and a connected bond based on the stroke width.
Default = 2.
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.openscience.cdk.renderer.generators.parameter.AbstractGeneratorParameter
getValue, setValue
-
Constructor Details
-
SymbolMarginRatio
public SymbolMarginRatio()
-
-
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
-