java.lang.Object |
↳ |
com.facebook.imageformat.ImageFormat |
Class Overview
Class representing all used image formats.
Summary
Public Constructors |
|
ImageFormat(String name, String fileExtension)
|
[Expand]
Inherited Methods |
From class
java.lang.Object
Object
|
clone()
|
boolean
|
equals(Object arg0)
|
void
|
finalize()
|
final
Class<?>
|
getClass()
|
int
|
hashCode()
|
final
void
|
notify()
|
final
void
|
notifyAll()
|
String
|
toString()
|
final
void
|
wait(long arg0, int arg1)
|
final
void
|
wait(long arg0)
|
final
void
|
wait()
|
|
Fields
Public Constructors
public
ImageFormat
(String name, String fileExtension)
Public Methods
public
String
getFileExtension
()
Get the default file extension for the given image format.
Returns
- file extension for the image format
public
String
toString
()