Class LEDLine


  • class LEDLine
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private int[] coords  
      private boolean switchedOn  
    • Constructor Summary

      Constructors 
      Constructor Description
      LEDLine​(int[] coords)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void paint​(LED led)  
      (package private) void setSwitechOnFlag​(boolean newValue)  
      • Methods inherited from class java.lang.Object

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

      • coords

        private int[] coords
      • switchedOn

        private boolean switchedOn
    • Constructor Detail

      • LEDLine

        LEDLine​(int[] coords)
    • Method Detail

      • setSwitechOnFlag

        void setSwitechOnFlag​(boolean newValue)
      • paint

        public void paint​(LED led)