|
Modelers | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface DiagramLink
A representation of the model object 'Diagram Link'.
The following features are supported:
DiagramInterchangePackage.getDiagramLink()
Field Summary | |
---|---|
static java.lang.String |
copyright
|
Method Summary | |
---|---|
Diagram |
getDiagram()
Returns the value of the 'Diagram' reference. |
GraphElement |
getGraphElement()
Returns the value of the 'Graph Element' container reference. |
org.eclipse.draw2d.geometry.Point |
getViewport()
Returns the value of the 'Viewport' attribute |
double |
getZoom()
Returns the value of the 'Zoom' attribute |
void |
setDiagram(Diagram value)
Sets the value of the ' Diagram ' reference |
void |
setGraphElement(GraphElement value)
Sets the value of the ' Graph Element ' container reference |
void |
setViewport(org.eclipse.draw2d.geometry.Point value)
Sets the value of the ' Viewport ' attribute |
void |
setZoom(double value)
Sets the value of the ' Zoom ' attribute.
|
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 |
---|
static final java.lang.String copyright
Method Detail |
---|
double getZoom()
If the meaning of the 'Zoom' attribute isn't clear, there really should be more of a description here...
setZoom(double)
,
DiagramInterchangePackage.getDiagramLink_Zoom()
void setZoom(double value)
Zoom
' attribute.
value
- the new value of the 'Zoom' attribute.getZoom()
org.eclipse.draw2d.geometry.Point getViewport()
If the meaning of the 'Viewport' attribute isn't clear, there really should be more of a description here...
setViewport(Point)
,
DiagramInterchangePackage.getDiagramLink_Viewport()
void setViewport(org.eclipse.draw2d.geometry.Point value)
Viewport
' attribute.
value
- the new value of the 'Viewport' attribute.getViewport()
GraphElement getGraphElement()
Link
'.
If the meaning of the 'Graph Element' container reference isn't clear, there really should be more of a description here...
setGraphElement(GraphElement)
,
DiagramInterchangePackage.getDiagramLink_GraphElement()
,
GraphElement.getLink()
void setGraphElement(GraphElement value)
Graph Element
' container reference.
value
- the new value of the 'Graph Element' container reference.getGraphElement()
Diagram getDiagram()
Diagram Link
'.
If the meaning of the 'Diagram' reference isn't clear, there really should be more of a description here...
setDiagram(Diagram)
,
DiagramInterchangePackage.getDiagramLink_Diagram()
,
Diagram.getDiagramLink()
void setDiagram(Diagram value)
Diagram
' reference.
value
- the new value of the 'Diagram' reference.getDiagram()
|
Modelers | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright (c) 2005 TOPCASED Contributors 2005 - 2007. All rights reserved.