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, InvisibleRectangle, Label, LabeledContainer, Polygon, PolygonDecoration, Polyline, PolylineConnection, PolylineDecoration, RealFigure, Rectangle, RoundedRectangle, ScalablePolygon, Shape, SVGFigure, VerticalLabel
All Known Implementing Classes:
AbstractFigureImpl, CustomConnectionImpl, CustomDecorationImpl, CustomFigureImpl, EllipseImpl, FigureRefImpl, InvisibleRectangleImpl, LabeledContainerImpl, LabelImpl, PolygonDecorationImpl, PolygonImpl, PolylineConnectionImpl, PolylineDecorationImpl, PolylineImpl, RealFigureImpl, RectangleImpl, RoundedRectangleImpl, ScalablePolygonImpl, ShapeImpl, SVGFigureImpl, VerticalLabelImpl

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 Properties:
interface="true" abstract="true"

Method Summary
 Layout getLayout()
          Returns the value of the 'Layout' containment reference.
 LayoutData getLayoutData()
          Returns the value of the 'Layout Data' containment reference.
 void setLayout(Layout value)
          Sets the value of the 'Layout' containment reference.
 void setLayoutData(LayoutData value)
          Sets the value of the 'Layout Data' containment reference.
 
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

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 Properties:
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 Properties:
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


Copyright © 2012. All Rights Reserved.