Lines Matching refs:paint

127 Timeline._Band.prototype.layout=function(){this.paint();
129 Timeline._Band.prototype.paint=function(){this._etherPainter.paint(); method in Timeline._Band
337 Timeline._Band.prototype._paintEvents=function(){this._eventPainter.paint();
343 A++){this._decorators[A].paint();
384 Timeline.CompactEventPainter.prototype.paint=function(){var N=this._band.getEventSource(); method in Timeline.CompactEventPainter
838 Timeline.SpanHighlightDecorator.prototype.paint=function(){if(this._layerDiv!=null){this._band.remo… method in Timeline.SpanHighlightDecorator
897 Timeline.PointHighlightDecorator.prototype.paint=function(){if(this._layerDiv!=null){this._band.rem… method in Timeline.PointHighlightDecorator
954 Timeline.DetailedEventPainter.prototype.paint=function(){var C=this._band.getEventSource(); method in Timeline.DetailedEventPainter
1327 Timeline.GregorianEtherPainter.prototype.paint=function(){if(this._markerLayer){this._band.removeLa… method in Timeline.GregorianEtherPainter
1389 Timeline.HotZoneGregorianEtherPainter.prototype.paint=function(){if(this._markerLayer){this._band.r… method in Timeline.HotZoneGregorianEtherPainter
1448 Timeline.YearCountEtherPainter.prototype.paint=function(){if(this._markerLayer){this._band.removeLa… method in Timeline.YearCountEtherPainter
1492 Timeline.QuarterlyEtherPainter.prototype.paint=function(){if(this._markerLayer){this._band.removeLa… method in Timeline.QuarterlyEtherPainter
1845 Timeline.OriginalEventPainter.prototype.paint=function(){var C=this._band.getEventSource(); method in Timeline.OriginalEventPainter
2178 Timeline.OverviewEventPainter.prototype.paint=function(){var C=this._band.getEventSource(); method in Timeline.OverviewEventPainter
2653 Timeline._Impl.prototype.paint=function(){for(var A=0; method in Timeline._Impl
2655 A++){this._bands[A].paint();
2802 }this.paint();