Interface ImageFormat
- All Known Implementing Classes:
ImageFormats
public interface ImageFormat
Simple image format interface.
-
Method Summary
Modifier and TypeMethodDescriptionGet the file extension associated with thisImageFormat.getName()Get the name of thisImageFormat.
-
Method Details
-
getName
-
getExtension
String getExtension()Get the file extension associated with thisImageFormat.- Returns:
- String extension
-