The Physiologist's Friend Simulation API

ch.unizh.ini.friend.stimulus
Class StimulusShapeFactory

java.lang.Object
  extended by ch.unizh.ini.friend.stimulus.StimulusShapeFactory

public class StimulusShapeFactory
extends Object

A helper class with static methods for making standard stimulus shapes. These can be used to replace the shape of a stimulus without changing the transformations, the brightness values, etc.

Since:
$Revision: 1.4 $
Author:
tobi

Method Summary
static ShapeList makeBarShape()
          returns a bar shape
static ShapeList makeEdgeShape()
          returns an edge shape
static ShapeList makeGratingShape()
          returns grating shapes
static ShapeList makeSpotShape()
          returns a spot shape
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

makeBarShape

public static ShapeList makeBarShape()
returns a bar shape


makeEdgeShape

public static ShapeList makeEdgeShape()
returns an edge shape


makeGratingShape

public static ShapeList makeGratingShape()
returns grating shapes


makeSpotShape

public static ShapeList makeSpotShape()
returns a spot shape


http://www.ini.unizh.ch/~tobi/friend