Package nl.colorize.multimedialib.renderer.java2d


package nl.colorize.multimedialib.renderer.java2d
  • Classes
    Class
    Description
    Implements the Image interface using an BufferedImage, which is part of the standard library.
    Input device that uses AWT to capture mouse and keyboard events.
    Uses Java 2D to render graphics.
    Implementation of a renderer that uses APIs from the Java standard library.
    Plays audio clips using Java Sound.
    Uses APIs from the Java standard library to load media files: Java2D and ImageIO for loading images, Java Sound for loading audio clips, and AWT for loading fonts.
    Sends HTTP requests using the HTTP client included as part of the Java standard library.