|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.diamondspin.DSStrokeAdapter
public class DSStrokeAdapter
| Constructor Summary | |
|---|---|
DSStrokeAdapter()
|
|
| Method Summary | |
|---|---|
void |
strokeDrawn(DSStrokeEvent DSStrokeEvent_Arg)
Invoked when a DSStroke is getting one more point in the stroke |
void |
strokeFinished(DSStrokeEvent DSStrokeEvent_Arg)
Invoked when a DSStroke is finished |
void |
strokeStarted(DSStrokeEvent DSStrokeEvent_Arg)
Invoked when a DSStroke is started. |
boolean |
strokeStarting(DSStrokeEvent DSStrokeEvent_Arg)
Invoked when a DSStroke is starting. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DSStrokeAdapter()
| Method Detail |
|---|
public boolean strokeStarting(DSStrokeEvent DSStrokeEvent_Arg)
DSStrokeListener
strokeStarting in interface DSStrokeListenerDSStrokeEvent_Arg - Description of the Parameterpublic void strokeStarted(DSStrokeEvent DSStrokeEvent_Arg)
DSStrokeListener
strokeStarted in interface DSStrokeListenerDSStrokeEvent_Arg - Description of the Parameterpublic void strokeFinished(DSStrokeEvent DSStrokeEvent_Arg)
DSStrokeListener
strokeFinished in interface DSStrokeListenerDSStrokeEvent_Arg - Description of the Parameterpublic void strokeDrawn(DSStrokeEvent DSStrokeEvent_Arg)
DSStrokeListener
strokeDrawn in interface DSStrokeListenerDSStrokeEvent_Arg - Description of the Parameter
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||