Class StandardGenerator.DashSection
java.lang.Object
org.openscience.cdk.renderer.generators.parameter.AbstractGeneratorParameter<Integer>
org.openscience.cdk.renderer.generators.standard.StandardGenerator.DashSection
- All Implemented Interfaces:
IGeneratorParameter<Integer>
- Enclosing class:
- StandardGenerator
The number of sections to render in a dashed 'unknown' bond, default = 4;
-
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
-
DashSection
public DashSection()
-
-
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
-