Back to Fresco

ImageFormat

docs/javadoc/reference/com/facebook/imageformat/ImageFormat.html

3.6.011.3 KB
Original Source

Fresco

|

|

Packages | Classes

Interfaces

Classes

Packages | Classes

Summary: Nested Classes | Fields | Ctors | Methods | Inherited Methods | [Expand All]

public class

ImageFormat

extends Object

| java.lang.Object | | ↳ | com.facebook.imageformat.ImageFormat |

Class Overview

Class representing all used image formats.

Summary

Nested Classes
interface
Fields
public static final ImageFormat
Public Constructors
Public Methods
String
Get the default file extension for the given image format.
String
String

| [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 static final ImageFormat UNKNOWN

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 getName()

public String toString()

+Generated by Doclava. +