Interface Renderer

All Known Subinterfaces:
GraphicsManager

public interface Renderer
Represents a renderer that can draw objects.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    draw(Form form, Paint paint, Object caller)
    Draws the specified form using the provided paint and caller.
  • Method Details

    • draw

      void draw(Form form, Paint paint, Object caller)
      Draws the specified form using the provided paint and caller.
      Parameters:
      form - the form to be drawn
      paint - the paint to be used for drawing
      caller - the object that called this method