Class StandardGenerator.Highlighting
- java.lang.Object
-
- org.openscience.cdk.renderer.generators.parameter.AbstractGeneratorParameter<StandardGenerator.HighlightStyle>
-
- org.openscience.cdk.renderer.generators.standard.StandardGenerator.Highlighting
-
- All Implemented Interfaces:
IGeneratorParameter<StandardGenerator.HighlightStyle>
- Enclosing class:
- StandardGenerator
public static final class StandardGenerator.Highlighting extends AbstractGeneratorParameter<StandardGenerator.HighlightStyle>
Parameter defines the style of highlight used to emphasis atoms and bonds. The default option is to color the atom and bond symbols (StandardGenerator.HighlightStyle.Colored
).
-
-
Constructor Summary
Constructors Constructor Description Highlighting()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StandardGenerator.HighlightStyle
getDefault()
Gets the default value for this parameter.-
Methods inherited from class org.openscience.cdk.renderer.generators.parameter.AbstractGeneratorParameter
getValue, setValue
-
-
-
-
Method Detail
-
getDefault
public StandardGenerator.HighlightStyle 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
-
-