|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectchemaxon.marvin.util.MoleculeUtil
chemaxon.core.util.MoleculeUtil
public class MoleculeUtil
Molecule editing utility methods.
Constructor Summary | |
---|---|
MoleculeUtil()
Deprecated. |
Method Summary | |
---|---|
static void |
arrangeCrossingBonds(MolBond bond,
Molecule mol,
boolean front)
Deprecated. as of Marvin 5.11.1 use MoleculeGraph#setBond(int, MolBond) |
static MolBond[] |
getCrossingBonds(MolBond[] b,
DPoint3 e1,
DPoint3 e2)
Deprecated. as of Marvin 5.11.1 |
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)
MoleculeGraph#setBond(int, MolBond)
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 |