|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Title: Image
Description: An implementation of the DigitalMedia class specific to the Mindswap multimedia ontology concept Image
Copyright: Copyright (c) 2005
Company: Mindswap (http://www.mindswap.org/)
| Method Summary | |
Image |
addRegion(Region theRegion)
Add the statement that this region is a sub-region of this image |
java.lang.String |
getDCDescription()
Returns the dc:description property for this image. |
java.net.URL |
getImageURL()
Returns the URL of the image. |
StmtIterator |
listDepicts()
List all the depictions for this Image |
StmtIterator |
listRegions()
List all the sub-regions of this Image |
Image |
removeRegion(Region theRegion)
Remove the statement that this region is a sub-region of this image |
| Methods inherited from interface org.mindswap.multimedia.DigitalMedia |
addDepicts, removeDepicts |
| Method Detail |
public java.net.URL getImageURL()
public StmtIterator listRegions()
public StmtIterator listDepicts()
listDepicts in interface DigitalMediapublic java.lang.String getDCDescription()
public Image addRegion(Region theRegion)
theRegion - the new sub region
public Image removeRegion(Region theRegion)
theRegion - the sub region to remove
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||