Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 6 | 3 | 0.956 | ExpressionStatement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 55 | Closure/closure/goog/ui/gaugetheme.js |
2 | 2 | 77 | Closure/closure/goog/ui/gaugetheme.js |
3 | 2 | 98 | Closure/closure/goog/ui/gaugetheme.js |
4 | 2 | 107 | Closure/closure/goog/ui/gaugetheme.js |
5 | 2 | 116 | Closure/closure/goog/ui/gaugetheme.js |
6 | 2 | 138 | Closure/closure/goog/ui/gaugetheme.js |
| ||||
/** * Returns the stroke for the external border of the gauge. * @return {goog.graphics.Stroke} The stroke to use. */ goog.ui.GaugeTheme.prototype.getExternalBorderStroke= function ( ) { return new goog.graphics.Stroke(1, '#333333'); } ; |
| ||||
/** * Returns the stroke for the internal border of the gauge. * @return {goog.graphics.Stroke} The stroke to use. */ goog.ui.GaugeTheme.prototype.getInternalBorderStroke= function ( ) { return new goog.graphics.Stroke(2, '#e0e0e0'); } ; |
| ||||
/** * Returns the stroke for the major ticks of the gauge. * @return {goog.graphics.Stroke} The stroke to use. */ goog.ui.GaugeTheme.prototype.getMajorTickStroke= function ( ) { return new goog.graphics.Stroke(2, '#333333'); } ; |
| ||||
/** * Returns the stroke for the minor ticks of the gauge. * @return {goog.graphics.Stroke} The stroke to use. */ goog.ui.GaugeTheme.prototype.getMinorTickStroke= function ( ) { return new goog.graphics.Stroke(1, '#666666'); } ; |
| ||||
/** * Returns the stroke for the hinge at the center of the gauge. * @return {goog.graphics.Stroke} The stroke to use. */ goog.ui.GaugeTheme.prototype.getHingeStroke= function ( ) { return new goog.graphics.Stroke(1, '#666666'); } ; |
| ||||
/** * Returns the stroke for the gauge needle. * @return {goog.graphics.Stroke} The stroke to use. */ goog.ui.GaugeTheme.prototype.getNeedleStroke= function ( ) { return new goog.graphics.Stroke(1, '#c63310'); } ; |
| |||
/** * Returns the stroke for the hinge at the center of the gauge. * @return {goog.graphics.Stroke} The stroke to use. */ /** * Returns the stroke for the gauge needle. * @return {goog.graphics.Stroke} The stroke to use. */ /** * Returns the stroke for the major ticks of the gauge. * @return {goog.graphics.Stroke} The stroke to use. */ /** * Returns the stroke for the internal border of the gauge. * @return {goog.graphics.Stroke} The stroke to use. */ /** * Returns the stroke for the external border of the gauge. * @return {goog.graphics.Stroke} The stroke to use. */ /** * Returns the stroke for the minor ticks of the gauge. * @return {goog.graphics.Stroke} The stroke to use. */ goog.ui.GaugeTheme.prototype. [[#variable5ec621a0]]= function ( ) { return new goog.graphics.Stroke( [[#variable5ec62740]], [[#variable5ec626c0]]); } ; |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#5ec621a0]] | getHingeStroke |
1 | 2 | [[#5ec621a0]] | getNeedleStroke |
1 | 3 | [[#5ec621a0]] | getMajorTickStroke |
1 | 4 | [[#5ec621a0]] | getInternalBorderStroke |
1 | 5 | [[#5ec621a0]] | getExternalBorderStroke |
1 | 6 | [[#5ec621a0]] | getMinorTickStroke |
2 | 1 | [[#5ec62740]] | 1 |
2 | 2 | [[#5ec62740]] | 1 |
2 | 3 | [[#5ec62740]] | 2 |
2 | 4 | [[#5ec62740]] | 2 |
2 | 5 | [[#5ec62740]] | 1 |
2 | 6 | [[#5ec62740]] | 1 |
3 | 1 | [[#5ec626c0]] | '#666666' |
3 | 2 | [[#5ec626c0]] | '#c63310' |
3 | 3 | [[#5ec626c0]] | '#333333' |
3 | 4 | [[#5ec626c0]] | '#e0e0e0' |
3 | 5 | [[#5ec626c0]] | '#333333' |
3 | 6 | [[#5ec626c0]] | '#666666' |