Packages

package backend

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. Protected

Type Members

  1. class AwtCanvas extends SurfaceBackedCanvas

    A low level Canvas implementation that shows the image in an AWT/Swing window.

  2. final class BufferedImageSurface extends MutableSurface

    Mutable image surface backed by an AWT Buffered Image.

  3. class JavaAudioPlayer extends LowLevelAudioPlayer
  4. final case class JavaResource(resourcePath: String) extends Resource with Product with Serializable

    Resource loader by first trying to access the jar's resources.

    Resource loader by first trying to access the jar's resources. If that fails, it tries to fetch the data from a file.

Value Members

  1. object AwtCanvas
  2. object AwtKeyMapping extends KeyMapping[Int]

    Key mappings for the Java platform, backed by AWT.

  3. object JavaLoopRunner extends LoopRunner

    Loop Runner for the Java platform.

Ungrouped