BBjFormLine::setCap
Description
In BBj 4.0 and higher, this method sets the cap style of the line using the constants CAP_BUTT, CAP_ROUND, and CAP_SQUARE.
Syntax
| 
                                                             Return Value  | 
                                                        
                                                             Method  | 
                                                    
|---|---|
| 
                                                             void  | 
                                                        
                                                             setCap(int cap)  | 
                                                    
Parameters
| 
                                                             Variable  | 
                                                        
                                                             Description  | 
                                                    
|---|---|
| 
                                                             cap  | 
                                                        
                                                             Specifies the cap style of the line from CAP_BUTT, CAP_ROUND, and CAP_SQUARE.  | 
                                                    
Return Value
None.
Remarks
None.
Example
                                                     | 
                                                
See Also
See the BBj Object Diagram for an illustration of the relationship between BBj Objects.