ibm_ilog.diagram.adorners.LinkAdorner (version 1.1-SNAPSHOT)
Object » graphCreator » dojox.gfx.Group » ibm_ilog.diagram.adorners.TemplatedOverlay » ibm_ilog.diagram.adorners.Adorner » ibm_ilog.diagram.adorners.AdornerWithHandles » ibm_ilog.diagram.adorners.LinkAdorner
dojo.require("ibm_ilog.diagram.adorners.LinkAdorner");
The LinkAdorner object provides a graphical decoration for a link graph entity. See Adorner for further
Method Summary
- activate() activates all the adorner handles
- constructor()
- deactivate() deactivates all the adorner handles
- destroy() removes the diagram connection
- echoEvent(e)
- forceUpdate() Used to clear the timeout and update the adorner shape immediately.
- getAdorned() gets the bounded element
- getBaseShape()
- getBounds(parent) Returns the bounds of this node in the coordinate space of the specified parent.
- getDiagram() gets the diagram
- getId()
- getViewport() gets the viewport
- initialize(diagram, templatePool, templateId) Initializes an Adorner after construction.
- setAdorned(element) apply the adorner to the given element
Event Summary
Attached Objects
Methods
Defined by ibm_ilog.diagram.adorners.TemplatedOverlay, ibm_ilog.diagram.adorners.Adorner, ibm_ilog.diagram.adorners.AdornerWithHandles
activates all the adorner handles
Defined by ibm_ilog.diagram.adorners.TemplatedOverlay, ibm_ilog.diagram.adorners.Adorner, ibm_ilog.diagram.adorners.AdornerWithHandles
deactivates all the adorner handles
Defined by ibm_ilog.diagram.adorners.TemplatedOverlay
Used to clear the timeout and update the adorner shape immediately.
Defined by ibm_ilog.diagram.adorners.TemplatedOverlay
Defined by ibm_ilog.diagram.adorners.TemplatedOverlay
A rectangle (i.e. an object with x/y/width/height properties) containing
the bounds of the node in the specified coordinate space.
Returns the bounds of this node in the coordinate space of the specified parent.
Parameter | Type | Description |
---|---|---|
parent | dojox.gfx.Group | The parent object that determines the coordinate space the bounds are relative to. If null or undefined, the bounds of the node relative to its parent are returned. |
Overrides ibm_ilog.diagram.adorners.TemplatedOverlay, ibm_ilog.diagram.adorners.Adorner, ibm_ilog.diagram.adorners.AdornerWithHandles
Initializes an Adorner after construction.
Parameter | Type | Description |
---|---|---|
diagram | ||
templatePool | ||
templateId |
Defined by ibm_ilog.diagram.adorners.TemplatedOverlay
apply the adorner to the given element
Parameter | Type | Description |
---|---|---|
element |
Events
Defined by ibm_ilog.diagram.adorners.TemplatedOverlay