Uses of Interface
anl.aida.viz3d.StackDrawable

Packages that use StackDrawable
anl.aida.viz3d   
 

Uses of StackDrawable in anl.aida.viz3d
 

Classes in anl.aida.viz3d that implement StackDrawable
 class TextureDrawable
          Draws a texture on to a unit sized rectangle.
 

Fields in anl.aida.viz3d declared as StackDrawable
private  StackDrawable StackItem.drawable
           
 

Constructors in anl.aida.viz3d with parameters of type StackDrawable
StackItem(StackDrawable drawable)
          Creates a stack item that will draw the specified drawable.