public class InternalHTMLRenderer
extends javax.swing.text.html.HTMLEditorKit.ParserCallback
Constructor and Description |
---|
InternalHTMLRenderer(@NotNull java.awt.Font font,
@NotNull java.awt.Color color,
@NotNull java.awt.Graphics gc,
int x,
int y,
int borderSize) |
Modifier and Type | Method and 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[] data,
int pos) |
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)
public void handleText(char[] data, int pos)
handleText
in class javax.swing.text.html.HTMLEditorKit.ParserCallback
public void handleStartTag(@NotNull @NotNull javax.swing.text.html.HTML.Tag t, @NotNull @NotNull javax.swing.text.MutableAttributeSet a, int pos)
handleStartTag
in class javax.swing.text.html.HTMLEditorKit.ParserCallback
public void handleSimpleTag(@NotNull @NotNull javax.swing.text.html.HTML.Tag t, @NotNull @NotNull javax.swing.text.MutableAttributeSet a, int pos)
handleSimpleTag
in class javax.swing.text.html.HTMLEditorKit.ParserCallback
public void handleEndTag(@NotNull @NotNull javax.swing.text.html.HTML.Tag t, int pos)
handleEndTag
in class javax.swing.text.html.HTMLEditorKit.ParserCallback