Home || Architecture || Video Search || Visual Search || Scripts || Applications || Important Messages || OGL || Src

void Impala::Application::TagsLife::BarPlot::ShowYLabel ( int  value,
int  y 
) [inline, protected]

Definition at line 145 of file BarPlot.h.

References Impala::Application::MediaTable::BarPlot::AXIS_X, Impala::Application::MediaTable::BarPlot::mBarBorderColor, and OglGui::OglWindow::mOglWnd.

00146     {
00147         int  txtX, txtY;
00148         char buf[10];
00149         sprintf(buf,"%d", value);
00150         oglSys.AlignTextXY(mOglWnd,buf,oglRightAlign,oglBottomAlign,
00151                            AXIS_X-3, 0, &txtX, &txtY);
00152         oglSys.PosColPrintf(mOglWnd,txtX,y-4,mBarBorderColor,buf);
00153     }


Generated on Fri Mar 19 10:51:21 2010 for ImpalaSrc by  doxygen 1.5.1