Lines Matching refs:breaks
2624 var drawPageBreaks = mxUtils.bind(this, function(breaks) argument
2626 if (breaks != null)
2628 var count = (breaks == this.horizontalPageBreaks) ? horizontalCount : verticalCount;
2632 var pts = (breaks == this.horizontalPageBreaks) ?
2638 if (breaks[i] != null)
2640 breaks[i].points = pts;
2641 breaks[i].redraw();
2652 breaks[i] = pageBreak;
2656 for (var i = count; i < breaks.length; i++)
2658 breaks[i].destroy();
2661 breaks.splice(count, breaks.length - count);