public class GenericElement extends Object implements Renderable
| Modifier and Type | Field and Description |
|---|---|
HtmlAttributes |
attributes |
List<Renderable> |
children |
String |
name |
| Constructor and Description |
|---|
GenericElement(String tagName) |
| Modifier and Type | Method and Description |
|---|---|
void |
renderOn(HtmlCanvas canvas)
Render the receiver using the HTML html.
|
public String name
public HtmlAttributes attributes
public List<Renderable> children
public GenericElement(String tagName)
public void renderOn(HtmlCanvas canvas) throws IOException
RenderablerenderOn in interface RenderableIOExceptionCopyright © 2010–2018. All rights reserved.