Class browser.Style
All Packages    This Package    Previous    Next

Class browser.Style

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

public class Style
extends Object
The Style class is used to specify most of the style changes that occur as a result of html tag refs. Zero or more of the parameters may be specified for change. BasicStyle operates on instances of FormattingParameters, generating new instances of FormattingParameters by modifying old ones.
See Also:
FormattingParameters, BasicStyle
Version:
1.7, 14 Mar 1995
Author:
Jonathan Payne

renders

Style(String)

finish(WRFormatter, TagRef)
handleStyleSpec(String)
specAttribute(String)
specValue(String)
start(WRFormatter, TagRef)
is the text rendered?

renders
  public boolean renders

Style
  public Style(String init)

start
  public void start(WRFormatter f,
                    TagRef ref)
is the text rendered?

finish

  public void finish(WRFormatter f,
                     TagRef ref)
specAttribute
  protected String specAttribute(String spec)
specValue
  protected String specValue(String spec)
handleStyleSpec
  protected void handleStyleSpec(String spec)

All Packages    This Package    Previous    Next