-
public final class -Sizes
-
-
Field Summary
Fields Modifier and Type Field Description private final static BooleanisOriginalprivate final static SizeOriginalSize
-
Method Summary
Modifier and Type Method Description final BooleangetIsOriginal()final SizegetOriginalSize()final static SizeSize(@Px() Integer width, Dimension height)Create a Size with a pixel value for width. final static SizeSize(Dimension width, @Px() Integer height)Create a Size with a pixel value for height. final static SizeSize(@Px() Integer width, @Px() Integer height)Create a Size with pixel values for both width and height. -
-
Method Detail
-
getIsOriginal
final Boolean getIsOriginal()
-
getOriginalSize
final Size getOriginalSize()
-
Size
final static Size Size(@Px() Integer width, Dimension height)
Create a Size with a pixel value for width.
-
Size
final static Size Size(Dimension width, @Px() Integer height)
Create a Size with a pixel value for height.
-
-
-
-