All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class Acme.Leggo.View

java.lang.Object
   |
   +----Acme.Leggo.LeggoUtils
           |
           +----Acme.Leggo.View

public class View
extends LeggoUtils
A view of some LEGGO Parts.

Fetch the software.
Fetch the entire Acme package.


Constructor Index

 o View(Graphics, int, int, float, float, float)
Constructor.

Method Index

 o set(int, int, float, float, float)
Set new view parameters..

Constructors

 o View
 public View(Graphics graphics,
             int origx,
             int origy,
             float scale,
             float phi,
             float theta)
Constructor.

Methods

 o set
 public void set(int origx,
                 int origy,
                 float scale,
                 float phi,
                 float theta)
Set new view parameters..

Parameters:
phi - the (x,y) plane rotation angle
theta - the view elevation angle

All Packages  Class Hierarchy  This Package  Previous  Next  Index

ACME Java  ACME Labs