BBjDrawPanel::drawPolyline
Description
In BBj 16.0 and higher, this method draws a series of lines on the BBjDrawPanel connecting the specified points using the current pen settings.
Syntax
Return Value |
Method |
void |
drawPolyline(java.util.Listlist) |
Parameters
Variable |
Description |
list |
A list of (x,y) values representing points. |
Return Value
None.
Remarks
Points are specified as a
list (e.g. BBjVector) of numbers (x1,y1,x2,y2,x3,y3,...)
.
Example
|
See Also
POLYLINE Mnemonic - Draw Polyline (SYSGUI)
See the BBj Object Diagram for an illustration of the relationship between BBj Objects.