메소드 | 설명 | |
---|---|---|
Initialize ( IGrafitiClientGUIManager guiManager ) : |
Initializes the surface and set the client's GUI manager.
|
|
PointToClient ( IGestureListener target, float x, float y, float &cx, float &cy ) : void |
Takes a GUI control and point specified in Grafiti-coordinate-system and returns the point relative to the GUI component in client's coordinates.
|
|
addTuioCursor ( |
||
addTuioObject ( |
||
refresh ( long timeStampAsLong ) : void | ||
removeTuioCursor ( |
||
removeTuioObject ( |
||
updateTuioCursor ( |
||
updateTuioObject ( |
메소드 | 설명 | |
---|---|---|
CreateGroup ( ) : Group | ||
GetMatchingGroup ( |
Clustering method. Determine the best matching group to add the cursor's trace to. If none existing groups are suitable, a new one is created.
|
|
GetTargetsAt ( float x, float y, List |
Get targets for a point and returns true if such point is over a Z-control.
|
|
ProcessCurrentAddingCursors ( int timeStamp ) : void | ||
ProcessCurrentRemovingCursors ( int timeStamp ) : void | ||
ProcessCurrentUpdatingCursors ( int timeStamp ) : void | ||
RemoveNonResurrectableGroups ( int timeStamp ) : void | ||
RemoveNonResurrectableTraces ( int timeStamp ) : void | ||
Surface ( ) : System | ||
TryResurrectTrace ( |
public static Initialize ( IGrafitiClientGUIManager guiManager ) : |
||
guiManager | IGrafitiClientGUIManager | Client's GUI manager to set. |
리턴 |
public PointToClient ( IGestureListener target, float x, float y, float &cx, float &cy ) : void | ||
target | IGestureListener | The GUI component. |
x | float | X coordinate of the point to convert. |
y | float | Y coordinate of the point to convert. |
cx | float | X coordinate of the converted point. |
cy | float | Y coordinate of the converted point. |
리턴 | void |
public removeTuioObject ( |
||
obj | ||
리턴 | void |
public updateTuioObject ( |
||
obj | ||
리턴 | void |