josx.vision
Class FlipControl

java.lang.Object
  extended byjosx.vision.FlipControl
All Implemented Interfaces:
java.awt.event.ActionListener, java.util.EventListener

public class FlipControl
extends Object
implements java.awt.event.ActionListener

Title: Lejos Vision System Description: Flip Control


Constructor Summary
FlipControl(FlipEffect effect)
          Create the Motion Detection Control
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent e)
          Toggle debug
 java.awt.Component getControlComponent()
          Return the visual component
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait
 

Constructor Detail

FlipControl

public FlipControl(FlipEffect effect)
Create the Motion Detection Control

Method Detail

getControlComponent

public java.awt.Component getControlComponent()
Return the visual component

Returns:
the component containing the GUI controls

actionPerformed

public void actionPerformed(java.awt.event.ActionEvent e)
Toggle debug

Specified by:
actionPerformed in interface java.awt.event.ActionListener
Parameters:
e - the action event (ignored)