|
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||
java.lang.Objectorg.ximtec.igesture.core.DefaultPropertyChangeNotifier
org.ximtec.igesture.core.DefaultDataObject
org.ximtec.igesture.core.GestureSample3D
public class GestureSample3D
| Field Summary | |
|---|---|
static String |
PROPERTY_GESTURE
|
static String |
PROPERTY_NAME
|
| Fields inherited from class org.ximtec.igesture.core.DefaultDataObject |
|---|
PROPERTY_ID |
| Fields inherited from class org.ximtec.igesture.core.DefaultPropertyChangeNotifier |
|---|
propertyChangeSupport |
| Constructor Summary | |
|---|---|
GestureSample3D(GestureDevice<?,?> device,
String name,
RecordedGesture3D gesture)
Constructs a new GestureSample3D. |
|
GestureSample3D(String name,
RecordedGesture3D gesture)
Constructs a new GestureSample3D. |
|
| Method Summary | |
|---|---|
RecordedGesture3D |
getGesture()
Returns the gesture sample. |
String |
getName()
Returns the sample name |
GestureDevice<?,?> |
getSource()
Get the source device of the gesture. |
void |
setGesture(RecordedGesture3D gesture)
Sets the sample gesture. |
void |
setName(String name)
Sets the sample name. |
void |
setSource(GestureDevice<?,?> device)
Set the source device of the gesture. |
List<Gesture<org.sigtec.ink.Note>> |
splitToPlanes()
Splits RecordedGesture3D gesture into three 2D planes. |
| Methods inherited from class org.ximtec.igesture.core.DefaultDataObject |
|---|
accept, getId, setId |
| Methods inherited from class org.ximtec.igesture.core.DefaultPropertyChangeNotifier |
|---|
addPropertyChangeListener, addPropertyChangeListener, removePropertyChangeListener, removePropertyChangeListener |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.ximtec.igesture.core.Gesture |
|---|
accept |
| Methods inherited from interface org.ximtec.igesture.core.PropertyChangeNotifier |
|---|
addPropertyChangeListener, addPropertyChangeListener, removePropertyChangeListener, removePropertyChangeListener |
| Field Detail |
|---|
public static final String PROPERTY_NAME
public static final String PROPERTY_GESTURE
| Constructor Detail |
|---|
public GestureSample3D(String name,
RecordedGesture3D gesture)
name - the name of the gesture sample.note - the recordedgesture3d of the gesture sample.
public GestureSample3D(GestureDevice<?,?> device,
String name,
RecordedGesture3D gesture)
device - the source device of the gesture samplename - the name of the gesture samplegesture - the recordedgesture3d of the gesture sample| Method Detail |
|---|
public void setName(String name)
setName in interface Gesture<RecordedGesture3D>name - the name to be set.public String getName()
getName in interface Gesture<RecordedGesture3D>public void setGesture(RecordedGesture3D gesture)
gesture - the gesture to be set.public RecordedGesture3D getGesture()
getGesture in interface Gesture<RecordedGesture3D>public List<Gesture<org.sigtec.ink.Note>> splitToPlanes()
public GestureDevice<?,?> getSource()
Gesture
getSource in interface Gesture<RecordedGesture3D>public void setSource(GestureDevice<?,?> device)
Gesture
setSource in interface Gesture<RecordedGesture3D>device - The source device.
|
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||