|
org.eclipse.gmf.gmfgraph
Interface Layoutable
-
All Superinterfaces:
- org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier
-
All Known Subinterfaces:
-
AbstractFigure,
ConnectionFigure,
CustomConnection,
CustomDecoration,
CustomFigure,
DecorationFigure,
Ellipse,
Figure,
FigureRef,
Label,
LabeledContainer,
Polygon,
PolygonDecoration,
Polyline,
PolylineConnection,
PolylineDecoration,
RealFigure,
Rectangle,
RoundedRectangle,
ScalablePolygon,
Shape,
SVGFigure
-
All Known Implementing Classes:
-
AbstractFigureImpl,
CustomConnectionImpl,
CustomDecorationImpl,
CustomFigureImpl,
EllipseImpl,
FigureRefImpl,
LabeledContainerImpl,
LabelImpl,
PolygonDecorationImpl,
PolygonImpl,
PolylineConnectionImpl,
PolylineDecorationImpl,
PolylineImpl,
RealFigureImpl,
RectangleImpl,
RoundedRectangleImpl,
ScalablePolygonImpl,
ShapeImpl,
SVGFigureImpl
-
public interface Layoutable
- extends org.eclipse.emf.ecore.EObject
A representation of the model object '
Layoutable
'.
The following features are supported:
-
See Also:
-
GMFGraphPackage.getLayoutable()
-
** Generated **
-
-
Model:
- interface="true" abstract="true"
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
|
getLayoutData
LayoutData getLayoutData()
- Returns the value of the '
Layout Data
' containment reference.
It is bidirectional and its opposite is '
Owner '.
If the meaning of the 'Layout Data' containment reference isn't clear,
there really should be more of a description here...
-
-
-
Returns:
- the value of the 'Layout Data' containment reference.
-
See Also:
-
setLayoutData(LayoutData) ,
GMFGraphPackage.getLayoutable_LayoutData() ,
LayoutData.getOwner()
-
** Generated **
-
-
Model:
- opposite="owner" containment="true"
setLayoutData
void setLayoutData(
LayoutData value)
- Sets the value of the '
Layout Data ' containment reference.
-
-
-
Parameters:
-
value - the new value of the 'Layout Data' containment reference. -
See Also:
-
getLayoutData()
-
** Generated **
-
getLayout
Layout getLayout()
- Returns the value of the '
Layout
' containment reference.
If the meaning of the 'Layout' containment reference isn't clear,
there really should be more of a description here...
-
-
-
Returns:
- the value of the 'Layout' containment reference.
-
See Also:
-
setLayout(Layout) ,
GMFGraphPackage.getLayoutable_Layout()
-
** Generated **
-
-
Model:
- containment="true"
setLayout
void setLayout(
Layout value)
- Sets the value of the '
Layout ' containment reference.
-
-
-
Parameters:
-
value - the new value of the 'Layout' containment reference. -
See Also:
-
getLayout()
-
** Generated **
-
Guidelines for using Eclipse APIs.
Copyright (c) IBM Corp., Borland Software Corp., and others 2005,2006. All rights reserved.
|
|