Class InternalHTMLRenderer


  • public class InternalHTMLRenderer
    extends javax.swing.text.html.HTMLEditorKit.ParserCallback
    • Field Summary

      • Fields inherited from class javax.swing.text.html.HTMLEditorKit.ParserCallback

        IMPLIED
    • Constructor Summary

      Constructors 
      Constructor Description
      InternalHTMLRenderer​(@NotNull java.awt.Font font, @NotNull java.awt.Color color, @NotNull java.awt.Graphics gc, int x, int y, int borderSize)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void handleEndTag​(@NotNull javax.swing.text.html.HTML.Tag t, int pos)  
      void handleSimpleTag​(@NotNull javax.swing.text.html.HTML.Tag t, @NotNull javax.swing.text.MutableAttributeSet a, int pos)  
      void handleStartTag​(@NotNull javax.swing.text.html.HTML.Tag t, @NotNull javax.swing.text.MutableAttributeSet a, int pos)  
      void handleText​(char @NotNull [] data, int pos)  
      • Methods inherited from class javax.swing.text.html.HTMLEditorKit.ParserCallback

        flush, handleComment, handleEndOfLineString, handleError
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • InternalHTMLRenderer

        public InternalHTMLRenderer​(@NotNull
                                    @NotNull java.awt.Font font,
                                    @NotNull
                                    @NotNull java.awt.Color color,
                                    @NotNull
                                    @NotNull java.awt.Graphics gc,
                                    int x,
                                    int y,
                                    int borderSize)
    • Method Detail

      • handleText

        public void handleText​(char @NotNull [] data,
                               int pos)
        Overrides:
        handleText in class javax.swing.text.html.HTMLEditorKit.ParserCallback
      • handleStartTag

        public void handleStartTag​(@NotNull
                                   @NotNull javax.swing.text.html.HTML.Tag t,
                                   @NotNull
                                   @NotNull javax.swing.text.MutableAttributeSet a,
                                   int pos)
        Overrides:
        handleStartTag in class javax.swing.text.html.HTMLEditorKit.ParserCallback
      • handleSimpleTag

        public void handleSimpleTag​(@NotNull
                                    @NotNull javax.swing.text.html.HTML.Tag t,
                                    @NotNull
                                    @NotNull javax.swing.text.MutableAttributeSet a,
                                    int pos)
        Overrides:
        handleSimpleTag in class javax.swing.text.html.HTMLEditorKit.ParserCallback
      • handleEndTag

        public void handleEndTag​(@NotNull
                                 @NotNull javax.swing.text.html.HTML.Tag t,
                                 int pos)
        Overrides:
        handleEndTag in class javax.swing.text.html.HTMLEditorKit.ParserCallback