Class InternalHTMLRenderer
java.lang.Object
javax.swing.text.html.HTMLEditorKit.ParserCallback
com.realtime.crossfire.jxclient.gui.label.InternalHTMLRenderer
-
Field Summary
Fields inherited from class javax.swing.text.html.HTMLEditorKit.ParserCallback
IMPLIED -
Constructor Summary
ConstructorsConstructorDescriptionInternalHTMLRenderer(@NotNull Font font, @NotNull Color color, @NotNull Graphics gc, int x, int y, int borderSize) -
Method Summary
Modifier and TypeMethodDescriptionvoidhandleEndTag(@NotNull HTML.Tag t, int pos) voidhandleSimpleTag(@NotNull HTML.Tag t, @NotNull MutableAttributeSet a, int pos) voidhandleStartTag(@NotNull HTML.Tag t, @NotNull MutableAttributeSet a, int pos) voidhandleText(char @NotNull [] data, int pos) Methods inherited from class javax.swing.text.html.HTMLEditorKit.ParserCallback
flush, handleComment, handleEndOfLineString, handleError
-
Constructor Details
-
InternalHTMLRenderer
-
-
Method Details
-
handleText
public void handleText(char @NotNull [] data, int pos) - Overrides:
handleTextin classHTMLEditorKit.ParserCallback
-
handleStartTag
public void handleStartTag(@NotNull @NotNull HTML.Tag t, @NotNull @NotNull MutableAttributeSet a, int pos) - Overrides:
handleStartTagin classHTMLEditorKit.ParserCallback
-
handleSimpleTag
public void handleSimpleTag(@NotNull @NotNull HTML.Tag t, @NotNull @NotNull MutableAttributeSet a, int pos) - Overrides:
handleSimpleTagin classHTMLEditorKit.ParserCallback
-
handleEndTag
- Overrides:
handleEndTagin classHTMLEditorKit.ParserCallback
-