Class browser.StyleTagRef
All Packages This Package Previous Next
Class browser.StyleTagRef
java.lang.Object
|
+----net.www.html.TagRef
|
+----browser.WRTagRef
|
+----browser.StyleTagRef
-
public class
StyleTagRef
-
extends WRTagRef
Class StyleTagRef is used for html tags that have Style's
associated with them. This handles the apply method by turning
it into start/finish methods on the associated style.
-
Version:
-
1.7, 14 Mar 1995
-
Author:
-
Jonathan Payne
-
StyleTagRef(Tag, int, boolean, Style)
-
-
apply(WRFormatter)
-
StyleTagRef
public StyleTagRef(Tag t,
int pos,
boolean isEnd,
Style s)
apply
public void apply(WRFormatter f)
All Packages This Package Previous Next