Class EmfExporter
- java.lang.Object
-
- chemaxon.formats.GeneralExportOptions
-
- chemaxon.marvin.io.image.ImageExporter
-
- chemaxon.marvin.io.formats.vectgraphics.EmfExporter
-
- All Implemented Interfaces:
chemaxon.formats.BinaryExporter<Molecule>
,chemaxon.formats.ExportOptions
@PublicAPI @Format(name="emf", separator=",") public class EmfExporter extends ImageExporter
Emf export with options.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
EmfExporter.Builder<T extends EmfExporter.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 EmfExporter()
Creates a EmfExporter with default options.protected
EmfExporter(EmfExporter.Builder<?> builder)
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static EmfExporter.Builder<?>
builder()
Creates a builder for this class.-
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
-
EmfExporter
protected EmfExporter(EmfExporter.Builder<?> builder)
-
EmfExporter
public EmfExporter()
Creates a EmfExporter with default options.
-
-
Method Detail
-
builder
public static EmfExporter.Builder<?> builder()
Creates a builder for this class.- Returns:
- the builder
-
-