|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Image
An image is created by an imageAcquisition event, typically by scanning the hybridized array (the PhysicalBioAssay).
| Method Summary | |
|---|---|
Channel[] |
getChannels()
Returns the value of this Image object's channels attribute. |
OntologyEntry |
getFormat()
Returns the value of this Image object's format attribute. |
java.lang.String |
getURI()
Returns the value of this Image object's URI attribute. |
void |
setChannels(Channel[] p_channels)
Sets the channels attribute. |
void |
setFormat(OntologyEntry p_format)
Sets the format attribute. |
void |
setURI(java.lang.String p_URI)
Sets the URI attribute. |
| Methods inherited from interface gov.nih.nci.mageom.domain.Identifiable |
|---|
getIdentifier, getName, setIdentifier, setName |
| Methods inherited from interface gov.nih.nci.mageom.domain.Describable |
|---|
getAuditTrail, getDescriptions, getSecurity, setAuditTrail, setDescriptions, setSecurity |
| Methods inherited from interface gov.nih.nci.mageom.domain.Extendable |
|---|
getPropertySets, setPropertySets |
| Method Detail |
|---|
void setURI(java.lang.String p_URI)
Image object.
p_URI - The new value for URI.getURI()java.lang.String getURI()
Image object's URI attribute.
Description of URI:
The file location in which an image may be found.
String The value of URI.void setChannels(Channel[] p_channels)
Image object.
p_channels - The new value for channels.getChannels()Channel[] getChannels()
Image object's channels attribute.
gov.nih.nci.mageom.bean.BioAssay.Channel[] The value of channels.Channelvoid setFormat(OntologyEntry p_format)
Image object.
p_format - The new value for format.getFormat()OntologyEntry getFormat()
Image object's format attribute.
gov.nih.nci.mageom.bean.Description.OntologyEntry The value of format.OntologyEntry
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||