|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface RegistryEntry
The base interface for all image tag registry entries. To be useful you probably need to implement on of the flavors of registry entries (such as StreamRegistryEntry or URLRegistryEntry).
Method Summary | |
---|---|
String |
getFormatName()
Returns the name of the format. |
List |
getMimeTypes()
Return a List of mime types for this file format. |
float |
getPriority()
Returns a search priority for this entry. |
List |
getStandardExtensions()
Return a List of the common extensions for this file format. |
Method Detail |
---|
List getStandardExtensions()
List getMimeTypes()
String getFormatName()
float getPriority()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |