Lines Matching refs:getBox
2229 this.getBox().insertBefore( el, layer || null );
2426 getBox: function() {
2539 s = this.getBox().style, cs,
2578 this.getBox().style.display = ( vis.visible && vis.displayed ) ? '' : 'none';
2594 getBox: function() { method
2669 shape = this.getShape( 'bgColor', 'fill', this.getBox(), 1 );
2708 shape = this.getShape( 'bgImage' + i, 'fill', this.getBox(), 2 );
2948 … shape = this.getShape( 'borderPiece' + i, seg.stroke ? 'stroke' : 'fill', this.getBox() );
3181 this.getBox(); //make sure pieces are created
3253 getBox: function() { method
3345 box = this.getBox(),
3483 var shape = this.getShape( 'img', 'fill', this.getBox() ),