This method of the GraphicsX Class draws fast lines, either horizontally or vertically.
public void drawScanLines(boolean xChanging, int[] points, int offset, int nPoints);
xChanging | The direction that the line is drawn, either vertically or horizontally. |
points | An array of points. |
offset | The offset to use. |
nPoints | The number of points in the array. |