Class StandardGenerator.OuterGlowWidth
java.lang.Object
org.openscience.cdk.renderer.generators.parameter.AbstractGeneratorParameter<Double>
org.openscience.cdk.renderer.generators.standard.StandardGenerator.OuterGlowWidth
- All Implemented Interfaces:
IGeneratorParameter<Double>
- Enclosing class:
- StandardGenerator
public static final class StandardGenerator.OuterGlowWidth
extends AbstractGeneratorParameter<Double>
The width of outer glow as a percentage of stroke width. The default value is 200% (2.0d).
This means the bond outer glow, is 5 times the width as the glow extends to twice the width
on each side.
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.openscience.cdk.renderer.generators.parameter.AbstractGeneratorParameter
getValue, setValue
-
Constructor Details
-
OuterGlowWidth
public OuterGlowWidth()
-
-
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
-