|
|
|||||||||||
| 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,Point>
org.ximtec.igesture.io.mouseclient.SwingMouseReader
public class SwingMouseReader
Comment
| Constructor Summary | |
|---|---|
SwingMouseReader()
|
|
| Method Summary | |
|---|---|
void |
clear()
Deletes the current gesture. |
void |
connect()
Connect the device. |
void |
disconnect()
Disconnect the device. |
void |
dispose()
Disposes the device. |
List<Point> |
getChunks()
Returns chunks of a gesture while drawing it. |
Gesture<org.sigtec.ink.Note> |
getGesture()
Returns the gestures. |
JPanel |
getPanel()
|
JPanel |
getPanel(Dimension dimension)
|
void |
init()
Initializes the device. |
boolean |
isConnectable()
Check whether the device can be connected by the user or is automatically connected. |
boolean |
isDisconnectable()
Check whether the device can be disconnected by the user. |
| 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 |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public SwingMouseReader()
| Method Detail |
|---|
public JPanel getPanel()
public JPanel getPanel(Dimension dimension)
public void clear()
GestureDevice
public void dispose()
GestureDevice
public List<Point> getChunks()
GestureDevice
public Gesture<org.sigtec.ink.Note> getGesture()
GestureDevice
public void init()
GestureDevice
public void connect()
Device
connect in interface Deviceconnect in class AbstractGestureDevice<org.sigtec.ink.Note,Point>public void disconnect()
Device
disconnect in interface Devicedisconnect in class AbstractGestureDevice<org.sigtec.ink.Note,Point>public boolean isConnectable()
Device
isConnectable in interface DeviceisConnectable in class AbstractGestureDevice<org.sigtec.ink.Note,Point>public boolean isDisconnectable()
Device
isDisconnectable in interface DeviceisDisconnectable in class AbstractGestureDevice<org.sigtec.ink.Note,Point>
|
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||