Package | Description |
---|---|
org.omnifaces.resourcehandler |
Modifier and Type | Field and Description |
---|---|
static WebAppManifest.Size |
WebAppManifest.Size.SIZE_120
120x120
|
static WebAppManifest.Size |
WebAppManifest.Size.SIZE_128
128x128
|
static WebAppManifest.Size |
WebAppManifest.Size.SIZE_144
144x144
|
static WebAppManifest.Size |
WebAppManifest.Size.SIZE_152
152x152
|
static WebAppManifest.Size |
WebAppManifest.Size.SIZE_16
16x16
|
static WebAppManifest.Size |
WebAppManifest.Size.SIZE_168
168x168
|
static WebAppManifest.Size |
WebAppManifest.Size.SIZE_180
180x180
|
static WebAppManifest.Size |
WebAppManifest.Size.SIZE_192
192x192
|
static WebAppManifest.Size |
WebAppManifest.Size.SIZE_256
256x256
|
static WebAppManifest.Size |
WebAppManifest.Size.SIZE_32
32x32
|
static WebAppManifest.Size |
WebAppManifest.Size.SIZE_384
384x384
|
static WebAppManifest.Size |
WebAppManifest.Size.SIZE_48
48x48
|
static WebAppManifest.Size |
WebAppManifest.Size.SIZE_512
512x512
|
static WebAppManifest.Size |
WebAppManifest.Size.SIZE_64
64x64
|
static WebAppManifest.Size |
WebAppManifest.Size.SIZE_72
72x72
|
static WebAppManifest.Size |
WebAppManifest.Size.SIZE_96
96x96
|
Modifier and Type | Method and Description |
---|---|
static WebAppManifest.Size |
WebAppManifest.Size.of(int value)
Creates a size having same width and height of given value.
|
static WebAppManifest.Size |
WebAppManifest.Size.of(int width,
int height)
Creates a size of given width and height.
|
Modifier and Type | Method and Description |
---|---|
static WebAppManifest.ImageResource |
WebAppManifest.ImageResource.of(String resourceIdentifier,
WebAppManifest.Size... sizes)
Creates image resource of given resource identifier and sizes.
|
Copyright © 2012–2020 OmniFaces. All rights reserved.