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

ibm_ilog.diagram.overview.OverviewTemplateRenderer

Object » ibm_ilog.diagram.overview.OverviewRenderer » ibm_ilog.diagram.overview.OverviewTemplateRenderer
dojo.require("ibm_ilog.diagram.overview.OverviewTemplateRenderer");

Iterates the given graph and reinstantiates the elements in the graph with new templates. If no templates are specified, default ones are used.

Method Summary

  • constructor(kwArgs)
  • link(link) The link template function for the overview.
  • node(node) The node template function for the overview.
  • render(graph, output)
  • subgraph(subgraph) The subgraph template function for the overview.

Methods

constructor
ParameterTypeDescription
kwArgs
link
The link template function for the overview.
ParameterTypeDescription
link
node
The node template function for the overview.
ParameterTypeDescription
node
render
ParameterTypeDescription
graph
outputdojox.gfx.Group
subgraph
The subgraph template function for the overview.
ParameterTypeDescription
subgraph