Basic HTML version of Foils prepared 13 July 98

Foil 40 Quadrilateral Constructor #3

From Java Academy II:Advanced Java NPAC/ECS Java Academy -- February to April 98. by Tom Scavo

The java.awt.Point Class
1 This constructor is for convenience only: public Quadrilateral( Point p1, Point p2, Point p3, Point p4 ) { // invoke constructor #2: this( p1.x, p1.y, p2.x, p2.y, p3.x, p3.y, p4.x, p4.y ); }
2 Here, x and y are variables of the Point class

in Table To:


© Northeast Parallel Architectures Center, Syracuse University, npac@npac.syr.edu

If you have any comments about this server, send e-mail to webmaster@npac.syr.edu.

Page produced by wwwfoil on Sat Nov 28 1998