org.icepdf.core.pobjects.graphics
Class PaintTimer

java.lang.Object
  extended by org.icepdf.core.pobjects.graphics.PaintTimer

public class PaintTimer
extends java.lang.Object

PaintTimer encapsulates the time calculation used to fire repaint events to the view.

Since:
5.0

Field Summary
protected static java.util.logging.Logger logger
           
protected static int paintDelay
           
 
Constructor Summary
PaintTimer()
           
 
Method Summary
 boolean shouldTriggerRepaint()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

logger

protected static final java.util.logging.Logger logger

paintDelay

protected static int paintDelay
Constructor Detail

PaintTimer

public PaintTimer()
Method Detail

shouldTriggerRepaint

public boolean shouldTriggerRepaint()