org.icepdf.ri.common.views
Class AbstractPageViewComponent.PageBufferStore

java.lang.Object
  extended by org.icepdf.ri.common.views.AbstractPageViewComponent.PageBufferStore
Enclosing class:
AbstractPageViewComponent

protected class AbstractPageViewComponent.PageBufferStore
extends java.lang.Object

Synchronized page buffer property store, insures that a page capture occurs using the correct properties.


Method Summary
 java.awt.image.BufferedImage getImageReference()
           
 boolean isDirty()
           
 void setDirty(boolean dirty)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getImageReference

public java.awt.image.BufferedImage getImageReference()

isDirty

public boolean isDirty()

setDirty

public void setDirty(boolean dirty)