Interface RenderSource


public interface RenderSource
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    render(Graphics2D g, int width, int height)
     
  • Method Details

    • render

      void render(Graphics2D g, int width, int height)
      Parameters:
      g - Das Graphics2D-Objekt, in das gezeichnet werden soll.
      width - Die Breite in Pixel.
      height - Die Höhe in Pixel.