package backend
Ordering
- Alphabetic
Visibility
- Public
- Protected
Type Members
- class AwtCanvas extends SurfaceBackedCanvas
A low level Canvas implementation that shows the image in an AWT/Swing window.
- final class BufferedImageSurface extends MutableSurface
Mutable image surface backed by an AWT Buffered Image.
- 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.
- class PpmCanvas extends SurfaceBackedCanvas
A low level Canvas implementation that outputs the image in the PPM format to the stdout.
A low level Canvas implementation that outputs the image in the PPM format to the stdout. This canvas doesn't support fetching the keyboard input.
Value Members
- object AwtCanvas
- object AwtKeyMapping extends KeyMapping[Int]
Key mappings for the Java platform, backed by AWT.
- object JavaLoopRunner extends LoopRunner
Loop Runner for the Java platform.