CloneSet1452


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
3220.978ExpressionStatement
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
1377
Closure/closure/goog/graphics/vmlelement.js
23344
Closure/closure/goog/graphics/vmlelement.js
Clone Instance
1
Line Count
3
Source Line
77
Source File
Closure/closure/goog/graphics/vmlelement.js

/**
 * Thin wrapper for VML group elements.
 * This is an implementation of the goog.graphics.GroupElement interface.
 * You should not construct objects from this constructor. The graphics
 * will return the object for you.
 * @param {Element} element The DOM element to wrap.
 * @param {goog.graphics.VmlGraphics} graphics The graphics creating
 *     this element.
 * @constructor
 * @extends {goog.graphics.GroupElement}
 */
goog.graphics.VmlGroupElement=  function (element, graphics){
  this.id_=  element.id;
  goog.graphics.GroupElement.call(this, element, graphics);
                                                            } ;


Clone Instance
2
Line Count
3
Source Line
344
Source File
Closure/closure/goog/graphics/vmlelement.js

/**
 * Thin wrapper for VML image elements.
 * This is an implementation of the goog.graphics.ImageElement interface.
 * You should not construct objects from this constructor. The graphics
 * will return the object for you.
 * @param {Element} element The DOM element to wrap.
 * @param {goog.graphics.VmlGraphics} graphics The graphics creating
 *     this element.
 * @constructor
 * @extends {goog.graphics.ImageElement}
 */
goog.graphics.VmlImageElement=  function (element, graphics){
  this.id_=  element.id;
  goog.graphics.ImageElement.call(this, element, graphics);
                                                            } ;


Clone AbstractionParameter Count: 2Parameter Bindings

/**
 * Thin wrapper for VML image elements.
 * This is an implementation of the goog.graphics.ImageElement interface.
 * You should not construct objects from this constructor. The graphics
 * will return the object for you.
 * @param {Element} element The DOM element to wrap.
 * @param {goog.graphics.VmlGraphics} graphics The graphics creating
 *     this element.
 * @constructor
 * @extends {goog.graphics.ImageElement}
 */
/**
 * Thin wrapper for VML group elements.
 * This is an implementation of the goog.graphics.GroupElement interface.
 * You should not construct objects from this constructor. The graphics
 * will return the object for you.
 * @param {Element} element The DOM element to wrap.
 * @param {goog.graphics.VmlGraphics} graphics The graphics creating
 *     this element.
 * @constructor
 * @extends {goog.graphics.GroupElement}
 */
goog.graphics. [[#variable3eadae80]]= function (element,graphics)
                                      { this.id_=element.id;
                                        goog.graphics. [[#variable3eadae00]].call(this,element,graphics);
                                      } ;
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#3eadae80]]
VmlImageElement 
12[[#3eadae80]]
VmlGroupElement 
21[[#3eadae00]]
ImageElement 
22[[#3eadae00]]
GroupElement