FAQ
 
 
Cover  \ Exhibition  \ Learning  \ Reference  \ Download  \ Discourse   
      Language \ Environment \ Libraries \ Comparison
 
   
   
Abridged (A-Z) \ Complete (A-Z)  
   
  Reference for Processing (BETA) version 91+. If you have a previous version, use the reference included with your software. If you see any errors or have any comments, let us know.  
Name  

strokeCap()

   
Examples  
smooth(); 
strokeWeight(12.0); 
strokeCap(ROUND); 
line(20, 30, 80, 30); 
strokeCap(SQUARE); 
line(20, 50, 80, 50); 
strokeCap(PROJECT); 
line(20, 70, 80, 70); 
Description   Sets the style for rendering line endings. These ends are either squared, extended, or rounded and specified with the corresponding parameters SQUARE, PROJECT, and ROUND. The default cap is ROUND. This function does not work with the P2D, P3D, OR OPENGL renderers (please see the size() reference for more information).
   
Syntax  
strokeCap(MODE)
   
Parameters  
MODE   Either SQUARE, PROJECT, or ROUND

   
Returns   None
   
Usage   Web & Application
   
Related   stroke()
strokeWeight()
strokeJoin()
 
 






   
 
Updated: Fri Jul 15 16:36:12 PDT 2005
 
 








Creative Commons License
 
  Processing is an open project initiated by Ben Fry and Casey Reas  
  © Info