Package org.jmol.adapter.smarter
Class Bond
- java.lang.Object
-
- org.jmol.adapter.smarter.AtomSetObject
-
- org.jmol.adapter.smarter.Bond
-
public class Bond extends AtomSetObject
-
-
Field Summary
Fields Modifier and Type Field Description int
atomIndex1
int
atomIndex2
short
colix
int
order
float
radius
int
uniqueID
-
Fields inherited from class org.jmol.adapter.smarter.AtomSetObject
atomSetIndex
-
-
Constructor Summary
Constructors Constructor Description Bond(int atomIndex1, int atomIndex2, int order)
-