|
Generation Framework | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
A representation of the model object 'Figure'. org.eclipse.draw2d.Figure
The following features are supported:
ChildrenForeground ColorBackground ColorMaximum SizeMinimum SizePreferred SizeFontInsetsBorderLocationSize
GMFGraphPackage.getFigure()| Method Summary | |
Color |
getBackgroundColor()
Returns the value of the 'Background Color' containment reference |
Border |
getBorder()
Returns the value of the 'Border' containment reference |
EList |
getChildren()
Returns the value of the 'Children' containment reference list. |
Font |
getFont()
Returns the value of the 'Font' containment reference |
Color |
getForegroundColor()
Returns the value of the 'Foreground Color' containment reference |
Insets |
getInsets()
Returns the value of the 'Insets' containment reference |
Point |
getLocation()
Returns the value of the 'Location' containment reference |
Dimension |
getMaximumSize()
Returns the value of the 'Maximum Size' containment reference |
Dimension |
getMinimumSize()
Returns the value of the 'Minimum Size' containment reference |
Dimension |
getPreferredSize()
Returns the value of the 'Preferred Size' containment reference |
Point |
getSize()
Returns the value of the 'Size' containment reference |
void |
setBackgroundColor(Color value)
Sets the value of the ' Background Color' containment reference |
void |
setBorder(Border value)
Sets the value of the ' Border' containment reference |
void |
setFont(Font value)
Sets the value of the ' Font' containment reference |
void |
setForegroundColor(Color value)
Sets the value of the ' Foreground Color' containment reference |
void |
setInsets(Insets value)
Sets the value of the ' Insets' containment reference |
void |
setLocation(Point value)
Sets the value of the ' Location' containment reference |
void |
setMaximumSize(Dimension value)
Sets the value of the ' Maximum Size' containment reference |
void |
setMinimumSize(Dimension value)
Sets the value of the ' Minimum Size' containment reference |
void |
setPreferredSize(Dimension value)
Sets the value of the ' Preferred Size' containment reference |
void |
setSize(Point value)
Sets the value of the ' Size' containment reference |
| 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 EList getChildren()
FigureMarker.
It is bidirectional and its opposite is 'Parent'.
If the meaning of the 'Children' containment reference list isn't clear, there really should be more of a description here...
GMFGraphPackage.getFigure_Children(),
FigureMarker.getParent()public Color getForegroundColor()
If the meaning of the 'Foreground Color' containment reference isn't clear, there really should be more of a description here...
Figure.setForegroundColor(Color),
GMFGraphPackage.getFigure_ForegroundColor()public void setForegroundColor(Color value)
Foreground Color' containment reference.
value - the new value of the 'Foreground Color' containment reference.Figure.getForegroundColor()public Color getBackgroundColor()
If the meaning of the 'Background Color' containment reference isn't clear, there really should be more of a description here...
Figure.setBackgroundColor(Color),
GMFGraphPackage.getFigure_BackgroundColor()public void setBackgroundColor(Color value)
Background Color' containment reference.
value - the new value of the 'Background Color' containment reference.Figure.getBackgroundColor()public Dimension getMaximumSize()
If the meaning of the 'Maximum Size' containment reference isn't clear, there really should be more of a description here...
Figure.setMaximumSize(Dimension),
GMFGraphPackage.getFigure_MaximumSize()public void setMaximumSize(Dimension value)
Maximum Size' containment reference.
value - the new value of the 'Maximum Size' containment reference.Figure.getMaximumSize()public Dimension getMinimumSize()
If the meaning of the 'Minimum Size' containment reference isn't clear, there really should be more of a description here...
Figure.setMinimumSize(Dimension),
GMFGraphPackage.getFigure_MinimumSize()public void setMinimumSize(Dimension value)
Minimum Size' containment reference.
value - the new value of the 'Minimum Size' containment reference.Figure.getMinimumSize()public Dimension getPreferredSize()
If the meaning of the 'Preferred Size' containment reference isn't clear, there really should be more of a description here...
Figure.setPreferredSize(Dimension),
GMFGraphPackage.getFigure_PreferredSize()public void setPreferredSize(Dimension value)
Preferred Size' containment reference.
value - the new value of the 'Preferred Size' containment reference.Figure.getPreferredSize()public Font getFont()
If the meaning of the 'Font' containment reference isn't clear, there really should be more of a description here...
Figure.setFont(Font),
GMFGraphPackage.getFigure_Font()public void setFont(Font value)
Font' containment reference.
value - the new value of the 'Font' containment reference.Figure.getFont()public Insets getInsets()
If the meaning of the 'Insets' containment reference isn't clear, there really should be more of a description here...
Figure.setInsets(Insets),
GMFGraphPackage.getFigure_Insets()public void setInsets(Insets value)
Insets' containment reference.
value - the new value of the 'Insets' containment reference.Figure.getInsets()public Border getBorder()
If the meaning of the 'Border' containment reference isn't clear, there really should be more of a description here...
Figure.setBorder(Border),
GMFGraphPackage.getFigure_Border()public void setBorder(Border value)
Border' containment reference.
value - the new value of the 'Border' containment reference.Figure.getBorder()public Point getLocation()
If the meaning of the 'Location' containment reference isn't clear, there really should be more of a description here...
Figure.setLocation(Point),
GMFGraphPackage.getFigure_Location()public void setLocation(Point value)
Location' containment reference.
value - the new value of the 'Location' containment reference.Figure.getLocation()public Point getSize()
If the meaning of the 'Size' containment reference isn't clear, there really should be more of a description here...
Figure.setSize(Point),
GMFGraphPackage.getFigure_Size()public void setSize(Point value)
Size' containment reference.
value - the new value of the 'Size' containment reference.Figure.getSize()
|
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.