public interface Image extends Figure
The following features are supported:
VisualInterfacePackage.getImage()
Modifier and Type | Method and Description |
---|---|
Alignment |
getImageAlignment()
Returns the value of the 'Image Alignment' attribute.
|
String |
getUri()
Returns the value of the 'Uri' attribute.
|
void |
setImageAlignment(Alignment value)
Sets the value of the '
Image Alignment ' attribute. |
void |
setUri(String value)
Sets the value of the '
Uri ' attribute. |
getBackgroundColor, getBorder, getCursor, getForegroundColor, getOnClick, getOnDoubleClick, getOnMouseDrag, getOnMouseHover, getOnMouseIn, getOnMouseMove, getOnMouseOut, getOpaque, getSize, getToolTip, isVisible, setBackgroundColor, setBorder, setCursor, setForegroundColor, setOnClick, setOnDoubleClick, setOnMouseDrag, setOnMouseHover, setOnMouseIn, setOnMouseMove, setOnMouseOut, setOpaque, setSize, setToolTip, setVisible
String getUri()
If the meaning of the 'Uri' attribute isn't clear, there really should be more of a description here...
setUri(String)
,
VisualInterfacePackage.getImage_Uri()
void setUri(String value)
Uri
' attribute.
value
- the new value of the 'Uri' attribute.getUri()
Alignment getImageAlignment()
"CENTER"
.
The literals are from the enumeration Alignment
.
If the meaning of the 'Image Alignment' attribute isn't clear, there really should be more of a description here...
Alignment
,
setImageAlignment(Alignment)
,
VisualInterfacePackage.getImage_ImageAlignment()
void setImageAlignment(Alignment value)
Image Alignment
' attribute.
value
- the new value of the 'Image Alignment' attribute.Alignment
,
getImageAlignment()
Copyright © 2016 Eclipse NeoSCADA Project. All rights reserved.