Uses of Enum
org.rcsb.strucmotif.domain.motif.AngleType
Packages that use AngleType
-
Uses of AngleType in org.rcsb.strucmotif.domain.motif
Methods in org.rcsb.strucmotif.domain.motif that return AngleTypeModifier and TypeMethodDescriptionResiduePairDescriptor.getAngle()Binned angle for this pair.static AngleTypeAngleType.ofAngle(float angle) Convert angle in degrees to enum value.static AngleTypeAngleType.ofIntRepresentation(int ordinal) Convert the ordinal to enum value.static AngleTypeReturns the enum constant of this type with the specified name.static AngleType[]AngleType.values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.rcsb.strucmotif.domain.motif with parameters of type AngleTypeModifierConstructorDescriptionResiduePairDescriptor(ResidueType residueType1, ResidueType residueType2, DistanceType backboneDistance, DistanceType sideChainDistance, AngleType angle) Construct a residue pair descriptor capturing all properties of this pair.