Uses of Enum
org.biojava.nbio.structure.symmetry.core.SymmetryPerceptionMethod
Packages that use SymmetryPerceptionMethod
- 
Uses of SymmetryPerceptionMethod in org.biojava.nbio.structure.symmetry.core
Methods in org.biojava.nbio.structure.symmetry.core that return SymmetryPerceptionMethodModifier and TypeMethodDescriptionQuatSymmetryResults.getMethod()static SymmetryPerceptionMethodReturns the enum constant of this type with the specified name.static SymmetryPerceptionMethod[]SymmetryPerceptionMethod.values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.biojava.nbio.structure.symmetry.core with parameters of type SymmetryPerceptionMethodModifierConstructorDescriptionQuatSymmetryResults(Stoichiometry stoichiometry, HelixLayers helixLayers, SymmetryPerceptionMethod method) Constructor for roto-translational symmetries.QuatSymmetryResults(Stoichiometry stoichiometry, RotationGroup rotationGroup, SymmetryPerceptionMethod method) Constructor for rotational symmetries.