Class browser.BreakingStyle
All Packages This Package Previous Next
Class browser.BreakingStyle
java.lang.Object
|
+----browser.Style
|
+----browser.BasicStyle
|
+----browser.BreakingStyle
-
public class
BreakingStyle
-
extends BasicStyle
Class BreakingStyle is a BasicStyle which also allows for
paragraph breaks. This style is associated with such tags as
<p>, <h1>, <li>, and so on. A break size may be
specified in the constructor.
-
Version:
-
1.10, 14 Mar 1995
-
Author:
-
Jonathan Payne
-
BreakingStyle(String)
-
-
finish(WRFormatter, TagRef)
-
Processes this style in the context provided by a Formatter
and a TagRef.
-
handleStyleSpec(String)
-
Handles the initialization string described in the constructor.
-
start(WRFormatter, TagRef)
-
Processes this style in the context provided by a Formatter
and a TagRef.
BreakingStyle
public BreakingStyle(String spec)
handleStyleSpec
protected void handleStyleSpec(String spec)
-
Handles the initialization string described in the constructor.
-
Overrides:
-
handleStyleSpec in class BasicStyle
start
public void start(WRFormatter f,
TagRef ref)
-
Processes this style in the context provided by a Formatter
and a TagRef.
-
Overrides:
-
start in class BasicStyle
finish
public void finish(WRFormatter f,
TagRef ref)
-
Processes this style in the context provided by a Formatter
and a TagRef.
-
Overrides:
-
finish in class BasicStyle
All Packages This Package Previous Next