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.

234 lines
16 KiB

  1. <!DOCTYPE HTML>
  2. <html lang="de">
  3. <head>
  4. <!-- Generated by javadoc (17) on Thu May 12 09:13:23 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-12">
  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/en/java/javase/12/docs/api/java.base/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/en/java/javase/12/docs/api/java.base/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/en/java/javase/12/docs/api/java.desktop/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">&nbsp;</div>
  101. </div>
  102. </section>
  103. </li>
  104. <!-- ========== METHOD SUMMARY =========== -->
  105. <li>
  106. <section class="method-summary" id="method-summary">
  107. <h2>Method Summary</h2>
  108. <div id="method-summary-table">
  109. <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>
  110. <div id="method-summary-table.tabpanel" role="tabpanel">
  111. <div class="summary-table three-column-summary" aria-labelledby="method-summary-table-tab0">
  112. <div class="table-header col-first">Modifier and Type</div>
  113. <div class="table-header col-second">Method</div>
  114. <div class="table-header col-last">Description</div>
  115. <div class="col-first even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code>void</code></div>
  116. <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/en/java/javase/12/docs/api/java.desktop/java/awt/Graphics2D.html" title="class or interface in java.awt" class="external-link">Graphics2D</a>&nbsp;g)</code></div>
  117. <div class="col-last even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4">
  118. <div class="block">Draw the text.</div>
  119. </div>
  120. <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/en/java/javase/12/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a></code></div>
  121. <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>
  122. <div class="col-last odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4">&nbsp;</div>
  123. <div class="col-first even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code>double</code></div>
  124. <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>
  125. <div class="col-last even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4">&nbsp;</div>
  126. <div class="col-first odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code>double</code></div>
  127. <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>
  128. <div class="col-last odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4">&nbsp;</div>
  129. <div class="col-first even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code>void</code></div>
  130. <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/en/java/javase/12/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a>&nbsp;s)</code></div>
  131. <div class="col-last even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4">&nbsp;</div>
  132. <div class="col-first odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code>void</code></div>
  133. <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>
  134. <div class="col-last odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4">&nbsp;</div>
  135. <div class="col-first even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code>void</code></div>
  136. <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>
  137. <div class="col-last even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4">&nbsp;</div>
  138. </div>
  139. </div>
  140. </div>
  141. <div class="inherited-list">
  142. <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>
  143. <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>
  144. <div class="inherited-list">
  145. <h3 id="methods-inherited-from-class-java.lang.Object">Methods inherited from class&nbsp;java.lang.<a href="https://docs.oracle.com/en/java/javase/12/docs/api/java.base/java/lang/Object.html" title="class or interface in java.lang" class="external-link">Object</a></h3>
  146. <code><a href="https://docs.oracle.com/en/java/javase/12/docs/api/java.base/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/en/java/javase/12/docs/api/java.base/java/lang/Object.html#getClass()" title="class or interface in java.lang" class="external-link">getClass</a>, <a href="https://docs.oracle.com/en/java/javase/12/docs/api/java.base/java/lang/Object.html#hashCode()" title="class or interface in java.lang" class="external-link">hashCode</a>, <a href="https://docs.oracle.com/en/java/javase/12/docs/api/java.base/java/lang/Object.html#notify()" title="class or interface in java.lang" class="external-link">notify</a>, <a href="https://docs.oracle.com/en/java/javase/12/docs/api/java.base/java/lang/Object.html#notifyAll()" title="class or interface in java.lang" class="external-link">notifyAll</a>, <a href="https://docs.oracle.com/en/java/javase/12/docs/api/java.base/java/lang/Object.html#toString()" title="class or interface in java.lang" class="external-link">toString</a>, <a href="https://docs.oracle.com/en/java/javase/12/docs/api/java.base/java/lang/Object.html#wait()" title="class or interface in java.lang" class="external-link">wait</a>, <a href="https://docs.oracle.com/en/java/javase/12/docs/api/java.base/java/lang/Object.html#wait(long)" title="class or interface in java.lang" class="external-link">wait</a>, <a href="https://docs.oracle.com/en/java/javase/12/docs/api/java.base/java/lang/Object.html#wait(long,int)" title="class or interface in java.lang" class="external-link">wait</a></code></div>
  147. </section>
  148. </li>
  149. </ul>
  150. </section>
  151. <section class="details">
  152. <ul class="details-list">
  153. <!-- ========= CONSTRUCTOR DETAIL ======== -->
  154. <li>
  155. <section class="constructor-details" id="constructor-detail">
  156. <h2>Constructor Details</h2>
  157. <ul class="member-list">
  158. <li>
  159. <section class="detail" id="&lt;init&gt;(gameobjects.GameObject,java.lang.String,int,java.awt.Color)">
  160. <h3>TextArtist</h3>
  161. <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,
  162. <a href="https://docs.oracle.com/en/java/javase/12/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a>&nbsp;text,
  163. int&nbsp;size,
  164. <a href="https://docs.oracle.com/en/java/javase/12/docs/api/java.desktop/java/awt/Color.html" title="class or interface in java.awt" class="external-link">Color</a>&nbsp;textColor)</span></div>
  165. </section>
  166. </li>
  167. </ul>
  168. </section>
  169. </li>
  170. <!-- ============ METHOD DETAIL ========== -->
  171. <li>
  172. <section class="method-details" id="method-detail">
  173. <h2>Method Details</h2>
  174. <ul class="member-list">
  175. <li>
  176. <section class="detail" id="getText()">
  177. <h3>getText</h3>
  178. <div class="member-signature"><span class="modifiers">public</span>&nbsp;<span class="return-type"><a href="https://docs.oracle.com/en/java/javase/12/docs/api/java.base/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>
  179. </section>
  180. </li>
  181. <li>
  182. <section class="detail" id="setText(java.lang.String)">
  183. <h3>setText</h3>
  184. <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/en/java/javase/12/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a>&nbsp;s)</span></div>
  185. </section>
  186. </li>
  187. <li>
  188. <section class="detail" id="getTextWidth()">
  189. <h3>getTextWidth</h3>
  190. <div class="member-signature"><span class="modifiers">public</span>&nbsp;<span class="return-type">double</span>&nbsp;<span class="element-name">getTextWidth</span>()</div>
  191. </section>
  192. </li>
  193. <li>
  194. <section class="detail" id="setTextWidth(double)">
  195. <h3>setTextWidth</h3>
  196. <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>
  197. </section>
  198. </li>
  199. <li>
  200. <section class="detail" id="getTextHeight()">
  201. <h3>getTextHeight</h3>
  202. <div class="member-signature"><span class="modifiers">public</span>&nbsp;<span class="return-type">double</span>&nbsp;<span class="element-name">getTextHeight</span>()</div>
  203. </section>
  204. </li>
  205. <li>
  206. <section class="detail" id="setTextHeight(double)">
  207. <h3>setTextHeight</h3>
  208. <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>
  209. </section>
  210. </li>
  211. <li>
  212. <section class="detail" id="draw(java.awt.Graphics2D)">
  213. <h3>draw</h3>
  214. <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/en/java/javase/12/docs/api/java.desktop/java/awt/Graphics2D.html" title="class or interface in java.awt" class="external-link">Graphics2D</a>&nbsp;g)</span></div>
  215. <div class="block">Draw the text.</div>
  216. <dl class="notes">
  217. <dt>Specified by:</dt>
  218. <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>
  219. <dt>Parameters:</dt>
  220. <dd><code>g</code> - The Swing graphics context.</dd>
  221. </dl>
  222. </section>
  223. </li>
  224. </ul>
  225. </section>
  226. </li>
  227. </ul>
  228. </section>
  229. <!-- ========= END OF CLASS DATA ========= -->
  230. </main>
  231. </div>
  232. </div>
  233. </body>
  234. </html>