Interface VisiblyUpdatable

  • All Known Implementing Classes:
    AbstractCanvas

    public interface VisiblyUpdatable
    Exposes the update(Graphics) call.
    • Method Detail

      • update

        java.awt.Rectangle update​(java.awt.Graphics g)
        Returns the area that was drawn into. A null return value means that nothing was updated.
      • getSize

        java.awt.Dimension getSize()