|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Shape
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. |
org.eclipse.emf.common.util.EList<Figure> |
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.RealFigure |
---|
getChildren, getName, setName |
Methods inherited from interface org.eclipse.gmf.gmfgraph.Figure |
---|
getBackgroundColor, getBorder, getDescriptor, 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.Layoutable |
---|
getLayout, getLayoutData, setLayout, setLayoutData |
Methods inherited from interface org.eclipse.emf.ecore.EObject |
---|
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, 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.PinOwner |
---|
getPins |
Methods inherited from interface org.eclipse.gmf.gmfgraph.CustomAttributeOwner |
---|
getAttributes |
Method Detail |
---|
boolean isOutline()
"true"
.
If the meaning of the 'Outline' attribute isn't clear, there really should be more of a description here...
setOutline(boolean)
,
GMFGraphPackage.getShape_Outline()
void setOutline(boolean value)
Outline
' attribute.
value
- the new value of the 'Outline' attribute.isOutline()
boolean isFill()
"true"
.
If the meaning of the 'Fill' attribute isn't clear, there really should be more of a description here...
setFill(boolean)
,
GMFGraphPackage.getShape_Fill()
void setFill(boolean value)
Fill
' attribute.
value
- the new value of the 'Fill' attribute.isFill()
int getLineWidth()
"1"
.
If the meaning of the 'Line Width' attribute isn't clear, there really should be more of a description here...
setLineWidth(int)
,
GMFGraphPackage.getShape_LineWidth()
void setLineWidth(int value)
Line Width
' attribute.
value
- the new value of the 'Line Width' attribute.getLineWidth()
LineKind getLineKind()
LineKind
.
If the meaning of the 'Line Kind' attribute isn't clear, there really should be more of a description here...
LineKind
,
setLineKind(LineKind)
,
GMFGraphPackage.getShape_LineKind()
void setLineKind(LineKind value)
Line Kind
' attribute.
value
- the new value of the 'Line Kind' attribute.LineKind
,
getLineKind()
boolean isXorFill()
If the meaning of the 'Xor Fill' attribute isn't clear, there really should be more of a description here...
setXorFill(boolean)
,
GMFGraphPackage.getShape_XorFill()
void setXorFill(boolean value)
Xor Fill
' attribute.
value
- the new value of the 'Xor Fill' attribute.isXorFill()
boolean isXorOutline()
If the meaning of the 'Xor Outline' attribute isn't clear, there really should be more of a description here...
setXorOutline(boolean)
,
GMFGraphPackage.getShape_XorOutline()
void setXorOutline(boolean value)
Xor Outline
' attribute.
value
- the new value of the 'Xor Outline' attribute.isXorOutline()
org.eclipse.emf.common.util.EList<Figure> 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()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |