VisualizationView.html 17 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455
  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. VisualizationView
  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="VisualizationView";
  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/visualization/Viewport.html" title="class in org.ros.android.view.visualization"><B>PREV CLASS</B></A>&nbsp;
  50. &nbsp;<A HREF="../../../../../org/ros/android/view/visualization/XYOrthographicRenderer.html" title="class in org.ros.android.view.visualization"><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/visualization/VisualizationView.html" target="_top"><B>FRAMES</B></A> &nbsp;
  53. &nbsp;<A HREF="VisualizationView.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.visualization</FONT>
  80. <BR>
  81. Class VisualizationView</H2>
  82. <PRE>
  83. java.lang.Object
  84. <IMG SRC="../../../../../resources/inherit.gif" ALT="extended by ">GLSurfaceView
  85. <IMG SRC="../../../../../resources/inherit.gif" ALT="extended by "><B>org.ros.android.view.visualization.VisualizationView</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>VisualizationView</B><DT>extends GLSurfaceView<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/visualization/VisualizationView.html#VisualizationView(Context)">VisualizationView</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/visualization/VisualizationView.html#VisualizationView(Context, AttributeSet)">VisualizationView</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. </TABLE>
  116. &nbsp;
  117. <!-- ========== METHOD SUMMARY =========== -->
  118. <A NAME="method_summary"><!-- --></A>
  119. <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
  120. <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
  121. <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
  122. <B>Method Summary</B></FONT></TH>
  123. </TR>
  124. <TR BGCOLOR="white" CLASS="TableRowColor">
  125. <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
  126. <CODE>&nbsp;void</CODE></FONT></TD>
  127. <TD><CODE><B><A HREF="../../../../../org/ros/android/view/visualization/VisualizationView.html#addLayer(org.ros.android.view.visualization.layer.Layer)">addLayer</A></B>(<A HREF="../../../../../org/ros/android/view/visualization/layer/Layer.html" title="interface in org.ros.android.view.visualization.layer">Layer</A>&nbsp;layer)</CODE>
  128. <BR>
  129. &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Adds a new layer at the end of the layers collection.</TD>
  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/visualization/VisualizationView.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;<A HREF="../../../../../org/ros/android/view/visualization/XYOrthographicRenderer.html" title="class in org.ros.android.view.visualization">XYOrthographicRenderer</A></CODE></FONT></TD>
  141. <TD><CODE><B><A HREF="../../../../../org/ros/android/view/visualization/VisualizationView.html#getRenderer()">getRenderer</A></B>()</CODE>
  142. <BR>
  143. &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
  144. </TR>
  145. <TR BGCOLOR="white" CLASS="TableRowColor">
  146. <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
  147. <CODE>&nbsp;void</CODE></FONT></TD>
  148. <TD><CODE><B><A HREF="../../../../../org/ros/android/view/visualization/VisualizationView.html#onError(org.ros.node.Node, java.lang.Throwable)">onError</A></B>(org.ros.node.Node&nbsp;node,
  149. java.lang.Throwable&nbsp;throwable)</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/visualization/VisualizationView.html#onShutdown(org.ros.node.Node)">onShutdown</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/visualization/VisualizationView.html#onShutdownComplete(org.ros.node.Node)">onShutdownComplete</A></B>(org.ros.node.Node&nbsp;node)</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/visualization/VisualizationView.html#onStart(org.ros.node.ConnectedNode)">onStart</A></B>(org.ros.node.ConnectedNode&nbsp;connectedNode)</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;boolean</CODE></FONT></TD>
  177. <TD><CODE><B><A HREF="../../../../../org/ros/android/view/visualization/VisualizationView.html#onTouchEvent(MotionEvent)">onTouchEvent</A></B>(MotionEvent&nbsp;event)</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/visualization/VisualizationView.html#removeLayer(org.ros.android.view.visualization.layer.Layer)">removeLayer</A></B>(<A HREF="../../../../../org/ros/android/view/visualization/layer/Layer.html" title="interface in org.ros.android.view.visualization.layer">Layer</A>&nbsp;layer)</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="VisualizationView(Context)"><!-- --></A><H3>
  209. VisualizationView</H3>
  210. <PRE>
  211. public <B>VisualizationView</B>(Context&nbsp;context)</PRE>
  212. <DL>
  213. </DL>
  214. <HR>
  215. <A NAME="VisualizationView(Context, AttributeSet)"><!-- --></A><H3>
  216. VisualizationView</H3>
  217. <PRE>
  218. public <B>VisualizationView</B>(Context&nbsp;context,
  219. AttributeSet&nbsp;attrs)</PRE>
  220. <DL>
  221. </DL>
  222. <!-- ============ METHOD DETAIL ========== -->
  223. <A NAME="method_detail"><!-- --></A>
  224. <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
  225. <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
  226. <TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
  227. <B>Method Detail</B></FONT></TH>
  228. </TR>
  229. </TABLE>
  230. <A NAME="getDefaultNodeName()"><!-- --></A><H3>
  231. getDefaultNodeName</H3>
  232. <PRE>
  233. public org.ros.namespace.GraphName <B>getDefaultNodeName</B>()</PRE>
  234. <DL>
  235. <DD><DL>
  236. <DT><B>Specified by:</B><DD><CODE>getDefaultNodeName</CODE> in interface <CODE>org.ros.node.NodeMain</CODE></DL>
  237. </DD>
  238. <DD><DL>
  239. </DL>
  240. </DD>
  241. </DL>
  242. <HR>
  243. <A NAME="onTouchEvent(MotionEvent)"><!-- --></A><H3>
  244. onTouchEvent</H3>
  245. <PRE>
  246. public boolean <B>onTouchEvent</B>(MotionEvent&nbsp;event)</PRE>
  247. <DL>
  248. <DD><DL>
  249. </DL>
  250. </DD>
  251. <DD><DL>
  252. </DL>
  253. </DD>
  254. </DL>
  255. <HR>
  256. <A NAME="getRenderer()"><!-- --></A><H3>
  257. getRenderer</H3>
  258. <PRE>
  259. public <A HREF="../../../../../org/ros/android/view/visualization/XYOrthographicRenderer.html" title="class in org.ros.android.view.visualization">XYOrthographicRenderer</A> <B>getRenderer</B>()</PRE>
  260. <DL>
  261. <DD><DL>
  262. </DL>
  263. </DD>
  264. <DD><DL>
  265. </DL>
  266. </DD>
  267. </DL>
  268. <HR>
  269. <A NAME="addLayer(org.ros.android.view.visualization.layer.Layer)"><!-- --></A><H3>
  270. addLayer</H3>
  271. <PRE>
  272. public void <B>addLayer</B>(<A HREF="../../../../../org/ros/android/view/visualization/layer/Layer.html" title="interface in org.ros.android.view.visualization.layer">Layer</A>&nbsp;layer)</PRE>
  273. <DL>
  274. <DD>Adds a new layer at the end of the layers collection. The new layer will be
  275. drawn last, i.e. on top of all other layers.
  276. <P>
  277. <DD><DL>
  278. </DL>
  279. </DD>
  280. <DD><DL>
  281. <DT><B>Parameters:</B><DD><CODE>layer</CODE> - layer to add</DL>
  282. </DD>
  283. </DL>
  284. <HR>
  285. <A NAME="removeLayer(org.ros.android.view.visualization.layer.Layer)"><!-- --></A><H3>
  286. removeLayer</H3>
  287. <PRE>
  288. public void <B>removeLayer</B>(<A HREF="../../../../../org/ros/android/view/visualization/layer/Layer.html" title="interface in org.ros.android.view.visualization.layer">Layer</A>&nbsp;layer)</PRE>
  289. <DL>
  290. <DD><DL>
  291. </DL>
  292. </DD>
  293. <DD><DL>
  294. </DL>
  295. </DD>
  296. </DL>
  297. <HR>
  298. <A NAME="onStart(org.ros.node.ConnectedNode)"><!-- --></A><H3>
  299. onStart</H3>
  300. <PRE>
  301. public void <B>onStart</B>(org.ros.node.ConnectedNode&nbsp;connectedNode)</PRE>
  302. <DL>
  303. <DD><DL>
  304. <DT><B>Specified by:</B><DD><CODE>onStart</CODE> in interface <CODE>org.ros.node.NodeListener</CODE></DL>
  305. </DD>
  306. <DD><DL>
  307. </DL>
  308. </DD>
  309. </DL>
  310. <HR>
  311. <A NAME="onShutdown(org.ros.node.Node)"><!-- --></A><H3>
  312. onShutdown</H3>
  313. <PRE>
  314. public void <B>onShutdown</B>(org.ros.node.Node&nbsp;node)</PRE>
  315. <DL>
  316. <DD><DL>
  317. <DT><B>Specified by:</B><DD><CODE>onShutdown</CODE> in interface <CODE>org.ros.node.NodeListener</CODE></DL>
  318. </DD>
  319. <DD><DL>
  320. </DL>
  321. </DD>
  322. </DL>
  323. <HR>
  324. <A NAME="onShutdownComplete(org.ros.node.Node)"><!-- --></A><H3>
  325. onShutdownComplete</H3>
  326. <PRE>
  327. public void <B>onShutdownComplete</B>(org.ros.node.Node&nbsp;node)</PRE>
  328. <DL>
  329. <DD><DL>
  330. <DT><B>Specified by:</B><DD><CODE>onShutdownComplete</CODE> in interface <CODE>org.ros.node.NodeListener</CODE></DL>
  331. </DD>
  332. <DD><DL>
  333. </DL>
  334. </DD>
  335. </DL>
  336. <HR>
  337. <A NAME="onError(org.ros.node.Node, java.lang.Throwable)"><!-- --></A><H3>
  338. onError</H3>
  339. <PRE>
  340. public void <B>onError</B>(org.ros.node.Node&nbsp;node,
  341. java.lang.Throwable&nbsp;throwable)</PRE>
  342. <DL>
  343. <DD><DL>
  344. <DT><B>Specified by:</B><DD><CODE>onError</CODE> in interface <CODE>org.ros.node.NodeListener</CODE></DL>
  345. </DD>
  346. <DD><DL>
  347. </DL>
  348. </DD>
  349. </DL>
  350. <!-- ========= END OF CLASS DATA ========= -->
  351. <HR>
  352. <!-- ======= START OF BOTTOM NAVBAR ====== -->
  353. <A NAME="navbar_bottom"><!-- --></A>
  354. <A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
  355. <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
  356. <TR>
  357. <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
  358. <A NAME="navbar_bottom_firstrow"><!-- --></A>
  359. <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
  360. <TR ALIGN="center" VALIGN="top">
  361. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
  362. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
  363. <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>
  364. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
  365. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
  366. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
  367. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
  368. </TR>
  369. </TABLE>
  370. </TD>
  371. <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
  372. </EM>
  373. </TD>
  374. </TR>
  375. <TR>
  376. <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
  377. &nbsp;<A HREF="../../../../../org/ros/android/view/visualization/Viewport.html" title="class in org.ros.android.view.visualization"><B>PREV CLASS</B></A>&nbsp;
  378. &nbsp;<A HREF="../../../../../org/ros/android/view/visualization/XYOrthographicRenderer.html" title="class in org.ros.android.view.visualization"><B>NEXT CLASS</B></A></FONT></TD>
  379. <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
  380. <A HREF="../../../../../index.html?org/ros/android/view/visualization/VisualizationView.html" target="_top"><B>FRAMES</B></A> &nbsp;
  381. &nbsp;<A HREF="VisualizationView.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
  382. &nbsp;<SCRIPT type="text/javascript">
  383. <!--
  384. if(window==top) {
  385. document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
  386. }
  387. //-->
  388. </SCRIPT>
  389. <NOSCRIPT>
  390. <A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>
  391. </NOSCRIPT>
  392. </FONT></TD>
  393. </TR>
  394. <TR>
  395. <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
  396. SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
  397. <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
  398. DETAIL:&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
  399. </TR>
  400. </TABLE>
  401. <A NAME="skip-navbar_bottom"></A>
  402. <!-- ======== END OF BOTTOM NAVBAR ======= -->
  403. <HR>
  404. </BODY>
  405. </HTML>