Package chemaxon.marvin.io.image
Class ImageExportParamConstants
- java.lang.Object
-
- chemaxon.marvin.io.image.ImageExportParamConstants
-
@PublicAPI public abstract class ImageExportParamConstants extends Object
Enumerates constants for image export.- Since:
- 5.2
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
ImageExportParamConstants.anyBondValues
Enumerates valid anybond setting values.static class
ImageExportParamConstants.carbonLabelVisibilityValues
static class
ImageExportParamConstants.chiralValues
enumerates valid chiral setting values.static class
ImageExportParamConstants.coloringValues
Enumerates valid coloring setting values.static class
ImageExportParamConstants.downwedgeValues
Enumerates valid downwedge values.static class
ImageExportParamConstants.implicitHValues
enumerates valid implicitH setting values.static class
ImageExportParamConstants.renderingValues
Enumerates valid rendering setting values.
-
Field Summary
Fields Modifier and Type Field Description static String
ABSOLUTE_LABEL_VISIBLE
Show absolute stereo label.static String
ATOM_FONT
Sets the atom font.static String
ATOM_MAPPING_VISIBLE
Displays atom mapping.static String
ATOM_NUMBERING_TYPE
Atom numbering typestatic String
ATOM_NUMBERS_VISIBLE
Displays atom numbers.static String
ATOM_PROPERTIES_VISIBLE
static String
ATOMSIZE
Prefix of atom label font size parameter.static String
BALLRADIUS
Ball radius for ball and stick mode.static String
BOLD_BOND_WIDTH
Prefix of bold bond width parameter.static String
BOND_HASH_SPACING
Prefix of bondHashSpacing parameter.static String
BOND_LENGTH
Prefix of bond length parameter.static String
BOND_LENGTH_VISIBLE
Show bond lengths.static String
BONDWIDTH
Prefix of bond width parameter.static String
CHARGE_FONT
Sets the circled charge's font.static String
CHARGE_FONT_SIZE
Sets the circled charge's font.static String
CHARGE_WITH_CIRCLE
Show charge symbols in a circle.static String
DISABLE_AMINOACID_BOND_COLORING
Coloring of peptide bridgesstatic String
EZ_LABEL_VISIBLE
Show E/Z.static String
FOG_FACTOR
static String
GRAPH_INVARIANTS_VISIBLE
Show graph invariants.static String
HEIGHT
A number follows this prefix that describes image height in pixels.static String
HIDE_ATOM_SYMBOL_IN_3D
Hide atom symbols in 3D mode.static String
INVISIBLE_R_GROUPS
Show R-group definitions.static String
INVISIBLE_R_LOGIC
Show R-group logic.static String
LIGAND_ERROR_VISIBLE
static String
LONE_PAIRS_AS_LINE
Show lone pairs as a line.static String
LONE_PAIRS_VISIBLE
Displays lone pairs.static String
MARGINSIZE
The size of the margin on the exported image in pt.static String
MAXSCALE
Maximizes the magnification to prevent overscaling of small molecules.static String
MP_LABEL_VISIBLE
Show M/P.static String
NOANTIALIAS
Switch off antialiasing.static String
ONE_LETTER_PEPTIDE_DISPLAY
Show peptides with their one letter abbreviation.static String
SCALE
Prefix of magnification parameter.static String
SETCOLORS
setcolors:...static String
SHOW_EXPLICIT_LONE_PAIRS
Display the explicit lone pairs instead of the implicit lone pairs if lone pair displaying is switched on.static String
STICKTHICKNESS
The stick diameter for ball and stick mode.static String
TRANSPARENT_BACKGROUND
Transparent background (do not paint background).static String
VALANCE_ERROR_VISIBLE
Show valence errors.static String
VALENCE_PROPERTY_VISIBLE
static String
WIDTH
A number follows this prefix that describes image width in pixels.static String
WIRETHICKNESS
Bond thickness in wireframe mode.
-
Constructor Summary
Constructors Constructor Description ImageExportParamConstants()
-
-
-
Field Detail
-
WIDTH
public static final String WIDTH
A number follows this prefix that describes image width in pixels.- See Also:
- Constant Field Values
-
HEIGHT
public static final String HEIGHT
A number follows this prefix that describes image height in pixels.- See Also:
- Constant Field Values
-
SCALE
public static final String SCALE
Prefix of magnification parameter. Assign a numeric value to this string. 1.54Å (C-C bond length) is scale pixels.- See Also:
- Constant Field Values
-
MAXSCALE
public static final String MAXSCALE
Maximizes the magnification to prevent overscaling of small molecules. It is usually set to 28, which is the scale factor for 100% magnification.- See Also:
- Constant Field Values
-
ATOMSIZE
public static final String ATOMSIZE
Prefix of atom label font size parameter. Assign a numeric value to this string. Value is given in C-C bond length unit.- See Also:
- Constant Field Values
-
BOLD_BOND_WIDTH
public static final String BOLD_BOND_WIDTH
Prefix of bold bond width parameter. Assign a numeric value to this string. The value specifies the bold bond width of the C-C bold bond width in pt units.- See Also:
- Constant Field Values
-
BOND_LENGTH
public static final String BOND_LENGTH
Prefix of bond length parameter. Assign a numeric value to this string. The value specifies the length of the C-C bond length in pt units.- See Also:
- Constant Field Values
-
BONDWIDTH
public static final String BONDWIDTH
Prefix of bond width parameter. Assign a numeric value to this string. The value specifies the width of the double bond in C-C bond length unit.- See Also:
- Constant Field Values
-
BOND_HASH_SPACING
public static final String BOND_HASH_SPACING
Prefix of bondHashSpacing parameter. Assign a numeric value to this string. The value specifies the spacing of the hash in hashed bonds in C-C bond length units.- See Also:
- Constant Field Values
-
MARGINSIZE
public static final String MARGINSIZE
The size of the margin on the exported image in pt.- See Also:
- Constant Field Values
-
WIRETHICKNESS
public static final String WIRETHICKNESS
Bond thickness in wireframe mode. Default: 0.064- See Also:
- Constant Field Values
-
STICKTHICKNESS
public static final String STICKTHICKNESS
The stick diameter for ball and stick mode. Default: 0.1- See Also:
- Constant Field Values
-
BALLRADIUS
public static final String BALLRADIUS
Ball radius for ball and stick mode. Default: 0.5- See Also:
- Constant Field Values
-
SETCOLORS
public static final String SETCOLORS
setcolors:... Use atom/bond set colors. Colors can be specified as a colon separated list of values. Use "ak:#rrggbb" for atom set k, "bk:#rrggbb" for bond set k. The hashmark "#" can be omitted. Human-readable color names like "red", "green", "blue" can also be used.- See Also:
- Constant Field Values
-
NOANTIALIAS
public static final String NOANTIALIAS
Switch off antialiasing.- See Also:
- Constant Field Values
-
TRANSPARENT_BACKGROUND
public static final String TRANSPARENT_BACKGROUND
Transparent background (do not paint background).- See Also:
- Constant Field Values
-
DISABLE_AMINOACID_BOND_COLORING
public static final String DISABLE_AMINOACID_BOND_COLORING
Coloring of peptide bridges- See Also:
- Constant Field Values
-
ATOM_MAPPING_VISIBLE
public static final String ATOM_MAPPING_VISIBLE
Displays atom mapping.- See Also:
- Constant Field Values
-
ATOM_NUMBERS_VISIBLE
public static final String ATOM_NUMBERS_VISIBLE
Displays atom numbers.- See Also:
- Constant Field Values
-
ATOM_NUMBERING_TYPE
public static final String ATOM_NUMBERING_TYPE
Atom numbering type- See Also:
- Constant Field Values
-
ATOM_PROPERTIES_VISIBLE
public static final String ATOM_PROPERTIES_VISIBLE
- See Also:
- Constant Field Values
-
FOG_FACTOR
public static final String FOG_FACTOR
- See Also:
- Constant Field Values
-
VALENCE_PROPERTY_VISIBLE
public static final String VALENCE_PROPERTY_VISIBLE
- See Also:
- Constant Field Values
-
LIGAND_ERROR_VISIBLE
public static final String LIGAND_ERROR_VISIBLE
- See Also:
- Constant Field Values
-
LONE_PAIRS_VISIBLE
public static final String LONE_PAIRS_VISIBLE
Displays lone pairs.- See Also:
- Constant Field Values
-
SHOW_EXPLICIT_LONE_PAIRS
public static final String SHOW_EXPLICIT_LONE_PAIRS
Display the explicit lone pairs instead of the implicit lone pairs if lone pair displaying is switched on. See the lp parameter.- See Also:
- Constant Field Values
-
HIDE_ATOM_SYMBOL_IN_3D
public static final String HIDE_ATOM_SYMBOL_IN_3D
Hide atom symbols in 3D mode.- See Also:
- Constant Field Values
-
EZ_LABEL_VISIBLE
public static final String EZ_LABEL_VISIBLE
Show E/Z.- See Also:
- Constant Field Values
-
MP_LABEL_VISIBLE
public static final String MP_LABEL_VISIBLE
Show M/P.- See Also:
- Constant Field Values
-
GRAPH_INVARIANTS_VISIBLE
public static final String GRAPH_INVARIANTS_VISIBLE
Show graph invariants.- See Also:
- Constant Field Values
-
BOND_LENGTH_VISIBLE
public static final String BOND_LENGTH_VISIBLE
Show bond lengths.- See Also:
- Constant Field Values
-
VALANCE_ERROR_VISIBLE
public static final String VALANCE_ERROR_VISIBLE
Show valence errors.- See Also:
- Constant Field Values
-
ABSOLUTE_LABEL_VISIBLE
public static final String ABSOLUTE_LABEL_VISIBLE
Show absolute stereo label.- See Also:
- Constant Field Values
-
ATOM_FONT
public static final String ATOM_FONT
Sets the atom font.- See Also:
- Constant Field Values
-
INVISIBLE_R_GROUPS
public static final String INVISIBLE_R_GROUPS
Show R-group definitions.- See Also:
- Constant Field Values
-
INVISIBLE_R_LOGIC
public static final String INVISIBLE_R_LOGIC
Show R-group logic.- See Also:
- Constant Field Values
-
LONE_PAIRS_AS_LINE
public static final String LONE_PAIRS_AS_LINE
Show lone pairs as a line.- See Also:
- Constant Field Values
-
CHARGE_WITH_CIRCLE
public static final String CHARGE_WITH_CIRCLE
Show charge symbols in a circle.- See Also:
- Constant Field Values
-
ONE_LETTER_PEPTIDE_DISPLAY
public static final String ONE_LETTER_PEPTIDE_DISPLAY
Show peptides with their one letter abbreviation.- See Also:
- Constant Field Values
-
CHARGE_FONT
public static final String CHARGE_FONT
Sets the circled charge's font.- See Also:
- Constant Field Values
-
CHARGE_FONT_SIZE
public static final String CHARGE_FONT_SIZE
Sets the circled charge's font.- See Also:
- Constant Field Values
-
-