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

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

Packages that use Style
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. 
 

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

Methods in edu.berkeley.guir.lib.satin that return Style
 Style Sheet.setStyle(Style newStyle)
           
 Style Sheet.getStyle()
           
 Style Sheet.getStyleRef()
           
 Style Sheet.setCurrentStyle(Style newStyle)
          Set the style for how the current stroke is drawn.
 Style Sheet.getCurrentStyle()
          Get the style for how the current stroke is drawn.
 Style Sheet.setSelectedStyle(Style newStyle)
          Set the style for how the selected objects are drawn.
 Style Sheet.getSelectedStyle()
          Get the style for how the selected objects are drawn.
 

Methods in edu.berkeley.guir.lib.satin with parameters of type Style
 Style Sheet.setStyle(Style newStyle)
           
 Style Sheet.setCurrentStyle(Style newStyle)
          Set the style for how the current stroke is drawn.
 Style Sheet.setSelectedStyle(Style newStyle)
          Set the style for how the selected objects are drawn.
 

Uses of Style in edu.berkeley.guir.lib.satin.graphics
 

Methods in edu.berkeley.guir.lib.satin.graphics that return Style
 Style SatinGraphics.getStyle()
          Get the current drawing Style.
 

Methods in edu.berkeley.guir.lib.satin.graphics with parameters of type Style
 void RepaintQueue.enqueue(View v, Style s, AffineTransform tx)
           
 void SatinGraphics.pushStyle(Style s)
          Push a new Style onto the Stack for this Graphics to use.
 

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

Methods in edu.berkeley.guir.lib.satin.objects that return Style
 Style GraphicalObjectImpl.getClassPropertyStyle()
          Convenience method for getting the view class property.
 Style GraphicalObjectImpl.setStyle(Style newStyle)
           
 Style GraphicalObjectImpl.getStyle()
           
 Style GraphicalObjectImpl.getStyleRef()
           
 Style ViewHandler.setStyle(Style newStyle)
           
 Style ViewHandler.getStyle()
           
 Style ViewHandler.getStyleRef()
           
 Style GraphicalObject.setStyle(Style newStyle)
          Set the current Style for this Graphical Object.
 Style GraphicalObject.getStyle()
          Get a copy of the current Style for this Graphical Object.
 Style GraphicalObject.getStyleRef()
          Get a reference of the current Style for this Graphical Object.
 Style GraphicalObjectWrapper.setStyle(Style newStyle)
           
 Style GraphicalObjectWrapper.getStyle()
           
 Style GraphicalObjectWrapper.getStyleRef()
           
 

Methods in edu.berkeley.guir.lib.satin.objects with parameters of type Style
 void GraphicalObjectImpl.setClassPropertyStyle(Style s)
          Convenience method for setting the view class property.
 Style GraphicalObjectImpl.setStyle(Style newStyle)
           
 Style ViewHandler.setStyle(Style newStyle)
           
 Style GraphicalObject.setStyle(Style newStyle)
          Set the current Style for this Graphical Object.
 Style GraphicalObjectWrapper.setStyle(Style newStyle)
           
 

Constructors in edu.berkeley.guir.lib.satin.objects with parameters of type Style
Style(Style s)
          Create a clone of the specified Style.
Style(String strFileName, Style defaults)
           
 


Copyright Information