Class ChromPos


  • public class ChromPos
    extends java.lang.Object
    Created by ap3 on 27/10/2014.
    • Constructor Summary

      Constructors 
      Constructor Description
      ChromPos​(int pos, int phase)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int getPhase()  
      int getPos()  
      void setPhase​(int phase)  
      void setPos​(int pos)  
      • Methods inherited from class java.lang.Object

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

      • ChromPos

        public ChromPos​(int pos,
                        int phase)
    • Method Detail

      • getPhase

        public int getPhase()
      • setPhase

        public void setPhase​(int phase)
      • getPos

        public int getPos()
      • setPos

        public void setPos​(int pos)