public interface Image extends Fill
The following features are supported:
| 限定符和类型 | 方法和说明 |
|---|---|
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 |
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.
boolean isSetSource()
Source' attribute is set.
unsetSource(),
getSource(),
setSource(ImageSourceType)Image copyInstance()
copyInstance 在接口中 FillcopyInstance 在接口中 IChartObjectCopyright © 2005-2008 Actuate Corp. All rights reserved.