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

ibm_ilog.graphlayout.SplineLinkFilter

Object » ibm_ilog.graphlayout.SplineLinkFilter
dojo.require("ibm_ilog.graphlayout.SplineLinkFilter");

SplineLinkFilter is used by the layout algorithms that support optimized spline routing. Its purpose is to detect which objects are splines so that the optimized spline routing is only applied to splines, and not to normal polyline links.

Method Summary

  • constructor()
  • isSpline(link) returns Boolean Returns 'true' if the input object represents a spline link.

Methods

constructor
isSpline
Returns Boolean: 'true' if the specified link represents a spline link.
Returns 'true' if the input object represents a spline link.
ParameterTypeDescription
linkObjectThe link instance