|
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||
java.lang.Objectorg.ximtec.igesture.io.AbstractGestureDevice<org.sigtec.ink.Note,org.sigtec.ink.Point>
org.ximtec.igesture.tool.view.devicemanager.BlueToothReader
public class BlueToothReader
Dummy BlueTooth Device
| Constructor Summary | |
|---|---|
BlueToothReader(String address,
String name,
javax.bluetooth.RemoteDevice device)
|
|
| Method Summary | |
|---|---|
void |
clear()
Deletes the current gesture. |
void |
connect()
Connect the device. |
void |
disconnect()
Disconnect the device. |
void |
dispose()
Disposes the device. |
List<org.sigtec.ink.Point> |
getChunks()
Returns chunks of a gesture while drawing it. |
Gesture<org.sigtec.ink.Note> |
getGesture()
Returns the gestures. |
void |
init()
Initializes the device. |
| Methods inherited from class org.ximtec.igesture.io.AbstractGestureDevice |
|---|
addGestureHandler, fireGestureEvent, getConnectionType, getDeviceClass, getDeviceID, getDeviceType, getName, isConnectable, isConnected, isDefaultDevice, isDisconnectable, removeAllGestureHandler, removeAllListener, removeGestureHandler, setConnectionType, setDefaultDevice, setDeviceID, setDeviceType, setIsConnected, setName, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public BlueToothReader(String address,
String name,
javax.bluetooth.RemoteDevice device)
| Method Detail |
|---|
public void connect()
Device
connect in interface Deviceconnect in class AbstractGestureDevice<org.sigtec.ink.Note,org.sigtec.ink.Point>public void disconnect()
Device
disconnect in interface Devicedisconnect in class AbstractGestureDevice<org.sigtec.ink.Note,org.sigtec.ink.Point>public void clear()
GestureDevice
public void dispose()
GestureDevice
public List<org.sigtec.ink.Point> getChunks()
GestureDevice
public Gesture<org.sigtec.ink.Note> getGesture()
GestureDevice
public void init()
GestureDevice
|
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||