static IImagemap |
IImagemapCtrl.from(Imagemap instance) |
|
static <I extends IArea> IImagemap |
IImagemap.of(I... areas) |
Returns the instance with the given areas .
|
static <I extends IArea> IImagemap |
IImagemap.of(java.lang.Iterable<? extends I> areas) |
Returns the instance with the given areas .
|
static IImagemap |
IImagemap.of(java.lang.String src) |
Returns the instance with the given src .
|
static IImagemap |
IImagemap.ofId(java.lang.String id) |
Returns the instance with the given id.
|
static IImagemap |
IImage.ofSize(java.lang.String width,
java.lang.String height) |
Returns the instance with the given width and height .
|
static IImagemap |
IImagemap.ofSize(java.lang.String width,
java.lang.String height) |
Returns the instance with the given width and height .
|