Class ImageIOFormat
java.lang.Object
org.cybergarage.upnp.std.av.server.object.format.Header
org.cybergarage.upnp.std.av.server.object.format.ImageIOFormat
- All Implemented Interfaces:
Format,FormatObject
- Direct Known Subclasses:
GIFFormat,JPEGFormat,PNGFormat
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract FormatObjectcreateObject(File file)abstract booleanorg.cybergarage.xml.AttributeListabstract StringgetTitle()voidprint()Methods inherited from class org.cybergarage.upnp.std.av.server.object.format.Header
getID, getID, getID, getIDString, getIDString, getIDString, getIDString, getSuffix
-
Constructor Details
-
ImageIOFormat
public ImageIOFormat() -
ImageIOFormat
-
-
Method Details
-
equals
-
createObject
- Specified by:
createObjectin interfaceFormat
-
getMimeType
- Specified by:
getMimeTypein interfaceFormat
-
getMediaClass
- Specified by:
getMediaClassin interfaceFormat
-
getAttributeList
public org.cybergarage.xml.AttributeList getAttributeList()- Specified by:
getAttributeListin interfaceFormatObject
-
getTitle
- Specified by:
getTitlein interfaceFormatObject
-
getCreator
- Specified by:
getCreatorin interfaceFormatObject
-
print
public void print()
-