Modelers

org.topcased.modeler.di.model
Interface EdgeObjectOffset

All Superinterfaces:
DiagramElement, EdgeObject, EModelElement, EObject, LeafElement, Notifier

public interface EdgeObjectOffset
extends EdgeObject

A representation of the model object 'Edge Object Offset'.

The following features are supported:

See Also:
DiagramInterchangePackage.getEdgeObjectOffset()
** Generated **
Model:

Field Summary
static java.lang.String copyright
           
 
Method Summary
 org.eclipse.draw2d.geometry.Dimension getOffset()
          Returns the value of the 'Offset' attribute.
 void setOffset(org.eclipse.draw2d.geometry.Dimension value)
          Sets the value of the 'Offset' attribute
 
Methods inherited from interface org.topcased.modeler.di.model.EdgeObject
getId, setId
 
Methods inherited from interface org.topcased.modeler.di.model.DiagramElement
getContainer, getProperty, getReference, isVisible, setContainer, setVisible
 
Methods inherited from interface org.eclipse.emf.ecore.EModelElement
getEAnnotation, getEAnnotations
 
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
 

Field Detail

copyright

static final java.lang.String copyright

See Also:
Constant Field Values
** Generated **
Method Detail

getOffset

org.eclipse.draw2d.geometry.Dimension getOffset()
Returns the value of the 'Offset' attribute. The default value is "".

If the meaning of the 'Offset' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Offset' attribute.
See Also:
setOffset(Dimension), DiagramInterchangePackage.getEdgeObjectOffset_Offset()
** Generated **
Model:
default="" dataType="org.topcased.modeler.di.model.Dimension"

setOffset

void setOffset(org.eclipse.draw2d.geometry.Dimension value)
Sets the value of the 'Offset' attribute.

Parameters:
value - the new value of the 'Offset' attribute.
See Also:
getOffset()
** Generated **

Modelers

Copyright (c) 2005 TOPCASED Contributors 2005 - 2007. All rights reserved.