ch.unizh.ini.friend.stimulus
Class EdgeStimulus
java.lang.Object
ch.unizh.ini.friend.stimulus.AbstractStimulus
ch.unizh.ini.friend.stimulus.ConcreteStimulus
ch.unizh.ini.friend.stimulus.BarStimulus
ch.unizh.ini.friend.stimulus.EdgeStimulus
- All Implemented Interfaces:
- Updateable, Stimulus, Cloneable
public class EdgeStimulus
- extends BarStimulus
A stimulus consisting of an edge, with reference (mouse) position centered along edge of the bar.
This stimulus is a BarStimulus
with edge centering and sized large enough that other edges will never be visible.
- Since:
- $Revision: 1.3 $
- Author:
- tobi
Constructor Summary |
EdgeStimulus()
Creates a new instance of EdgeStimulus with default parameters. |
Methods inherited from class ch.unizh.ini.friend.stimulus.AbstractStimulus |
addShape, brightenBackground, brightenForeground, clearShapes, compute, darkenBackground, darkenForeground, expand, fatten, flipContrast, getBackgroundExcitationDensity, getForegroundExcitationDensity, getShapes, getTransformedShapes, getTransforms, isVisible, lengthen, removeShape, rotate, rotateCCW, rotateCW, setBackgroundExcitationDensity, setForegroundExcitationDensity, setShapes, setTransforms, setVisible, shorten, shrink, thin, toString |
EdgeStimulus
public EdgeStimulus()
- Creates a new instance of EdgeStimulus with default parameters.
Since there are no parameters for an edge, there is only this
single constructor.