Constructor and Description |
---|
BoundsCalculator() |
Modifier and Type | Method and Description |
---|---|
static Rectangle2D |
calculateBounds(IAtomContainer atomContainer)
Calculate the bounding rectangle for an atom container.
|
static Rectangle2D |
calculateBounds(IAtomContainerSet moleculeSet)
Calculate the bounding rectangle for a molecule set.
|
static Rectangle2D |
calculateBounds(IChemModel chemModel)
Calculate the bounding rectangle for a chem model.
|
static Rectangle2D |
calculateBounds(IReaction reaction)
Calculate the bounding rectangle for a reaction.
|
static Rectangle2D |
calculateBounds(IReactionSet reactionSet)
Calculate the bounding rectangle for a reaction set.
|
public static Rectangle2D calculateBounds(IChemModel chemModel)
chemModel
- the chem model to usepublic static Rectangle2D calculateBounds(IReactionSet reactionSet)
reactionSet
- the reaction set to usepublic static Rectangle2D calculateBounds(IReaction reaction)
reaction
- the reaction to usepublic static Rectangle2D calculateBounds(IAtomContainerSet moleculeSet)
moleculeSet
- the molecule set to usepublic static Rectangle2D calculateBounds(IAtomContainer atomContainer)
atomContainer
- the atom container to useCopyright © 2018. All Rights Reserved.