Uses of Class
org.icepdf.ri.common.views.annotations.AbstractAnnotationComponent
-
-
Uses of AbstractAnnotationComponent in org.icepdf.ri.common.views
Fields in org.icepdf.ri.common.views with type parameters of type AbstractAnnotationComponent Modifier and Type Field Description protected ArrayList<AbstractAnnotationComponent>PageViewComponentImpl. annotationComponentsMethods in org.icepdf.ri.common.views that return types with arguments of type AbstractAnnotationComponent Modifier and Type Method Description ArrayList<AbstractAnnotationComponent>PageViewComponentImpl. getAnnotationComponents()Gets a list of the annotation components used in this page view.Methods in org.icepdf.ri.common.views with parameters of type AbstractAnnotationComponent Modifier and Type Method Description voidAbstractDocumentViewModel. removeFloatingAnnotationComponent(AbstractAnnotationComponent annotationComponent) -
Uses of AbstractAnnotationComponent in org.icepdf.ri.common.views.annotations
Subclasses of AbstractAnnotationComponent 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.classLinkAnnotationComponentThe LinkAnnotationComponent encapsulates a LinkAnnotation objects.classMarkupAnnotationComponent<T extends MarkupAnnotation>MarkupAnnotationComponent class encapsulates the component functionality needed to display an MarkupAnnotations PopupAnnnotaion component.classPolygonAnnotationComponentThe PolygonAnnotationComponent encapsulates a PolygonAnnotation objects.classPolyLineAnnotationComponentThe PolyLineAnnotationComponent encapsulates a PolyLineAnnotation objects.classPopupAnnotationComponentThe PopupAnnotationComponent encapsulates a PopupAnnotation objects.classRedactionAnnotationComponentRedactionComponent used as a generic redaction marker.classSquareAnnotationComponentThe SquareAnnotationComponent encapsulates a SquareAnnotation objects.classTextAnnotationComponentThe TextAnnotationComponent encapsulates a TextAnnotation objects.classTextMarkupAnnotationComponentclassWidgetAnnotationComponentMethods in org.icepdf.ri.common.views.annotations that return AbstractAnnotationComponent Modifier and Type Method Description static AbstractAnnotationComponentAnnotationComponentFactory. buildAnnotationComponent(Annotation annotation, DocumentViewController documentViewController, AbstractPageViewComponent pageViewComponent)Creates an annotation component for the given annotation object subtype. -
Uses of AbstractAnnotationComponent in org.icepdf.ri.common.views.annotations.acroform
Subclasses of AbstractAnnotationComponent in org.icepdf.ri.common.views.annotations.acroform Modifier and Type Class Description classAbstractButtonComponentclassAbstractChoiceComponentclassCheckButtonComponentclassChoiceComboComponentclassChoiceListComponentclassPushButtonComponentclassRadioButtonComponentclassSignatureComponentUI component that represents an Acroform signature widget in the interactive UI.classTextWidgetComponent -
Uses of AbstractAnnotationComponent in org.icepdf.ri.common.views.annotations.summary
Subclasses of AbstractAnnotationComponent in org.icepdf.ri.common.views.annotations.summary Modifier and Type Class Description classAnnotationSummaryBox
-