-
public final class DimensionsInfo
-
-
Field Summary
Fields Modifier and Type Field Description private final IntegerviewportWidthprivate final IntegerviewportHeightprivate final IntegerencodedImageWidthprivate final IntegerencodedImageHeightprivate final IntegerdecodedImageWidthprivate final IntegerdecodedImageHeightprivate final StringscaleType
-
Method Summary
Modifier and Type Method Description final IntegergetViewportWidth()final IntegergetViewportHeight()final IntegergetEncodedImageWidth()final IntegergetEncodedImageHeight()final IntegergetDecodedImageWidth()final IntegergetDecodedImageHeight()final StringgetScaleType()Booleanequals(Object other)IntegerhashCode()-
-
Method Detail
-
getViewportWidth
final Integer getViewportWidth()
-
getViewportHeight
final Integer getViewportHeight()
-
getEncodedImageWidth
final Integer getEncodedImageWidth()
-
getEncodedImageHeight
final Integer getEncodedImageHeight()
-
getDecodedImageWidth
final Integer getDecodedImageWidth()
-
getDecodedImageHeight
final Integer getDecodedImageHeight()
-
getScaleType
final String getScaleType()
-
-
-
-