Interface ImageOverlay

All Superinterfaces:
NativeOverlay

public interface ImageOverlay extends NativeOverlay
A native overlay that simply draws an playn image.
  • Method Summary

    Modifier and Type
    Method
    Description
    Gets the image.
    void
    Queues up a repaint.

    Methods inherited from interface tripleplay.platform.NativeOverlay

    add, remove, setBounds
  • Method Details

    • image

      Image image()
      Gets the image.
    • repaint

      void repaint()
      Queues up a repaint. Games must call this whenever the image is updated.