Interface PolygonRenderer

All Superinterfaces:
Renderer
All Known Implementing Classes:
Graphics2DRenderer

public interface PolygonRenderer extends Renderer
Interface of all Renderers who render an instance of Polygon.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    render(Polygon polygon)
    Renders the specified Polygon instance.
  • Method Details

    • render

      void render(Polygon polygon)
      Renders the specified Polygon instance.