|
Generation Framework | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
A representation of the model object 'Shape'. org.eclipse.draw2d.Shape
The following features are supported:
GMFGraphPackage.getShape()| Method Summary | |
LineKind |
getLineKind()
Returns the value of the 'Line Kind' attribute. |
int |
getLineWidth()
Returns the value of the 'Line Width' attribute. |
EList |
getResolvedChildren()
Returns the value of the 'Resolved Children' reference list. |
boolean |
isFill()
Returns the value of the 'Fill' attribute. |
boolean |
isOutline()
Returns the value of the 'Outline' attribute. |
boolean |
isXorFill()
Returns the value of the 'Xor Fill' attribute |
boolean |
isXorOutline()
Returns the value of the 'Xor Outline' attribute |
void |
setFill(boolean value)
Sets the value of the ' Fill' attribute |
void |
setLineKind(LineKind value)
Sets the value of the ' Line Kind' attribute |
void |
setLineWidth(int value)
Sets the value of the ' Line Width' attribute |
void |
setOutline(boolean value)
Sets the value of the ' Outline' attribute |
void |
setXorFill(boolean value)
Sets the value of the ' Xor Fill' attribute |
void |
setXorOutline(boolean value)
Sets the value of the ' Xor Outline' attribute |
| Methods inherited from interface org.eclipse.gmf.gmfgraph.Figure |
getBackgroundColor, getBorder, getChildren, getFont, getForegroundColor, getInsets, getLocation, getMaximumSize, getMinimumSize, getPreferredSize, getSize, setBackgroundColor, setBorder, setFont, setForegroundColor, setInsets, setLocation, setMaximumSize, setMinimumSize, setPreferredSize, setSize |
| Methods inherited from interface org.eclipse.gmf.gmfgraph.FigureMarker |
getParent |
| Methods inherited from interface org.eclipse.gmf.gmfgraph.Layoutable |
getLayout, getLayoutData, setLayout, setLayoutData |
| Methods inherited from interface org.eclipse.emf.ecore.EObject |
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset |
| Methods inherited from interface org.eclipse.emf.common.notify.Notifier |
eAdapters, eDeliver, eNotify, eSetDeliver |
| Methods inherited from interface org.eclipse.gmf.gmfgraph.FigureHandle |
getReferencingElements |
| Methods inherited from interface org.eclipse.gmf.gmfgraph.Identity |
getName, setName |
| Method Detail |
public boolean isOutline()
"true".
If the meaning of the 'Outline' attribute isn't clear, there really should be more of a description here...
Shape.setOutline(boolean),
GMFGraphPackage.getShape_Outline()public void setOutline(boolean value)
Outline' attribute.
value - the new value of the 'Outline' attribute.Shape.isOutline()public boolean isFill()
"true".
If the meaning of the 'Fill' attribute isn't clear, there really should be more of a description here...
Shape.setFill(boolean),
GMFGraphPackage.getShape_Fill()public void setFill(boolean value)
Fill' attribute.
value - the new value of the 'Fill' attribute.Shape.isFill()public int getLineWidth()
"1".
If the meaning of the 'Line Width' attribute isn't clear, there really should be more of a description here...
Shape.setLineWidth(int),
GMFGraphPackage.getShape_LineWidth()public void setLineWidth(int value)
Line Width' attribute.
value - the new value of the 'Line Width' attribute.Shape.getLineWidth()public LineKind getLineKind()
LineKind.
If the meaning of the 'Line Kind' attribute isn't clear, there really should be more of a description here...
LineKind,
Shape.setLineKind(LineKind),
GMFGraphPackage.getShape_LineKind()public void setLineKind(LineKind value)
Line Kind' attribute.
value - the new value of the 'Line Kind' attribute.LineKind,
Shape.getLineKind()public boolean isXorFill()
If the meaning of the 'Xor Fill' attribute isn't clear, there really should be more of a description here...
Shape.setXorFill(boolean),
GMFGraphPackage.getShape_XorFill()public void setXorFill(boolean value)
Xor Fill' attribute.
value - the new value of the 'Xor Fill' attribute.Shape.isXorFill()public boolean isXorOutline()
If the meaning of the 'Xor Outline' attribute isn't clear, there really should be more of a description here...
Shape.setXorOutline(boolean),
GMFGraphPackage.getShape_XorOutline()public void setXorOutline(boolean value)
Xor Outline' attribute.
value - the new value of the 'Xor Outline' attribute.Shape.isXorOutline()public EList getResolvedChildren()
Figure.
If the meaning of the 'Resolved Children' reference list isn't clear, there really should be more of a description here...
Same as children, but resolves child FigureRefs, if any, to Figures
GMFGraphPackage.getShape_ResolvedChildren()
|
Generation Framework | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
Guidelines for using Eclipse APIs.
Copyright (c) IBM Corp., Borland Software Corp., and others 2005,2006. All rights reserved.