JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Index
Help
Summary:
Nested
Field
Constr
Method
Detail:
Field
Constr
Method
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH
Package
org.apache.commons.imaging
Interface ImageFormat
All Known Implementing Classes:
ImageFormats
public interface
ImageFormat
Simple image format interface.
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
String
getDefaultExtension
()
Gets the default file extension.
String
[]
getExtensions
()
Gets the file extension.
String
getName
()
Gets the name.
Method Details
getDefaultExtension
String
getDefaultExtension
()
Gets the default file extension.
Returns:
the default file extension.
getExtensions
String
[]
getExtensions
()
Gets the file extension.
Returns:
String extension
getName
String
getName
()
Gets the name.
Returns:
String name