org.jmol.api
Interface JmolEdge
- All Known Implementing Classes:
- Bond, HBond, SmilesBond
public interface JmolEdge
BOND_STEREO_MASK
static final int BOND_STEREO_MASK
- Extended Bond Definition Types
- See Also:
- Constant Field Values
BOND_STEREO_NEAR
static final int BOND_STEREO_NEAR
- See Also:
- Constant Field Values
BOND_STEREO_FAR
static final int BOND_STEREO_FAR
- See Also:
- Constant Field Values
BOND_AROMATIC_MASK
static final int BOND_AROMATIC_MASK
- See Also:
- Constant Field Values
BOND_AROMATIC_SINGLE
static final int BOND_AROMATIC_SINGLE
- See Also:
- Constant Field Values
BOND_AROMATIC_DOUBLE
static final int BOND_AROMATIC_DOUBLE
- See Also:
- Constant Field Values
BOND_AROMATIC
static final int BOND_AROMATIC
- See Also:
- Constant Field Values
BOND_SULFUR_MASK
static final int BOND_SULFUR_MASK
- See Also:
- Constant Field Values
BOND_PARTIAL_MASK
static final int BOND_PARTIAL_MASK
- See Also:
- Constant Field Values
BOND_PARTIAL01
static final int BOND_PARTIAL01
- See Also:
- Constant Field Values
BOND_PARTIAL12
static final int BOND_PARTIAL12
- See Also:
- Constant Field Values
BOND_PARTIAL23
static final int BOND_PARTIAL23
- See Also:
- Constant Field Values
BOND_PARTIAL32
static final int BOND_PARTIAL32
- See Also:
- Constant Field Values
BOND_COVALENT_MASK
static final int BOND_COVALENT_MASK
- See Also:
- Constant Field Values
BOND_COVALENT_SINGLE
static final int BOND_COVALENT_SINGLE
- See Also:
- Constant Field Values
BOND_COVALENT_DOUBLE
static final int BOND_COVALENT_DOUBLE
- See Also:
- Constant Field Values
BOND_COVALENT_TRIPLE
static final int BOND_COVALENT_TRIPLE
- See Also:
- Constant Field Values
BOND_COVALENT_QUADRUPLE
static final int BOND_COVALENT_QUADRUPLE
- See Also:
- Constant Field Values
BOND_ORDER_UNSPECIFIED
static final int BOND_ORDER_UNSPECIFIED
- See Also:
- Constant Field Values
BOND_ORDER_ANY
static final int BOND_ORDER_ANY
- See Also:
- Constant Field Values
BOND_ORDER_NULL
static final int BOND_ORDER_NULL
- See Also:
- Constant Field Values
BOND_NEW
static final int BOND_NEW
- See Also:
- Constant Field Values
BOND_STRUT
static final int BOND_STRUT
- See Also:
- Constant Field Values
BOND_HBOND_SHIFT
static final int BOND_HBOND_SHIFT
- See Also:
- Constant Field Values
BOND_HYDROGEN_MASK
static final int BOND_HYDROGEN_MASK
- See Also:
- Constant Field Values
BOND_H_REGULAR
static final int BOND_H_REGULAR
- See Also:
- Constant Field Values
BOND_H_CALC_MASK
static final int BOND_H_CALC_MASK
- See Also:
- Constant Field Values
BOND_H_CALC
static final int BOND_H_CALC
- See Also:
- Constant Field Values
BOND_H_PLUS_2
static final int BOND_H_PLUS_2
- See Also:
- Constant Field Values
BOND_H_PLUS_3
static final int BOND_H_PLUS_3
- See Also:
- Constant Field Values
BOND_H_PLUS_4
static final int BOND_H_PLUS_4
- See Also:
- Constant Field Values
BOND_H_PLUS_5
static final int BOND_H_PLUS_5
- See Also:
- Constant Field Values
BOND_H_MINUS_3
static final int BOND_H_MINUS_3
- See Also:
- Constant Field Values
BOND_H_MINUS_4
static final int BOND_H_MINUS_4
- See Also:
- Constant Field Values
BOND_H_NUCLEOTIDE
static final int BOND_H_NUCLEOTIDE
- See Also:
- Constant Field Values
getIndex
int getIndex()
getAtomIndex1
int getAtomIndex1()
getAtomIndex2
int getAtomIndex2()
getCovalentOrder
int getCovalentOrder()
getOrder
int getOrder()
getOtherAtom
JmolNode getOtherAtom(JmolNode atom)
isCovalent
boolean isCovalent()
isHydrogen
boolean isHydrogen()