249250251252253254255256257258259
{ if (!StringUtil.isNullOrEmpty(commit.getGraph())) { width = Math.max( width, new GraphLine(commit.getGraph()).getTotalWidth(graphTheme_)); } } if (width > 0) setColumnWidth(graphCol_, (width + 12) + "px");
125126127128129130131
return lastGraphImg_; lastGraph_ = object.getGraph(); if (object.getGraph().length() == 0) return lastGraphImg_ = SafeHtmlUtil.createEmpty(); return lastGraphImg_ = new GraphLine(object.getGraph()).render(theme_); }