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)