Package org.apache.commons.imaging
Interface ImageFormat
-
- All Known Implementing Classes:
ImageFormats
public interface ImageFormatSimple image format interface.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetExtension()Get the file extension associated with thisImageFormat.StringgetName()Get the name of thisImageFormat.
-
-
-
Method Detail
-
getName
String getName()
Get the name of thisImageFormat.- Returns:
- String name
-
getExtension
String getExtension()
Get the file extension associated with thisImageFormat.- Returns:
- String extension
-
-