Class PaintManager

java.lang.Object
org.loboevolution.img.PaintManager

public class PaintManager extends Object
Helper class that manages the actual painting.
  • Constructor Details

    • PaintManager

      public PaintManager(org.loboevolution.img.ImageComponent ic)

      Constructor for PaintManager.

      Parameters:
      ic - a ImageComponent object.
  • Method Details

    • notifyChanged

      public void notifyChanged()
      Called when a property which affects how the component is painted changes. This invalidates the cache and causes it to be redrawn upon the next paint request.
    • paintComponent

      public void paintComponent(Graphics g)

      paintComponent.

      Parameters:
      g - a Graphics object.