Interface Painter<T>

Type Parameters:
T -
All Known Implementing Classes:
BufferedPainter

public interface Painter<T>
Interface for painter classes.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    paint(T obj, Graphics2D g2, Rectangle2D bounds)
    Paint to the given graphics context inside the given bounds.
  • Method Details

    • paint

      void paint(T obj, Graphics2D g2, Rectangle2D bounds)
      Paint to the given graphics context inside the given bounds.
      Parameters:
      obj -
      g2 -
      bounds -