Class Connection


  • class Connection
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected Connection​(int atom1, int atom2, short mad, short colix, int order, float energy, int shapeVisibilityFlags)  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • atomIndex1

        protected int atomIndex1
      • atomIndex2

        protected int atomIndex2
      • mad

        protected short mad
      • colix

        protected short colix
      • order

        protected int order
      • energy

        protected float energy
      • shapeVisibilityFlags

        protected int shapeVisibilityFlags
    • Constructor Detail

      • Connection

        protected Connection​(int atom1,
                             int atom2,
                             short mad,
                             short colix,
                             int order,
                             float energy,
                             int shapeVisibilityFlags)