Uses of Class
edu.neu.ccs.gui.BaseShape

Packages that use BaseShape
edu.neu.ccs.gui Provides classes and interfaces for designing and implementing graphical interfaces and for the creation of paintable and mutatable objects.. 
 

Uses of BaseShape in edu.neu.ccs.gui
 

Subclasses of BaseShape in edu.neu.ccs.gui
 class AutomaticShape
          Class AutomaticShape implements a BaseShape in which the tangent array is always computed from the vertex array automatically using a Tangent.Strategy object.
 class TweakableShape
          Class TweakableShape implements a BaseShape in which the vertex array and the tangent array may be changed independently of one another.