JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Use
Tree
Index
Search
Help
org.apache.commons.imaging
ImageFormat
Contents
Description
Method Summary
Method Details
getDefaultExtension()
getExtensions()
getName()
Hide sidebar
Show sidebar
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