Package com.github.t1.bulmajava.elements
Class Image
java.lang.Object
com.github.t1.bulmajava.elements.Image
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic AbstractElement<?>figure()static AbstractElement<?>static AbstractElement<?>image(ImageDimension dimension) static AbstractElement<?>image(ImageDimension dimension, String src, String alt, Modifier... modifiers) static AbstractElement<?>imageP(ImageDimension dimension) static AbstractElement<?>static AbstractElement<?>static AbstractElement<?>
-
Constructor Details
-
Image
public Image()
-
-
Method Details
-
iframe
-
image
public static AbstractElement<?> image(ImageDimension dimension, String src, String alt, Modifier... modifiers) -
image
-
imageP
-
img
-
img
-
movie
public static AbstractElement<?> movie(ImageRatio ratio, String src, String width, String height, Modifier... modifiers) -
figure
-