IBM ILOG Dojo Diagrammer 1.1 API Documentation
Legend: Array Boolean Constructor Date DomNode Error Function Namespace Number Object RegExp Singleton String

ibm_ilog.diagram.widget.OverviewHudComponent

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

constructor
Construct the component in the given viewport, with the given renderer, with the given size.
ParameterTypeDescription
viewport
content
renderer
size
getOverview
ibm_ilog.diagram.overview.Overview The Overview object
getPan
getSize
Returns the size of the component.
getZoom
isEnabled
Returns true of the component is active and visible.
setEnabled
Shows or hides the component, disabling possible connections and overhead while hidden.
ParameterTypeDescription
enabledboolean
setPan
Activate or deactivate panning in the overview
ParameterTypeDescription
b
setSize
Resizes the component
ParameterTypeDescription
size
setZoom
Activate or deactivate zooming in the overview
ParameterTypeDescription
b