Lines Matching refs:OriginalEventPainter

1805 Timeline.OriginalEventPainter=function(A){this._params=A;  class in Timeline
1813 Timeline.OriginalEventPainter.prototype.initialize=function(B,A){this._band=B;
1821 Timeline.OriginalEventPainter.prototype.getType=function(){return"original";
1823 Timeline.OriginalEventPainter.prototype.addOnSelectListener=function(A){this._onSelectListeners.pus…
1825 Timeline.OriginalEventPainter.prototype.removeOnSelectListener=function(B){for(var A=0;
1830 Timeline.OriginalEventPainter.prototype.addEventPaintListener=function(A){this._eventPaintListeners…
1832 Timeline.OriginalEventPainter.prototype.removeEventPaintListener=function(B){for(var A=0;
1837 Timeline.OriginalEventPainter.prototype.getFilterMatcher=function(){return this._filterMatcher;
1839 Timeline.OriginalEventPainter.prototype.setFilterMatcher=function(A){this._filterMatcher=A;
1841 Timeline.OriginalEventPainter.prototype.getHighlightMatcher=function(){return this._highlightMatche…
1843 Timeline.OriginalEventPainter.prototype.setHighlightMatcher=function(A){this._highlightMatcher=A;
1845 Timeline.OriginalEventPainter.prototype.paint=function(){var C=this._band.getEventSource();
1868 Timeline.OriginalEventPainter.prototype.softPaint=function(){};
1869 Timeline.OriginalEventPainter.prototype._prepareForPainting=function(){var B=this._band;
1888 Timeline.OriginalEventPainter.prototype.paintEvent=function(B,C,D,A){if(B.isInstant()){this.paintIn…
1891 Timeline.OriginalEventPainter.prototype.paintInstantEvent=function(B,C,D,A){if(B.isImprecise()){thi…
1894 Timeline.OriginalEventPainter.prototype.paintDurationEvent=function(B,C,D,A){if(B.isImprecise()){th…
1897 Timeline.OriginalEventPainter.prototype.paintPreciseInstantEvent=function(N,S,V,T){var W=this._time…
1924 Timeline.OriginalEventPainter.prototype.paintImpreciseInstantEvent=function(P,U,Z,W){var b=this._ti…
1958 Timeline.OriginalEventPainter.prototype.paintPreciseDurationEvent=function(M,R,W,T){var X=this._tim…
1987 Timeline.OriginalEventPainter.prototype.paintImpreciseDurationEvent=function(O,W,b,Y){var c=this._t…
2021 Timeline.OriginalEventPainter.prototype._encodeEventElID=function(B,A){return Timeline.EventUtils.e…
2023 Timeline.OriginalEventPainter.prototype._findFreeTrack=function(E,D){var A=E.getTrackNum();
2031 Timeline.OriginalEventPainter.prototype._paintEventIcon=function(K,B,C,G,F,D){var I=K.getIcon();
2048 Timeline.OriginalEventPainter.prototype._paintEventLabel=function(K,L,D,H,A,J,G,E,C){var I=this._ti…
2064 Timeline.OriginalEventPainter.prototype._paintEventTape=function(N,B,D,A,G,C,J,I,M){var F=A-D;
2085 Timeline.OriginalEventPainter.prototype._getLabelDivClassName=function(A){return this._getElClassNa…
2087 Timeline.OriginalEventPainter.prototype._getElClassName=function(D,C,A){var E=C.getClassName(),B=[];
2093 Timeline.OriginalEventPainter.prototype._getHighlightColor=function(A,B){var C=B.event.highlightCol…
2096 Timeline.OriginalEventPainter.prototype._createHighlightDiv=function(A,D,F,B){var G=null;
2112 Timeline.OriginalEventPainter.prototype._onClickInstantEvent=function(C,A,B){var D=SimileAjax.DOM.g…
2119 Timeline.OriginalEventPainter.prototype._onClickDurationEvent=function(F,B,C){if("pageX" in B){var …
2130 Timeline.OriginalEventPainter.prototype.showBubble=function(A){var B=this._eventIdToElmt[A.getID()];
2134 Timeline.OriginalEventPainter.prototype._showBubble=function(B,E,C){var D=document.createElement("d…
2140 Timeline.OriginalEventPainter.prototype._fireOnSelect=function(A){for(var B=0;
2144 Timeline.OriginalEventPainter.prototype._fireEventPaintListeners=function(D,A,C){for(var B=0;
2575 default:E=new Timeline.OriginalEventPainter(I);
2593 default:E=new Timeline.OriginalEventPainter(I);