All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class Acme.Leggo.Part

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

public abstract class Part
extends LeggoUtils
A LEGGO part.

Fetch the software.
Fetch the entire Acme package.


Variable Index

 o view

Constructor Index

 o Part(View)

Method Index

 o draw()
 o moveTo(int, int, int)
 o restore()
 o rMoveTo(int, int, int)
 o save()
 o stud()
 o studs(int, int)
 o xFace(int, int)
 o yFace(int, int)
 o zFace(int, int)

Variables

 o view
 protected View view

Constructors

 o Part
 public Part(View view)

Methods

 o draw
 public abstract void draw()
 o save
 protected void save()
 o restore
 protected void restore()
 o moveTo
 protected void moveTo(int x,
                       int y,
                       int z)
 o rMoveTo
 protected void rMoveTo(int dx,
                        int dy,
                        int dz)
 o xFace
 protected void xFace(int ysize,
                      int zsize)
 o yFace
 protected void yFace(int xsize,
                      int zsize)
 o zFace
 protected void zFace(int xsize,
                      int ysize)
 o studs
 protected void studs(int xcount,
                      int ycount)
 o stud
 protected void stud()

All Packages  Class Hierarchy  This Package  Previous  Next  Index

ACME Java  ACME Labs