All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class Acme.Leggo.Brick

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

public class Brick
extends Part
A basic LEGGO brick.

Fetch the software.
Fetch the entire Acme package.


Constructor Index

 o Brick(View, int, int, int, int, int, int, boolean, LeggoColor)

Method Index

 o draw()

Constructors

 o Brick
 public Brick(View view,
              int x,
              int y,
              int z,
              int xsize,
              int ysize,
              int zsize,
              boolean studs,
              LeggoColor lcolor)

Methods

 o draw
 public void draw()
Overrides:
draw in class Part

All Packages  Class Hierarchy  This Package  Previous  Next  Index

ACME Java  ACME Labs