Class browser.AnchorStyle
All Packages    This Package    Previous    Next

Class browser.AnchorStyle

java.lang.Object
   |
   +----browser.Style
           |
           +----browser.BasicStyle
                   |
                   +----browser.AnchorStyle

public class AnchorStyle
extends BasicStyle
Class AnchorStyle is a BasicStyle that pushes an anchor onto the anchor stack associated with the formatter. This doesn't apply the BasicStyle if this anchor is not a link.
Version:
1.7, 14 Mar 1995
Author:
Jonathan Payne

AnchorStyle(String)

finish(WRFormatter, TagRef)
Processes this style in the context provided by a Formatter and a TagRef.
start(WRFormatter, TagRef)
Processes this style in the context provided by a Formatter and a TagRef.

AnchorStyle
  public AnchorStyle(String spec)

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