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.overview.OverviewTemplateRenderer (version 1.1-SNAPSHOT)

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.

Property Summary

  • stripBitmaps Optional removal of the bitmaps from the generated shapes
  • stripTexts Optional removal of the texts from the generated shapes.

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.

Properties

stripBitmaps
Optional removal of the bitmaps from the generated shapes
stripTexts
Optional removal of the texts from the generated shapes.

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