|
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> |
|
2 <!--NewPage--> |
|
3 <HTML> |
|
4 <HEAD> |
|
5 <!-- Generated by javadoc (build 1.5.0_16) on Mon May 18 10:30:51 CEST 2009 --> |
|
6 <TITLE> |
|
7 Index |
|
8 </TITLE> |
|
9 |
|
10 |
|
11 <LINK REL ="stylesheet" TYPE="text/css" HREF="./stylesheet.css" TITLE="Style"> |
|
12 |
|
13 <SCRIPT type="text/javascript"> |
|
14 function windowTitle() |
|
15 { |
|
16 parent.document.title="Index"; |
|
17 } |
|
18 </SCRIPT> |
|
19 <NOSCRIPT> |
|
20 </NOSCRIPT> |
|
21 |
|
22 </HEAD> |
|
23 |
|
24 <BODY BGCOLOR="white" onload="windowTitle();"> |
|
25 |
|
26 |
|
27 <!-- ========= START OF TOP NAVBAR ======= --> |
|
28 <A NAME="navbar_top"><!-- --></A> |
|
29 <A HREF="#skip-navbar_top" title="Skip navigation links"></A> |
|
30 <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> |
|
31 <TR> |
|
32 <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> |
|
33 <A NAME="navbar_top_firstrow"><!-- --></A> |
|
34 <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> |
|
35 <TR ALIGN="center" VALIGN="top"> |
|
36 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="./TUIO/package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD> |
|
37 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT> </TD> |
|
38 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="./TUIO/package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD> |
|
39 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="./deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD> |
|
40 <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Index</B></FONT> </TD> |
|
41 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="./help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD> |
|
42 </TR> |
|
43 </TABLE> |
|
44 </TD> |
|
45 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> |
|
46 </EM> |
|
47 </TD> |
|
48 </TR> |
|
49 |
|
50 <TR> |
|
51 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> |
|
52 PREV |
|
53 NEXT</FONT></TD> |
|
54 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> |
|
55 <A HREF="./index.html?index-all.html" target="_top"><B>FRAMES</B></A> |
|
56 <A HREF="index-all.html" target="_top"><B>NO FRAMES</B></A> |
|
57 <SCRIPT type="text/javascript"> |
|
58 <!-- |
|
59 if(window==top) { |
|
60 document.writeln('<A HREF="./allclasses-noframe.html"><B>All Classes</B></A>'); |
|
61 } |
|
62 //--> |
|
63 </SCRIPT> |
|
64 <NOSCRIPT> |
|
65 <A HREF="./allclasses-noframe.html"><B>All Classes</B></A> |
|
66 </NOSCRIPT> |
|
67 |
|
68 |
|
69 </FONT></TD> |
|
70 </TR> |
|
71 </TABLE> |
|
72 <A NAME="skip-navbar_top"></A> |
|
73 <!-- ========= END OF TOP NAVBAR ========= --> |
|
74 |
|
75 <A HREF="#_A_">A</A> <A HREF="#_C_">C</A> <A HREF="#_D_">D</A> <A HREF="#_E_">E</A> <A HREF="#_G_">G</A> <A HREF="#_I_">I</A> <A HREF="#_R_">R</A> <A HREF="#_S_">S</A> <A HREF="#_T_">T</A> <A HREF="#_U_">U</A> <A HREF="#_X_">X</A> <A HREF="#_Y_">Y</A> <HR> |
|
76 <A NAME="_A_"><!-- --></A><H2> |
|
77 <B>A</B></H2> |
|
78 <DL> |
|
79 <DT><A HREF="./TUIO/TuioClient.html#acceptMessage(java.util.Date, com.illposed.osc.OSCMessage)"><B>acceptMessage(Date, OSCMessage)</B></A> - |
|
80 Method in class TUIO.<A HREF="./TUIO/TuioClient.html" title="class in TUIO">TuioClient</A> |
|
81 <DD>The OSC callback method where all TUIO messages are received and decoded |
|
82 and where the TUIO event callbacks are dispatched |
|
83 <DT><A HREF="./TUIO/TuioTime.html#add(long)"><B>add(long)</B></A> - |
|
84 Method in class TUIO.<A HREF="./TUIO/TuioTime.html" title="class in TUIO">TuioTime</A> |
|
85 <DD>Sums the provided time value represented in total Microseconds to this TuioTime. |
|
86 <DT><A HREF="./TUIO/TuioTime.html#add(TUIO.TuioTime)"><B>add(TuioTime)</B></A> - |
|
87 Method in class TUIO.<A HREF="./TUIO/TuioTime.html" title="class in TUIO">TuioTime</A> |
|
88 <DD>Sums the provided TuioTime to the private Seconds and Microseconds attributes. |
|
89 <DT><A HREF="./TUIO/TuioListener.html#addTuioCursor(TUIO.TuioCursor)"><B>addTuioCursor(TuioCursor)</B></A> - |
|
90 Method in interface TUIO.<A HREF="./TUIO/TuioListener.html" title="interface in TUIO">TuioListener</A> |
|
91 <DD>This callback method is invoked by the TuioClient when a new TuioCursor is added to the session. |
|
92 <DT><A HREF="./TUIO/TuioClient.html#addTuioListener(TUIO.TuioListener)"><B>addTuioListener(TuioListener)</B></A> - |
|
93 Method in class TUIO.<A HREF="./TUIO/TuioClient.html" title="class in TUIO">TuioClient</A> |
|
94 <DD>Adds the provided TuioListener to the list of registered TUIO event listeners |
|
95 <DT><A HREF="./TUIO/TuioListener.html#addTuioObject(TUIO.TuioObject)"><B>addTuioObject(TuioObject)</B></A> - |
|
96 Method in interface TUIO.<A HREF="./TUIO/TuioListener.html" title="interface in TUIO">TuioListener</A> |
|
97 <DD>This callback method is invoked by the TuioClient when a new TuioObject is added to the session. |
|
98 <DT><A HREF="./TUIO/TuioObject.html#angle"><B>angle</B></A> - |
|
99 Variable in class TUIO.<A HREF="./TUIO/TuioObject.html" title="class in TUIO">TuioObject</A> |
|
100 <DD>The rotation angle value. |
|
101 </DL> |
|
102 <HR> |
|
103 <A NAME="_C_"><!-- --></A><H2> |
|
104 <B>C</B></H2> |
|
105 <DL> |
|
106 <DT><A HREF="./TUIO/TuioClient.html#connect()"><B>connect()</B></A> - |
|
107 Method in class TUIO.<A HREF="./TUIO/TuioClient.html" title="class in TUIO">TuioClient</A> |
|
108 <DD>The TuioClient starts listening to TUIO messages on the configured UDP port |
|
109 All reveived TUIO messages are decoded and the resulting TUIO events are broadcasted to all registered TuioListeners |
|
110 <DT><A HREF="./TUIO/TuioPoint.html#currentTime"><B>currentTime</B></A> - |
|
111 Variable in class TUIO.<A HREF="./TUIO/TuioPoint.html" title="class in TUIO">TuioPoint</A> |
|
112 <DD>The time stamp of the last update represented as TuioTime (time since session start) |
|
113 <DT><A HREF="./TUIO/TuioCursor.html#cursor_id"><B>cursor_id</B></A> - |
|
114 Variable in class TUIO.<A HREF="./TUIO/TuioCursor.html" title="class in TUIO">TuioCursor</A> |
|
115 <DD>The individual cursor ID number that is assigned to each TuioCursor. |
|
116 </DL> |
|
117 <HR> |
|
118 <A NAME="_D_"><!-- --></A><H2> |
|
119 <B>D</B></H2> |
|
120 <DL> |
|
121 <DT><A HREF="./TUIO/TuioClient.html#disconnect()"><B>disconnect()</B></A> - |
|
122 Method in class TUIO.<A HREF="./TUIO/TuioClient.html" title="class in TUIO">TuioClient</A> |
|
123 <DD>The TuioClient stops listening to TUIO messages on the configured UDP port |
|
124 </DL> |
|
125 <HR> |
|
126 <A NAME="_E_"><!-- --></A><H2> |
|
127 <B>E</B></H2> |
|
128 <DL> |
|
129 <DT><A HREF="./TUIO/TuioTime.html#equals(TUIO.TuioTime)"><B>equals(TuioTime)</B></A> - |
|
130 Method in class TUIO.<A HREF="./TUIO/TuioTime.html" title="class in TUIO">TuioTime</A> |
|
131 <DD>Takes a TuioTime argument and compares the provided TuioTime to the private Seconds and Microseconds attributes. |
|
132 </DL> |
|
133 <HR> |
|
134 <A NAME="_G_"><!-- --></A><H2> |
|
135 <B>G</B></H2> |
|
136 <DL> |
|
137 <DT><A HREF="./TUIO/TuioObject.html#getAngle()"><B>getAngle()</B></A> - |
|
138 Method in class TUIO.<A HREF="./TUIO/TuioObject.html" title="class in TUIO">TuioObject</A> |
|
139 <DD>Returns the rotation angle of this TuioObject. |
|
140 <DT><A HREF="./TUIO/TuioPoint.html#getAngle(float, float)"><B>getAngle(float, float)</B></A> - |
|
141 Method in class TUIO.<A HREF="./TUIO/TuioPoint.html" title="class in TUIO">TuioPoint</A> |
|
142 <DD>Returns the angle to the provided coordinates |
|
143 <DT><A HREF="./TUIO/TuioPoint.html#getAngle(TUIO.TuioPoint)"><B>getAngle(TuioPoint)</B></A> - |
|
144 Method in class TUIO.<A HREF="./TUIO/TuioPoint.html" title="class in TUIO">TuioPoint</A> |
|
145 <DD>Returns the angle to the provided TuioPoint |
|
146 <DT><A HREF="./TUIO/TuioObject.html#getAngleDegrees()"><B>getAngleDegrees()</B></A> - |
|
147 Method in class TUIO.<A HREF="./TUIO/TuioObject.html" title="class in TUIO">TuioObject</A> |
|
148 <DD>Returns the rotation angle in degrees of this TuioObject. |
|
149 <DT><A HREF="./TUIO/TuioPoint.html#getAngleDegrees(float, float)"><B>getAngleDegrees(float, float)</B></A> - |
|
150 Method in class TUIO.<A HREF="./TUIO/TuioPoint.html" title="class in TUIO">TuioPoint</A> |
|
151 <DD>Returns the angle in degrees to the provided coordinates |
|
152 <DT><A HREF="./TUIO/TuioPoint.html#getAngleDegrees(TUIO.TuioPoint)"><B>getAngleDegrees(TuioPoint)</B></A> - |
|
153 Method in class TUIO.<A HREF="./TUIO/TuioPoint.html" title="class in TUIO">TuioPoint</A> |
|
154 <DD>Returns the angle in degrees to the provided TuioPoint |
|
155 <DT><A HREF="./TUIO/TuioCursor.html#getCursorID()"><B>getCursorID()</B></A> - |
|
156 Method in class TUIO.<A HREF="./TUIO/TuioCursor.html" title="class in TUIO">TuioCursor</A> |
|
157 <DD>Returns the Cursor ID of this TuioCursor. |
|
158 <DT><A HREF="./TUIO/TuioPoint.html#getDistance(float, float)"><B>getDistance(float, float)</B></A> - |
|
159 Method in class TUIO.<A HREF="./TUIO/TuioPoint.html" title="class in TUIO">TuioPoint</A> |
|
160 <DD>Returns the distance to the provided coordinates |
|
161 <DT><A HREF="./TUIO/TuioPoint.html#getDistance(TUIO.TuioPoint)"><B>getDistance(TuioPoint)</B></A> - |
|
162 Method in class TUIO.<A HREF="./TUIO/TuioPoint.html" title="class in TUIO">TuioPoint</A> |
|
163 <DD>Returns the distance to the provided TuioPoint |
|
164 <DT><A HREF="./TUIO/TuioTime.html#getMicroseconds()"><B>getMicroseconds()</B></A> - |
|
165 Method in class TUIO.<A HREF="./TUIO/TuioTime.html" title="class in TUIO">TuioTime</A> |
|
166 <DD>Returns the TuioTime Microseconds component. |
|
167 <DT><A HREF="./TUIO/TuioObject.html#getRotationAccel()"><B>getRotationAccel()</B></A> - |
|
168 Method in class TUIO.<A HREF="./TUIO/TuioObject.html" title="class in TUIO">TuioObject</A> |
|
169 <DD>Returns the rotation acceleration of this TuioObject. |
|
170 <DT><A HREF="./TUIO/TuioObject.html#getRotationSpeed()"><B>getRotationSpeed()</B></A> - |
|
171 Method in class TUIO.<A HREF="./TUIO/TuioObject.html" title="class in TUIO">TuioObject</A> |
|
172 <DD>Returns the rotation speed of this TuioObject. |
|
173 <DT><A HREF="./TUIO/TuioPoint.html#getScreenX(int)"><B>getScreenX(int)</B></A> - |
|
174 Method in class TUIO.<A HREF="./TUIO/TuioPoint.html" title="class in TUIO">TuioPoint</A> |
|
175 <DD>Returns the X coordinate in pixels relative to the provided screen width. |
|
176 <DT><A HREF="./TUIO/TuioPoint.html#getScreenY(int)"><B>getScreenY(int)</B></A> - |
|
177 Method in class TUIO.<A HREF="./TUIO/TuioPoint.html" title="class in TUIO">TuioPoint</A> |
|
178 <DD>Returns the Y coordinate in pixels relative to the provided screen height. |
|
179 <DT><A HREF="./TUIO/TuioTime.html#getSeconds()"><B>getSeconds()</B></A> - |
|
180 Method in class TUIO.<A HREF="./TUIO/TuioTime.html" title="class in TUIO">TuioTime</A> |
|
181 <DD>Returns the TuioTime Seconds component. |
|
182 <DT><A HREF="./TUIO/TuioTime.html#getSessionTime()"><B>getSessionTime()</B></A> - |
|
183 Static method in class TUIO.<A HREF="./TUIO/TuioTime.html" title="class in TUIO">TuioTime</A> |
|
184 <DD>Returns the present TuioTime representing the time since session start. |
|
185 <DT><A HREF="./TUIO/TuioPoint.html#getStartTime()"><B>getStartTime()</B></A> - |
|
186 Method in class TUIO.<A HREF="./TUIO/TuioPoint.html" title="class in TUIO">TuioPoint</A> |
|
187 <DD>Returns the start time of this TuioPoint as TuioTime. |
|
188 <DT><A HREF="./TUIO/TuioTime.html#getStartTime()"><B>getStartTime()</B></A> - |
|
189 Static method in class TUIO.<A HREF="./TUIO/TuioTime.html" title="class in TUIO">TuioTime</A> |
|
190 <DD>Returns the absolut TuioTime representing the session start. |
|
191 <DT><A HREF="./TUIO/TuioObject.html#getSymbolID()"><B>getSymbolID()</B></A> - |
|
192 Method in class TUIO.<A HREF="./TUIO/TuioObject.html" title="class in TUIO">TuioObject</A> |
|
193 <DD>Returns the symbol ID of this TuioObject. |
|
194 <DT><A HREF="./TUIO/TuioTime.html#getSystemTime()"><B>getSystemTime()</B></A> - |
|
195 Static method in class TUIO.<A HREF="./TUIO/TuioTime.html" title="class in TUIO">TuioTime</A> |
|
196 <DD>Returns the absolut TuioTime representing the current system time. |
|
197 <DT><A HREF="./TUIO/TuioTime.html#getTotalMilliseconds()"><B>getTotalMilliseconds()</B></A> - |
|
198 Method in class TUIO.<A HREF="./TUIO/TuioTime.html" title="class in TUIO">TuioTime</A> |
|
199 <DD>Returns the total TuioTime in Milliseconds. |
|
200 <DT><A HREF="./TUIO/TuioClient.html#getTuioCursor(long)"><B>getTuioCursor(long)</B></A> - |
|
201 Method in class TUIO.<A HREF="./TUIO/TuioClient.html" title="class in TUIO">TuioClient</A> |
|
202 <DD>Returns the TuioCursor corresponding to the provided Session ID |
|
203 or NULL if the Session ID does not refer to an active TuioCursor |
|
204 <DT><A HREF="./TUIO/TuioClient.html#getTuioCursors()"><B>getTuioCursors()</B></A> - |
|
205 Method in class TUIO.<A HREF="./TUIO/TuioClient.html" title="class in TUIO">TuioClient</A> |
|
206 <DD>Returns a Vector of all currently active TuioCursors |
|
207 <DT><A HREF="./TUIO/TuioClient.html#getTuioObject(long)"><B>getTuioObject(long)</B></A> - |
|
208 Method in class TUIO.<A HREF="./TUIO/TuioClient.html" title="class in TUIO">TuioClient</A> |
|
209 <DD>Returns the TuioObject corresponding to the provided Session ID |
|
210 or NULL if the Session ID does not refer to an active TuioObject |
|
211 <DT><A HREF="./TUIO/TuioClient.html#getTuioObjects()"><B>getTuioObjects()</B></A> - |
|
212 Method in class TUIO.<A HREF="./TUIO/TuioClient.html" title="class in TUIO">TuioClient</A> |
|
213 <DD>Returns a Vector of all currently active TuioObjects |
|
214 <DT><A HREF="./TUIO/TuioPoint.html#getTuioTime()"><B>getTuioTime()</B></A> - |
|
215 Method in class TUIO.<A HREF="./TUIO/TuioPoint.html" title="class in TUIO">TuioPoint</A> |
|
216 <DD>Returns the time stamp of this TuioPoint as TuioTime. |
|
217 <DT><A HREF="./TUIO/TuioPoint.html#getX()"><B>getX()</B></A> - |
|
218 Method in class TUIO.<A HREF="./TUIO/TuioPoint.html" title="class in TUIO">TuioPoint</A> |
|
219 <DD>Returns the X coordinate of this TuioPoint. |
|
220 <DT><A HREF="./TUIO/TuioPoint.html#getY()"><B>getY()</B></A> - |
|
221 Method in class TUIO.<A HREF="./TUIO/TuioPoint.html" title="class in TUIO">TuioPoint</A> |
|
222 <DD>Returns the Y coordinate of this TuioPoint. |
|
223 </DL> |
|
224 <HR> |
|
225 <A NAME="_I_"><!-- --></A><H2> |
|
226 <B>I</B></H2> |
|
227 <DL> |
|
228 <DT><A HREF="./TUIO/TuioTime.html#initSession()"><B>initSession()</B></A> - |
|
229 Static method in class TUIO.<A HREF="./TUIO/TuioTime.html" title="class in TUIO">TuioTime</A> |
|
230 <DD>This static method globally resets the TUIO session time. |
|
231 <DT><A HREF="./TUIO/TuioClient.html#isConnected()"><B>isConnected()</B></A> - |
|
232 Method in class TUIO.<A HREF="./TUIO/TuioClient.html" title="class in TUIO">TuioClient</A> |
|
233 <DD>Returns true if this TuioClient is currently connected. |
|
234 <DT><A HREF="./TUIO/TuioObject.html#isMoving()"><B>isMoving()</B></A> - |
|
235 Method in class TUIO.<A HREF="./TUIO/TuioObject.html" title="class in TUIO">TuioObject</A> |
|
236 <DD>Returns true of this TuioObject is moving. |
|
237 </DL> |
|
238 <HR> |
|
239 <A NAME="_R_"><!-- --></A><H2> |
|
240 <B>R</B></H2> |
|
241 <DL> |
|
242 <DT><A HREF="./TUIO/TuioListener.html#refresh(TUIO.TuioTime)"><B>refresh(TuioTime)</B></A> - |
|
243 Method in interface TUIO.<A HREF="./TUIO/TuioListener.html" title="interface in TUIO">TuioListener</A> |
|
244 <DD>This callback method is invoked by the TuioClient to mark the end of a received TUIO message bundle. |
|
245 <DT><A HREF="./TUIO/TuioClient.html#removeAllTuioListeners()"><B>removeAllTuioListeners()</B></A> - |
|
246 Method in class TUIO.<A HREF="./TUIO/TuioClient.html" title="class in TUIO">TuioClient</A> |
|
247 <DD>Removes all TuioListener from the list of registered TUIO event listeners |
|
248 <DT><A HREF="./TUIO/TuioListener.html#removeTuioCursor(TUIO.TuioCursor)"><B>removeTuioCursor(TuioCursor)</B></A> - |
|
249 Method in interface TUIO.<A HREF="./TUIO/TuioListener.html" title="interface in TUIO">TuioListener</A> |
|
250 <DD>This callback method is invoked by the TuioClient when an existing TuioCursor is removed from the session. |
|
251 <DT><A HREF="./TUIO/TuioClient.html#removeTuioListener(TUIO.TuioListener)"><B>removeTuioListener(TuioListener)</B></A> - |
|
252 Method in class TUIO.<A HREF="./TUIO/TuioClient.html" title="class in TUIO">TuioClient</A> |
|
253 <DD>Removes the provided TuioListener from the list of registered TUIO event listeners |
|
254 <DT><A HREF="./TUIO/TuioListener.html#removeTuioObject(TUIO.TuioObject)"><B>removeTuioObject(TuioObject)</B></A> - |
|
255 Method in interface TUIO.<A HREF="./TUIO/TuioListener.html" title="interface in TUIO">TuioListener</A> |
|
256 <DD>This callback method is invoked by the TuioClient when an existing TuioObject is removed from the session. |
|
257 <DT><A HREF="./TUIO/TuioTime.html#reset()"><B>reset()</B></A> - |
|
258 Method in class TUIO.<A HREF="./TUIO/TuioTime.html" title="class in TUIO">TuioTime</A> |
|
259 <DD>Resets the seconds and micro_seconds attributes to zero. |
|
260 <DT><A HREF="./TUIO/TuioObject.html#rotation_accel"><B>rotation_accel</B></A> - |
|
261 Variable in class TUIO.<A HREF="./TUIO/TuioObject.html" title="class in TUIO">TuioObject</A> |
|
262 <DD>The rotation acceleration value. |
|
263 <DT><A HREF="./TUIO/TuioObject.html#rotation_speed"><B>rotation_speed</B></A> - |
|
264 Variable in class TUIO.<A HREF="./TUIO/TuioObject.html" title="class in TUIO">TuioObject</A> |
|
265 <DD>The rotation speed value. |
|
266 </DL> |
|
267 <HR> |
|
268 <A NAME="_S_"><!-- --></A><H2> |
|
269 <B>S</B></H2> |
|
270 <DL> |
|
271 <DT><A HREF="./TUIO/TuioPoint.html#startTime"><B>startTime</B></A> - |
|
272 Variable in class TUIO.<A HREF="./TUIO/TuioPoint.html" title="class in TUIO">TuioPoint</A> |
|
273 <DD>The creation time of this TuioPoint represented as TuioTime (time since session start) |
|
274 <DT><A HREF="./TUIO/TuioObject.html#stop(TUIO.TuioTime)"><B>stop(TuioTime)</B></A> - |
|
275 Method in class TUIO.<A HREF="./TUIO/TuioObject.html" title="class in TUIO">TuioObject</A> |
|
276 <DD>This method is used to calculate the speed and acceleration values of a |
|
277 TuioObject with unchanged position and angle. |
|
278 <DT><A HREF="./TUIO/TuioTime.html#subtract(long)"><B>subtract(long)</B></A> - |
|
279 Method in class TUIO.<A HREF="./TUIO/TuioTime.html" title="class in TUIO">TuioTime</A> |
|
280 <DD>Subtracts the provided time represented in Microseconds from the private Seconds and Microseconds attributes. |
|
281 <DT><A HREF="./TUIO/TuioTime.html#subtract(TUIO.TuioTime)"><B>subtract(TuioTime)</B></A> - |
|
282 Method in class TUIO.<A HREF="./TUIO/TuioTime.html" title="class in TUIO">TuioTime</A> |
|
283 <DD>Subtracts the provided TuioTime from the private Seconds and Microseconds attributes. |
|
284 <DT><A HREF="./TUIO/TuioObject.html#symbol_id"><B>symbol_id</B></A> - |
|
285 Variable in class TUIO.<A HREF="./TUIO/TuioObject.html" title="class in TUIO">TuioObject</A> |
|
286 <DD>The individual symbol ID number that is assigned to each TuioObject. |
|
287 </DL> |
|
288 <HR> |
|
289 <A NAME="_T_"><!-- --></A><H2> |
|
290 <B>T</B></H2> |
|
291 <DL> |
|
292 <DT><A HREF="./TUIO/package-summary.html"><B>TUIO</B></A> - package TUIO<DD> <DT><A HREF="./TUIO/TuioObject.html#TUIO_ROTATING"><B>TUIO_ROTATING</B></A> - |
|
293 Static variable in class TUIO.<A HREF="./TUIO/TuioObject.html" title="class in TUIO">TuioObject</A> |
|
294 <DD>Defines the ROTATING state. |
|
295 <DT><A HREF="./TUIO/TuioClient.html" title="class in TUIO"><B>TuioClient</B></A> - Class in <A HREF="./TUIO/package-summary.html">TUIO</A><DD>The TuioClient class is the central TUIO protocol decoder component.<DT><A HREF="./TUIO/TuioClient.html#TuioClient()"><B>TuioClient()</B></A> - |
|
296 Constructor for class TUIO.<A HREF="./TUIO/TuioClient.html" title="class in TUIO">TuioClient</A> |
|
297 <DD>The default constructor creates a client that listens to the default TUIO port 3333 |
|
298 <DT><A HREF="./TUIO/TuioClient.html#TuioClient(int)"><B>TuioClient(int)</B></A> - |
|
299 Constructor for class TUIO.<A HREF="./TUIO/TuioClient.html" title="class in TUIO">TuioClient</A> |
|
300 <DD>This constructor creates a client that listens to the provided port |
|
301 <DT><A HREF="./TUIO/TuioCursor.html" title="class in TUIO"><B>TuioCursor</B></A> - Class in <A HREF="./TUIO/package-summary.html">TUIO</A><DD>The TuioCursor class encapsulates /tuio/2Dcur TUIO cursors.<DT><A HREF="./TUIO/TuioCursor.html#TuioCursor(TUIO.TuioTime, long, int, float, float)"><B>TuioCursor(TuioTime, long, int, float, float)</B></A> - |
|
302 Constructor for class TUIO.<A HREF="./TUIO/TuioCursor.html" title="class in TUIO">TuioCursor</A> |
|
303 <DD>This constructor takes a TuioTime argument and assigns it along with the provided |
|
304 Session ID, Cursor ID, X and Y coordinate to the newly created TuioCursor. |
|
305 <DT><A HREF="./TUIO/TuioCursor.html#TuioCursor(long, int, float, float)"><B>TuioCursor(long, int, float, float)</B></A> - |
|
306 Constructor for class TUIO.<A HREF="./TUIO/TuioCursor.html" title="class in TUIO">TuioCursor</A> |
|
307 <DD>This constructor takes the provided Session ID, Cursor ID, X and Y coordinate |
|
308 and assigs these values to the newly created TuioCursor. |
|
309 <DT><A HREF="./TUIO/TuioCursor.html#TuioCursor(TUIO.TuioCursor)"><B>TuioCursor(TuioCursor)</B></A> - |
|
310 Constructor for class TUIO.<A HREF="./TUIO/TuioCursor.html" title="class in TUIO">TuioCursor</A> |
|
311 <DD>This constructor takes the atttibutes of the provided TuioCursor |
|
312 and assigs these values to the newly created TuioCursor. |
|
313 <DT><A HREF="./TUIO/TuioListener.html" title="interface in TUIO"><B>TuioListener</B></A> - Interface in <A HREF="./TUIO/package-summary.html">TUIO</A><DD>The TuioListener interface provides a simple callback infrastructure which is used by the <A HREF="./TUIO/TuioClient.html" title="class in TUIO"><CODE>TuioClient</CODE></A> class |
|
314 to dispatch TUIO events to all registered instances of classes that implement the TuioListener interface defined here.<DT><A HREF="./TUIO/TuioObject.html" title="class in TUIO"><B>TuioObject</B></A> - Class in <A HREF="./TUIO/package-summary.html">TUIO</A><DD>The TuioObject class encapsulates /tuio/2Dobj TUIO objects.<DT><A HREF="./TUIO/TuioObject.html#TuioObject(TUIO.TuioTime, long, int, float, float, float)"><B>TuioObject(TuioTime, long, int, float, float, float)</B></A> - |
|
315 Constructor for class TUIO.<A HREF="./TUIO/TuioObject.html" title="class in TUIO">TuioObject</A> |
|
316 <DD>This constructor takes a TuioTime argument and assigns it along with the provided |
|
317 Session ID, Symbol ID, X and Y coordinate and angle to the newly created TuioObject. |
|
318 <DT><A HREF="./TUIO/TuioObject.html#TuioObject(long, int, float, float, float)"><B>TuioObject(long, int, float, float, float)</B></A> - |
|
319 Constructor for class TUIO.<A HREF="./TUIO/TuioObject.html" title="class in TUIO">TuioObject</A> |
|
320 <DD>This constructor takes the provided Session ID, Symbol ID, X and Y coordinate |
|
321 and angle, and assigs these values to the newly created TuioObject. |
|
322 <DT><A HREF="./TUIO/TuioObject.html#TuioObject(TUIO.TuioObject)"><B>TuioObject(TuioObject)</B></A> - |
|
323 Constructor for class TUIO.<A HREF="./TUIO/TuioObject.html" title="class in TUIO">TuioObject</A> |
|
324 <DD>This constructor takes the atttibutes of the provided TuioObject |
|
325 and assigs these values to the newly created TuioObject. |
|
326 <DT><A HREF="./TUIO/TuioPoint.html" title="class in TUIO"><B>TuioPoint</B></A> - Class in <A HREF="./TUIO/package-summary.html">TUIO</A><DD>The TuioPoint class on the one hand is a simple container and utility class to handle TUIO positions in general, |
|
327 on the other hand the TuioPoint is the base class for the TuioCursor and TuioObject classes.<DT><A HREF="./TUIO/TuioPoint.html#TuioPoint()"><B>TuioPoint()</B></A> - |
|
328 Constructor for class TUIO.<A HREF="./TUIO/TuioPoint.html" title="class in TUIO">TuioPoint</A> |
|
329 <DD>The default constructor takes no arguments and sets |
|
330 its coordinate attributes to zero and its time stamp to the current session time. |
|
331 <DT><A HREF="./TUIO/TuioPoint.html#TuioPoint(float, float)"><B>TuioPoint(float, float)</B></A> - |
|
332 Constructor for class TUIO.<A HREF="./TUIO/TuioPoint.html" title="class in TUIO">TuioPoint</A> |
|
333 <DD>This constructor takes two floating point coordinate arguments and sets |
|
334 its coordinate attributes to these values and its time stamp to the current session time. |
|
335 <DT><A HREF="./TUIO/TuioPoint.html#TuioPoint(TUIO.TuioPoint)"><B>TuioPoint(TuioPoint)</B></A> - |
|
336 Constructor for class TUIO.<A HREF="./TUIO/TuioPoint.html" title="class in TUIO">TuioPoint</A> |
|
337 <DD>This constructor takes a TuioPoint argument and sets its coordinate attributes |
|
338 to the coordinates of the provided TuioPoint and its time stamp to the current session time. |
|
339 <DT><A HREF="./TUIO/TuioPoint.html#TuioPoint(TUIO.TuioTime, float, float)"><B>TuioPoint(TuioTime, float, float)</B></A> - |
|
340 Constructor for class TUIO.<A HREF="./TUIO/TuioPoint.html" title="class in TUIO">TuioPoint</A> |
|
341 <DD>This constructor takes a TuioTime object and two floating point coordinate arguments and sets |
|
342 its coordinate attributes to these values and its time stamp to the provided TUIO time object. |
|
343 <DT><A HREF="./TUIO/TuioTime.html" title="class in TUIO"><B>TuioTime</B></A> - Class in <A HREF="./TUIO/package-summary.html">TUIO</A><DD>The TuioTime class is a simple structure that is used to reprent the time that has elapsed since the session start.<DT><A HREF="./TUIO/TuioTime.html#TuioTime()"><B>TuioTime()</B></A> - |
|
344 Constructor for class TUIO.<A HREF="./TUIO/TuioTime.html" title="class in TUIO">TuioTime</A> |
|
345 <DD>The default constructor takes no arguments and sets |
|
346 the Seconds and Microseconds attributes of the newly created TuioTime both to zero. |
|
347 <DT><A HREF="./TUIO/TuioTime.html#TuioTime(long)"><B>TuioTime(long)</B></A> - |
|
348 Constructor for class TUIO.<A HREF="./TUIO/TuioTime.html" title="class in TUIO">TuioTime</A> |
|
349 <DD>This constructor takes the provided time represented in total Milliseconds |
|
350 and assigs this value to the newly created TuioTime. |
|
351 <DT><A HREF="./TUIO/TuioTime.html#TuioTime(long, long)"><B>TuioTime(long, long)</B></A> - |
|
352 Constructor for class TUIO.<A HREF="./TUIO/TuioTime.html" title="class in TUIO">TuioTime</A> |
|
353 <DD>This constructor takes the provided time represented in Seconds and Microseconds |
|
354 and assigs these value to the newly created TuioTime. |
|
355 <DT><A HREF="./TUIO/TuioTime.html#TuioTime(TUIO.TuioTime)"><B>TuioTime(TuioTime)</B></A> - |
|
356 Constructor for class TUIO.<A HREF="./TUIO/TuioTime.html" title="class in TUIO">TuioTime</A> |
|
357 <DD>This constructor takes the provided TuioTime |
|
358 and assigs its Seconds and Microseconds values to the newly created TuioTime. |
|
359 </DL> |
|
360 <HR> |
|
361 <A NAME="_U_"><!-- --></A><H2> |
|
362 <B>U</B></H2> |
|
363 <DL> |
|
364 <DT><A HREF="./TUIO/TuioObject.html#update(TUIO.TuioTime, float, float, float, float, float, float, float, float)"><B>update(TuioTime, float, float, float, float, float, float, float, float)</B></A> - |
|
365 Method in class TUIO.<A HREF="./TUIO/TuioObject.html" title="class in TUIO">TuioObject</A> |
|
366 <DD>Takes a TuioTime argument and assigns it along with the provided |
|
367 X and Y coordinate, angle, X and Y velocity, motion acceleration, |
|
368 rotation speed and rotation acceleration to the private TuioObject attributes. |
|
369 <DT><A HREF="./TUIO/TuioObject.html#update(float, float, float, float, float, float, float, float)"><B>update(float, float, float, float, float, float, float, float)</B></A> - |
|
370 Method in class TUIO.<A HREF="./TUIO/TuioObject.html" title="class in TUIO">TuioObject</A> |
|
371 <DD>Assigns the provided X and Y coordinate, angle, X and Y velocity, motion acceleration |
|
372 rotation velocity and rotation acceleration to the private TuioContainer attributes. |
|
373 <DT><A HREF="./TUIO/TuioObject.html#update(TUIO.TuioTime, float, float, float)"><B>update(TuioTime, float, float, float)</B></A> - |
|
374 Method in class TUIO.<A HREF="./TUIO/TuioObject.html" title="class in TUIO">TuioObject</A> |
|
375 <DD>Takes a TuioTime argument and assigns it along with the provided |
|
376 X and Y coordinate and angle to the private TuioObject attributes. |
|
377 <DT><A HREF="./TUIO/TuioObject.html#update(TUIO.TuioObject)"><B>update(TuioObject)</B></A> - |
|
378 Method in class TUIO.<A HREF="./TUIO/TuioObject.html" title="class in TUIO">TuioObject</A> |
|
379 <DD>Takes the atttibutes of the provided TuioObject |
|
380 and assigs these values to this TuioObject. |
|
381 <DT><A HREF="./TUIO/TuioPoint.html#update(TUIO.TuioPoint)"><B>update(TuioPoint)</B></A> - |
|
382 Method in class TUIO.<A HREF="./TUIO/TuioPoint.html" title="class in TUIO">TuioPoint</A> |
|
383 <DD>Takes a TuioPoint argument and updates its coordinate attributes |
|
384 to the coordinates of the provided TuioPoint and leaves its time stamp unchanged. |
|
385 <DT><A HREF="./TUIO/TuioPoint.html#update(float, float)"><B>update(float, float)</B></A> - |
|
386 Method in class TUIO.<A HREF="./TUIO/TuioPoint.html" title="class in TUIO">TuioPoint</A> |
|
387 <DD>Takes two floating point coordinate arguments and updates its coordinate attributes |
|
388 to the coordinates of the provided TuioPoint and leaves its time stamp unchanged. |
|
389 <DT><A HREF="./TUIO/TuioPoint.html#update(TUIO.TuioTime, float, float)"><B>update(TuioTime, float, float)</B></A> - |
|
390 Method in class TUIO.<A HREF="./TUIO/TuioPoint.html" title="class in TUIO">TuioPoint</A> |
|
391 <DD>Takes a TuioTime object and two floating point coordinate arguments and updates its coordinate attributes |
|
392 to the coordinates of the provided TuioPoint and its time stamp to the provided TUIO time object. |
|
393 <DT><A HREF="./TUIO/TuioListener.html#updateTuioCursor(TUIO.TuioCursor)"><B>updateTuioCursor(TuioCursor)</B></A> - |
|
394 Method in interface TUIO.<A HREF="./TUIO/TuioListener.html" title="interface in TUIO">TuioListener</A> |
|
395 <DD>This callback method is invoked by the TuioClient when an existing TuioCursor is updated during the session. |
|
396 <DT><A HREF="./TUIO/TuioListener.html#updateTuioObject(TUIO.TuioObject)"><B>updateTuioObject(TuioObject)</B></A> - |
|
397 Method in interface TUIO.<A HREF="./TUIO/TuioListener.html" title="interface in TUIO">TuioListener</A> |
|
398 <DD>This callback method is invoked by the TuioClient when an existing TuioObject is updated during the session. |
|
399 </DL> |
|
400 <HR> |
|
401 <A NAME="_X_"><!-- --></A><H2> |
|
402 <B>X</B></H2> |
|
403 <DL> |
|
404 <DT><A HREF="./TUIO/TuioPoint.html#xpos"><B>xpos</B></A> - |
|
405 Variable in class TUIO.<A HREF="./TUIO/TuioPoint.html" title="class in TUIO">TuioPoint</A> |
|
406 <DD>X coordinate, representated as a floating point value in a range of 0..1 |
|
407 </DL> |
|
408 <HR> |
|
409 <A NAME="_Y_"><!-- --></A><H2> |
|
410 <B>Y</B></H2> |
|
411 <DL> |
|
412 <DT><A HREF="./TUIO/TuioPoint.html#ypos"><B>ypos</B></A> - |
|
413 Variable in class TUIO.<A HREF="./TUIO/TuioPoint.html" title="class in TUIO">TuioPoint</A> |
|
414 <DD>Y coordinate, representated as a floating point value in a range of 0..1 |
|
415 </DL> |
|
416 <HR> |
|
417 <A HREF="#_A_">A</A> <A HREF="#_C_">C</A> <A HREF="#_D_">D</A> <A HREF="#_E_">E</A> <A HREF="#_G_">G</A> <A HREF="#_I_">I</A> <A HREF="#_R_">R</A> <A HREF="#_S_">S</A> <A HREF="#_T_">T</A> <A HREF="#_U_">U</A> <A HREF="#_X_">X</A> <A HREF="#_Y_">Y</A> |
|
418 |
|
419 <!-- ======= START OF BOTTOM NAVBAR ====== --> |
|
420 <A NAME="navbar_bottom"><!-- --></A> |
|
421 <A HREF="#skip-navbar_bottom" title="Skip navigation links"></A> |
|
422 <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> |
|
423 <TR> |
|
424 <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> |
|
425 <A NAME="navbar_bottom_firstrow"><!-- --></A> |
|
426 <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> |
|
427 <TR ALIGN="center" VALIGN="top"> |
|
428 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="./TUIO/package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD> |
|
429 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT> </TD> |
|
430 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="./TUIO/package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD> |
|
431 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="./deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD> |
|
432 <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Index</B></FONT> </TD> |
|
433 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="./help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD> |
|
434 </TR> |
|
435 </TABLE> |
|
436 </TD> |
|
437 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> |
|
438 </EM> |
|
439 </TD> |
|
440 </TR> |
|
441 |
|
442 <TR> |
|
443 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> |
|
444 PREV |
|
445 NEXT</FONT></TD> |
|
446 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> |
|
447 <A HREF="./index.html?index-all.html" target="_top"><B>FRAMES</B></A> |
|
448 <A HREF="index-all.html" target="_top"><B>NO FRAMES</B></A> |
|
449 <SCRIPT type="text/javascript"> |
|
450 <!-- |
|
451 if(window==top) { |
|
452 document.writeln('<A HREF="./allclasses-noframe.html"><B>All Classes</B></A>'); |
|
453 } |
|
454 //--> |
|
455 </SCRIPT> |
|
456 <NOSCRIPT> |
|
457 <A HREF="./allclasses-noframe.html"><B>All Classes</B></A> |
|
458 </NOSCRIPT> |
|
459 |
|
460 |
|
461 </FONT></TD> |
|
462 </TR> |
|
463 </TABLE> |
|
464 <A NAME="skip-navbar_bottom"></A> |
|
465 <!-- ======== END OF BOTTOM NAVBAR ======= --> |
|
466 |
|
467 <HR> |
|
468 |
|
469 </BODY> |
|
470 </HTML> |