|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjosx.vision.MotionDetectionControl
Title: Lejos Vision System Description: Motion Detection Control
Constructor Summary | |
MotionDetectionControl(MotionDetectionEffect motion)
Create the Motion Detection Control |
Method Summary | |
void |
actionPerformed(java.awt.event.ActionEvent e)
Toggle debug |
java.awt.Component |
getControlComponent()
Return the visual component |
void |
stateChanged(javax.swing.event.ChangeEvent e)
Set the threshold value |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait |
Constructor Detail |
public MotionDetectionControl(MotionDetectionEffect motion)
Method Detail |
public java.awt.Component getControlComponent()
public void actionPerformed(java.awt.event.ActionEvent e)
actionPerformed
in interface java.awt.event.ActionListener
e
- the action event (ignored)public void stateChanged(javax.swing.event.ChangeEvent e)
stateChanged
in interface javax.swing.event.ChangeListener
e
- the Changeevent (ignored)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |