Class BasicBondGenerator.DefaultBondColor
- java.lang.Object
-
- org.openscience.cdk.renderer.generators.parameter.AbstractGeneratorParameter<Color>
-
- org.openscience.cdk.renderer.generators.BasicBondGenerator.DefaultBondColor
-
- All Implemented Interfaces:
IGeneratorParameter<Color>
- Enclosing class:
- BasicBondGenerator
public static class BasicBondGenerator.DefaultBondColor extends AbstractGeneratorParameter<Color>
The color to draw bonds if not other color is given.
-
-
Constructor Summary
Constructors Constructor Description DefaultBondColor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Color
getDefault()
Returns the default value.-
Methods inherited from class org.openscience.cdk.renderer.generators.parameter.AbstractGeneratorParameter
getValue, setValue
-
-
-
-
Method Detail
-
getDefault
public Color getDefault()
Returns the default value.- Returns:
- Color.BLACK
-
-