A more efficient way of painting many vector lines of the same color and thickness.
The instance initializer.
Parameters:
left – left position (in pixels) of the object relative to its parent container
top – top position (in pixels) of the object relative to its parent container
width – width (in pixels) of the object
height – height (in pixels) of the object
add a line to the group
Parameters:
x1 – the x-coordinate of the start point of the line
y1 – the y-coordinate of the start point of the line
x2 – the x-coordinate of the end point of the line
y2 – the y-coordinate of the end point of the line
add a line to the group
Parameters:
x1 – the x-coordinate of the start point of the line
y1 – the y-coordinate of the start point of the line
dx – the horizontal change from the start to the end point of the line
dy – the vertical change from the start to the end point of the line
clear all lines out of the group
Copyright © 2001-2007, TIBCO Software Inc.