public interface Image extends Fill
The following features are supported:
AttributePackage.getImage()
Modifier and Type | Method and Description |
---|---|
Image |
copyInstance() |
ImageSourceType |
getSource()
Returns the value of the 'Source' attribute.
|
java.lang.String |
getURL()
Returns the value of the 'URL' attribute.
|
boolean |
isSetSource()
Returns whether the value of the '
Source ' attribute is set. |
void |
setSource(ImageSourceType value)
Sets the value of the '
Source ' attribute. |
void |
setURL(java.lang.String value)
Sets the value of the '
URL ' attribute. |
void |
unsetSource()
Unsets the value of the '
Source ' attribute. |
getType, isSetType, setType, unsetType
java.lang.String getURL()
setURL(String)
,
AttributePackage.getImage_URL()
void setURL(java.lang.String value)
URL
' attribute.
Sets the URL for the image. value
- the new value of the 'URL' attribute.getURL()
ImageSourceType getSource()
ImageSourceType
.
The string attribute "source" specifies the source of the URL.
ImageSourceType
,
isSetSource()
,
unsetSource()
,
setSource(ImageSourceType)
,
AttributePackage.getImage_Source()
void setSource(ImageSourceType value)
Source
' attribute.
value
- the new value of the 'Source' attribute.ImageSourceType
,
isSetSource()
,
unsetSource()
,
getSource()
void unsetSource()
Source
' attribute.
isSetSource()
,
getSource()
,
setSource(ImageSourceType)
boolean isSetSource()
Source
' attribute is set.
unsetSource()
,
getSource()
,
setSource(ImageSourceType)
Image copyInstance()
copyInstance
in interface Fill
copyInstance
in interface IChartObject
Copyright © 2005-2008 Actuate Corp. All rights reserved.