// @(#)root/base:$Name: $:$Id: TAttMarker.cxx,v 1.1.1.1 2000/05/16 17:00:38 rdm Exp $ // Author: Rene Brun 12/05/95 /************************************************************************* * Copyright (C) 1995-2000, Rene Brun and Fons Rademakers. * * All rights reserved. * * * * For the licensing terms see $ROOTSYS/LICENSE. * * For the list of contributors see $ROOTSYS/README/CREDITS. * *************************************************************************/ #include <fstream.h> #include "TROOT.h" #include "Strlen.h" #include "TAttMarker.h" #include "TVirtualPad.h" #include "TStyle.h" #include "TVirtualX.h" ClassImp(TAttMarker) //______________________________________________________________________________ //*-*-*-*-*-*-*-*-*-*-*-*-*Marker Attributes class*-*-*-*-*-*-*-*-*-*-*-*-*-* //*-* ======================= //*-* Marker attributes are: //*-* Marker Color //*-* Marker style //*-* Marker Size //*-* //*-* This class is used (in general by secondary inheritance) //*-* by many other classes (graphics, histograms). //*-* //*-* List of the currently supported markers (screen and PostScript) //*-* =============================================================== //*-* 1 : dot //*-* 2 : + //*-* 3 : * //*-* 4 : o (open circle) //*-* 5 : x //*-* 6 : full circle (small) //*-* 7 : full circle (medium) //*-* 8 : full circle (large) //*-* 9 -->19 : dot //*-* 20 : full circle //*-* 21 : full square //*-* 22 : full triangle up //*-* 23 : full triangle down //*-* 24 : open circle //*-* 25 : open square //*-* 26 : open triangle up //*-* 27 : open diamond //*-* 28 : open cross //*-* 29 : open star //*-* 30 : full star //*-* // /* */ // //*-*