|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Image
A representation of the model object 'Image'.
The following features are supported:
AlgorithmsPackage.getImage()
Method Summary | |
---|---|
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. |
Methods inherited from interface org.eclipse.graphiti.mm.algorithms.GraphicsAlgorithm |
---|
getGraphicsAlgorithmChildren, getHeight, getParentGraphicsAlgorithm, getPictogramElement, getStyle, getWidth, getX, getY, setHeight, setParentGraphicsAlgorithm, setPictogramElement, setStyle, setWidth, setX, setY |
Methods inherited from interface org.eclipse.graphiti.mm.PropertyContainer |
---|
getProperties |
Methods inherited from interface org.eclipse.graphiti.mm.algorithms.styles.AbstractStyle |
---|
getBackground, getFilled, getForeground, getLineStyle, getLineVisible, getLineWidth, getRenderingStyle, getTransparency, setBackground, setFilled, setForeground, setLineStyle, setLineVisible, setLineWidth, setRenderingStyle, setTransparency |
Method Detail |
---|
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()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |