Uses of Interface
org.openrdf.concepts.dc.type.Image

Packages that use Image
org.openrdf.concepts.dc.type   
org.openrdf.concepts.skos.core   
 

Uses of Image in org.openrdf.concepts.dc.type
 

Subinterfaces of Image in org.openrdf.concepts.dc.type
 interface MovingImage
          A series of visual representations that, when shown in succession, impart an impression of motion.
 interface StillImage
          A static visual representation.
 

Uses of Image in org.openrdf.concepts.skos.core
 

Methods in org.openrdf.concepts.skos.core that return types with arguments of type Image
 Set<Image> Resource.getSkosAltSymbols()
          http://www.w3.org/2004/02/skos/core#altSymbol
 Set<Image> Resource.getSkosPrefSymbols()
          No two concepts in the same concept scheme may have the same value for skos:prefSymbol.
 Set<Image> Resource.getSkosSymbols()
          This property is roughly analagous to rdfs:label, but for labelling resources with images that have retrievable representations, rather than RDF literals.
 

Method parameters in org.openrdf.concepts.skos.core with type arguments of type Image
 void Resource.setSkosAltSymbols(Set<? extends Image> value)
          http://www.w3.org/2004/02/skos/core#altSymbol
 void Resource.setSkosPrefSymbols(Set<? extends Image> value)
          No two concepts in the same concept scheme may have the same value for skos:prefSymbol.
 void Resource.setSkosSymbols(Set<? extends Image> value)
          This property is roughly analagous to rdfs:label, but for labelling resources with images that have retrievable representations, rather than RDF literals.
 



Copyright © 2004-2008 Aduna. All Rights Reserved.