We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d9f33b commit 2e8fd8fCopy full SHA for 2e8fd8f
app/depict/src/main/java/org/openscience/cdk/depict/DepictionGenerator.java
@@ -1109,6 +1109,17 @@ public DepictionGenerator withAromaticDisplay() {
1109
true);
1110
}
1111
1112
+
1113
+ /**
1114
+ * Indicate whether <sup>2</sup>H should be rendered as 'D'. Default: true.
1115
+ * @param v the value
1116
+ * @return new generator for method chaining
1117
+ */
1118
+ public DepictionGenerator withDeuteriumSymbol(boolean v) {
1119
+ return withParam(StandardGenerator.DeuteriumSymbol.class,
1120
+ v);
1121
+ }
1122
1123
/**
1124
* Low-level option method to set a rendering model parameter.
1125
*
0 commit comments