public abstract static class JpegExporter.Builder<T extends JpegExporter.Builder<T>> extends ImageExporter.Builder<T>
showValenceProperty
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
JpegExporter |
build()
Builds an unmodifiable export option.
|
T |
setNoSource()
Omits saving of molecule source into image as comment.
|
T |
setQuality(int quality)
Sets the quality of the generated jpeg file.
|
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 setQuality(int quality)
quality
- int value between 0 and 100.public T setNoSource()
public JpegExporter build()
build
in class ImageExporter.Builder<T extends JpegExporter.Builder<T>>