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

Uses of Interface
edu.berkeley.guir.lib.satin.objects.Patch

Packages that use Patch
edu.berkeley.guir.brainstorm   
edu.berkeley.guir.lib.satin.objects The scenegraph objects for SATIN. 
edu.berkeley.guir.lib.satin.util Miscellaneous utilities used in SATIN. 
edu.berkeley.guir.sketchyspice.objects   
 

Uses of Patch in edu.berkeley.guir.brainstorm
 

Classes in edu.berkeley.guir.brainstorm that implement Patch
 class BrainNote
          Here's the scenegraph:
 

Uses of Patch in edu.berkeley.guir.lib.satin.objects
 

Classes in edu.berkeley.guir.lib.satin.objects that implement Patch
 class PatchImpl
          A Graphical Object Group with boundaries, additional kinds of properties and behavior.
 

Uses of Patch in edu.berkeley.guir.lib.satin.util
 

Methods in edu.berkeley.guir.lib.satin.util that return Patch
static Patch RandomLib.getRandomPatch(Rectangle rect)
          Get a randomly-generated square patch that fits inside the bounds of the specified rect.
static Patch RandomLib.getRandomSemanticZoomPatch(Rectangle rect)
          Get a randomly-generated square patch with a semantic zoom view that fits inside the bounds of the specified rect.
 

Uses of Patch in edu.berkeley.guir.sketchyspice.objects
 

Classes in edu.berkeley.guir.sketchyspice.objects that implement Patch
 class AndGate
           
 class Gate
          Just a Gate.
 class NotGate
           
 class OrGate
           
 


Copyright Information