You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

244 lines
16 KiB

  1. <!DOCTYPE HTML>
  2. <html lang="de">
  3. <head>
  4. <!-- Generated by javadoc (17) on Fri May 13 10:37:40 CEST 2022 -->
  5. <title>TextArtist</title>
  6. <meta name="viewport" content="width=device-width, initial-scale=1">
  7. <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  8. <meta name="dc.created" content="2022-05-13">
  9. <meta name="description" content="declaration: package: rendering, class: TextArtist">
  10. <meta name="generator" content="javadoc/ClassWriterImpl">
  11. <link rel="stylesheet" type="text/css" href="../stylesheet.css" title="Style">
  12. <link rel="stylesheet" type="text/css" href="../script-dir/jquery-ui.min.css" title="Style">
  13. <link rel="stylesheet" type="text/css" href="../jquery-ui.overrides.css" title="Style">
  14. <script type="text/javascript" src="../script.js"></script>
  15. <script type="text/javascript" src="../script-dir/jquery-3.5.1.min.js"></script>
  16. <script type="text/javascript" src="../script-dir/jquery-ui.min.js"></script>
  17. </head>
  18. <body class="class-declaration-page">
  19. <script type="text/javascript">var evenRowColor = "even-row-color";
  20. var oddRowColor = "odd-row-color";
  21. var tableTab = "table-tab";
  22. var activeTableTab = "active-table-tab";
  23. var pathtoroot = "../";
  24. loadScripts(document, 'script');</script>
  25. <noscript>
  26. <div>JavaScript is disabled on your browser.</div>
  27. </noscript>
  28. <div class="flex-box">
  29. <header role="banner" class="flex-header">
  30. <nav role="navigation">
  31. <!-- ========= START OF TOP NAVBAR ======= -->
  32. <div class="top-nav" id="navbar-top">
  33. <div class="skip-nav"><a href="#skip-navbar-top" title="Skip navigation links">Skip navigation links</a></div>
  34. <ul id="navbar-top-firstrow" class="nav-list" title="Navigation">
  35. <li><a href="../index.html">Overview</a></li>
  36. <li><a href="package-summary.html">Package</a></li>
  37. <li class="nav-bar-cell1-rev">Class</li>
  38. <li><a href="class-use/TextArtist.html">Use</a></li>
  39. <li><a href="package-tree.html">Tree</a></li>
  40. <li><a href="../index-files/index-1.html">Index</a></li>
  41. <li><a href="../help-doc.html#class">Help</a></li>
  42. </ul>
  43. </div>
  44. <div class="sub-nav">
  45. <div>
  46. <ul class="sub-nav-list">
  47. <li>Summary:&nbsp;</li>
  48. <li>Nested&nbsp;|&nbsp;</li>
  49. <li>Field&nbsp;|&nbsp;</li>
  50. <li><a href="#constructor-summary">Constr</a>&nbsp;|&nbsp;</li>
  51. <li><a href="#method-summary">Method</a></li>
  52. </ul>
  53. <ul class="sub-nav-list">
  54. <li>Detail:&nbsp;</li>
  55. <li>Field&nbsp;|&nbsp;</li>
  56. <li><a href="#constructor-detail">Constr</a>&nbsp;|&nbsp;</li>
  57. <li><a href="#method-detail">Method</a></li>
  58. </ul>
  59. </div>
  60. <div class="nav-list-search"><label for="search-input">SEARCH:</label>
  61. <input type="text" id="search-input" value="search" disabled="disabled">
  62. <input type="reset" id="reset-button" value="reset" disabled="disabled">
  63. </div>
  64. </div>
  65. <!-- ========= END OF TOP NAVBAR ========= -->
  66. <span class="skip-nav" id="skip-navbar-top"></span></nav>
  67. </header>
  68. <div class="flex-content">
  69. <main role="main">
  70. <!-- ======== START OF CLASS DATA ======== -->
  71. <div class="header">
  72. <div class="sub-title"><span class="package-label-in-type">Package</span>&nbsp;<a href="package-summary.html">rendering</a></div>
  73. <h1 title="Class TextArtist" class="title">Class TextArtist</h1>
  74. </div>
  75. <div class="inheritance" title="Inheritance Tree"><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html" title="class or interface in java.lang" class="external-link">java.lang.Object</a>
  76. <div class="inheritance"><a href="Artist.html" title="class in rendering">rendering.Artist</a>
  77. <div class="inheritance">rendering.TextArtist</div>
  78. </div>
  79. </div>
  80. <section class="class-description" id="class-description">
  81. <hr>
  82. <div class="type-signature"><span class="modifiers">public class </span><span class="element-name type-name-label">TextArtist</span>
  83. <span class="extends-implements">extends <a href="Artist.html" title="class in rendering">Artist</a></span></div>
  84. <div class="block">Rendering an object as a text of a specified color, size and font.</div>
  85. </section>
  86. <section class="summary">
  87. <ul class="summary-list">
  88. <!-- ======== CONSTRUCTOR SUMMARY ======== -->
  89. <li>
  90. <section class="constructor-summary" id="constructor-summary">
  91. <h2>Constructor Summary</h2>
  92. <div class="caption"><span>Constructors</span></div>
  93. <div class="summary-table two-column-summary">
  94. <div class="table-header col-first">Constructor</div>
  95. <div class="table-header col-last">Description</div>
  96. <div class="col-constructor-name even-row-color"><code><a href="#%3Cinit%3E(gameobjects.GameObject,java.lang.String,int,java.awt.Color)" class="member-name-link">TextArtist</a><wbr>(<a href="../gameobjects/GameObject.html" title="class in gameobjects">GameObject</a>&nbsp;go,
  97. <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a>&nbsp;text,
  98. int&nbsp;size,
  99. <a href="https://docs.oracle.com/javase/8/docs/api/java/awt/Color.html" title="class or interface in java.awt" class="external-link">Color</a>&nbsp;textColor)</code></div>
  100. <div class="col-last even-row-color">
  101. <div class="block">Constructor to intitialize the TextArtist attributes</div>
  102. </div>
  103. </div>
  104. </section>
  105. </li>
  106. <!-- ========== METHOD SUMMARY =========== -->
  107. <li>
  108. <section class="method-summary" id="method-summary">
  109. <h2>Method Summary</h2>
  110. <div id="method-summary-table">
  111. <div class="table-tabs" role="tablist" aria-orientation="horizontal"><button id="method-summary-table-tab0" role="tab" aria-selected="true" aria-controls="method-summary-table.tabpanel" tabindex="0" onkeydown="switchTab(event)" onclick="show('method-summary-table', 'method-summary-table', 3)" class="active-table-tab">All Methods</button><button id="method-summary-table-tab2" role="tab" aria-selected="false" aria-controls="method-summary-table.tabpanel" tabindex="-1" onkeydown="switchTab(event)" onclick="show('method-summary-table', 'method-summary-table-tab2', 3)" class="table-tab">Instance Methods</button><button id="method-summary-table-tab4" role="tab" aria-selected="false" aria-controls="method-summary-table.tabpanel" tabindex="-1" onkeydown="switchTab(event)" onclick="show('method-summary-table', 'method-summary-table-tab4', 3)" class="table-tab">Concrete Methods</button></div>
  112. <div id="method-summary-table.tabpanel" role="tabpanel">
  113. <div class="summary-table three-column-summary" aria-labelledby="method-summary-table-tab0">
  114. <div class="table-header col-first">Modifier and Type</div>
  115. <div class="table-header col-second">Method</div>
  116. <div class="table-header col-last">Description</div>
  117. <div class="col-first even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code>void</code></div>
  118. <div class="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="#draw(java.awt.Graphics2D)" class="member-name-link">draw</a><wbr>(<a href="https://docs.oracle.com/javase/8/docs/api/java/awt/Graphics2D.html" title="class or interface in java.awt" class="external-link">Graphics2D</a>&nbsp;g)</code></div>
  119. <div class="col-last even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4">
  120. <div class="block">Draw the text.</div>
  121. </div>
  122. <div class="col-first odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a></code></div>
  123. <div class="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="#getText()" class="member-name-link">getText</a>()</code></div>
  124. <div class="col-last odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4">&nbsp;</div>
  125. <div class="col-first even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code>double</code></div>
  126. <div class="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="#getTextHeight()" class="member-name-link">getTextHeight</a>()</code></div>
  127. <div class="col-last even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4">&nbsp;</div>
  128. <div class="col-first odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code>double</code></div>
  129. <div class="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="#getTextWidth()" class="member-name-link">getTextWidth</a>()</code></div>
  130. <div class="col-last odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4">&nbsp;</div>
  131. <div class="col-first even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code>void</code></div>
  132. <div class="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="#setText(java.lang.String)" class="member-name-link">setText</a><wbr>(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a>&nbsp;s)</code></div>
  133. <div class="col-last even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4">&nbsp;</div>
  134. <div class="col-first odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code>void</code></div>
  135. <div class="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="#setTextHeight(double)" class="member-name-link">setTextHeight</a><wbr>(double&nbsp;textHeight)</code></div>
  136. <div class="col-last odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4">&nbsp;</div>
  137. <div class="col-first even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code>void</code></div>
  138. <div class="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="#setTextWidth(double)" class="member-name-link">setTextWidth</a><wbr>(double&nbsp;textWidth)</code></div>
  139. <div class="col-last even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4">&nbsp;</div>
  140. </div>
  141. </div>
  142. </div>
  143. <div class="inherited-list">
  144. <h3 id="methods-inherited-from-class-rendering.Artist">Methods inherited from class&nbsp;rendering.<a href="Artist.html" title="class in rendering">Artist</a></h3>
  145. <code><a href="Artist.html#getGameTime()">getGameTime</a>, <a href="Artist.html#getVX()">getVX</a>, <a href="Artist.html#getVY()">getVY</a>, <a href="Artist.html#getX()">getX</a>, <a href="Artist.html#getY()">getY</a></code></div>
  146. <div class="inherited-list">
  147. <h3 id="methods-inherited-from-class-java.lang.Object">Methods inherited from class&nbsp;java.lang.<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html" title="class or interface in java.lang" class="external-link">Object</a></h3>
  148. <code><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#equals(java.lang.Object)" title="class or interface in java.lang" class="external-link">equals</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#getClass()" title="class or interface in java.lang" class="external-link">getClass</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#hashCode()" title="class or interface in java.lang" class="external-link">hashCode</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notify()" title="class or interface in java.lang" class="external-link">notify</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notifyAll()" title="class or interface in java.lang" class="external-link">notifyAll</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#toString()" title="class or interface in java.lang" class="external-link">toString</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait()" title="class or interface in java.lang" class="external-link">wait</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait(long)" title="class or interface in java.lang" class="external-link">wait</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait(long,int)" title="class or interface in java.lang" class="external-link">wait</a></code></div>
  149. </section>
  150. </li>
  151. </ul>
  152. </section>
  153. <section class="details">
  154. <ul class="details-list">
  155. <!-- ========= CONSTRUCTOR DETAIL ======== -->
  156. <li>
  157. <section class="constructor-details" id="constructor-detail">
  158. <h2>Constructor Details</h2>
  159. <ul class="member-list">
  160. <li>
  161. <section class="detail" id="&lt;init&gt;(gameobjects.GameObject,java.lang.String,int,java.awt.Color)">
  162. <h3>TextArtist</h3>
  163. <div class="member-signature"><span class="modifiers">public</span>&nbsp;<span class="element-name">TextArtist</span><wbr><span class="parameters">(<a href="../gameobjects/GameObject.html" title="class in gameobjects">GameObject</a>&nbsp;go,
  164. <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a>&nbsp;text,
  165. int&nbsp;size,
  166. <a href="https://docs.oracle.com/javase/8/docs/api/java/awt/Color.html" title="class or interface in java.awt" class="external-link">Color</a>&nbsp;textColor)</span></div>
  167. <div class="block">Constructor to intitialize the TextArtist attributes</div>
  168. <dl class="notes">
  169. <dt>Parameters:</dt>
  170. <dd><code>go</code> - GameObject to be used for xy coordinate reference</dd>
  171. <dd><code>text</code> - the text to draw</dd>
  172. <dd><code>size</code> - point size to be used for font "Serif"</dd>
  173. <dd><code>textColor</code> - color to draw the text with (foreground)</dd>
  174. </dl>
  175. </section>
  176. </li>
  177. </ul>
  178. </section>
  179. </li>
  180. <!-- ============ METHOD DETAIL ========== -->
  181. <li>
  182. <section class="method-details" id="method-detail">
  183. <h2>Method Details</h2>
  184. <ul class="member-list">
  185. <li>
  186. <section class="detail" id="getText()">
  187. <h3>getText</h3>
  188. <div class="member-signature"><span class="modifiers">public</span>&nbsp;<span class="return-type"><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a></span>&nbsp;<span class="element-name">getText</span>()</div>
  189. </section>
  190. </li>
  191. <li>
  192. <section class="detail" id="setText(java.lang.String)">
  193. <h3>setText</h3>
  194. <div class="member-signature"><span class="modifiers">public</span>&nbsp;<span class="return-type">void</span>&nbsp;<span class="element-name">setText</span><wbr><span class="parameters">(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a>&nbsp;s)</span></div>
  195. </section>
  196. </li>
  197. <li>
  198. <section class="detail" id="getTextWidth()">
  199. <h3>getTextWidth</h3>
  200. <div class="member-signature"><span class="modifiers">public</span>&nbsp;<span class="return-type">double</span>&nbsp;<span class="element-name">getTextWidth</span>()</div>
  201. </section>
  202. </li>
  203. <li>
  204. <section class="detail" id="setTextWidth(double)">
  205. <h3>setTextWidth</h3>
  206. <div class="member-signature"><span class="modifiers">public</span>&nbsp;<span class="return-type">void</span>&nbsp;<span class="element-name">setTextWidth</span><wbr><span class="parameters">(double&nbsp;textWidth)</span></div>
  207. </section>
  208. </li>
  209. <li>
  210. <section class="detail" id="getTextHeight()">
  211. <h3>getTextHeight</h3>
  212. <div class="member-signature"><span class="modifiers">public</span>&nbsp;<span class="return-type">double</span>&nbsp;<span class="element-name">getTextHeight</span>()</div>
  213. </section>
  214. </li>
  215. <li>
  216. <section class="detail" id="setTextHeight(double)">
  217. <h3>setTextHeight</h3>
  218. <div class="member-signature"><span class="modifiers">public</span>&nbsp;<span class="return-type">void</span>&nbsp;<span class="element-name">setTextHeight</span><wbr><span class="parameters">(double&nbsp;textHeight)</span></div>
  219. </section>
  220. </li>
  221. <li>
  222. <section class="detail" id="draw(java.awt.Graphics2D)">
  223. <h3>draw</h3>
  224. <div class="member-signature"><span class="modifiers">public</span>&nbsp;<span class="return-type">void</span>&nbsp;<span class="element-name">draw</span><wbr><span class="parameters">(<a href="https://docs.oracle.com/javase/8/docs/api/java/awt/Graphics2D.html" title="class or interface in java.awt" class="external-link">Graphics2D</a>&nbsp;g)</span></div>
  225. <div class="block">Draw the text.</div>
  226. <dl class="notes">
  227. <dt>Specified by:</dt>
  228. <dd><code><a href="Artist.html#draw(java.awt.Graphics2D)">draw</a></code>&nbsp;in class&nbsp;<code><a href="Artist.html" title="class in rendering">Artist</a></code></dd>
  229. <dt>Parameters:</dt>
  230. <dd><code>g</code> - The Swing graphics context.</dd>
  231. </dl>
  232. </section>
  233. </li>
  234. </ul>
  235. </section>
  236. </li>
  237. </ul>
  238. </section>
  239. <!-- ========= END OF CLASS DATA ========= -->
  240. </main>
  241. </div>
  242. </div>
  243. </body>
  244. </html>