Module org.icepdf.ri.viewer
Interface PageViewAnnotationComponent
-
- All Known Implementing Classes:
AnnotationSummaryBox,MarkupGlueComponent,PopupAnnotationComponent
public interface PageViewAnnotationComponentCommon interface for handling the position of annotation components painted at the document view level.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidrefreshDirtyBounds()voidrepaint()voidsetParentPageComponent(AbstractPageViewComponent pageViewComponent)
-
-
-
Method Detail
-
setParentPageComponent
void setParentPageComponent(AbstractPageViewComponent pageViewComponent)
-
refreshDirtyBounds
void refreshDirtyBounds()
-
repaint
void repaint()
-
-