Lines Matching defs:set
42 * AttributeLite provides Attribute-like getters and setters for shape classes in the Graphics module. It provides a get/set API without the event infastructure.
66 * @param {Object} cfg Optional object containing attributes key value pairs to be set.
162 * @method set
164 * be passed in to set multiple attributes at once.
165 * @param {Any} value The value to set the attribute to. This value is ignored if an object is received as
168 set: function(attr, val)
188 * Provides setter logic. Used by `set`.
192 * be passed in to set multiple attributes at once.
193 * @param {Any} value The value to set the attribute to. This value is ignored if an object is received as
283 * `Drawing` provides a set of drawing methods used by `Path` and custom shape classes.
446 * @method set
448 * be passed in to set multiple attributes at once.
449 * @param {Any} value The value to set the attribute to. This value is ignored if an object is received as
549 myRect.set("transform", "translate(40, 50) rotate(45)");
636 * <dt>dashstyle</dt>Indicates whether to draw a dashed stroke. When set to "none", a solid stroke is drawn. When set to an array, the first index indicates the
994 * If false, the width and height values are either explicitly set or determined by the size of the parent node's dimensions.
1002 * When resizing the contentBounds down is desirable, set the resizeDown value to true.
1021 * This property will get set to false when batching operations.