XYOrthographicRenderer.html 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339
  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. XYOrthographicRenderer
  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="XYOrthographicRenderer";
  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/VisualizationView.html" title="class in org.ros.android.view.visualization"><B>PREV CLASS</B></A>&nbsp;
  50. &nbsp;NEXT CLASS</FONT></TD>
  51. <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
  52. <A HREF="../../../../../index.html?org/ros/android/view/visualization/XYOrthographicRenderer.html" target="_top"><B>FRAMES</B></A> &nbsp;
  53. &nbsp;<A HREF="XYOrthographicRenderer.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 XYOrthographicRenderer</H2>
  82. <PRE>
  83. java.lang.Object
  84. <IMG SRC="../../../../../resources/inherit.gif" ALT="extended by "><B>org.ros.android.view.visualization.XYOrthographicRenderer</B>
  85. </PRE>
  86. <HR>
  87. <DL>
  88. <DT><PRE>public class <B>XYOrthographicRenderer</B><DT>extends java.lang.Object</DL>
  89. </PRE>
  90. <P>
  91. Renders all layers of a navigation view.
  92. <P>
  93. <P>
  94. <HR>
  95. <P>
  96. <!-- ======== CONSTRUCTOR SUMMARY ======== -->
  97. <A NAME="constructor_summary"><!-- --></A>
  98. <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
  99. <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
  100. <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
  101. <B>Constructor Summary</B></FONT></TH>
  102. </TR>
  103. <TR BGCOLOR="white" CLASS="TableRowColor">
  104. <TD><CODE><B><A HREF="../../../../../org/ros/android/view/visualization/XYOrthographicRenderer.html#XYOrthographicRenderer(org.ros.rosjava_geometry.FrameTransformTree, org.ros.android.view.visualization.Camera)">XYOrthographicRenderer</A></B>(org.ros.rosjava_geometry.FrameTransformTree&nbsp;frameTransformTree,
  105. <A HREF="../../../../../org/ros/android/view/visualization/Camera.html" title="class in org.ros.android.view.visualization">Camera</A>&nbsp;camera)</CODE>
  106. <BR>
  107. &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
  108. </TR>
  109. </TABLE>
  110. &nbsp;
  111. <!-- ========== METHOD SUMMARY =========== -->
  112. <A NAME="method_summary"><!-- --></A>
  113. <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
  114. <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
  115. <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
  116. <B>Method Summary</B></FONT></TH>
  117. </TR>
  118. <TR BGCOLOR="white" CLASS="TableRowColor">
  119. <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
  120. <CODE>&nbsp;java.util.List&lt;<A HREF="../../../../../org/ros/android/view/visualization/layer/Layer.html" title="interface in org.ros.android.view.visualization.layer">Layer</A>&gt;</CODE></FONT></TD>
  121. <TD><CODE><B><A HREF="../../../../../org/ros/android/view/visualization/XYOrthographicRenderer.html#getLayers()">getLayers</A></B>()</CODE>
  122. <BR>
  123. &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
  124. </TR>
  125. <TR BGCOLOR="white" CLASS="TableRowColor">
  126. <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
  127. <CODE>&nbsp;void</CODE></FONT></TD>
  128. <TD><CODE><B><A HREF="../../../../../org/ros/android/view/visualization/XYOrthographicRenderer.html#onDrawFrame(GL10)">onDrawFrame</A></B>(GL10&nbsp;gl)</CODE>
  129. <BR>
  130. &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
  131. </TR>
  132. <TR BGCOLOR="white" CLASS="TableRowColor">
  133. <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
  134. <CODE>&nbsp;void</CODE></FONT></TD>
  135. <TD><CODE><B><A HREF="../../../../../org/ros/android/view/visualization/XYOrthographicRenderer.html#onSurfaceChanged(GL10, int, int)">onSurfaceChanged</A></B>(GL10&nbsp;gl,
  136. int&nbsp;width,
  137. int&nbsp;height)</CODE>
  138. <BR>
  139. &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
  140. </TR>
  141. <TR BGCOLOR="white" CLASS="TableRowColor">
  142. <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
  143. <CODE>&nbsp;void</CODE></FONT></TD>
  144. <TD><CODE><B><A HREF="../../../../../org/ros/android/view/visualization/XYOrthographicRenderer.html#onSurfaceCreated(GL10, EGLConfig)">onSurfaceCreated</A></B>(GL10&nbsp;gl,
  145. EGLConfig&nbsp;config)</CODE>
  146. <BR>
  147. &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
  148. </TR>
  149. <TR BGCOLOR="white" CLASS="TableRowColor">
  150. <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
  151. <CODE>&nbsp;void</CODE></FONT></TD>
  152. <TD><CODE><B><A HREF="../../../../../org/ros/android/view/visualization/XYOrthographicRenderer.html#setLayers(java.util.List)">setLayers</A></B>(java.util.List&lt;<A HREF="../../../../../org/ros/android/view/visualization/layer/Layer.html" title="interface in org.ros.android.view.visualization.layer">Layer</A>&gt;&nbsp;layers)</CODE>
  153. <BR>
  154. &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
  155. </TR>
  156. </TABLE>
  157. &nbsp;<A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A>
  158. <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
  159. <TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
  160. <TH ALIGN="left"><B>Methods inherited from class java.lang.Object</B></TH>
  161. </TR>
  162. <TR BGCOLOR="white" CLASS="TableRowColor">
  163. <TD><CODE>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</CODE></TD>
  164. </TR>
  165. </TABLE>
  166. &nbsp;
  167. <P>
  168. <!-- ========= CONSTRUCTOR DETAIL ======== -->
  169. <A NAME="constructor_detail"><!-- --></A>
  170. <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
  171. <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
  172. <TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
  173. <B>Constructor Detail</B></FONT></TH>
  174. </TR>
  175. </TABLE>
  176. <A NAME="XYOrthographicRenderer(org.ros.rosjava_geometry.FrameTransformTree, org.ros.android.view.visualization.Camera)"><!-- --></A><H3>
  177. XYOrthographicRenderer</H3>
  178. <PRE>
  179. public <B>XYOrthographicRenderer</B>(org.ros.rosjava_geometry.FrameTransformTree&nbsp;frameTransformTree,
  180. <A HREF="../../../../../org/ros/android/view/visualization/Camera.html" title="class in org.ros.android.view.visualization">Camera</A>&nbsp;camera)</PRE>
  181. <DL>
  182. </DL>
  183. <!-- ============ METHOD DETAIL ========== -->
  184. <A NAME="method_detail"><!-- --></A>
  185. <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
  186. <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
  187. <TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
  188. <B>Method Detail</B></FONT></TH>
  189. </TR>
  190. </TABLE>
  191. <A NAME="onSurfaceChanged(GL10, int, int)"><!-- --></A><H3>
  192. onSurfaceChanged</H3>
  193. <PRE>
  194. public void <B>onSurfaceChanged</B>(GL10&nbsp;gl,
  195. int&nbsp;width,
  196. int&nbsp;height)</PRE>
  197. <DL>
  198. <DD><DL>
  199. </DL>
  200. </DD>
  201. </DL>
  202. <HR>
  203. <A NAME="onDrawFrame(GL10)"><!-- --></A><H3>
  204. onDrawFrame</H3>
  205. <PRE>
  206. public void <B>onDrawFrame</B>(GL10&nbsp;gl)</PRE>
  207. <DL>
  208. <DD><DL>
  209. </DL>
  210. </DD>
  211. </DL>
  212. <HR>
  213. <A NAME="onSurfaceCreated(GL10, EGLConfig)"><!-- --></A><H3>
  214. onSurfaceCreated</H3>
  215. <PRE>
  216. public void <B>onSurfaceCreated</B>(GL10&nbsp;gl,
  217. EGLConfig&nbsp;config)</PRE>
  218. <DL>
  219. <DD><DL>
  220. </DL>
  221. </DD>
  222. </DL>
  223. <HR>
  224. <A NAME="getLayers()"><!-- --></A><H3>
  225. getLayers</H3>
  226. <PRE>
  227. public java.util.List&lt;<A HREF="../../../../../org/ros/android/view/visualization/layer/Layer.html" title="interface in org.ros.android.view.visualization.layer">Layer</A>&gt; <B>getLayers</B>()</PRE>
  228. <DL>
  229. <DD><DL>
  230. </DL>
  231. </DD>
  232. </DL>
  233. <HR>
  234. <A NAME="setLayers(java.util.List)"><!-- --></A><H3>
  235. setLayers</H3>
  236. <PRE>
  237. public void <B>setLayers</B>(java.util.List&lt;<A HREF="../../../../../org/ros/android/view/visualization/layer/Layer.html" title="interface in org.ros.android.view.visualization.layer">Layer</A>&gt;&nbsp;layers)</PRE>
  238. <DL>
  239. <DD><DL>
  240. </DL>
  241. </DD>
  242. </DL>
  243. <!-- ========= END OF CLASS DATA ========= -->
  244. <HR>
  245. <!-- ======= START OF BOTTOM NAVBAR ====== -->
  246. <A NAME="navbar_bottom"><!-- --></A>
  247. <A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
  248. <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
  249. <TR>
  250. <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
  251. <A NAME="navbar_bottom_firstrow"><!-- --></A>
  252. <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
  253. <TR ALIGN="center" VALIGN="top">
  254. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
  255. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
  256. <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>
  257. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
  258. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
  259. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
  260. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
  261. </TR>
  262. </TABLE>
  263. </TD>
  264. <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
  265. </EM>
  266. </TD>
  267. </TR>
  268. <TR>
  269. <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
  270. &nbsp;<A HREF="../../../../../org/ros/android/view/visualization/VisualizationView.html" title="class in org.ros.android.view.visualization"><B>PREV CLASS</B></A>&nbsp;
  271. &nbsp;NEXT CLASS</FONT></TD>
  272. <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
  273. <A HREF="../../../../../index.html?org/ros/android/view/visualization/XYOrthographicRenderer.html" target="_top"><B>FRAMES</B></A> &nbsp;
  274. &nbsp;<A HREF="XYOrthographicRenderer.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
  275. &nbsp;<SCRIPT type="text/javascript">
  276. <!--
  277. if(window==top) {
  278. document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
  279. }
  280. //-->
  281. </SCRIPT>
  282. <NOSCRIPT>
  283. <A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>
  284. </NOSCRIPT>
  285. </FONT></TD>
  286. </TR>
  287. <TR>
  288. <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
  289. SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
  290. <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
  291. DETAIL:&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
  292. </TR>
  293. </TABLE>
  294. <A NAME="skip-navbar_bottom"></A>
  295. <!-- ======== END OF BOTTOM NAVBAR ======= -->
  296. <HR>
  297. </BODY>
  298. </HTML>