com.free2be.dimensions.device.profile
Class ImageProfile

java.lang.Object
  extended by com.free2be.dimensions.device.simple.SimpleDeviceComponent
      extended by com.free2be.dimensions.device.simple.SimpleImage
          extended by com.free2be.dimensions.device.profile.ImageProfile
All Implemented Interfaces:
DeviceComponent, DeviceImage, java.io.Serializable

public class ImageProfile
extends SimpleImage

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.free2be.dimensions.device.simple.SimpleImage
GIF_CONTENT_TYPE, JPEG_CONTENT_TYPE, PNG_CONTENT_TYPE, WBMP_CONTENT_TYPE
 
Fields inherited from class com.free2be.dimensions.device.simple.SimpleDeviceComponent
END_TAG_INDICATOR, GREATER_THAN, LESS_THAN
 
Constructor Summary
ImageProfile(org.dom4j.Node software)
           
 
Method Summary
 java.lang.String getAsXml()
          Ideally this will always return the CC/PP representation of this device, but until then:
If derived from a valid CC/PP (like UAProf) document then that document will be returned as formatted string.
 
Methods inherited from class com.free2be.dimensions.device.simple.SimpleImage
addImageMimeType, addOrRemoveImageMimeType, capableOf, getImageMimeTypes, getPropertyName, isGifCapable, isJpegCapable, isPngCapable, isWirelessBitmapCapable, setGifCapable, setImageMimeTypes, setJpegCapable, setPngCapable, setWirelessBitmapCapable
 
Methods inherited from class com.free2be.dimensions.device.simple.SimpleDeviceComponent
assignEndTag, assignNewline, assignStartTag, getAsXml, getSimpleXml, main
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ImageProfile

public ImageProfile(org.dom4j.Node software)
Method Detail

getAsXml

public java.lang.String getAsXml()
Description copied from interface: DeviceComponent
Ideally this will always return the CC/PP representation of this device, but until then:

Specified by:
getAsXml in interface DeviceComponent
Overrides:
getAsXml in class SimpleDeviceComponent