Class Repainter

java.lang.Object
VASSAL.tools.imageop.Repainter
All Implemented Interfaces:
ImageOpObserver, OpObserver<BufferedImage>

public class Repainter extends Object implements ImageOpObserver
An ImageOpObserver which repaints Components. This class stores a reference to a Component and a rectangle of that component which will be repainted when imageOpChange(VASSAL.tools.imageop.ImageOp, boolean) is called and success is true.
Since:
3.1.0
Author:
Joel Uckelman