icommand.vision
Class RegionControl

java.lang.Object
  extended by icommand.vision.RegionControl
All Implemented Interfaces:
java.awt.event.ActionListener, java.util.EventListener, javax.media.Control

public class RegionControl
extends java.lang.Object
implements javax.media.Control, java.awt.event.ActionListener

Title: Lejos Vision System Description: REgion Control

Author:
Lawrie Griffiths

Constructor Summary
RegionControl(RegionEffect effect)
          Create the Region 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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RegionControl

public RegionControl(RegionEffect effect)
Create the Region Control

Method Detail

getControlComponent

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

Specified by:
getControlComponent in interface javax.media.Control
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)


Copyright © 2006. All Rights Reserved.