Uses of Interface
org.openrdf.concepts.foaf.Image

Packages that use Image
org.openrdf.concepts.foaf   
 

Uses of Image in org.openrdf.concepts.foaf
 

Methods in org.openrdf.concepts.foaf that return types with arguments of type Image
 Set<Image> Agent.getFoafDepictions()
          A depiction of some thing.
 Set<Image> Person.getFoafImgs()
          An image that can be used to represent some thing (ie.
 Set<Image> Image.getFoafThumbnails()
          A derived thumbnail image.
 

Method parameters in org.openrdf.concepts.foaf with type arguments of type Image
 void Agent.setFoafDepictions(Set<? extends Image> value)
          A depiction of some thing.
 void Person.setFoafImgs(Set<? extends Image> value)
          An image that can be used to represent some thing (ie.
 void Image.setFoafThumbnails(Set<? extends Image> value)
          A derived thumbnail image.
 



Copyright © 2004-2008 Aduna. All Rights Reserved.