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

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

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

Uses of Label in edu.berkeley.guir.brainstorm
 

Methods in edu.berkeley.guir.brainstorm that return Label
 Label BrainNote.getLabel()
           
 

Methods in edu.berkeley.guir.brainstorm with parameters of type Label
 int BrainstormSheet.addNote(Label newLabel, double x, double y)
          Add a note at the specified location (relative coords).
 int BrainstormSheet.addNote(Label newLabel, Shape s)
          Create a note of with the specified shape and label.
 void BrainNote.setLabel(Label newLabel)
          Set the label for this note.
 

Constructors in edu.berkeley.guir.brainstorm with parameters of type Label
BrainNote(Label newLabel, double x, double y)
          Create a note at the specified location, with the specified label.
BrainNote(Label newLabel, Shape s)
           
 

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

Methods in edu.berkeley.guir.brainstorm.net with parameters of type Label
static String SerializationLib.toString(Label lbl)
          Format:
 


Copyright Information