public abstract static class SvgExporter.Builder<T extends SvgExporter.Builder<T>> extends ImageExporter.Builder<T>
showValenceProperty
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
SvgExporter |
build()
Builds an unmodifiable export option.
|
T |
headless()
Don't write xml headers.
|
T |
noSource()
Don't write molecule source to svg
|
anyBondStyle, atomAndBondColors, atomFont, atomLabelSize, atomMapping, atomNumber, atomNumberType, ballRadius, bgColor, bgColorAlpha, bondHashSpacing, bondWidth, carbonDisplay, chargeFont, chiralityDisplay, coloring, coordBondStyle, coordBondStyleAtMulticenter, displayChargeInCircle, explicitLonePairs, height, hideAtomSymbols, hideRGroups, hydrogenDisplay, ligandOrderVisibility, lonePairs, lonePairsAsLine, marginSize, maxScale, noAntiAlias, oneLetterPeptide, rendering, scale, self, showAbsoluteLabel, showAtomProperties, showBondLength, showEZ, showGraphInvariants, showLigandError, showValenceError, showValenceProperty, stickThickness, transparentBg, useSetColors, wedgeOrientationUp, width, wireThickness
public T noSource()
public T headless()
public SvgExporter build()
build
in class ImageExporter.Builder<T extends SvgExporter.Builder<T>>