All Downloads are FREE. Search and download functionalities are using the official Maven repository.

de.digitalcollections.iiif.presentation.model.api.v2.ImageResource Maven / Gradle / Ivy

There is a newer version: 3.2.6
Show newest version
package de.digitalcollections.iiif.presentation.model.api.v2;

public interface ImageResource extends Resource {

  int getHeight();

  void setHeight(int height);

  int getWidth();

  void setWidth(int width);

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy