|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectedu.stanford.hci.r3.pen.debug.DebuggingPenListener
public class DebuggingPenListener
Allows us to debug multiple pens.
This software is distributed under the BSD License.
| Constructor Summary | |
|---|---|
DebuggingPenListener()
|
|
DebuggingPenListener(java.lang.String myName)
|
|
| Method Summary | |
|---|---|
java.lang.String |
getName()
|
void |
penDown(PenSample sample)
|
void |
penUp(PenSample sample)
Samples for penUp have x & y set to 0. |
void |
sample(PenSample sample)
A sample happened. |
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public DebuggingPenListener()
public DebuggingPenListener(java.lang.String myName)
| Method Detail |
|---|
public java.lang.String getName()
public void penDown(PenSample sample)
penDown in interface PenListenerpublic void penUp(PenSample sample)
PenListener
penUp in interface PenListenerpublic void sample(PenSample sample)
PenListener
sample in interface PenListenerpublic java.lang.String toString()
toString in class java.lang.Object
|
Copyright 2006 Stanford University | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||