public interface Image extends GraphicsAlgorithm
The following features are supported:
AlgorithmsPackage.getImage()
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getId()
Returns the value of the 'Id' attribute.
|
java.lang.Boolean |
getProportional()
Returns the value of the 'Proportional' attribute.
|
java.lang.Boolean |
getStretchH()
Returns the value of the 'Stretch H' attribute.
|
java.lang.Boolean |
getStretchV()
Returns the value of the 'Stretch V' attribute.
|
void |
setId(java.lang.String value)
Sets the value of the '
Id ' attribute. |
void |
setProportional(java.lang.Boolean value)
Sets the value of the '
Proportional ' attribute. |
void |
setStretchH(java.lang.Boolean value)
Sets the value of the '
Stretch H ' attribute. |
void |
setStretchV(java.lang.Boolean value)
Sets the value of the '
Stretch V ' attribute. |
getGraphicsAlgorithmChildren, getHeight, getParentGraphicsAlgorithm, getPictogramElement, getStyle, getWidth, getX, getY, setHeight, setParentGraphicsAlgorithm, setPictogramElement, setStyle, setWidth, setX, setY
getProperties
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
eAdapters, eDeliver, eNotify, eSetDeliver
getBackground, getFilled, getForeground, getLineStyle, getLineVisible, getLineWidth, getRenderingStyle, getTransparency, isSetFilled, isSetLineVisible, setBackground, setFilled, setForeground, setLineStyle, setLineVisible, setLineWidth, setRenderingStyle, setTransparency, unsetFilled, unsetLineVisible
java.lang.String getId()
If the meaning of the 'Id' attribute isn't clear, there really should be more of a description here...
setId(String)
,
AlgorithmsPackage.getImage_Id()
void setId(java.lang.String value)
Id
' attribute.
value
- the new value of the 'Id' attribute.getId()
java.lang.Boolean getStretchH()
If the meaning of the 'Stretch H' attribute isn't clear, there really should be more of a description here...
setStretchH(Boolean)
,
AlgorithmsPackage.getImage_StretchH()
void setStretchH(java.lang.Boolean value)
Stretch H
' attribute.
value
- the new value of the 'Stretch H' attribute.getStretchH()
java.lang.Boolean getStretchV()
If the meaning of the 'Stretch V' attribute isn't clear, there really should be more of a description here...
setStretchV(Boolean)
,
AlgorithmsPackage.getImage_StretchV()
void setStretchV(java.lang.Boolean value)
Stretch V
' attribute.
value
- the new value of the 'Stretch V' attribute.getStretchV()
java.lang.Boolean getProportional()
If the meaning of the 'Proportional' attribute isn't clear, there really should be more of a description here...
setProportional(Boolean)
,
AlgorithmsPackage.getImage_Proportional()
void setProportional(java.lang.Boolean value)
Proportional
' attribute.
value
- the new value of the 'Proportional' attribute.getProportional()