Class RingGenerator.RingProportion
- java.lang.Object
-
- org.openscience.cdk.renderer.generators.parameter.AbstractGeneratorParameter<Double>
-
- org.openscience.cdk.renderer.generators.RingGenerator.RingProportion
-
- All Implemented Interfaces:
IGeneratorParameter<Double>
- Enclosing class:
- RingGenerator
public static class RingGenerator.RingProportion extends AbstractGeneratorParameter<Double>
The proportion of a ring bounds to use to draw the ring.
-
-
Constructor Summary
Constructors Constructor Description RingProportion()
-
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:
- 0.35
-
-