Class AbstractFileWithDimensions

    • Constructor Detail

      • AbstractFileWithDimensions

        public AbstractFileWithDimensions()
    • Method Detail

      • getWidth

        @NonNull
        public java.lang.Integer getWidth()
        Returns:
        Photo width.
      • setWidth

        public void setWidth​(@NonNull
                             java.lang.Integer width)
        Parameters:
        width - Photo width.
      • getHeight

        @NonNull
        public java.lang.Integer getHeight()
        Returns:
        Photo height.
      • setHeight

        public void setHeight​(@NonNull
                              java.lang.Integer height)
        Parameters:
        height - Photo height.