Class BasicSceneGenerator.ArrowHeadWidth
- java.lang.Object
-
- org.openscience.cdk.renderer.generators.parameter.AbstractGeneratorParameter<Double>
-
- org.openscience.cdk.renderer.generators.BasicSceneGenerator.ArrowHeadWidth
-
- All Implemented Interfaces:
IGeneratorParameter<Double>
- Enclosing class:
- BasicSceneGenerator
public static class BasicSceneGenerator.ArrowHeadWidth extends AbstractGeneratorParameter<Double>
The width of the head of arrows.- Author:
- egonw
-
-
Constructor Summary
Constructors Constructor Description ArrowHeadWidth()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Double
getDefault()
Returns the default arrow head width.-
Methods inherited from class org.openscience.cdk.renderer.generators.parameter.AbstractGeneratorParameter
getValue, setValue
-
-
-
-
Method Detail
-
getDefault
public Double getDefault()
Returns the default arrow head width.- Returns:
- 10.0
-
-