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

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

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

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

Subclasses of ViewImpl in edu.berkeley.guir.lib.satin.view
 class DebugMultiViewImpl
          A MultiView that displays all of the valid views.
 class DefaultMultiViewImpl
          A sample implementation of a MultiView, which just displays the view with the greatest display value.
 class DefaultViewImpl
          A sample implementation of View that does nothing.
 class MultiplexedMultiViewImpl
          Let's you explicitly choose one of many views.
 class SemanticZoomMultiViewImpl
          A sample implementation of a MultiView, it is especially effective when used with SemanticZoomView objects.
 class SemanticZoomViewImpl
          A sample implementation of View, which has a trapezoidally-shaped range of display values.
 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.
 class TranslucentMultiViewImpl
          A sample implementation of a MultiView.
 class ViewWrapper
          An abstract class for wrapper views.
 

Methods in edu.berkeley.guir.lib.satin.view that return ViewImpl
protected  ViewImpl ViewImpl.clone(ViewImpl v)
          Make the passed view the same as us.
 

Methods in edu.berkeley.guir.lib.satin.view with parameters of type ViewImpl
protected  ViewImpl ViewImpl.clone(ViewImpl v)
          Make the passed view the same as us.
 


Copyright Information