Class StandardGenerator.PseudoFontStyle
java.lang.Object
org.openscience.cdk.renderer.generators.parameter.AbstractGeneratorParameter<Integer>
org.openscience.cdk.renderer.generators.standard.StandardGenerator.PseudoFontStyle
- All Implemented Interfaces:
IGeneratorParameter<Integer>
- Enclosing class:
- StandardGenerator
public static final class StandardGenerator.PseudoFontStyle
extends AbstractGeneratorParameter<Integer>
The default font style for pseudo-atoms, is Bold and Italic. This
allows one to distinguish a 'Y/W' for an R group 'Y' Yttrium etc. To
render symbols the same as other atoms set this to '0'.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the default value for this parameter.Methods inherited from class org.openscience.cdk.renderer.generators.parameter.AbstractGeneratorParameter
getValue, setValue
-
Constructor Details
-
PseudoFontStyle
public PseudoFontStyle()
-
-
Method Details
-
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
-