Package chemaxon.marvin.util
Class MoleculeUtil
- java.lang.Object
-
- chemaxon.marvin.util.MoleculeUtil
-
@Deprecated @PublicAPI public class MoleculeUtil extends Object
Deprecated.as of Marvin 5.11.1Molecule editing utility methods.- Since:
- Marvin 5.3, 09/16/2009
-
-
Constructor Summary
Constructors Constructor Description MoleculeUtil()
Deprecated.
-
Method Summary
All Methods Static Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static void
arrangeCrossingBonds(MolBond bond, Molecule mol, boolean front)
Deprecated.as of Marvin 5.11.1 useMoleculeGraph.setBond(int, MolBond)
static MolBond[]
getCrossingBonds(MolBond[] b, DPoint3 e1, DPoint3 e2)
Deprecated.as of Marvin 5.11.1
-
-
-
Method Detail
-
arrangeCrossingBonds
@Deprecated public static void arrangeCrossingBonds(MolBond bond, Molecule mol, boolean front)
Deprecated.as of Marvin 5.11.1 useMoleculeGraph.setBond(int, MolBond)
Arranges a bond of the molecule: brings to the first or last place according to indices.- Parameters:
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.
-
getCrossingBonds
@Deprecated public static MolBond[] getCrossingBonds(MolBond[] b, DPoint3 e1, DPoint3 e2)
Deprecated.as of Marvin 5.11.1Searches for the bonds, that crosses a segment.- Parameters:
b
- array of bonds to get the crossing bonds frome1
- first endpoint of the segmente2
- second endpoint of the segment- Returns:
- array of bonds, that crosses the segment
-
-