org.eclipse.gmf.gmfgraph
Interface CustomFigure
- All Superinterfaces:
- CustomClass, EObject, Figure, FigureHandle, FigureMarker, Identity, Layoutable, Notifier
- All Known Subinterfaces:
- CustomConnection, CustomDecoration
- All Known Implementing Classes:
- CustomConnectionImpl, CustomDecorationImpl, CustomFigureImpl
- public interface CustomFigure
- extends Figure, CustomClass
A representation of the model object 'Custom Figure'.
Any figure class provided by some bundle
The following features are supported:
- See Also:
GMFGraphPackage.getCustomFigure()- ** Generated **
- Model:
|
Method Summary |
EList |
getCustomChildren()
Returns the value of the 'Custom Children' containment reference list.
|
| 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.emf.ecore.EObject |
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset |
getCustomChildren
public EList getCustomChildren()
- Returns the value of the 'Custom Children' containment reference list.
The list contents are of type
FigureAccessor.
If the meaning of the 'Custom Children' containment reference list isn't clear,
there really should be more of a description here...
- Returns:
- the value of the 'Custom Children' containment reference list.
- See Also:
GMFGraphPackage.getCustomFigure_CustomChildren()- ** Generated **
- Model:
- type="org.eclipse.gmf.gmfgraph.FigureAccessor" containment="true"
Guidelines for using Eclipse APIs.
Copyright (c) IBM Corp., Borland Software Corp., and others 2005,2006. All rights reserved.