]> git.vpit.fr Git - perl/modules/LaTeX-TikZ.git/commitdiff
Document the Set/Set::Op roles
authorVincent Pit <vince@profvince.com>
Sun, 1 Aug 2010 13:13:50 +0000 (15:13 +0200)
committerVincent Pit <vince@profvince.com>
Sun, 1 Aug 2010 13:14:57 +0000 (15:14 +0200)
lib/LaTeX/TikZ/Set.pm
lib/LaTeX/TikZ/Set/Op.pm

index d285a6cb12b2dd52cbdb8b33710873978dd7bcd5..5a8882166c145125f092d157f6dc6b2c6c3b2614 100644 (file)
@@ -49,7 +49,9 @@ This method is required by the interface :
 
 =item *
 
-C<draw>
+C<draw $formatter>
+
+Returns an array reference of TikZ code lines required to effectively draw the current set object, formatted by the L<LaTeX::TikZ::Formatter> object C<$formatter>.
 
 =back
 
index 0a3df1b1c3f00340ffff650bf5dac6d947908af3..c7229c05db45ab6cbe18948236383f20443c0a8f 100644 (file)
@@ -41,7 +41,9 @@ This method is required by the interface :
 
 =item *
 
-C<path>
+C<path $formatter>
+
+Returns the TikZ code that builds a path out of the current set object as a string formatted by the L<LaTeX::TikZ::Formatter> object C<$formatter>.
 
 =back