org.eclipse.birt.chart.model.attribute
Interface Image

All Superinterfaces:
org.eclipse.emf.ecore.EObject, Fill, org.eclipse.emf.common.notify.Notifier
All Known Subinterfaces:
EmbeddedImage
All Known Implementing Classes:
EmbeddedImageImpl, ImageImpl

public interface Image
extends Fill

A representation of the model object 'Image'. This type represents an image.

The following features are supported:

See Also:
AttributePackage.getImage()

Method Summary
 Image copyInstance()
          A convenient method to get an instance copy.
 java.lang.String getURL()
          Returns the value of the 'URL' attribute.
 void setURL(java.lang.String value)
          Sets the value of the 'URL' attribute.
 
Methods inherited from interface org.eclipse.birt.chart.model.attribute.Fill
getType, isSetType, setType, unsetType
 
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

getURL

java.lang.String getURL()
Returns the value of the 'URL' attribute. Gets the URL for the image. Specifies the URL for the image.

Returns:
the value of the 'URL' attribute.
See Also:
setURL(String), AttributePackage.getImage_URL()

setURL

void setURL(java.lang.String value)
Sets the value of the 'URL' attribute. Sets the URL for the image.

Parameters:
value - the new value of the 'URL' attribute.
See Also:
getURL()

copyInstance

Image copyInstance()
A convenient method to get an instance copy. This is much faster than the ECoreUtil.copy().

Specified by:
copyInstance in interface Fill


Copyright © 2005-2008 Actuate Corp. All rights reserved.