Class StandardGenerator.SgroupBracketDepth
- java.lang.Object
-
- org.openscience.cdk.renderer.generators.parameter.AbstractGeneratorParameter<Double>
-
- org.openscience.cdk.renderer.generators.standard.StandardGenerator.SgroupBracketDepth
-
- All Implemented Interfaces:
IGeneratorParameter<Double>
- Enclosing class:
- StandardGenerator
public static final class StandardGenerator.SgroupBracketDepth extends AbstractGeneratorParameter<Double>
How "deep" are brackets drawn. The value is relative to bond length.
-
-
Constructor Summary
Constructors Constructor Description SgroupBracketDepth()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Double
getDefault()
Gets the default value for this parameter.-
Methods inherited from class org.openscience.cdk.renderer.generators.parameter.AbstractGeneratorParameter
getValue, setValue
-
-
-
-
Method Detail
-
getDefault
public Double 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
-
-