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

Uses of Class
edu.berkeley.guir.brainstorm.BrainstormSheet

Packages that use BrainstormSheet
edu.berkeley.guir.brainstorm   
edu.berkeley.guir.brainstorm.net   
 

Uses of BrainstormSheet in edu.berkeley.guir.brainstorm
 

Methods in edu.berkeley.guir.brainstorm with parameters of type BrainstormSheet
 void BrainNote.setSheet(BrainstormSheet newSheet)
           
 

Constructors in edu.berkeley.guir.brainstorm with parameters of type BrainstormSheet
Link(BrainstormSheet newSheet, int start, int end)
          Create a link with the specified start and end.
 

Uses of BrainstormSheet in edu.berkeley.guir.brainstorm.net
 

Methods in edu.berkeley.guir.brainstorm.net with parameters of type BrainstormSheet
static void SerializationLib.parseFrames(BrainstormSheet sheet, String strFrames)
          Given a collection of frames, parse the whole thing into Brainnote objects and re-assemble the scenegraph.
static String SerializationLib.toString(BrainstormSheet sheet)
          Links, list of objects, property names.
 


Copyright Information