|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectchemaxon.marvin.util.MoleculeUtil
public class MoleculeUtil
Molecule editing utility methods.
| Constructor Summary | |
|---|---|
MoleculeUtil()
|
|
| Method Summary | |
|---|---|
static void |
arrangeCrossingBonds(MolBond bond,
Molecule mol,
boolean front)
Arranges a bond of the molecule: brings to the first or last place according to indices. |
static MolBond[] |
getCrossingBonds(MolBond[] b,
DPoint3 e1,
DPoint3 e2)
Searches for the bonds, that crosses a segment. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public MoleculeUtil()
| Method Detail |
|---|
public static void arrangeCrossingBonds(MolBond bond,
Molecule mol,
boolean front)
bond - the bond to movemol - the molecule that contains the bondfront - Where to move the bond. If true, then the bond is moved to the
first place, otherwise to the last place.
public static MolBond[] getCrossingBonds(MolBond[] b,
DPoint3 e1,
DPoint3 e2)
b - array of bonds to get the crossing bonds frome1 - first endpoint of the segmente2 - second endpoint of the segment
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||