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

Uses of Class
edu.berkeley.guir.lib.satin.objects.GraphicalObjectImpl

Packages that use GraphicalObjectImpl
edu.berkeley.guir.brainstorm   
edu.berkeley.guir.lib.satin Sketch and Transformational INfrastructure is a toolkit for creating informal sketch-based user interfaces. 
edu.berkeley.guir.lib.satin.objects The scenegraph objects for SATIN. 
edu.berkeley.guir.lib.satin.stroke Contains the basic strokes used in Satin. 
edu.berkeley.guir.sketchyspice.objects   
 

Uses of GraphicalObjectImpl in edu.berkeley.guir.brainstorm
 

Subclasses of GraphicalObjectImpl in edu.berkeley.guir.brainstorm
 class BrainNote
          Here's the scenegraph:
 class Label
          A label contains a bunch of TimedStroke or GObText objects.
 

Uses of GraphicalObjectImpl in edu.berkeley.guir.lib.satin
 

Subclasses of GraphicalObjectImpl in edu.berkeley.guir.lib.satin
 class Sheet.SheetGraphicalObjectGroup
          This class handles the Graphical Objects in the sheet.
 

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

Subclasses of GraphicalObjectImpl in edu.berkeley.guir.lib.satin.objects
 class GObImage
          A GraphicalObject holding an image.
 class GObJComponentWrapper
           This software is distributed under the Berkeley Software License.
 class GObText
           This software is distributed under the Berkeley Software License.
 class GraphicalObjectGroupImpl
          A Group of Graphical objects.
 class LineArrow
          A simple straight-line arrow.
 class PatchImpl
          A Graphical Object Group with boundaries, additional kinds of properties and behavior.
 

Methods in edu.berkeley.guir.lib.satin.objects that return GraphicalObjectImpl
protected  GraphicalObjectImpl GraphicalObjectImpl.clone(GraphicalObjectImpl gobClone)
          Clone all of the state in the current GraphicalObject into the passed GraphicalObject.
protected  GraphicalObjectImpl GraphicalObjectImpl.deepClone(GraphicalObjectImpl gobClone)
           
 

Methods in edu.berkeley.guir.lib.satin.objects with parameters of type GraphicalObjectImpl
protected  GraphicalObjectImpl GraphicalObjectImpl.clone(GraphicalObjectImpl gobClone)
          Clone all of the state in the current GraphicalObject into the passed GraphicalObject.
protected  GraphicalObjectImpl GraphicalObjectImpl.deepClone(GraphicalObjectImpl gobClone)
           
 GraphicalObject ViewHandler.setAttachedGraphicalObject(GraphicalObjectImpl gob)
          Set the GraphicalObject this ViewHandler is attached to.
 GraphicalObject InteractionHandler.setAttachedGraphicalObject(GraphicalObjectImpl gob)
          Set the GraphicalObject this handler is attached to.
 

Constructors in edu.berkeley.guir.lib.satin.objects with parameters of type GraphicalObjectImpl
GraphicalObjectImpl(GraphicalObjectImpl gob)
          Constructor for clone-chaining purposes.
ViewHandler(GraphicalObjectImpl gob)
          Set the GraphicalObject that this view is attached to.
InteractionHandler(GraphicalObjectImpl gob)
           
 

Uses of GraphicalObjectImpl in edu.berkeley.guir.lib.satin.stroke
 

Subclasses of GraphicalObjectImpl in edu.berkeley.guir.lib.satin.stroke
 class TimedStroke
          A single Stroke that can paint itself.
 

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

Subclasses of GraphicalObjectImpl in edu.berkeley.guir.sketchyspice.objects
 class AndGate
           
 class Circuit
          Just a circuit.
 class Gate
          Just a Gate.
 class NotGate
           
 class OrGate
           
 


Copyright Information