UC Berkeley Group for User Interface Research
Updated November 17, 2000

Uses of Class
edu.berkeley.guir.lib.satin.view.ViewWrapper

Packages that use ViewWrapper
edu.berkeley.guir.lib.satin.view Views for GraphicalObjects. 
 

Uses of ViewWrapper in edu.berkeley.guir.lib.satin.view
 

Subclasses of ViewWrapper in edu.berkeley.guir.lib.satin.view
 class SemanticZoomViewWrapper
          Wraps normal views into a semantic-zoom view.
 class StickyAllViewWrapper
          Wraps up views to stick to a certain location.
 class StickyRViewWrapper
          Wraps up views to be non-rotatable.
 class StickyViewWrapper
          Sticky view abstract base class.
 class StickyXYViewWrapper
          Doesn't work yet, because I can't do math.
 class StickyZViewWrapper
          Wraps up a view to be non-zoomable.
 

Methods in edu.berkeley.guir.lib.satin.view that return ViewWrapper
protected  ViewWrapper ViewWrapper.clone(ViewWrapper vw)
           
 

Methods in edu.berkeley.guir.lib.satin.view with parameters of type ViewWrapper
protected  ViewWrapper ViewWrapper.clone(ViewWrapper vw)
           
 

Constructors in edu.berkeley.guir.lib.satin.view with parameters of type ViewWrapper
ViewWrapper(ViewWrapper vw)
          Copy constructor, deep.
 


Copyright Information