|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Figure
A representation of the model object 'Figure'. Anything you could combine visual representation from. Ordinary GEF figures, custom-defined or references to defined elsewhere. org.eclipse.draw2d.Figure
The following features are supported:
Descriptor
Foreground Color
Background Color
Maximum Size
Minimum Size
Preferred Size
Font
Insets
Border
Location
Size
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. |
FigureDescriptor |
getDescriptor()
Returns the value of the 'Descriptor' reference. |
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.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 |
Method Detail |
---|
FigureDescriptor getDescriptor()
If the meaning of the 'Descriptor' reference isn't clear, there really should be more of a description here...
GMFGraphPackage.getFigure_Descriptor()
Color getForegroundColor()
If the meaning of the 'Foreground Color' containment reference isn't clear, there really should be more of a description here...
setForegroundColor(Color)
,
GMFGraphPackage.getFigure_ForegroundColor()
void setForegroundColor(Color value)
Foreground Color
' containment reference.
value
- the new value of the 'Foreground Color' containment reference.getForegroundColor()
Color getBackgroundColor()
If the meaning of the 'Background Color' containment reference isn't clear, there really should be more of a description here...
setBackgroundColor(Color)
,
GMFGraphPackage.getFigure_BackgroundColor()
void setBackgroundColor(Color value)
Background Color
' containment reference.
value
- the new value of the 'Background Color' containment reference.getBackgroundColor()
Dimension getMaximumSize()
If the meaning of the 'Maximum Size' containment reference isn't clear, there really should be more of a description here...
setMaximumSize(Dimension)
,
GMFGraphPackage.getFigure_MaximumSize()
void setMaximumSize(Dimension value)
Maximum Size
' containment reference.
value
- the new value of the 'Maximum Size' containment reference.getMaximumSize()
Dimension getMinimumSize()
If the meaning of the 'Minimum Size' containment reference isn't clear, there really should be more of a description here...
setMinimumSize(Dimension)
,
GMFGraphPackage.getFigure_MinimumSize()
void setMinimumSize(Dimension value)
Minimum Size
' containment reference.
value
- the new value of the 'Minimum Size' containment reference.getMinimumSize()
Dimension getPreferredSize()
If the meaning of the 'Preferred Size' containment reference isn't clear, there really should be more of a description here...
setPreferredSize(Dimension)
,
GMFGraphPackage.getFigure_PreferredSize()
void setPreferredSize(Dimension value)
Preferred Size
' containment reference.
value
- the new value of the 'Preferred Size' containment reference.getPreferredSize()
Font getFont()
If the meaning of the 'Font' containment reference isn't clear, there really should be more of a description here...
setFont(Font)
,
GMFGraphPackage.getFigure_Font()
void setFont(Font value)
Font
' containment reference.
value
- the new value of the 'Font' containment reference.getFont()
Insets getInsets()
If the meaning of the 'Insets' containment reference isn't clear, there really should be more of a description here...
setInsets(Insets)
,
GMFGraphPackage.getFigure_Insets()
void setInsets(Insets value)
Insets
' containment reference.
value
- the new value of the 'Insets' containment reference.getInsets()
Border getBorder()
If the meaning of the 'Border' containment reference isn't clear, there really should be more of a description here...
setBorder(Border)
,
GMFGraphPackage.getFigure_Border()
void setBorder(Border value)
Border
' containment reference.
value
- the new value of the 'Border' containment reference.getBorder()
Point getLocation()
If the meaning of the 'Location' containment reference isn't clear, there really should be more of a description here...
setLocation(Point)
,
GMFGraphPackage.getFigure_Location()
void setLocation(Point value)
Location
' containment reference.
value
- the new value of the 'Location' containment reference.getLocation()
Point getSize()
If the meaning of the 'Size' containment reference isn't clear, there really should be more of a description here...
setSize(Point)
,
GMFGraphPackage.getFigure_Size()
void setSize(Point value)
Size
' containment reference.
value
- the new value of the 'Size' containment reference.getSize()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |