Uses of Enum Class
org.openscience.cdk.stereo.StereoTool.SquarePlanarShape
Packages that use StereoTool.SquarePlanarShape
-
Uses of StereoTool.SquarePlanarShape in org.openscience.cdk.stereo
Methods in org.openscience.cdk.stereo that return StereoTool.SquarePlanarShapeModifier and TypeMethodDescriptionstatic StereoTool.SquarePlanarShape
StereoTool.getSquarePlanarShape
(IAtom atomA, IAtom atomB, IAtom atomC, IAtom atomD) Given four atoms (assumed to be in the same plane), returns the arrangement of those atoms in that plane.static StereoTool.SquarePlanarShape
Returns the enum constant of this class with the specified name.static StereoTool.SquarePlanarShape[]
StereoTool.SquarePlanarShape.values()
Returns an array containing the constants of this enum class, in the order they are declared.