info.freelibrary.iiif.presentation.v3.properties.Behavior Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of jiiify-presentation-v3 Show documentation
Show all versions of jiiify-presentation-v3 Show documentation
A Java Library for version 3 of the IIIF Presentation API
package info.freelibrary.iiif.presentation.v3.properties;
/**
* An interface for behavior implementations.
*/
public interface Behavior {
/**
* Returns the string representation of the behavior.
*
* @return The string representation of the behavior
*/
@Override
String toString();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy