RosTextView.html 16 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448
  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.6.0_20) on Thu Apr 26 18:24:31 CEST 2012 -->
  6. <TITLE>
  7. RosTextView
  8. </TITLE>
  9. <META NAME="date" CONTENT="2012-04-26">
  10. <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../stylesheet.css" TITLE="Style">
  11. <SCRIPT type="text/javascript">
  12. function windowTitle()
  13. {
  14. if (location.href.indexOf('is-external=true') == -1) {
  15. parent.document.title="RosTextView";
  16. }
  17. }
  18. </SCRIPT>
  19. <NOSCRIPT>
  20. </NOSCRIPT>
  21. </HEAD>
  22. <BODY BGCOLOR="white" onload="windowTitle();">
  23. <HR>
  24. <!-- ========= START OF TOP NAVBAR ======= -->
  25. <A NAME="navbar_top"><!-- --></A>
  26. <A HREF="#skip-navbar_top" title="Skip navigation links"></A>
  27. <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
  28. <TR>
  29. <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
  30. <A NAME="navbar_top_firstrow"><!-- --></A>
  31. <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
  32. <TR ALIGN="center" VALIGN="top">
  33. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
  34. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
  35. <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>
  36. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
  37. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
  38. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
  39. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
  40. </TR>
  41. </TABLE>
  42. </TD>
  43. <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
  44. </EM>
  45. </TD>
  46. </TR>
  47. <TR>
  48. <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
  49. &nbsp;<A HREF="../../../../org/ros/android/view/RosImageView.html" title="class in org.ros.android.view"><B>PREV CLASS</B></A>&nbsp;
  50. &nbsp;<A HREF="../../../../org/ros/android/view/VirtualJoystickView.html" title="class in org.ros.android.view"><B>NEXT CLASS</B></A></FONT></TD>
  51. <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
  52. <A HREF="../../../../index.html?org/ros/android/view/RosTextView.html" target="_top"><B>FRAMES</B></A> &nbsp;
  53. &nbsp;<A HREF="RosTextView.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
  54. &nbsp;<SCRIPT type="text/javascript">
  55. <!--
  56. if(window==top) {
  57. document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>');
  58. }
  59. //-->
  60. </SCRIPT>
  61. <NOSCRIPT>
  62. <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>
  63. </NOSCRIPT>
  64. </FONT></TD>
  65. </TR>
  66. <TR>
  67. <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
  68. SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
  69. <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
  70. DETAIL:&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
  71. </TR>
  72. </TABLE>
  73. <A NAME="skip-navbar_top"></A>
  74. <!-- ========= END OF TOP NAVBAR ========= -->
  75. <HR>
  76. <!-- ======== START OF CLASS DATA ======== -->
  77. <H2>
  78. <FONT SIZE="-1">
  79. org.ros.android.view</FONT>
  80. <BR>
  81. Class RosTextView&lt;T&gt;</H2>
  82. <PRE>
  83. java.lang.Object
  84. <IMG SRC="../../../../resources/inherit.gif" ALT="extended by ">TextView
  85. <IMG SRC="../../../../resources/inherit.gif" ALT="extended by "><B>org.ros.android.view.RosTextView&lt;T&gt;</B>
  86. </PRE>
  87. <DL>
  88. <DT><B>All Implemented Interfaces:</B> <DD>org.ros.node.NodeListener, org.ros.node.NodeMain</DD>
  89. </DL>
  90. <HR>
  91. <DL>
  92. <DT><PRE>public class <B>RosTextView&lt;T&gt;</B><DT>extends TextView<DT>implements org.ros.node.NodeMain</DL>
  93. </PRE>
  94. <P>
  95. <HR>
  96. <P>
  97. <!-- ======== CONSTRUCTOR SUMMARY ======== -->
  98. <A NAME="constructor_summary"><!-- --></A>
  99. <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
  100. <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
  101. <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
  102. <B>Constructor Summary</B></FONT></TH>
  103. </TR>
  104. <TR BGCOLOR="white" CLASS="TableRowColor">
  105. <TD><CODE><B><A HREF="../../../../org/ros/android/view/RosTextView.html#RosTextView(Context)">RosTextView</A></B>(Context&nbsp;context)</CODE>
  106. <BR>
  107. &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
  108. </TR>
  109. <TR BGCOLOR="white" CLASS="TableRowColor">
  110. <TD><CODE><B><A HREF="../../../../org/ros/android/view/RosTextView.html#RosTextView(Context, AttributeSet)">RosTextView</A></B>(Context&nbsp;context,
  111. AttributeSet&nbsp;attrs)</CODE>
  112. <BR>
  113. &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
  114. </TR>
  115. <TR BGCOLOR="white" CLASS="TableRowColor">
  116. <TD><CODE><B><A HREF="../../../../org/ros/android/view/RosTextView.html#RosTextView(Context, AttributeSet, int)">RosTextView</A></B>(Context&nbsp;context,
  117. AttributeSet&nbsp;attrs,
  118. int&nbsp;defStyle)</CODE>
  119. <BR>
  120. &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
  121. </TR>
  122. </TABLE>
  123. &nbsp;
  124. <!-- ========== METHOD SUMMARY =========== -->
  125. <A NAME="method_summary"><!-- --></A>
  126. <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
  127. <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
  128. <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
  129. <B>Method Summary</B></FONT></TH>
  130. </TR>
  131. <TR BGCOLOR="white" CLASS="TableRowColor">
  132. <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
  133. <CODE>&nbsp;org.ros.namespace.GraphName</CODE></FONT></TD>
  134. <TD><CODE><B><A HREF="../../../../org/ros/android/view/RosTextView.html#getDefaultNodeName()">getDefaultNodeName</A></B>()</CODE>
  135. <BR>
  136. &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
  137. </TR>
  138. <TR BGCOLOR="white" CLASS="TableRowColor">
  139. <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
  140. <CODE>&nbsp;void</CODE></FONT></TD>
  141. <TD><CODE><B><A HREF="../../../../org/ros/android/view/RosTextView.html#onError(org.ros.node.Node, java.lang.Throwable)">onError</A></B>(org.ros.node.Node&nbsp;node,
  142. java.lang.Throwable&nbsp;throwable)</CODE>
  143. <BR>
  144. &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
  145. </TR>
  146. <TR BGCOLOR="white" CLASS="TableRowColor">
  147. <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
  148. <CODE>&nbsp;void</CODE></FONT></TD>
  149. <TD><CODE><B><A HREF="../../../../org/ros/android/view/RosTextView.html#onShutdown(org.ros.node.Node)">onShutdown</A></B>(org.ros.node.Node&nbsp;node)</CODE>
  150. <BR>
  151. &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
  152. </TR>
  153. <TR BGCOLOR="white" CLASS="TableRowColor">
  154. <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
  155. <CODE>&nbsp;void</CODE></FONT></TD>
  156. <TD><CODE><B><A HREF="../../../../org/ros/android/view/RosTextView.html#onShutdownComplete(org.ros.node.Node)">onShutdownComplete</A></B>(org.ros.node.Node&nbsp;node)</CODE>
  157. <BR>
  158. &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
  159. </TR>
  160. <TR BGCOLOR="white" CLASS="TableRowColor">
  161. <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
  162. <CODE>&nbsp;void</CODE></FONT></TD>
  163. <TD><CODE><B><A HREF="../../../../org/ros/android/view/RosTextView.html#onStart(org.ros.node.ConnectedNode)">onStart</A></B>(org.ros.node.ConnectedNode&nbsp;connectedNode)</CODE>
  164. <BR>
  165. &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
  166. </TR>
  167. <TR BGCOLOR="white" CLASS="TableRowColor">
  168. <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
  169. <CODE>&nbsp;void</CODE></FONT></TD>
  170. <TD><CODE><B><A HREF="../../../../org/ros/android/view/RosTextView.html#setMessageToStringCallable(org.ros.android.MessageCallable)">setMessageToStringCallable</A></B>(<A HREF="../../../../org/ros/android/MessageCallable.html" title="interface in org.ros.android">MessageCallable</A>&lt;java.lang.String,<A HREF="../../../../org/ros/android/view/RosTextView.html" title="type parameter in RosTextView">T</A>&gt;&nbsp;callable)</CODE>
  171. <BR>
  172. &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
  173. </TR>
  174. <TR BGCOLOR="white" CLASS="TableRowColor">
  175. <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
  176. <CODE>&nbsp;void</CODE></FONT></TD>
  177. <TD><CODE><B><A HREF="../../../../org/ros/android/view/RosTextView.html#setMessageType(java.lang.String)">setMessageType</A></B>(java.lang.String&nbsp;messageType)</CODE>
  178. <BR>
  179. &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
  180. </TR>
  181. <TR BGCOLOR="white" CLASS="TableRowColor">
  182. <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
  183. <CODE>&nbsp;void</CODE></FONT></TD>
  184. <TD><CODE><B><A HREF="../../../../org/ros/android/view/RosTextView.html#setTopicName(java.lang.String)">setTopicName</A></B>(java.lang.String&nbsp;topicName)</CODE>
  185. <BR>
  186. &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
  187. </TR>
  188. </TABLE>
  189. &nbsp;<A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A>
  190. <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
  191. <TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
  192. <TH ALIGN="left"><B>Methods inherited from class java.lang.Object</B></TH>
  193. </TR>
  194. <TR BGCOLOR="white" CLASS="TableRowColor">
  195. <TD><CODE>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</CODE></TD>
  196. </TR>
  197. </TABLE>
  198. &nbsp;
  199. <P>
  200. <!-- ========= CONSTRUCTOR DETAIL ======== -->
  201. <A NAME="constructor_detail"><!-- --></A>
  202. <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
  203. <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
  204. <TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
  205. <B>Constructor Detail</B></FONT></TH>
  206. </TR>
  207. </TABLE>
  208. <A NAME="RosTextView(Context)"><!-- --></A><H3>
  209. RosTextView</H3>
  210. <PRE>
  211. public <B>RosTextView</B>(Context&nbsp;context)</PRE>
  212. <DL>
  213. </DL>
  214. <HR>
  215. <A NAME="RosTextView(Context, AttributeSet)"><!-- --></A><H3>
  216. RosTextView</H3>
  217. <PRE>
  218. public <B>RosTextView</B>(Context&nbsp;context,
  219. AttributeSet&nbsp;attrs)</PRE>
  220. <DL>
  221. </DL>
  222. <HR>
  223. <A NAME="RosTextView(Context, AttributeSet, int)"><!-- --></A><H3>
  224. RosTextView</H3>
  225. <PRE>
  226. public <B>RosTextView</B>(Context&nbsp;context,
  227. AttributeSet&nbsp;attrs,
  228. int&nbsp;defStyle)</PRE>
  229. <DL>
  230. </DL>
  231. <!-- ============ METHOD DETAIL ========== -->
  232. <A NAME="method_detail"><!-- --></A>
  233. <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
  234. <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
  235. <TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
  236. <B>Method Detail</B></FONT></TH>
  237. </TR>
  238. </TABLE>
  239. <A NAME="setTopicName(java.lang.String)"><!-- --></A><H3>
  240. setTopicName</H3>
  241. <PRE>
  242. public void <B>setTopicName</B>(java.lang.String&nbsp;topicName)</PRE>
  243. <DL>
  244. <DD><DL>
  245. </DL>
  246. </DD>
  247. <DD><DL>
  248. </DL>
  249. </DD>
  250. </DL>
  251. <HR>
  252. <A NAME="setMessageType(java.lang.String)"><!-- --></A><H3>
  253. setMessageType</H3>
  254. <PRE>
  255. public void <B>setMessageType</B>(java.lang.String&nbsp;messageType)</PRE>
  256. <DL>
  257. <DD><DL>
  258. </DL>
  259. </DD>
  260. <DD><DL>
  261. </DL>
  262. </DD>
  263. </DL>
  264. <HR>
  265. <A NAME="setMessageToStringCallable(org.ros.android.MessageCallable)"><!-- --></A><H3>
  266. setMessageToStringCallable</H3>
  267. <PRE>
  268. public void <B>setMessageToStringCallable</B>(<A HREF="../../../../org/ros/android/MessageCallable.html" title="interface in org.ros.android">MessageCallable</A>&lt;java.lang.String,<A HREF="../../../../org/ros/android/view/RosTextView.html" title="type parameter in RosTextView">T</A>&gt;&nbsp;callable)</PRE>
  269. <DL>
  270. <DD><DL>
  271. </DL>
  272. </DD>
  273. <DD><DL>
  274. </DL>
  275. </DD>
  276. </DL>
  277. <HR>
  278. <A NAME="getDefaultNodeName()"><!-- --></A><H3>
  279. getDefaultNodeName</H3>
  280. <PRE>
  281. public org.ros.namespace.GraphName <B>getDefaultNodeName</B>()</PRE>
  282. <DL>
  283. <DD><DL>
  284. <DT><B>Specified by:</B><DD><CODE>getDefaultNodeName</CODE> in interface <CODE>org.ros.node.NodeMain</CODE></DL>
  285. </DD>
  286. <DD><DL>
  287. </DL>
  288. </DD>
  289. </DL>
  290. <HR>
  291. <A NAME="onStart(org.ros.node.ConnectedNode)"><!-- --></A><H3>
  292. onStart</H3>
  293. <PRE>
  294. public void <B>onStart</B>(org.ros.node.ConnectedNode&nbsp;connectedNode)</PRE>
  295. <DL>
  296. <DD><DL>
  297. <DT><B>Specified by:</B><DD><CODE>onStart</CODE> in interface <CODE>org.ros.node.NodeListener</CODE></DL>
  298. </DD>
  299. <DD><DL>
  300. </DL>
  301. </DD>
  302. </DL>
  303. <HR>
  304. <A NAME="onShutdown(org.ros.node.Node)"><!-- --></A><H3>
  305. onShutdown</H3>
  306. <PRE>
  307. public void <B>onShutdown</B>(org.ros.node.Node&nbsp;node)</PRE>
  308. <DL>
  309. <DD><DL>
  310. <DT><B>Specified by:</B><DD><CODE>onShutdown</CODE> in interface <CODE>org.ros.node.NodeListener</CODE></DL>
  311. </DD>
  312. <DD><DL>
  313. </DL>
  314. </DD>
  315. </DL>
  316. <HR>
  317. <A NAME="onShutdownComplete(org.ros.node.Node)"><!-- --></A><H3>
  318. onShutdownComplete</H3>
  319. <PRE>
  320. public void <B>onShutdownComplete</B>(org.ros.node.Node&nbsp;node)</PRE>
  321. <DL>
  322. <DD><DL>
  323. <DT><B>Specified by:</B><DD><CODE>onShutdownComplete</CODE> in interface <CODE>org.ros.node.NodeListener</CODE></DL>
  324. </DD>
  325. <DD><DL>
  326. </DL>
  327. </DD>
  328. </DL>
  329. <HR>
  330. <A NAME="onError(org.ros.node.Node, java.lang.Throwable)"><!-- --></A><H3>
  331. onError</H3>
  332. <PRE>
  333. public void <B>onError</B>(org.ros.node.Node&nbsp;node,
  334. java.lang.Throwable&nbsp;throwable)</PRE>
  335. <DL>
  336. <DD><DL>
  337. <DT><B>Specified by:</B><DD><CODE>onError</CODE> in interface <CODE>org.ros.node.NodeListener</CODE></DL>
  338. </DD>
  339. <DD><DL>
  340. </DL>
  341. </DD>
  342. </DL>
  343. <!-- ========= END OF CLASS DATA ========= -->
  344. <HR>
  345. <!-- ======= START OF BOTTOM NAVBAR ====== -->
  346. <A NAME="navbar_bottom"><!-- --></A>
  347. <A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
  348. <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
  349. <TR>
  350. <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
  351. <A NAME="navbar_bottom_firstrow"><!-- --></A>
  352. <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
  353. <TR ALIGN="center" VALIGN="top">
  354. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
  355. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
  356. <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>
  357. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
  358. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
  359. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
  360. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
  361. </TR>
  362. </TABLE>
  363. </TD>
  364. <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
  365. </EM>
  366. </TD>
  367. </TR>
  368. <TR>
  369. <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
  370. &nbsp;<A HREF="../../../../org/ros/android/view/RosImageView.html" title="class in org.ros.android.view"><B>PREV CLASS</B></A>&nbsp;
  371. &nbsp;<A HREF="../../../../org/ros/android/view/VirtualJoystickView.html" title="class in org.ros.android.view"><B>NEXT CLASS</B></A></FONT></TD>
  372. <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
  373. <A HREF="../../../../index.html?org/ros/android/view/RosTextView.html" target="_top"><B>FRAMES</B></A> &nbsp;
  374. &nbsp;<A HREF="RosTextView.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
  375. &nbsp;<SCRIPT type="text/javascript">
  376. <!--
  377. if(window==top) {
  378. document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>');
  379. }
  380. //-->
  381. </SCRIPT>
  382. <NOSCRIPT>
  383. <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>
  384. </NOSCRIPT>
  385. </FONT></TD>
  386. </TR>
  387. <TR>
  388. <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
  389. SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
  390. <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
  391. DETAIL:&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
  392. </TR>
  393. </TABLE>
  394. <A NAME="skip-navbar_bottom"></A>
  395. <!-- ======== END OF BOTTOM NAVBAR ======= -->
  396. <HR>
  397. </BODY>
  398. </HTML>