Class CarbohydrateMonomer

  • All Implemented Interfaces:
    Structure

    public class CarbohydrateMonomer
    extends Monomer
    • Field Detail

      • alphaOffsets

        private static final byte[] alphaOffsets
    • Constructor Detail

      • CarbohydrateMonomer

        private CarbohydrateMonomer()
    • Method Detail

      • validateAndAllocate

        static Monomer validateAndAllocate​(Chain chain,
                                           java.lang.String group3,
                                           int seqcode,
                                           int firstIndex,
                                           int lastIndex)
      • findNearestAtomIndex

        void findNearestAtomIndex​(int x,
                                  int y,
                                  Atom[] closest,
                                  short madBegin,
                                  short madEnd)
        Description copied from class: Monomer
        Selects LeadAtom when this Monomer is clicked iff it is closer to the user.
        Overrides:
        findNearestAtomIndex in class Monomer