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
applies the specified style to the given target.
Parameter | Type | Description |
---|---|---|
mixin | Object | Object: 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. |
target | Object | Object: the target instance. |