Lines Matching refs:graphics
1073 me.graphics = null;
1084 this.base_canvas = this.graphics.createVisibleCanvas(this);
1231 function addShapeGroupImpl(graphics, areaData, options) { argument
1232 var me = graphics,
2428 me.graphics = new m.Graphics(me);
2642 this.graphics.clearHighlight();
2823 me.base_canvas = base_canvas = me.graphics.createVisibleCanvas(me);
2824 me.overlay_canvas = overlay_canvas = me.graphics.createVisibleCanvas(me);
3058 me.graphics.removeSelections();
3059 me.graphics.refreshSelections();
3115 var g = this.graphics;
3215 o.graphics.removeSelections(me.areaId);
3216 o.graphics.refreshSelections();
3246 me.owner.graphics.removeSelections(me.areaId);
3451 o.graphics.addShapeGroup(this, 'highlight', options);
3461 this.owner.graphics.addShapeGroup(this, 'select');