|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectEObjectImpl
org.eclipse.graphiti.mm.impl.PropertyContainerImpl
org.eclipse.graphiti.mm.impl.GraphicsAlgorithmContainerImpl
org.eclipse.graphiti.mm.algorithms.impl.GraphicsAlgorithmImpl
org.eclipse.graphiti.mm.algorithms.impl.ImageImpl
public class ImageImpl
An implementation of the model object 'Image'.
The following features are implemented:
Field Summary | |
---|---|
protected java.lang.String |
id
The cached value of the ' Id ' attribute. |
protected static java.lang.String |
ID_EDEFAULT
The default value of the ' Id ' attribute. |
protected java.lang.Boolean |
proportional
The cached value of the ' Proportional ' attribute. |
protected static java.lang.Boolean |
PROPORTIONAL_EDEFAULT
The default value of the ' Proportional ' attribute. |
protected static java.lang.Boolean |
STRETCH_H_EDEFAULT
The default value of the ' Stretch H ' attribute. |
protected static java.lang.Boolean |
STRETCH_V_EDEFAULT
The default value of the ' Stretch V ' attribute. |
protected java.lang.Boolean |
stretchH
The cached value of the ' Stretch H ' attribute. |
protected java.lang.Boolean |
stretchV
The cached value of the ' Stretch V ' attribute. |
Fields inherited from class org.eclipse.graphiti.mm.algorithms.impl.GraphicsAlgorithmImpl |
---|
background, filled, FILLED_EDEFAULT, filledESet, foreground, graphicsAlgorithmChildren, height, HEIGHT_EDEFAULT, LINE_STYLE_EDEFAULT, LINE_VISIBLE_EDEFAULT, LINE_WIDTH_EDEFAULT, lineStyle, lineVisible, lineVisibleESet, lineWidth, renderingStyle, style, transparency, TRANSPARENCY_EDEFAULT, width, WIDTH_EDEFAULT, x, X_EDEFAULT, y, Y_EDEFAULT |
Fields inherited from class org.eclipse.graphiti.mm.impl.PropertyContainerImpl |
---|
properties |
Constructor Summary | |
---|---|
protected |
ImageImpl()
|
Method Summary | |
---|---|
java.lang.Object |
eGet(int featureID,
boolean resolve,
boolean coreType)
|
boolean |
eIsSet(int featureID)
|
void |
eSet(int featureID,
java.lang.Object newValue)
|
protected EClass |
eStaticClass()
|
void |
eUnset(int featureID)
|
java.lang.String |
getId()
|
java.lang.Boolean |
getProportional()
|
java.lang.Boolean |
getStretchH()
|
java.lang.Boolean |
getStretchV()
|
void |
setId(java.lang.String newId)
|
void |
setProportional(java.lang.Boolean newProportional)
|
void |
setStretchH(java.lang.Boolean newStretchH)
|
void |
setStretchV(java.lang.Boolean newStretchV)
|
java.lang.String |
toString()
|
Methods inherited from class org.eclipse.graphiti.mm.impl.PropertyContainerImpl |
---|
getProperties |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
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, isSetFilled, isSetLineVisible, setBackground, setFilled, setForeground, setLineStyle, setLineVisible, setLineWidth, setRenderingStyle, setTransparency, unsetFilled, unsetLineVisible |
Field Detail |
---|
protected static final java.lang.String ID_EDEFAULT
Id
' attribute.
getId()
protected java.lang.String id
Id
' attribute.
getId()
protected static final java.lang.Boolean STRETCH_H_EDEFAULT
Stretch H
' attribute.
getStretchH()
protected java.lang.Boolean stretchH
Stretch H
' attribute.
getStretchH()
protected static final java.lang.Boolean STRETCH_V_EDEFAULT
Stretch V
' attribute.
getStretchV()
protected java.lang.Boolean stretchV
Stretch V
' attribute.
getStretchV()
protected static final java.lang.Boolean PROPORTIONAL_EDEFAULT
Proportional
' attribute.
getProportional()
protected java.lang.Boolean proportional
Proportional
' attribute.
getProportional()
Constructor Detail |
---|
protected ImageImpl()
Method Detail |
---|
protected EClass eStaticClass()
eStaticClass
in class GraphicsAlgorithmImpl
public java.lang.String getId()
getId
in interface Image
Image.setId(String)
,
AlgorithmsPackage.getImage_Id()
public void setId(java.lang.String newId)
setId
in interface Image
newId
- the new value of the 'Id' attribute.Image.getId()
public java.lang.Boolean getStretchH()
getStretchH
in interface Image
Image.setStretchH(Boolean)
,
AlgorithmsPackage.getImage_StretchH()
public void setStretchH(java.lang.Boolean newStretchH)
setStretchH
in interface Image
newStretchH
- the new value of the 'Stretch H' attribute.Image.getStretchH()
public java.lang.Boolean getStretchV()
getStretchV
in interface Image
Image.setStretchV(Boolean)
,
AlgorithmsPackage.getImage_StretchV()
public void setStretchV(java.lang.Boolean newStretchV)
setStretchV
in interface Image
newStretchV
- the new value of the 'Stretch V' attribute.Image.getStretchV()
public java.lang.Boolean getProportional()
getProportional
in interface Image
Image.setProportional(Boolean)
,
AlgorithmsPackage.getImage_Proportional()
public void setProportional(java.lang.Boolean newProportional)
setProportional
in interface Image
newProportional
- the new value of the 'Proportional' attribute.Image.getProportional()
public java.lang.Object eGet(int featureID, boolean resolve, boolean coreType)
eGet
in class GraphicsAlgorithmImpl
public void eSet(int featureID, java.lang.Object newValue)
eSet
in class GraphicsAlgorithmImpl
public void eUnset(int featureID)
eUnset
in class GraphicsAlgorithmImpl
public boolean eIsSet(int featureID)
eIsSet
in class GraphicsAlgorithmImpl
public java.lang.String toString()
toString
in class GraphicsAlgorithmImpl
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |