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

Uses of Package
edu.berkeley.guir.lib.satin.view

Packages that use edu.berkeley.guir.lib.satin.view
edu.berkeley.guir.lib.satin Sketch and Transformational INfrastructure is a toolkit for creating informal sketch-based user interfaces. 
edu.berkeley.guir.lib.satin.graphics A wrapper for Graphics2D that provides more advanced functionality needed for Satin. 
edu.berkeley.guir.lib.satin.objects The scenegraph objects for SATIN. 
edu.berkeley.guir.lib.satin.view Views for GraphicalObjects. 
 

Classes in edu.berkeley.guir.lib.satin.view used by edu.berkeley.guir.lib.satin
View
          Describes how a GraphicalObject appears on the screen.
 

Classes in edu.berkeley.guir.lib.satin.view used by edu.berkeley.guir.lib.satin.graphics
View
          Describes how a GraphicalObject appears on the screen.
 

Classes in edu.berkeley.guir.lib.satin.view used by edu.berkeley.guir.lib.satin.objects
View
          Describes how a GraphicalObject appears on the screen.
 

Classes in edu.berkeley.guir.lib.satin.view used by edu.berkeley.guir.lib.satin.view
DebugMultiViewImpl
          A MultiView that displays all of the valid views.
DefaultMultiViewImpl
          A sample implementation of a MultiView, which just displays the view with the greatest display value.
DefaultViewImpl
          A sample implementation of View that does nothing.
MultiplexedMultiViewImpl
          Let's you explicitly choose one of many views.
MultiView
          A type of View that can contain multiple Views, and decides how each of the Views will be displayed (if any).
SemanticZoomMultiViewImpl
          A sample implementation of a MultiView, it is especially effective when used with SemanticZoomView objects.
SemanticZoomView
          A marker interface for views that support Semantic Zooming.
SemanticZoomViewImpl
          A sample implementation of View, which has a trapezoidally-shaped range of display values.
SemanticZoomViewWrapper
          Wraps normal views into a semantic-zoom view.
StickyAllViewWrapper
          Wraps up views to stick to a certain location.
StickyRViewWrapper
          Wraps up views to be non-rotatable.
StickyViewWrapper
          Sticky view abstract base class.
StickyXYViewWrapper
          Doesn't work yet, because I can't do math.
StickyZViewWrapper
          Wraps up a view to be non-zoomable.
TranslucentMultiViewImpl
          A sample implementation of a MultiView.
View
          Describes how a GraphicalObject appears on the screen.
ViewImpl
          A sample implementation of View, designed to be subclassed.
ViewWrapper
          An abstract class for wrapper views.
 


Copyright Information