Lines Matching refs:DetailedEventPainter

922 Timeline.DetailedEventPainter=function(A){this._params=A;  class in Timeline
929 Timeline.DetailedEventPainter.prototype.initialize=function(B,A){this._band=B;
937 Timeline.DetailedEventPainter.prototype.getType=function(){return"detailed";
939 Timeline.DetailedEventPainter.prototype.addOnSelectListener=function(A){this._onSelectListeners.pus…
941 Timeline.DetailedEventPainter.prototype.removeOnSelectListener=function(B){for(var A=0;
946 Timeline.DetailedEventPainter.prototype.getFilterMatcher=function(){return this._filterMatcher;
948 Timeline.DetailedEventPainter.prototype.setFilterMatcher=function(A){this._filterMatcher=A;
950 Timeline.DetailedEventPainter.prototype.getHighlightMatcher=function(){return this._highlightMatche…
952 Timeline.DetailedEventPainter.prototype.setHighlightMatcher=function(A){this._highlightMatcher=A;
954 Timeline.DetailedEventPainter.prototype.paint=function(){var C=this._band.getEventSource();
975 Timeline.DetailedEventPainter.prototype.softPaint=function(){};
976 Timeline.DetailedEventPainter.prototype._prepareForPainting=function(){var B=this._band;
996 Timeline.DetailedEventPainter.prototype.paintEvent=function(B,C,D,A){if(B.isInstant()){this.paintIn…
999 Timeline.DetailedEventPainter.prototype.paintInstantEvent=function(B,C,D,A){if(B.isImprecise()){thi…
1002 Timeline.DetailedEventPainter.prototype.paintDurationEvent=function(B,C,D,A){if(B.isImprecise()){th…
1005 Timeline.DetailedEventPainter.prototype.paintPreciseInstantEvent=function(L,P,S,Q){var T=this._time…
1035 Timeline.DetailedEventPainter.prototype.paintImpreciseInstantEvent=function(O,S,W,T){var X=this._ti…
1070 Timeline.DetailedEventPainter.prototype.paintPreciseDurationEvent=function(K,O,T,Q){var U=this._tim…
1098 Timeline.DetailedEventPainter.prototype.paintImpreciseDurationEvent=function(M,T,Y,V){var Z=this._t…
1131 Timeline.DetailedEventPainter.prototype._findFreeTrackForSolid=function(D,A){for(var C=0;
1142 Timeline.DetailedEventPainter.prototype._findFreeTrackForText=function(C,A,I){var B;
1174 Timeline.DetailedEventPainter.prototype._findFreeLowerTrackForText=function(A,C){for(;
1180 Timeline.DetailedEventPainter.prototype._findFreeUpperTrackForText=function(A,C){for(;
1186 Timeline.DetailedEventPainter.prototype._getTrackData=function(A){return(A<0)?this._upperTracks[-A-…
1188 Timeline.DetailedEventPainter.prototype._paintEventLine=function(J,E,D,A,G,F){var H=Math.round(G.tr…
1203 Timeline.DetailedEventPainter.prototype._paintEventIcon=function(J,B,C,F,E){var H=J.getIcon();
1218 Timeline.DetailedEventPainter.prototype._paintEventLabel=function(I,J,C,F,A,G,E){var H=this._timeli…
1242 Timeline.DetailedEventPainter.prototype._paintEventTape=function(L,B,D,A,G,C,I,H){var F=A-D;
1260 Timeline.DetailedEventPainter.prototype._createHighlightDiv=function(A,C,E){if(A>=0){var D=this._ti…
1273 Timeline.DetailedEventPainter.prototype._onClickInstantEvent=function(C,A,B){var D=SimileAjax.DOM.g…
1280 Timeline.DetailedEventPainter.prototype._onClickDurationEvent=function(F,B,C){if("pageX" in B){var …
1291 Timeline.DetailedEventPainter.prototype.showBubble=function(A){var B=this._eventIdToElmt[A.getID()];
1295 Timeline.DetailedEventPainter.prototype._showBubble=function(B,E,C){var D=document.createElement("d…
1301 Timeline.DetailedEventPainter.prototype._fireOnSelect=function(A){for(var B=0;
2573 case"detailed":E=new Timeline.DetailedEventPainter(I);
2591 case"detailed":E=new Timeline.DetailedEventPainter(I);