com.croftsoft.core.animation
Interface RepaintCollector

All Known Implementing Classes:
BooleanRepaintCollector, CoalescingRepaintCollector, NullRepaintCollector, SimpleRepaintCollector, SwingRepaintCollector

public interface RepaintCollector

Collects repaint requests.

Since:
2002-03-09
Version:
2002-12-07
Author:
David Wallace Croft

Method Summary
 int getCount()
           
 Rectangle[] getRepaintRegions()
           
 void repaint()
           
 void repaint(int x, int y, int width, int height)
           
 void reset()
           
 

Method Detail

getCount

int getCount()

getRepaintRegions

Rectangle[] getRepaintRegions()

repaint

void repaint()

repaint

void repaint(int x,
             int y,
             int width,
             int height)

reset

void reset()

CroftSoft Javadoc

CroftSoft Core Javadoc (2008-09-28 20:58:02)