public static enum StandardGenerator.HighlightStyle extends Enum<StandardGenerator.HighlightStyle>
Enum Constant and Description |
---|
Colored
Displayed atom symbols and bonds are coloured.
|
None
Ignore highlight hints.
|
OuterGlow
An outer glow is placed in the background behind the depiction.
|
OuterGlowWhiteEdge
Same as outer glow but puts a white edge around element symbols.
|
Modifier and Type | Method and Description |
---|---|
static StandardGenerator.HighlightStyle |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StandardGenerator.HighlightStyle[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final StandardGenerator.HighlightStyle None
public static final StandardGenerator.HighlightStyle Colored
public static final StandardGenerator.HighlightStyle OuterGlow
StandardGenerator.OuterGlowWidth
public static final StandardGenerator.HighlightStyle OuterGlowWhiteEdge
StandardGenerator.OuterGlowWidth
public static StandardGenerator.HighlightStyle[] values()
for (StandardGenerator.HighlightStyle c : StandardGenerator.HighlightStyle.values()) System.out.println(c);
public static StandardGenerator.HighlightStyle valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullCopyright © 2018. All Rights Reserved.