HTMLPreElementImplpublic class HTMLPreElementImpl extends HTMLElementImpl implements HTMLPreElement
Constructors Summary |
---|
public HTMLPreElementImpl(HTMLDocumentImpl owner, String name)Constructor requires owner document.
super( owner, name );
|
Methods Summary |
---|
public int | getWidth()
return getInteger( getAttribute( "width" ) );
| public void | setWidth(int width)
setAttribute( "width", String.valueOf( width ) );
|
|