12.07.2015 Views

Drawing and Java2D

Drawing and Java2D

Drawing and Java2D

SHOW MORE
SHOW LESS
  • No tags were found...

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

Polylines <strong>and</strong> polygons drawPolyline( int[] x, int[] y, int numPts )● Arrays of x <strong>and</strong> y coordinates● Draws connected line segments drawPolygon( int[] x, int[] y, int numPts )● Connects last point to first point Also fillPolygon(...)● Filling an arbitrary polygon is not trivial!(tessellation)CMPT166: drawing <strong>and</strong> <strong>Java2D</strong> 15 Feb 201113

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!