Package hsa

Class Paintable


  • public abstract class Paintable
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      Paintable()  
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      abstract void paint​(java.awt.Graphics g)  
      • Methods inherited from class java.lang.Object

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

      • Paintable

        public Paintable()
    • Method Detail

      • paint

        public abstract void paint​(java.awt.Graphics g)