Class MultiAnnotViewerFrame

All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible, RootPaneContainer, WindowConstants

public class MultiAnnotViewerFrame extends JFrame
Class comment for MultiAnnotViewerFrame goes here.
See Also:
  • Constructor Details

    • MultiAnnotViewerFrame

      public MultiAnnotViewerFrame()
      Instantiates a new multi annot viewer frame.
      Throws:
      HeadlessException - the java.awt. headless exception
    • MultiAnnotViewerFrame

      public MultiAnnotViewerFrame(GraphicsConfiguration gc)
      Instantiates a new multi annot viewer frame.
      Parameters:
      gc - the gc
    • MultiAnnotViewerFrame

      public MultiAnnotViewerFrame(String title)
      Instantiates a new multi annot viewer frame.
      Parameters:
      title - the title
      Throws:
      HeadlessException - the java.awt. headless exception
    • MultiAnnotViewerFrame

      public MultiAnnotViewerFrame(String title, GraphicsConfiguration gc)
      Instantiates a new multi annot viewer frame.
      Parameters:
      title - the title
      gc - the gc
  • Method Details

    • init

      public void init(String text, MarkupExtent[] extents)
      Inits the.
      Parameters:
      text - the text
      extents - the extents
    • init

      public void init(String text, AnnotationExtent[] extents, Dimension size)
      Inits the.
      Parameters:
      text - the text
      extents - the extents
      size - the size
    • initHtml

      public void initHtml(String text, MarkupExtent[] extents)
      Inits the html.
      Parameters:
      text - the text
      extents - the extents