// $Header: /cvs/gled-1.2/GledCore/Glasses/ZRlNameRnrCtrl.cxx,v 1.5 2005/04/08 18:11:03 matevz Exp $

// Copyright (C) 1999-2005, Matevz Tadel. All rights reserved.
// This file is part of GLED, released under GNU General Public License version 2.
// For the licensing terms see $GLEDSYS/LICENSE or http://www.gnu.org/.

//__________________________________________________________________________
// ZRlNameRnrCtrl
//
//

#include "ZRlNameRnrCtrl.h"
#include "ZRlNameRnrCtrl.c7"

ClassImp(ZRlNameRnrCtrl)

/**************************************************************************/

 void ZRlNameRnrCtrl::_init()
{
  mNameRnrOp  = O_On;
  bRnrAxes    = false; bRnrNames  = true;
  bRnrTiles   = true;  bRnrFrames = true;
  mNameOffset = 0.99;
  mTextCol.rgba(1, 1, 1);
  mTileCol.rgba(0, 0, 0.3);
  mTilePos = "";
}

/**************************************************************************/


ROOT page - Home page - Class index - Class Hierarchy - Top of the page

This page has been automatically generated. If you have any comments or suggestions about the page layout send a mail to ROOT support, or contact the developers with any questions or problems regarding ROOT.