Class PngExporter
- java.lang.Object
-
- chemaxon.formats.GeneralExportOptions
-
- chemaxon.marvin.io.image.ImageExporter
-
- chemaxon.marvin.io.image.exporter.PngExporter
-
- All Implemented Interfaces:
chemaxon.formats.BinaryExporter<Molecule>
,chemaxon.formats.ExportOptions
@PublicAPI @Format(name="png", separator=",") public class PngExporter extends ImageExporter
PNG export with options.- Since:
- 6.3, 11/25/13
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
PngExporter.BitPixelValues
Set bit/pixel values using this enum.static class
PngExporter.Builder<T extends PngExporter.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 PngExporter()
protected
PngExporter(PngExporter.Builder<?> builder)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static PngExporter.Builder<?>
builder()
Creates a builder for this class.PngExporter.BitPixelValues
getBitPixelValue()
Gets the set Bit/Pixel value.boolean
isNoSource()
Decides if nosource option is 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
-
PngExporter
protected PngExporter(PngExporter.Builder<?> builder)
-
PngExporter
public PngExporter()
-
-
Method Detail
-
builder
public static PngExporter.Builder<?> builder()
Creates a builder for this class.- Returns:
- the builder
-
getBitPixelValue
public PngExporter.BitPixelValues getBitPixelValue()
Gets the set Bit/Pixel value.- Returns:
- BitPixelvalue enum.
- See Also:
PngExporter.BitPixelValues
-
isNoSource
public boolean isNoSource()
Decides if nosource option is set.- Returns:
- true, if the option is set, false otherwise.
- See Also:
JpegExporter.Builder.setNoSource()
-
-