Class HighlightGenerator.HighlightRadius
- java.lang.Object
-
- org.openscience.cdk.renderer.generators.parameter.AbstractGeneratorParameter<Double>
-
- org.openscience.cdk.renderer.generators.HighlightGenerator.HighlightRadius
-
- All Implemented Interfaces:
IGeneratorParameter<Double>
- Enclosing class:
- HighlightGenerator
public static class HighlightGenerator.HighlightRadius extends AbstractGeneratorParameter<Double>
Magic number with unknown units that defines the radius around an atom, e.g. used for highlighting atoms.
-
-
Constructor Summary
Constructors Constructor Description HighlightRadius()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Double
getDefault()
Returns the default value.-
Methods inherited from class org.openscience.cdk.renderer.generators.parameter.AbstractGeneratorParameter
getValue, setValue
-
-
-
-
Method Detail
-
getDefault
public Double getDefault()
Returns the default value.- Returns:
- 10.0
-
-