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.style

Object » ibm_ilog.diagram.style
dojo.require("ibm_ilog.diagram.style");

Method Summary

  • applyTo(mixin, target) applies the specified style to the given target.

Methods

applyTo
applies the specified style to the given target.
ParameterTypeDescription
mixinObjectObject: A dictionary of property-value pairs that define global properties to apply on the specified target. Properties must obey the Java get/set naming convention in order to be taken into account (i.e. for a property 'myProperty', there must be a getMyProperty and a setMyProperty methods defined on the node). If no setters are found, the property is set to the target as a simple field.
targetObjectObject: the target instance.