org.ximtec.igesture.tool.service
Class SwingMouseReaderService
java.lang.Object
org.ximtec.igesture.io.AbstractGestureDevice<org.sigtec.ink.Note,Point>
org.ximtec.igesture.io.mouseclient.SwingMouseReader
org.ximtec.igesture.tool.service.SwingMouseReaderService
- All Implemented Interfaces:
- Device, GestureDevice<org.sigtec.ink.Note,Point>, RunnableService, Service
public class SwingMouseReaderService
- extends SwingMouseReader
- implements RunnableService
Service Wrapper for InputDeviceClient
- Since:
- igesture
- Version:
- 1.0
- Author:
- UeliKurmann
|
Method Summary |
String |
getIdentifier()
Returns the identifier of the service. |
void |
reset()
Resets the service. |
void |
start()
Starts the service. |
void |
stop()
Stops the service. |
| Methods inherited from class org.ximtec.igesture.io.mouseclient.SwingMouseReader |
clear, connect, disconnect, dispose, getChunks, getGesture, getPanel, getPanel, init, isConnectable, isDisconnectable |
| Methods inherited from class org.ximtec.igesture.io.AbstractGestureDevice |
addGestureHandler, fireGestureEvent, getConnectionType, getDeviceClass, getDeviceID, getDeviceType, getName, isConnected, isDefaultDevice, removeAllGestureHandler, removeAllListener, removeGestureHandler, setConnectionType, setDefaultDevice, setDeviceID, setDeviceType, setIsConnected, setName, toString |
IDENTIFIER
public static final String IDENTIFIER
- See Also:
- Constant Field Values
SwingMouseReaderService
public SwingMouseReaderService()
getIdentifier
public String getIdentifier()
- Description copied from interface:
Service
- Returns the identifier of the service.
- Specified by:
getIdentifier in interface Service
- Returns:
- the service's identifier.
start
public void start()
- Description copied from interface:
RunnableService
- Starts the service.
- Specified by:
start in interface RunnableService
stop
public void stop()
- Description copied from interface:
RunnableService
- Stops the service.
- Specified by:
stop in interface RunnableService
reset
public void reset()
- Description copied from interface:
RunnableService
- Resets the service.
- Specified by:
reset in interface RunnableService
Copyright © 2007-2010 Global Information Systems Group, ETH Zurich. All Rights Reserved.