Module org.icepdf.ri.viewer
Package org.icepdf.ri.common.views
Class AbstractPageViewComponent.PageBufferStore
- java.lang.Object
-
- org.icepdf.ri.common.views.AbstractPageViewComponent.PageBufferStore
-
- Enclosing class:
- AbstractPageViewComponent
protected static class AbstractPageViewComponent.PageBufferStore extends Object
Synchronized page buffer property store, insures that a page capture occurs using the correct properties.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BufferedImagegetImageReference()booleanisDirty()voidsetDirty(boolean dirty)
-
-
-
Method Detail
-
getImageReference
public BufferedImage getImageReference()
-
isDirty
public boolean isDirty()
-
setDirty
public void setDirty(boolean dirty)
-
-