Class StandardGenerator.FancyBoldWedges
java.lang.Object
org.openscience.cdk.renderer.generators.parameter.AbstractGeneratorParameter<Boolean>
org.openscience.cdk.renderer.generators.standard.StandardGenerator.FancyBoldWedges
- All Implemented Interfaces:
IGeneratorParameter<Boolean>
- Enclosing class:
- StandardGenerator
public static final class StandardGenerator.FancyBoldWedges
extends AbstractGeneratorParameter<Boolean>
Modify bold wedges to be flush with adjacent bonds, default = true.
-
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
-
FancyBoldWedges
public FancyBoldWedges()
-
-
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
-