Class Dimensions


  • @Immutable
    @Deprecated
    public final class Dimensions
    extends Object
    Deprecated.
    since 5.3 Use ImageDimensions instead
    The height and width of an image or thumbnail.
    • Constructor Detail

      • Dimensions

        public Dimensions​(int width,
                          int height)
        Deprecated.
      • Dimensions

        public Dimensions​(ImageDimensions imageDimensions)
        Deprecated.
    • Method Detail

      • getImageDimensions

        public ImageDimensions getImageDimensions()
        Deprecated.
      • getWidth

        public int getWidth()
        Deprecated.
      • getHeight

        public int getHeight()
        Deprecated.
      • equals

        public boolean equals​(Object o)
        Deprecated.
        Overrides:
        equals in class Object
      • hashCode

        public int hashCode()
        Deprecated.
        Overrides:
        hashCode in class Object