public abstract static class PngExporter.Builder<T extends PngExporter.Builder<T>> extends ImageExporter.Builder<T>
showValenceProperty
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
PngExporter |
build()
Builds an unmodifiable export option.
|
T |
setBitPixelValue(PngExporter.BitPixelValues bitPixelValues)
Sets the bit/pixel values.
|
T |
setNoSource()
Omits saving of molecule source into image as comment.
|
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
public T setBitPixelValue(PngExporter.BitPixelValues bitPixelValues)
bitPixelValues
- bit/pixel value enumPngExporter.BitPixelValues
public T setNoSource()
public PngExporter build()
build
in class ImageExporter.Builder<T extends PngExporter.Builder<T>>