cct.interfaces
Interface BondInterface
- All Known Implementing Classes:
- Bond
public interface BondInterface
Title:
Description:
Copyright: Copyright (c) 2006
Company: ANU
DEFAULT_BONDS_AND_STICKS_RADIUS
static final float DEFAULT_BONDS_AND_STICKS_RADIUS
- See Also:
- Constant Field Values
DEFAULT_STICKS_RADIUS
static final float DEFAULT_STICKS_RADIUS
- See Also:
- Constant Field Values
CYLINDER_RADIUS
static final java.lang.String CYLINDER_RADIUS
- See Also:
- Constant Field Values
RGB_COLOR
static final java.lang.String RGB_COLOR
- See Also:
- Constant Field Values
COLOR_SCHEME
static final java.lang.String COLOR_SCHEME
- See Also:
- Constant Field Values
RENDERING_STYLE
static final java.lang.String RENDERING_STYLE
- See Also:
- Constant Field Values
VISIBLE
static final java.lang.String VISIBLE
- See Also:
- Constant Field Values
RENDER_CYLINDER
static final int RENDER_CYLINDER
- See Also:
- Constant Field Values
RENDER_LINE
static final int RENDER_LINE
- See Also:
- Constant Field Values
MONOCOLOR
static final int MONOCOLOR
- See Also:
- Constant Field Values
BICOLOR
static final int BICOLOR
- See Also:
- Constant Field Values
CYLINDER_MONOCOLOR
static final int CYLINDER_MONOCOLOR
- See Also:
- Constant Field Values
CYLINDER_BICOLOR
static final int CYLINDER_BICOLOR
- See Also:
- Constant Field Values
LINE_MONOCOLOR
static final int LINE_MONOCOLOR
- See Also:
- Constant Field Values
LINE_BICOLOR
static final int LINE_BICOLOR
- See Also:
- Constant Field Values
bondLength
float bondLength()
getIAtomInterface
AtomInterface getIAtomInterface()
getJAtomInterface
AtomInterface getJAtomInterface()
getNewBondInstance
BondInterface getNewBondInstance()
getNewBondInstance
BondInterface getNewBondInstance(BondInterface bond)
getNewBondInstance
BondInterface getNewBondInstance(AtomInterface a_i,
AtomInterface a_j)
getProperties
java.util.HashMap<java.lang.String,java.lang.Object> getProperties()
getProperty
java.lang.Object getProperty(java.lang.String key)
setProperty
void setProperty(java.lang.String prop,
java.lang.Object value)