Class StreamCdnOriginalImageDimensions
-
- All Implemented Interfaces:
@Immutable() public final class StreamCdnOriginalImageDimensionsHolds the original width and height information for images hosted by Stream CDN which declare said properties in their URL.
-
-
Field Summary
Fields Modifier and Type Field Description private final IntegeroriginalWidthprivate final IntegeroriginalHeight
-
Constructor Summary
Constructors Constructor Description StreamCdnOriginalImageDimensions(Integer originalWidth, Integer originalHeight)
-
Method Summary
Modifier and Type Method Description final IntegergetOriginalWidth()final IntegergetOriginalHeight()-
-
Method Detail
-
getOriginalWidth
final Integer getOriginalWidth()
-
getOriginalHeight
final Integer getOriginalHeight()
-
-
-
-