Uses of Class
ezvcard.property.Photo

Packages that use Photo
ezvcard   
ezvcard.io.scribe   
 

Uses of Photo in ezvcard
 

Methods in ezvcard that return types with arguments of type Photo
 List<Photo> VCard.getPhotos()
          Gets the photos attached to the vCard, such as a picture of the person's face.
 

Methods in ezvcard with parameters of type Photo
 void VCard.addPhoto(Photo photo)
          Adds a photo to the vCard, such as a picture of the person's face.
 void VCard.addPhotoAlt(Photo... altRepresentations)
           Adds a photo property as a group of alternative representations (see: description of ALTID).
 

Method parameters in ezvcard with type arguments of type Photo
 void VCard.addPhotoAlt(Collection<Photo> altRepresentations)
           Adds a photo property as a group of alternative representations (see: description of ALTID).
 

Uses of Photo in ezvcard.io.scribe
 

Methods in ezvcard.io.scribe that return Photo
protected  Photo PhotoScribe._newInstance(byte[] data, ImageType contentType)
           
protected  Photo PhotoScribe._newInstance(String uri, ImageType contentType)
           
 



Copyright © 2012-2014 Michael Angstadt. All Rights Reserved.