public interface Image extends GraphicsAlgorithm
The following features are supported:
AlgorithmsPackage.getImage()| Modifier and Type | Method and Description |
|---|---|
String |
getId()
Returns the value of the 'Id' attribute.
|
Boolean |
getProportional()
Returns the value of the 'Proportional' attribute.
|
Boolean |
getStretchH()
Returns the value of the 'Stretch H' attribute.
|
Boolean |
getStretchV()
Returns the value of the 'Stretch V' attribute.
|
void |
setId(String value)
Sets the value of the '
Id' attribute. |
void |
setProportional(Boolean value)
Sets the value of the '
Proportional' attribute. |
void |
setStretchH(Boolean value)
Sets the value of the '
Stretch H' attribute. |
void |
setStretchV(Boolean value)
Sets the value of the '
Stretch V' attribute. |
getGraphicsAlgorithmChildren, getHeight, getParentGraphicsAlgorithm, getPictogramElement, getStyle, getWidth, getX, getY, setHeight, setParentGraphicsAlgorithm, setPictogramElement, setStyle, setWidth, setX, setYgetPropertieseAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnseteAdapters, eDeliver, eNotify, eSetDelivergetBackground, getFilled, getForeground, getLineStyle, getLineVisible, getLineWidth, getRenderingStyle, getTransparency, isSetFilled, isSetLineVisible, setBackground, setFilled, setForeground, setLineStyle, setLineVisible, setLineWidth, setRenderingStyle, setTransparency, unsetFilled, unsetLineVisibleString 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(String value)
Id' attribute.
value - the new value of the 'Id' attribute.getId()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(Boolean value)
Stretch H' attribute.
value - the new value of the 'Stretch H' attribute.getStretchH()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(Boolean value)
Stretch V' attribute.
value - the new value of the 'Stretch V' attribute.getStretchV()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(Boolean value)
Proportional' attribute.
value - the new value of the 'Proportional' attribute.getProportional()