lemon/eps.h
changeset 2360 72c7075ad5ba
parent 2214 a886e48e0d91
child 2391 14a343be7a5a
equal deleted inserted replaced
5:a58775b345f4 6:4983786d16e8
   281     ///Draw a node shape.
   281     ///Draw a node shape.
   282     ///
   282     ///
   283     ///\param t The shape of the drawn object
   283     ///\param t The shape of the drawn object
   284     ///\param x The \c x coordinate of the node
   284     ///\param x The \c x coordinate of the node
   285     ///\param y The \c y coordinate of the node
   285     ///\param y The \c y coordinate of the node
       
   286     ///\param r The size (radius) of the node
   286     ///\param col Color of the node. The default color is white
   287     ///\param col Color of the node. The default color is white
   287     ///\param brd Color of the node border. The default color is black
   288     ///\param brd Color of the node border. The default color is black
   288     EpsDrawer &node(NodeShapes t, double x, double y, double r,
   289     EpsDrawer &node(NodeShapes t, double x, double y, double r,
   289 		    Color col=WHITE, Color brd=BLACK);
   290 		    Color col=WHITE, Color brd=BLACK);
   290     ///Draw a node shape
   291     ///Draw a node shape
   291     
   292     
   292     ///Draw a node shape.
   293     ///Draw a node shape.
   293     ///
   294     ///
   294     ///\param t The shape of the drawn object
   295     ///\param t The shape of the drawn object
   295     ///\param pos Position of the node
   296     ///\param pos Position of the node
       
   297     ///\param r The size (radius) of the node
   296     ///\param col Color of the node. The default color is white
   298     ///\param col Color of the node. The default color is white
   297     ///\param brd Color of the node border. The default color is black
   299     ///\param brd Color of the node border. The default color is black
   298     template<class T>
   300     template<class T>
   299     EpsDrawer &node(NodeShapes t, dim2::Point<T> pos, double r,
   301     EpsDrawer &node(NodeShapes t, dim2::Point<T> pos, double r,
   300 		    Color col=WHITE, Color brd=BLACK)
   302 		    Color col=WHITE, Color brd=BLACK)