Class SvgExporter
- java.lang.Object
-
- chemaxon.formats.GeneralExportOptions
-
- chemaxon.marvin.io.image.ImageExporter
-
- chemaxon.marvin.io.formats.vectgraphics.SvgExporter
-
- All Implemented Interfaces:
chemaxon.formats.BinaryExporter<Molecule>
,chemaxon.formats.ExportOptions
@PublicAPI @Format(name="svg", separator=",") public class SvgExporter extends ImageExporter
SVG export with options.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
SvgExporter.Builder<T extends SvgExporter.Builder<T>>
-
Nested classes/interfaces inherited from class chemaxon.marvin.io.image.ImageExporter
ImageExporter.AtomNumberingType, ImageExporter.CarbonDisplay, ImageExporter.ChiralityDisplayOption, ImageExporter.Coloring, ImageExporter.HydrogenDisplayOption, ImageExporter.LigandOrderVisibility, ImageExporter.LineType, ImageExporter.Rendering
-
-
Constructor Summary
Constructors Modifier Constructor Description SvgExporter()
Creates a EmfExporter with default options.protected
SvgExporter(SvgExporter.Builder<?> builder)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static SvgExporter.Builder<?>
builder()
Creates a builder for this class.boolean
isHeadless()
Is the headless option set?boolean
isNoSource()
Is the nosource option set?-
Methods inherited from class chemaxon.marvin.io.image.ImageExporter
areRGroupsHidden, bondHashSpacing, createWriter, getAnyBondStyle, getAtomAndBondColors, getAtomFontType, getAtomLabelSize, getAtomNumberingType, getBallRadius, getBgColor, getBgColorAlpha, getBondWidth, getCarbonDisplay, getChargeFont, getChiralityDisplay, getColoring, getCoordBondStyle, getCoordBondStyleAtMultiCenter, getHeight, getHydrogenDisplay, getLigandOrderVisibility, getMaxScale, getRendering, getScale, getStickThickness, getWidth, getWireThickness, isAbsoluteLabelVisible, isAtomMap, isAtomNum, isAtomPropVisible, isBondLengthVisible, isChargeWithCircle, isExplicitLonePairs, isGraphInvariantsVisible, isHiddenAntiAlias, isHiddenAtomSymbols, isLigandErrorVisible, isLonePairs, isLonePairsAsLine, isOneLetterPeptideDisplay, isSetColors, isStereoPropertyVisible, isTransparentBg, isValenceErrorVisible, isValencePropertyVisible, isWedgeOrientationUp, marginSize
-
-
-
-
Constructor Detail
-
SvgExporter
protected SvgExporter(SvgExporter.Builder<?> builder)
-
SvgExporter
public SvgExporter()
Creates a EmfExporter with default options.
-
-
Method Detail
-
builder
public static SvgExporter.Builder<?> builder()
Creates a builder for this class.- Returns:
- the builder
-
isNoSource
public boolean isNoSource()
Is the nosource option set?- Returns:
- true if the option is set
-
isHeadless
public boolean isHeadless()
Is the headless option set?- Returns:
- true if the option is set
-
-