protected static final class WebAppManifest.Size extends Object
WebAppManifest.ImageResource.getSizes().| Modifier and Type | Field and Description | 
|---|---|
static WebAppManifest.Size | 
SIZE_120
120x120 
 | 
static WebAppManifest.Size | 
SIZE_128
128x128 
 | 
static WebAppManifest.Size | 
SIZE_144
144x144 
 | 
static WebAppManifest.Size | 
SIZE_152
152x152 
 | 
static WebAppManifest.Size | 
SIZE_16
16x16 
 | 
static WebAppManifest.Size | 
SIZE_168
168x168 
 | 
static WebAppManifest.Size | 
SIZE_180
180x180 
 | 
static WebAppManifest.Size | 
SIZE_192
192x192 
 | 
static WebAppManifest.Size | 
SIZE_256
256x256 
 | 
static WebAppManifest.Size | 
SIZE_32
32x32 
 | 
static WebAppManifest.Size | 
SIZE_384
384x384 
 | 
static WebAppManifest.Size | 
SIZE_48
48x48 
 | 
static WebAppManifest.Size | 
SIZE_512
512x512 
 | 
static WebAppManifest.Size | 
SIZE_64
64x64 
 | 
static WebAppManifest.Size | 
SIZE_72
72x72 
 | 
static WebAppManifest.Size | 
SIZE_96
96x96 
 | 
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
equals(Object object)  | 
String | 
getValue()  | 
int | 
hashCode()  | 
static WebAppManifest.Size | 
of(int value)
Creates a size having same width and height of given value. 
 | 
static WebAppManifest.Size | 
of(int width,
  int height)
Creates a size of given width and height. 
 | 
public static final WebAppManifest.Size SIZE_16
public static final WebAppManifest.Size SIZE_32
public static final WebAppManifest.Size SIZE_48
public static final WebAppManifest.Size SIZE_64
public static final WebAppManifest.Size SIZE_72
public static final WebAppManifest.Size SIZE_96
public static final WebAppManifest.Size SIZE_120
public static final WebAppManifest.Size SIZE_128
public static final WebAppManifest.Size SIZE_144
public static final WebAppManifest.Size SIZE_152
public static final WebAppManifest.Size SIZE_168
public static final WebAppManifest.Size SIZE_180
public static final WebAppManifest.Size SIZE_192
public static final WebAppManifest.Size SIZE_256
public static final WebAppManifest.Size SIZE_384
public static final WebAppManifest.Size SIZE_512
public static WebAppManifest.Size of(int value)
value - The value.IllegalArgumentException - When value is 0 or less.public static WebAppManifest.Size of(int width, int height)
width - The width.height - The height.IllegalArgumentException - When width or height is 0 or less.public String getValue()
Copyright © 2012–2021 OmniFaces. All rights reserved.