Changeset 1905 in Sophya for trunk/SophyaPI/PIext/pihisto2d.cc


Ignore:
Timestamp:
Feb 18, 2002, 11:41:28 PM (24 years ago)
Author:
ansari
Message:

Adaptation a l'introduction de la classe PIGraphicAtt - Reza 18/02/2002

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaPI/PIext/pihisto2d.cc

    r1884 r1905  
    253253
    254254// gestion epaisseur de ligne
    255 if (mLAtt == PI_NotDefLineAtt)  g->SelLine(PI_ThinLine);
     255if (GetGraphicAtt().GetLineAtt() == PI_NotDefLineAtt)  g->SelLine(PI_ThinLine);
    256256
    257257// gestion Markers ou plot avec des points.
     
    389389{
    390390  if (!mHisto) return;
    391   if (mLAtt == PI_NotDefLineAtt)  g->SelLine(PI_ThinLine);
    392   g->SelFontSz((YMax() - YMin())/30, mFAtt);
     391  if (GetGraphicAtt().GetLineAtt() == PI_NotDefLineAtt)  g->SelLine(PI_ThinLine);
     392  g->SelFontSz((YMax() - YMin())/30);
    393393
    394394  // La hauteur de la cellule
Note: See TracChangeset for help on using the changeset viewer.