| Package | Description |
|---|---|
| com.github.beothorn.html.elements | |
| com.github.beothorn.html.elements.img |
| Modifier and Type | Method and Description |
|---|---|
static Renderable |
Page.img(List<ImgProp> props,
List<Renderable> childrenElements) |
| Modifier and Type | Method and Description |
|---|---|
static ImgProp |
Img.data(String name,
String value) |
static ImgProp |
Img.height(int height) |
static ImgProp |
Img.src(String src) |
static ImgProp |
Img.width(int width) |
| Modifier and Type | Method and Description |
|---|---|
static List<ImgProp> |
Img.props(ImgProp... props) |
| Modifier and Type | Method and Description |
|---|---|
static List<ImgProp> |
Img.props(ImgProp... props) |
| Constructor and Description |
|---|
Img(List<ImgProp> props,
List<Renderable> childrenElements) |
Copyright © 2016. All rights reserved.