Uses of Class
org.omnifaces.resourcehandler.WebAppManifest.Size
-
Packages that use WebAppManifest.Size Package Description org.omnifaces.resourcehandler -
-
Uses of WebAppManifest.Size in org.omnifaces.resourcehandler
Fields in org.omnifaces.resourcehandler declared as WebAppManifest.Size Modifier and Type Field Description static WebAppManifest.SizeWebAppManifest.Size. SIZE_120120x120static WebAppManifest.SizeWebAppManifest.Size. SIZE_128128x128static WebAppManifest.SizeWebAppManifest.Size. SIZE_144144x144static WebAppManifest.SizeWebAppManifest.Size. SIZE_152152x152static WebAppManifest.SizeWebAppManifest.Size. SIZE_1616x16static WebAppManifest.SizeWebAppManifest.Size. SIZE_168168x168static WebAppManifest.SizeWebAppManifest.Size. SIZE_180180x180static WebAppManifest.SizeWebAppManifest.Size. SIZE_192192x192static WebAppManifest.SizeWebAppManifest.Size. SIZE_256256x256static WebAppManifest.SizeWebAppManifest.Size. SIZE_3232x32static WebAppManifest.SizeWebAppManifest.Size. SIZE_384384x384static WebAppManifest.SizeWebAppManifest.Size. SIZE_4848x48static WebAppManifest.SizeWebAppManifest.Size. SIZE_512512x512static WebAppManifest.SizeWebAppManifest.Size. SIZE_6464x64static WebAppManifest.SizeWebAppManifest.Size. SIZE_7272x72static WebAppManifest.SizeWebAppManifest.Size. SIZE_9696x96Methods in org.omnifaces.resourcehandler that return WebAppManifest.Size Modifier and Type Method Description static WebAppManifest.SizeWebAppManifest.Size. of(int value)Creates a size having same width and height of given value.static WebAppManifest.SizeWebAppManifest.Size. of(int width, int height)Creates a size of given width and height.Methods in org.omnifaces.resourcehandler with parameters of type WebAppManifest.Size Modifier and Type Method Description static WebAppManifest.ImageResourceWebAppManifest.ImageResource. of(String resourceIdentifier, WebAppManifest.Size... sizes)Creates image resource of given resource identifier and sizes.static WebAppManifest.ScreenshotWebAppManifest.Screenshot. of(String resourceIdentifier, WebAppManifest.ScreenshotFormFactor formFactor, WebAppManifest.Size... sizes)Creates a screenshot image resource of given resource identifier and sizes.
-