Displaying 2 results from an estimated 2 matches for "gpolylin".
Did you mean:
gpolyline
2009 Sep 20
0
r30 committed - jslint now passing for google and googlev3
...points, this.color, this.width, this.opacity,
this.fillColor || "#5462E3", this.opacity || "0.3");
+ return new GPolygon(gpoints, this.color, this.width, this.opacity,
this.fillColor || "#5462E3", this.opacity || "0.3");
} else {
- var gpoly = new GPolyline(gpoints, this.color, this.width,
this.opacity);
- }
- return gpoly;
+ return new GPolyline(gpoints, this.color, this.width, this.opacity);
+ }
},
show: function() {
@@ -510,7 +511,6 @@
hide: function() {
throw ''Not implemented'';
}
-
}
});
============...
2000 Feb 08
1
DEC cc doesn't like c++ comments (PR#416)
...uffer, typeface, fontindex,
INCHES, dd);
labelHeight = GVStrHeight(buffer, typeface, fontindex,
@@ -850,7 +850,7 @@
if (lowestVariance < 9999999)
gotLabel = 1;
}
- } // switch (method)
+ } /* switch (method) */
if (method == 0) {
GPolyline(ns, xxx, yyy, USER, dd);
@@ -871,7 +871,7 @@
if (gotLabel) {
/* find which plot edge we are closest to */
- int closest; // 0 = index, 1 = index+range
+ int closest; /* 0 = index, 1 = index+range */
double dx1, dx2, dy1, dy2, dmin;
dx1 = fmin2((xxx[index...