Class SvgExporter.Builder<T extends SvgExporter.Builder<T>>
- java.lang.Object
-
- chemaxon.formats.GeneralExportOptions.Builder<T>
-
- chemaxon.marvin.io.image.ImageExporter.Builder<T>
-
- chemaxon.marvin.io.formats.vectgraphics.SvgExporter.Builder<T>
-
- Enclosing class:
- SvgExporter
public abstract static class SvgExporter.Builder<T extends SvgExporter.Builder<T>> extends ImageExporter.Builder<T>
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SvgExporter
build()
Builds an unmodifiable export option.T
headless()
Don't write xml headers.T
noSource()
Don't write molecule source to svg-
Methods inherited from class chemaxon.marvin.io.image.ImageExporter.Builder
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
-
-
-
-
Method Detail
-
noSource
public T noSource()
Don't write molecule source to svg- Returns:
- the builder
-
headless
public T headless()
Don't write xml headers. This is handy when embedding images into HTML.- Returns:
- the builder
-
build
public SvgExporter build()
Builds an unmodifiable export option.- Specified by:
build
in classImageExporter.Builder<T extends SvgExporter.Builder<T>>
- Returns:
-
-