Class TextHighlightAnnotationWrangler


public class TextHighlightAnnotationWrangler extends DefaultWrangler<TextHighlightAnnotation>
  • Constructor Details

    • TextHighlightAnnotationWrangler

      public TextHighlightAnnotationWrangler()
  • Method Details

    • getHandles

      public List<? extends Handle> getHandles(PageView pageView, Page page, TextHighlightAnnotation annotation)
      Description copied from class: Wrangler
      Creates handles for a specific annotation.
      Overrides:
      getHandles in class DefaultWrangler<TextHighlightAnnotation>
      Parameters:
      pageView - PageView the annotation is shown on (for example for repaint calls)
      page - The page that contains the annotation
      annotation - The annotation the wrangler should create handles for
      Returns:
      Handles that can be used to edit the annotation