A more efficient way of painting many vector rectangles of the same fill and stroke.
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 rectangle to this group
Parameters:
x1 – the x-coordinate of the left edge of the rectangle
y1 – the y-coordinate of the top edge of the rectangle
x2 – the x-coordinate of the right edge of the rectangle
y2 – the y-coordinate of the bottom edge of the rectangle
add a rectangle to this group
Parameters:
x1 – the x-coordinate of the left edge of the rectangle
y1 – the y-coordinate of the top edge of the rectangle
w – the width of the rectangle
h – the height of the rectangle
clear all rectangles out of the group
Copyright © 2001-2007, TIBCO Software Inc.