Class Spot


  • public class Spot
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      Spot​(WBlock block, HColor color, java.lang.String x, java.lang.String y)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void drawMe​(UGraphic ug)  
      • Methods inherited from class java.lang.Object

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

      • Spot

        public Spot​(WBlock block,
                    HColor color,
                    java.lang.String x,
                    java.lang.String y)
    • Method Detail

      • drawMe

        public void drawMe​(UGraphic ug)