@PublicAPI public enum CoordinateBondOnMulticenterStyle extends java.lang.Enum<CoordinateBondOnMulticenterStyle>
MolBond.getType()
== MolBond.COORDINATE
Enum Constant and Description |
---|
HASHED
Hashed bond is used when rendering Coordinate bonds.
|
SOLID
Solid line is used when rendering Coordinate bonds.
|
Modifier and Type | Method and Description |
---|---|
static CoordinateBondOnMulticenterStyle |
get(int dispopts) |
static int |
getDispOptsMask() |
static int |
getDispOptsOffset()
Get the offset used to store the settings in the dispopts integer.
|
static CoordinateBondOnMulticenterStyle |
getFromFlag(int flag) |
static int |
getValueCount() |
int |
set(int dispopts) |
static java.lang.String[] |
styles()
Return the rendering style names as string values.
|
static CoordinateBondOnMulticenterStyle |
toCoordinateBondStyle(java.lang.String str) |
int |
toFlag() |
int |
toInt() |
java.lang.String |
toString() |
static CoordinateBondOnMulticenterStyle |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CoordinateBondOnMulticenterStyle[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CoordinateBondOnMulticenterStyle SOLID
public static final CoordinateBondOnMulticenterStyle HASHED
public static CoordinateBondOnMulticenterStyle[] values()
for (CoordinateBondOnMulticenterStyle c : CoordinateBondOnMulticenterStyle.values()) System.out.println(c);
public static CoordinateBondOnMulticenterStyle valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullpublic java.lang.String toString()
toString
in class java.lang.Enum<CoordinateBondOnMulticenterStyle>
public int toInt()
public int toFlag()
public int set(int dispopts)
public static java.lang.String[] styles()
public static int getDispOptsOffset()
public static int getDispOptsMask()
public static CoordinateBondOnMulticenterStyle get(int dispopts)
public static CoordinateBondOnMulticenterStyle getFromFlag(int flag)
public static CoordinateBondOnMulticenterStyle toCoordinateBondStyle(java.lang.String str)
public static int getValueCount()