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