Searched refs:fill (Results 1 - 24 of 24) sorted by relevance

/yui3/src/graphics/tests/
H A Dshape-anim-tests.js79 fill: genericFill,
88 fill: genericFill,
97 fill: genericFill,
106 fill: genericFill,
115 fill: genericFill,
124 fill: genericFill,
133 fill: genericFill,
142 fill: genericFill,
151 fill: genericFill,
160 fill
[all...]
H A Dgraphics-tests.js76 fill: {
108 "test mycircle.get(fill)" : function()
110 var fill = this.mycircle.get("fill");
111 Y.assert(fill.color === this.initialFillColor);
134 "test mycircle.set(fill)" : function()
137 mycircle.set("fill", {
141 Y.assert(this.updatedFillColor === mycircle.get("fill").color);
162 fill: {
190 "test myrect.get(fill)"
[all...]
/yui3/src/graphics/js/
H A DVMLShape.js114 fill,
120 fill = this._getFillProps();
159 if(fill)
161 if(fill.node)
163 fillstring = fill.node;
166 if(fill.color)
168 nodestring += ' fillcolor="' + fill.color + '"';
170 nodestring += ' filled="' + fill.filled + '"';
433 * Calculates and returns properties for setting an initial fill.
442 var fill
[all...]
H A DSVGShape.js172 * Value function for fill attribute
304 * Adds a fill to the shape node.
312 fill = this.get("fill"),
315 if(fill)
317 type = fill.type;
320 this._setGradientFill(fill);
321 node.setAttribute("fill", "url(#grad" + this.get("id") + ")");
323 else if(!fill.color)
325 node.setAttribute("fill", "non
[all...]
H A DCanvasShape.js175 * Value function for fill attribute
358 * Adds a fill to the shape node.
361 * @param {Object} fill Properties of the `fill` attribute.
364 _setFillProps: function(fill)
367 color = fill.color,
369 type = fill.type;
376 opacity = fill.opacity;
689 * Completes a stroke and/or fill operation on the context.
712 context.fill();
[all...]
H A DCanvasDrawing.js493 * Ends a fill and stroke
510 * Returns a linear gradient fill
518 fill = this.get("fill"),
519 stops = fill.stops,
530 r = fill.rotation,
590 * Returns a radial gradient fill
598 fill = this.get("fill"),
599 r = fill
[all...]
H A DVMLDrawing.js292 var fill = this.get("fill"),
303 if(fill && fill.color)
338 * Ends a fill and stroke
H A DSVGDrawing.js434 fill = this.get("fill");
484 if(fill && fill.color)
501 * Ends a fill and stroke
/yui3/src/charts/js/
H A DStackedBarSeries.js57 if(Y_Lang.isArray(style.fill.color))
59 fillColors = style.fill.color.concat();
159 style.fill.color = fillColors[i % fillColors.length];
176 fill: style.fill,
215 fillColor = markerStyles.fill.color;
219 markerStyles.fill.color = fillColor[i % fillColor.length];
223 markerStyles.fill.color = this._getItemColor(markerStyles.fill.color, i);
248 fill
[all...]
H A DStackedColumnSeries.js55 if(Y_Lang.isArray(style.fill.color))
57 fillColors = style.fill.color.concat();
158 style.fill.color = fillColors[i % fillColors.length];
175 fill: style.fill,
216 fillColor = markerStyles.fill.color;
220 markerStyles.fill.color = fillColor[i % fillColor.length];
224 markerStyles.fill.color = this._getItemColor(markerStyles.fill.color, i);
248 fill
[all...]
H A DPlots.js74 fill: style.fill,
85 if(Y_Lang.isArray(style.fill.color))
87 fillColors = style.fill.color.concat();
105 style.fill.color = fillColors[i % fillColors.length];
160 fill:{
175 defs.fill.color = this._getDefaultColor(this.get("graphOrder"), "fill");
217 styles.fill.opacity = styles.fill
159 var defs = { property
[all...]
H A DHistogram.js62 if(Y_Lang.isArray(style.fill.color))
64 fillColors = style.fill.color.concat();
138 style.fill.color = fillColors[i % fillColors.length];
158 fill: style.fill,
191 fill:{
213 defs.fill.color = this._getDefaultColor(this.get("graphOrder"), "fill");
H A DChartLegend.js32 fill: styles.fill,
163 fill,
187 fillColors = seriesStyles.fill.colors;
197 fill = {
205 item = this._getLegendItem(node, this._getShapeClass(shape), fill, border, labelStyles, markerWidth, markerHeight, displayName);
232 item = this._getLegendItem(node, this._getShapeClass(shape), seriesStyles.fill, seriesStyles.border, labelStyles, markerWidth, markerHeight, series.get("valueDisplayName"));
273 fill: backgroundStyles.fill,
287 * @return Object An object containing fill, borde
[all...]
H A DPieSeries.js232 fillColors = styles.fill.colors,
233 fillAlphas = styles.fill.alphas || ["1"],
323 fill: {
421 indexStyles.fill.color = indexStyles.fill.colors[i % indexStyles.fill.colors.length];
422 indexStyles.fill.alpha = indexStyles.fill.alphas[i % indexStyles.fill.alphas.length];
486 fill
[all...]
H A DBarSeries.js73 markerStyles.fill.color = this._getItemColor(markerStyles.fill.color, i);
130 * <dt>fill</dt><dd>A hash containing the following values:
132 * <dt>color</dt><dd>Color of the fill. The default value is determined by the order of the series on the graph. The color
136 * <dt>alpha</dt><dd>Number from 0 to 1 indicating the opacity of the marker fill. The default value is 1.</dd>
151 * the default value for `marker.over.fill.color` is equivalent to `marker.fill.color`.</dd>
H A DColumnSeries.js73 markerStyles.fill.color = this._getItemColor(markerStyles.fill.color, i);
121 * <dt>fill</dt><dd>A hash containing the following values:
123 * <dt>color</dt><dd>Color of the fill. The default value is determined by the order of the series on the graph. The color
127 * <dt>alpha</dt><dd>Number from 0 to 1 indicating the opacity of the marker fill. The default value is 1.</dd>
142 * the default value for `marker.over.fill.color` is equivalent to `marker.fill.color`.</dd>
H A DGraph.js47 bg.fill.opacity = bg.fill.alpha;
381 styles.fill.opacity = styles.fill.alpha;
509 fill:{
771 * <dt>fill</dt><dd>Defines the style properties for the fill. Contains the following values:
773 * <dt>color</dt><dd>Color of the fill. The default value is #faf9f2.</dd>
774 * <dt>alpha</dt><dd>Number from 0 to 1 indicating the opacity of the background fill. The default value is 1.</dd>
H A DCartesianSeries.js438 fill: this._defaultFillColors,
449 type = type || "fill";
/yui3/build/graphics-vml/
H A Dgraphics-vml-debug.js294 var fill = this.get("fill"),
305 if(fill && fill.color)
340 * Ends a fill and stroke
519 fill,
525 fill = this._getFillProps();
564 if(fill)
566 if(fill.node)
568 fillstring = fill
[all...]
/yui3/build/charts-legend/
H A Dcharts-legend-debug.js904 fill: styles.fill,
1035 fill,
1059 fillColors = seriesStyles.fill.colors;
1069 fill = {
1077 item = this._getLegendItem(node, this._getShapeClass(shape), fill, border, labelStyles, markerWidth, markerHeight, displayName);
1104 item = this._getLegendItem(node, this._getShapeClass(shape), seriesStyles.fill, seriesStyles.border, labelStyles, markerWidth, markerHeight, series.get("valueDisplayName"));
1145 fill: backgroundStyles.fill,
1159 * @return Object An object containing fill, borde
[all...]
/yui3/build/graphics-svg/
H A Dgraphics-svg-debug.js436 fill = this.get("fill");
486 if(fill && fill.color)
503 * Ends a fill and stroke
712 * Value function for fill attribute
844 * Adds a fill to the shape node.
852 fill = this.get("fill"),
855 if(fill)
[all...]
/yui3/build/graphics-canvas/
H A Dgraphics-canvas-debug.js495 * Ends a fill and stroke
512 * Returns a linear gradient fill
520 fill = this.get("fill"),
521 stops = fill.stops,
532 r = fill.rotation,
592 * Returns a radial gradient fill
600 fill = this.get("fill"),
601 r = fill
[all...]
/yui3/build/charts-base/
H A Dcharts-base-debug.js6030 * Draws fill
6055 path.set("fill", {
6079 * Draws a fill for a spline
6106 path.set("fill", {
6174 path.set("fill", {
6237 * Concatenates coordinate array with correct coordinates for closing an area fill.
6404 fill: style.fill,
6415 if(Y_Lang.isArray(style.fill.color))
6417 fillColors = style.fill
[all...]
/yui3/src/graphics/docs/assets/js/
H A Dradial-tool.js38 // Updates the radial fill properties in myellipse
40 myellipse.set('fill', {
128 ' fill: {\n'+
185 fill: {

Completed in 78 milliseconds