|
Runtime | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Image
A representation of the model object 'Image'.
An image is representing a serialization of an image file
The following features are supported:
NotationPackage.getImage()
Method Summary | |
---|---|
byte[] |
getData()
Returns the value of the 'Data' attribute |
void |
setData(byte[] value)
Sets the value of the ' Data ' attribute |
Methods inherited from interface org.eclipse.emf.ecore.EObject |
---|
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset |
Methods inherited from interface org.eclipse.emf.common.notify.Notifier |
---|
eAdapters, eDeliver, eNotify, eSetDeliver |
Method Detail |
---|
byte[] getData()
The data is a blop representing the image data. The returned byte[]
is not
expected to be changed. If a change is requried, it has to be through the setData()
API
setData(byte[])
,
NotationPackage.getImage_Data()
void setData(byte[] value)
Data
' attribute.
The data is a blop representing the image data.
value
- the new value of the 'Data' attribute.getData()
|
Runtime | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Guidelines for using Eclipse APIs.
Copyright (c) IBM Corp., Borland Software Corp., and others 2005,2006. All rights reserved.