FileDocCategorySizeDatePackage
WeatherHtmlKonaRevised.javaAPI DocExample4181Tue Jan 25 10:45:14 GMT 2000None

CurrentStyle

public class CurrentStyle extends StringElement

Fields Summary
Constructors Summary
CurrentStyle(String val)

    super(new StringElement(val)
          .asFontElement("+2")
          .asBoldElement()
          .asCenteredElement());
  
Methods Summary