ibm_ilog.diagram.widget.OverviewHudComponent (version 1.1-SNAPSHOT)
Object » ibm_ilog.diagram.widget.HudComponent » ibm_ilog.diagram.widget.OverviewHudComponent
dojo.require("ibm_ilog.diagram.widget.OverviewHudComponent");
A Viewport component holding an overview.
Method Summary
- constructor(viewport, content, renderer, size) Construct the component in the given viewport, with the given renderer, with the given size.
- getOverview()
- getPan()
- getSize() Returns the size of the component.
- getZoom()
- isEnabled() Returns true of the component is active and visible.
- setEnabled(enabled) Shows or hides the component, disabling possible connections and overhead while hidden.
- setPan(b) Activate or deactivate panning in the overview
- setSize(size) Resizes the component
- setZoom(b) Activate or deactivate zooming in the overview
Methods
Overrides ibm_ilog.diagram.widget.HudComponent
Construct the component in the given viewport, with the given renderer, with the given size.
Parameter | Type | Description |
---|---|---|
viewport | ||
content | ||
renderer | ||
size |
Defined by ibm_ilog.diagram.widget.HudComponent
Returns true of the component is active and visible.
Defined by ibm_ilog.diagram.widget.HudComponent
Shows or hides the component, disabling possible connections and overhead while hidden.
Parameter | Type | Description |
---|---|---|
enabled | boolean |