public class PageViewComponentImpl.PagePainter
extends java.lang.Object
implements java.lang.Runnable
| Constructor and Description |
|---|
PagePainter() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasBeenQueued() |
boolean |
isBufferDirty() |
boolean |
isLastPaintDirty() |
boolean |
isRunning() |
boolean |
isStopPaintingRequested() |
void |
run() |
void |
setHasBeenQueued(boolean hasBeenQueued) |
void |
setIsBufferDirty(boolean isDirty) |
void |
setIsLastPaintDirty(boolean isDirty) |
void |
setPage(org.icepdf.core.pobjects.Page page) |
void |
setStopRequested(boolean isStopRequested) |
void |
stopPaintingPage() |
public boolean isLastPaintDirty()
public void setIsLastPaintDirty(boolean isDirty)
public void setIsBufferDirty(boolean isDirty)
public boolean isBufferDirty()
public boolean isStopPaintingRequested()
public void stopPaintingPage()
public void setPage(org.icepdf.core.pobjects.Page page)
public void run()
run in interface java.lang.Runnablepublic void setStopRequested(boolean isStopRequested)
public boolean hasBeenQueued()
public void setHasBeenQueued(boolean hasBeenQueued)
public boolean isRunning()