Uses of Class
org.icepdf.ri.common.views.annotations.MarkupAnnotationComponent
-
Packages that use MarkupAnnotationComponent Package Description org.icepdf.ri.common.views.annotations org.icepdf.ri.common.views.annotations.summary -
-
Uses of MarkupAnnotationComponent in org.icepdf.ri.common.views.annotations
Subclasses of MarkupAnnotationComponent in org.icepdf.ri.common.views.annotations Modifier and Type Class Description classCircleAnnotationComponentThe CircleAnnotationComponent encapsulates a CircleAnnotation objects.classFreeTextAnnotationComponentThe FreeTextAnnotationComponent encapsulates a FreeTextAnnotation objects.classInkAnnotationComponentThe InkAnnotationComponent encapsulates a InkAnnotation objects.classLineAnnotationComponentThe LineAnnotationComponent encapsulates a LineAnnotation objects.classPolygonAnnotationComponentThe PolygonAnnotationComponent encapsulates a PolygonAnnotation objects.classPolyLineAnnotationComponentThe PolyLineAnnotationComponent encapsulates a PolyLineAnnotation objects.classRedactionAnnotationComponentRedactionComponent used as a generic redaction marker.classSquareAnnotationComponentThe SquareAnnotationComponent encapsulates a SquareAnnotation objects.classTextAnnotationComponentThe TextAnnotationComponent encapsulates a TextAnnotation objects.classTextMarkupAnnotationComponentFields in org.icepdf.ri.common.views.annotations declared as MarkupAnnotationComponent Modifier and Type Field Description protected MarkupAnnotationComponentMarkupGlueComponent. markupAnnotationComponentMethods in org.icepdf.ri.common.views.annotations that return MarkupAnnotationComponent Modifier and Type Method Description MarkupAnnotationComponentMarkupGlueComponent. getMarkupAnnotationComponent()MarkupAnnotationComponentPopupAnnotationComponent. getMarkupAnnotationComponent()Constructors in org.icepdf.ri.common.views.annotations with parameters of type MarkupAnnotationComponent Constructor Description MarkupAnnotationPopupMenu(MarkupAnnotationComponent markupAnnotationComponent, Controller controller, AbstractPageViewComponent pageViewComponent, boolean deleteRoot)MarkupGlueComponent(DocumentViewController documentViewController, MarkupAnnotationComponent markupAnnotationComponent, PopupAnnotationComponent popupAnnotationComponent) -
Uses of MarkupAnnotationComponent in org.icepdf.ri.common.views.annotations.summary
Constructors in org.icepdf.ri.common.views.annotations.summary with parameters of type MarkupAnnotationComponent Constructor Description SummaryPopupMenu(AnnotationSummaryBox annotationSummaryBox, MarkupAnnotation markupAnnotation, MarkupAnnotationComponent annotationComponent, Controller controller, Frame frame, DraggableAnnotationPanel.MouseHandler mouseHandler)
-