index-24.html 29 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331
  1. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
  2. <!-- NewPage -->
  3. <html lang="en">
  4. <head>
  5. <!-- Generated by javadoc -->
  6. <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  7. <title>W-Index (squidlib-util 3.0.0-SNAPSHOT)</title>
  8. <link rel="stylesheet" type="text/css" href="../stylesheet.css" title="Style">
  9. <script type="text/javascript" src="../script.js"></script>
  10. </head>
  11. <body>
  12. <script type="text/javascript"><!--
  13. try {
  14. if (location.href.indexOf('is-external=true') == -1) {
  15. parent.document.title="W-Index (squidlib-util 3.0.0-SNAPSHOT)";
  16. }
  17. }
  18. catch(err) {
  19. }
  20. //-->
  21. </script>
  22. <noscript>
  23. <div>JavaScript is disabled on your browser.</div>
  24. </noscript>
  25. <!-- ========= START OF TOP NAVBAR ======= -->
  26. <div class="topNav"><a name="navbar.top">
  27. <!-- -->
  28. </a>
  29. <div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
  30. <a name="navbar.top.firstrow">
  31. <!-- -->
  32. </a>
  33. <ul class="navList" title="Navigation">
  34. <li><a href="../overview-summary.html">Overview</a></li>
  35. <li>Package</li>
  36. <li>Class</li>
  37. <li>Use</li>
  38. <li><a href="../overview-tree.html">Tree</a></li>
  39. <li><a href="../deprecated-list.html">Deprecated</a></li>
  40. <li class="navBarCell1Rev">Index</li>
  41. <li><a href="../help-doc.html">Help</a></li>
  42. </ul>
  43. </div>
  44. <div class="subNav">
  45. <ul class="navList">
  46. <li><a href="index-23.html">Prev Letter</a></li>
  47. <li><a href="index-25.html">Next Letter</a></li>
  48. </ul>
  49. <ul class="navList">
  50. <li><a href="../index.html?index-files/index-24.html" target="_top">Frames</a></li>
  51. <li><a href="index-24.html" target="_top">No&nbsp;Frames</a></li>
  52. </ul>
  53. <ul class="navList" id="allclasses_navbar_top">
  54. <li><a href="../allclasses-noframe.html">All&nbsp;Classes</a></li>
  55. </ul>
  56. <div>
  57. <script type="text/javascript"><!--
  58. allClassesLink = document.getElementById("allclasses_navbar_top");
  59. if(window==top) {
  60. allClassesLink.style.display = "block";
  61. }
  62. else {
  63. allClassesLink.style.display = "none";
  64. }
  65. //-->
  66. </script>
  67. </div>
  68. <a name="skip.navbar.top">
  69. <!-- -->
  70. </a></div>
  71. <!-- ========= END OF TOP NAVBAR ========= -->
  72. <div class="contentContainer"><a href="index-1.html">$</a>&nbsp;<a href="index-2.html">A</a>&nbsp;<a href="index-3.html">B</a>&nbsp;<a href="index-4.html">C</a>&nbsp;<a href="index-5.html">D</a>&nbsp;<a href="index-6.html">E</a>&nbsp;<a href="index-7.html">F</a>&nbsp;<a href="index-8.html">G</a>&nbsp;<a href="index-9.html">H</a>&nbsp;<a href="index-10.html">I</a>&nbsp;<a href="index-11.html">J</a>&nbsp;<a href="index-12.html">K</a>&nbsp;<a href="index-13.html">L</a>&nbsp;<a href="index-14.html">M</a>&nbsp;<a href="index-15.html">N</a>&nbsp;<a href="index-16.html">O</a>&nbsp;<a href="index-17.html">P</a>&nbsp;<a href="index-18.html">Q</a>&nbsp;<a href="index-19.html">R</a>&nbsp;<a href="index-20.html">S</a>&nbsp;<a href="index-21.html">T</a>&nbsp;<a href="index-22.html">U</a>&nbsp;<a href="index-23.html">V</a>&nbsp;<a href="index-24.html">W</a>&nbsp;<a href="index-25.html">X</a>&nbsp;<a href="index-26.html">Y</a>&nbsp;<a href="index-27.html">Z</a>&nbsp;<a name="I:W">
  73. <!-- -->
  74. </a>
  75. <h2 class="title">W</h2>
  76. <dl>
  77. <dt><span class="memberNameLink"><a href="../squidpony/squidai/CustomDijkstraMap.html#WALL">WALL</a></span> - Static variable in class squidpony.squidai.<a href="../squidpony/squidai/CustomDijkstraMap.html" title="class in squidpony.squidai">CustomDijkstraMap</a></dt>
  78. <dd>
  79. <div class="block">Walls, which are solid no-entry cells, are marked with a high number equal to 999500.0 .</div>
  80. </dd>
  81. <dt><span class="memberNameLink"><a href="../squidpony/squidai/DijkstraMap.html#WALL">WALL</a></span> - Static variable in class squidpony.squidai.<a href="../squidpony/squidai/DijkstraMap.html" title="class in squidpony.squidai">DijkstraMap</a></dt>
  82. <dd>
  83. <div class="block">Walls, which are solid no-entry cells, are marked with a high number equal to 999500.0 .</div>
  84. </dd>
  85. <dt><span class="memberNameLink"><a href="../squidpony/squidgrid/mapping/Terrain.html#WALL">WALL</a></span> - Static variable in class squidpony.squidgrid.mapping.<a href="../squidpony/squidgrid/mapping/Terrain.html" title="class in squidpony.squidgrid.mapping">Terrain</a></dt>
  86. <dd>&nbsp;</dd>
  87. <dt><span class="memberNameLink"><a href="../squidpony/squidgrid/SoundMap.html#WALL">WALL</a></span> - Static variable in class squidpony.squidgrid.<a href="../squidpony/squidgrid/SoundMap.html" title="class in squidpony.squidgrid">SoundMap</a></dt>
  88. <dd>
  89. <div class="block">Walls, which are solid no-entry cells, are marked with a significant negative number equal to -999500.0 .</div>
  90. </dd>
  91. <dt><span class="memberNameLink"><a href="../squidpony/squidgrid/mapping/MixedGenerator.html#walled">walled</a></span> - Variable in class squidpony.squidgrid.mapping.<a href="../squidpony/squidgrid/mapping/MixedGenerator.html" title="class in squidpony.squidgrid.mapping">MixedGenerator</a></dt>
  92. <dd>&nbsp;</dd>
  93. <dt><span class="memberNameLink"><a href="../squidpony/squidgrid/FOVCache.html#wallMap">wallMap</a></span> - Variable in class squidpony.squidgrid.<a href="../squidpony/squidgrid/FOVCache.html" title="class in squidpony.squidgrid">FOVCache</a></dt>
  94. <dd>&nbsp;</dd>
  95. <dt><span class="memberNameLink"><a href="../squidpony/squidgrid/mapping/MixedGenerator.html#wallOff-int-int-">wallOff(int, int)</a></span> - Method in class squidpony.squidgrid.mapping.<a href="../squidpony/squidgrid/mapping/MixedGenerator.html" title="class in squidpony.squidgrid.mapping">MixedGenerator</a></dt>
  96. <dd>
  97. <div class="block">Internal use.</div>
  98. </dd>
  99. <dt><span class="memberNameLink"><a href="../squidpony/squidgrid/mapping/SymmetryDungeonGenerator.html#wallOff-int-int-">wallOff(int, int)</a></span> - Method in class squidpony.squidgrid.mapping.<a href="../squidpony/squidgrid/mapping/SymmetryDungeonGenerator.html" title="class in squidpony.squidgrid.mapping">SymmetryDungeonGenerator</a></dt>
  100. <dd>
  101. <div class="block">Internal use.</div>
  102. </dd>
  103. <dt><span class="memberNameLink"><a href="../squidpony/squidgrid/mapping/ThinDungeonGenerator.html#wallShapes">wallShapes</a></span> - Variable in class squidpony.squidgrid.mapping.<a href="../squidpony/squidgrid/mapping/ThinDungeonGenerator.html" title="class in squidpony.squidgrid.mapping">ThinDungeonGenerator</a></dt>
  104. <dd>&nbsp;</dd>
  105. <dt><span class="memberNameLink"><a href="../squidpony/squidgrid/mapping/DungeonUtility.html#wallWrap-char:A:A-">wallWrap(char[][])</a></span> - Static method in class squidpony.squidgrid.mapping.<a href="../squidpony/squidgrid/mapping/DungeonUtility.html" title="class in squidpony.squidgrid.mapping">DungeonUtility</a></dt>
  106. <dd>
  107. <div class="block">Changes the outer edge of a char[][] to the wall char, '#'.</div>
  108. </dd>
  109. <dt><span class="memberNameLink"><a href="../squidpony/squidgrid/mapping/styled/DungeonBoneGen.html#wallWrap-char:A:A-">wallWrap(char[][])</a></span> - Static method in class squidpony.squidgrid.mapping.styled.<a href="../squidpony/squidgrid/mapping/styled/DungeonBoneGen.html" title="class in squidpony.squidgrid.mapping.styled">DungeonBoneGen</a></dt>
  110. <dd>
  111. <div class="block">Changes the outer edge of a char[][] to the wall char, '#'.</div>
  112. </dd>
  113. <dt><span class="memberNameLink"><a href="../squidpony/squidgrid/mapping/styled/DungeonBoneGen.html#wallWrap--">wallWrap()</a></span> - Method in class squidpony.squidgrid.mapping.styled.<a href="../squidpony/squidgrid/mapping/styled/DungeonBoneGen.html" title="class in squidpony.squidgrid.mapping.styled">DungeonBoneGen</a></dt>
  114. <dd>
  115. <div class="block">Changes the outer edge of this dungeon to the wall char, '#'.</div>
  116. </dd>
  117. <dt><span class="memberNameLink"><a href="../squidpony/squidgrid/FOVCache.html#waveFOV-int-int-">waveFOV(int, int)</a></span> - Method in class squidpony.squidgrid.<a href="../squidpony/squidgrid/FOVCache.html" title="class in squidpony.squidgrid">FOVCache</a></dt>
  118. <dd>&nbsp;</dd>
  119. <dt><span class="memberNameLink"><a href="../squidpony/squidgrid/FOVCache.html#waves">waves</a></span> - Variable in class squidpony.squidgrid.<a href="../squidpony/squidgrid/FOVCache.html" title="class in squidpony.squidgrid">FOVCache</a></dt>
  120. <dd>&nbsp;</dd>
  121. <dt><a href="../squidpony/squidai/WaypointPathfinder.html" title="class in squidpony.squidai"><span class="typeNameLink">WaypointPathfinder</span></a> - Class in <a href="../squidpony/squidai/package-summary.html">squidpony.squidai</a></dt>
  122. <dd>
  123. <div class="block">Pathfind to known connections between rooms or other "chokepoints" without needing full-map Dijkstra scans.</div>
  124. </dd>
  125. <dt><span class="memberNameLink"><a href="../squidpony/squidai/WaypointPathfinder.html#WaypointPathfinder-char:A:A-squidpony.squidgrid.Radius-squidpony.squidmath.RNG-">WaypointPathfinder(char[][], Radius, RNG)</a></span> - Constructor for class squidpony.squidai.<a href="../squidpony/squidai/WaypointPathfinder.html" title="class in squidpony.squidai">WaypointPathfinder</a></dt>
  126. <dd>
  127. <div class="block">Calculates and stores the doors and doors-like connections ("chokepoints") on the given map as waypoints.</div>
  128. </dd>
  129. <dt><span class="memberNameLink"><a href="../squidpony/squidai/WaypointPathfinder.html#WaypointPathfinder-char:A:A-squidpony.squidgrid.Radius-squidpony.squidmath.RNG-boolean-">WaypointPathfinder(char[][], Radius, RNG, boolean)</a></span> - Constructor for class squidpony.squidai.<a href="../squidpony/squidai/WaypointPathfinder.html" title="class in squidpony.squidai">WaypointPathfinder</a></dt>
  130. <dd>
  131. <div class="block">Calculates and stores the doors and doors-like connections ("chokepoints") on the given map as waypoints.</div>
  132. </dd>
  133. <dt><span class="memberNameLink"><a href="../squidpony/squidai/WaypointPathfinder.html#WaypointPathfinder-char:A:A-squidpony.squidgrid.Radius-squidpony.squidmath.RNG-int-">WaypointPathfinder(char[][], Radius, RNG, int)</a></span> - Constructor for class squidpony.squidai.<a href="../squidpony/squidai/WaypointPathfinder.html" title="class in squidpony.squidai">WaypointPathfinder</a></dt>
  134. <dd>
  135. <div class="block">Calculates and stores the specified fraction of walkable points from map as waypoints.</div>
  136. </dd>
  137. <dt><span class="memberNameLink"><a href="../squidpony/squidai/WaypointPathfinder.html#WaypointPathfinder-char:A:A-squidpony.squidai.DijkstraMap-squidpony.squidmath.RNG-">WaypointPathfinder(char[][], DijkstraMap, RNG)</a></span> - Constructor for class squidpony.squidai.<a href="../squidpony/squidai/WaypointPathfinder.html" title="class in squidpony.squidai">WaypointPathfinder</a></dt>
  138. <dd>
  139. <div class="block">Calculates and stores the doors and doors-like connections ("chokepoints") on the given map as waypoints.</div>
  140. </dd>
  141. <dt><span class="memberNameLink"><a href="../squidpony/squidmath/ProbabilityTable.html#weight-T-">weight(T)</a></span> - Method in class squidpony.squidmath.<a href="../squidpony/squidmath/ProbabilityTable.html" title="class in squidpony.squidmath">ProbabilityTable</a></dt>
  142. <dd>
  143. <div class="block">Returns the weight of the item if the item is in the table.</div>
  144. </dd>
  145. <dt><a href="../squidpony/WeightedLetterNamegen.html" title="class in squidpony"><span class="typeNameLink">WeightedLetterNamegen</span></a> - Class in <a href="../squidpony/package-summary.html">squidpony</a></dt>
  146. <dd>
  147. <div class="block">Based on work by Nolithius available at the following two sites
  148. https://github.com/Nolithius/weighted-letter-namegen
  149. http://code.google.com/p/weighted-letter-namegen/</div>
  150. </dd>
  151. <dt><span class="memberNameLink"><a href="../squidpony/WeightedLetterNamegen.html#WeightedLetterNamegen-java.lang.String:A-">WeightedLetterNamegen(String[])</a></span> - Constructor for class squidpony.<a href="../squidpony/WeightedLetterNamegen.html" title="class in squidpony">WeightedLetterNamegen</a></dt>
  152. <dd>
  153. <div class="block">Creates the generator by seeding the provided list of names.</div>
  154. </dd>
  155. <dt><span class="memberNameLink"><a href="../squidpony/WeightedLetterNamegen.html#WeightedLetterNamegen-java.lang.String:A-int-">WeightedLetterNamegen(String[], int)</a></span> - Constructor for class squidpony.<a href="../squidpony/WeightedLetterNamegen.html" title="class in squidpony">WeightedLetterNamegen</a></dt>
  156. <dd>
  157. <div class="block">Creates the generator by seeding the provided list of names.</div>
  158. </dd>
  159. <dt><span class="memberNameLink"><a href="../squidpony/WeightedLetterNamegen.html#WeightedLetterNamegen-java.lang.String:A-int-squidpony.squidmath.RNG-">WeightedLetterNamegen(String[], int, RNG)</a></span> - Constructor for class squidpony.<a href="../squidpony/WeightedLetterNamegen.html" title="class in squidpony">WeightedLetterNamegen</a></dt>
  160. <dd>
  161. <div class="block">Creates the generator by seeding the provided list of names.</div>
  162. </dd>
  163. <dt><span class="memberNameLink"><a href="../squidpony/squidmath/GreasedRegion.html#whichContain-int-int-squidpony.squidmath.GreasedRegion...-">whichContain(int, int, GreasedRegion...)</a></span> - Static method in class squidpony.squidmath.<a href="../squidpony/squidmath/GreasedRegion.html" title="class in squidpony.squidmath">GreasedRegion</a></dt>
  164. <dd>&nbsp;</dd>
  165. <dt><span class="memberNameLink"><a href="../squidpony/squidmath/GreasedRegion.html#whichContain-int-int-java.util.Collection-">whichContain(int, int, Collection&lt;GreasedRegion&gt;)</a></span> - Static method in class squidpony.squidmath.<a href="../squidpony/squidmath/GreasedRegion.html" title="class in squidpony.squidmath">GreasedRegion</a></dt>
  166. <dd>&nbsp;</dd>
  167. <dt><span class="memberNameLink"><a href="../squidpony/MonsterGen.Chimera.html#wholeAdjectives">wholeAdjectives</a></span> - Variable in class squidpony.<a href="../squidpony/MonsterGen.Chimera.html" title="class in squidpony">MonsterGen.Chimera</a></dt>
  168. <dd>&nbsp;</dd>
  169. <dt><span class="memberNameLink"><a href="../squidpony/panel/ICombinedPanel.Impl.html#width">width</a></span> - Variable in class squidpony.panel.<a href="../squidpony/panel/ICombinedPanel.Impl.html" title="class in squidpony.panel">ICombinedPanel.Impl</a></dt>
  170. <dd>&nbsp;</dd>
  171. <dt><span class="memberNameLink"><a href="../squidpony/squidai/CustomDijkstraMap.html#width">width</a></span> - Variable in class squidpony.squidai.<a href="../squidpony/squidai/CustomDijkstraMap.html" title="class in squidpony.squidai">CustomDijkstraMap</a></dt>
  172. <dd>
  173. <div class="block">Width of the map.</div>
  174. </dd>
  175. <dt><span class="memberNameLink"><a href="../squidpony/squidai/DijkstraMap.html#width">width</a></span> - Variable in class squidpony.squidai.<a href="../squidpony/squidai/DijkstraMap.html" title="class in squidpony.squidai">DijkstraMap</a></dt>
  176. <dd>
  177. <div class="block">Width of the map.</div>
  178. </dd>
  179. <dt><span class="memberNameLink"><a href="../squidpony/squidgrid/Adjacency.html#width">width</a></span> - Variable in class squidpony.squidgrid.<a href="../squidpony/squidgrid/Adjacency.html" title="class in squidpony.squidgrid">Adjacency</a></dt>
  180. <dd>
  181. <div class="block">Can be changed if the map changes; you should get the neighbors from neighborMaps() again after changing this.</div>
  182. </dd>
  183. <dt><span class="memberNameLink"><a href="../squidpony/squidgrid/FOVCache.html#width">width</a></span> - Variable in class squidpony.squidgrid.<a href="../squidpony/squidgrid/FOVCache.html" title="class in squidpony.squidgrid">FOVCache</a></dt>
  184. <dd>&nbsp;</dd>
  185. <dt><span class="memberNameLink"><a href="../squidpony/squidgrid/iterator/SquidIterators.AroundCounterClockWise.html#width">width</a></span> - Variable in class squidpony.squidgrid.iterator.<a href="../squidpony/squidgrid/iterator/SquidIterators.AroundCounterClockWise.html" title="class in squidpony.squidgrid.iterator">SquidIterators.AroundCounterClockWise</a></dt>
  186. <dd>&nbsp;</dd>
  187. <dt><span class="memberNameLink"><a href="../squidpony/squidgrid/iterator/SquidIterators.BottomLeftToTopRight.html#width">width</a></span> - Variable in class squidpony.squidgrid.iterator.<a href="../squidpony/squidgrid/iterator/SquidIterators.BottomLeftToTopRight.html" title="class in squidpony.squidgrid.iterator">SquidIterators.BottomLeftToTopRight</a></dt>
  188. <dd>&nbsp;</dd>
  189. <dt><span class="memberNameLink"><a href="../squidpony/squidgrid/iterator/SquidIterators.CenteredSquare.html#width">width</a></span> - Variable in class squidpony.squidgrid.iterator.<a href="../squidpony/squidgrid/iterator/SquidIterators.CenteredSquare.html" title="class in squidpony.squidgrid.iterator">SquidIterators.CenteredSquare</a></dt>
  190. <dd>&nbsp;</dd>
  191. <dt><span class="memberNameLink"><a href="../squidpony/squidgrid/iterator/SquidIterators.Linear.html#width">width</a></span> - Variable in class squidpony.squidgrid.iterator.<a href="../squidpony/squidgrid/iterator/SquidIterators.Linear.html" title="class in squidpony.squidgrid.iterator">SquidIterators.Linear</a></dt>
  192. <dd>
  193. <div class="block">The grid's width</div>
  194. </dd>
  195. <dt><span class="memberNameLink"><a href="../squidpony/squidgrid/iterator/SquidIterators.RectangleFromBottomLeftToTopRight.html#width">width</a></span> - Variable in class squidpony.squidgrid.iterator.<a href="../squidpony/squidgrid/iterator/SquidIterators.RectangleFromBottomLeftToTopRight.html" title="class in squidpony.squidgrid.iterator">SquidIterators.RectangleFromBottomLeftToTopRight</a></dt>
  196. <dd>&nbsp;</dd>
  197. <dt><span class="memberNameLink"><a href="../squidpony/squidgrid/iterator/SquidIterators.VerticalUp.html#width">width</a></span> - Variable in class squidpony.squidgrid.iterator.<a href="../squidpony/squidgrid/iterator/SquidIterators.VerticalUp.html" title="class in squidpony.squidgrid.iterator">SquidIterators.VerticalUp</a></dt>
  198. <dd>
  199. <div class="block">The grid's width</div>
  200. </dd>
  201. <dt><span class="memberNameLink"><a href="../squidpony/squidgrid/mapping/DenseRoomMapGenerator.html#width">width</a></span> - Variable in class squidpony.squidgrid.mapping.<a href="../squidpony/squidgrid/mapping/DenseRoomMapGenerator.html" title="class in squidpony.squidgrid.mapping">DenseRoomMapGenerator</a></dt>
  202. <dd>&nbsp;</dd>
  203. <dt><span class="memberNameLink"><a href="../squidpony/squidgrid/mapping/DungeonGenerator.html#width">width</a></span> - Variable in class squidpony.squidgrid.mapping.<a href="../squidpony/squidgrid/mapping/DungeonGenerator.html" title="class in squidpony.squidgrid.mapping">DungeonGenerator</a></dt>
  204. <dd>&nbsp;</dd>
  205. <dt><span class="memberNameLink"><a href="../squidpony/squidgrid/mapping/MixedGenerator.html#width">width</a></span> - Variable in class squidpony.squidgrid.mapping.<a href="../squidpony/squidgrid/mapping/MixedGenerator.html" title="class in squidpony.squidgrid.mapping">MixedGenerator</a></dt>
  206. <dd>&nbsp;</dd>
  207. <dt><span class="memberNameLink"><a href="../squidpony/squidgrid/mapping/ModularMapGenerator.html#width">width</a></span> - Variable in class squidpony.squidgrid.mapping.<a href="../squidpony/squidgrid/mapping/ModularMapGenerator.html" title="class in squidpony.squidgrid.mapping">ModularMapGenerator</a></dt>
  208. <dd>&nbsp;</dd>
  209. <dt><span class="memberNameLink"><a href="../squidpony/squidgrid/mapping/OrganicMapGenerator.html#width">width</a></span> - Variable in class squidpony.squidgrid.mapping.<a href="../squidpony/squidgrid/mapping/OrganicMapGenerator.html" title="class in squidpony.squidgrid.mapping">OrganicMapGenerator</a></dt>
  210. <dd>&nbsp;</dd>
  211. <dt><span class="memberNameLink"><a href="../squidpony/squidgrid/mapping/PacMazeGenerator.html#width">width</a></span> - Variable in class squidpony.squidgrid.mapping.<a href="../squidpony/squidgrid/mapping/PacMazeGenerator.html" title="class in squidpony.squidgrid.mapping">PacMazeGenerator</a></dt>
  212. <dd>&nbsp;</dd>
  213. <dt><span class="memberNameLink"><a href="../squidpony/squidgrid/mapping/Rectangle.Impl.html#width">width</a></span> - Variable in class squidpony.squidgrid.mapping.<a href="../squidpony/squidgrid/mapping/Rectangle.Impl.html" title="class in squidpony.squidgrid.mapping">Rectangle.Impl</a></dt>
  214. <dd>&nbsp;</dd>
  215. <dt><span class="memberNameLink"><a href="../squidpony/squidgrid/mapping/RoomFinder.html#width">width</a></span> - Variable in class squidpony.squidgrid.mapping.<a href="../squidpony/squidgrid/mapping/RoomFinder.html" title="class in squidpony.squidgrid.mapping">RoomFinder</a></dt>
  216. <dd>&nbsp;</dd>
  217. <dt><span class="memberNameLink"><a href="../squidpony/squidgrid/mapping/SectionDungeonGenerator.html#width">width</a></span> - Variable in class squidpony.squidgrid.mapping.<a href="../squidpony/squidgrid/mapping/SectionDungeonGenerator.html" title="class in squidpony.squidgrid.mapping">SectionDungeonGenerator</a></dt>
  218. <dd>&nbsp;</dd>
  219. <dt><span class="memberNameLink"><a href="../squidpony/squidgrid/mapping/SpillWorldMap.html#width">width</a></span> - Variable in class squidpony.squidgrid.mapping.<a href="../squidpony/squidgrid/mapping/SpillWorldMap.html" title="class in squidpony.squidgrid.mapping">SpillWorldMap</a></dt>
  220. <dd>&nbsp;</dd>
  221. <dt><span class="memberNameLink"><a href="../squidpony/squidgrid/MultiSpill.html#width">width</a></span> - Variable in class squidpony.squidgrid.<a href="../squidpony/squidgrid/MultiSpill.html" title="class in squidpony.squidgrid">MultiSpill</a></dt>
  222. <dd>
  223. <div class="block">Width of the map.</div>
  224. </dd>
  225. <dt><span class="memberNameLink"><a href="../squidpony/squidgrid/SoundMap.html#width">width</a></span> - Variable in class squidpony.squidgrid.<a href="../squidpony/squidgrid/SoundMap.html" title="class in squidpony.squidgrid">SoundMap</a></dt>
  226. <dd>
  227. <div class="block">Width of the map.</div>
  228. </dd>
  229. <dt><span class="memberNameLink"><a href="../squidpony/squidgrid/Spill.html#width">width</a></span> - Variable in class squidpony.squidgrid.<a href="../squidpony/squidgrid/Spill.html" title="class in squidpony.squidgrid">Spill</a></dt>
  230. <dd>
  231. <div class="block">Width of the map.</div>
  232. </dd>
  233. <dt><span class="memberNameLink"><a href="../squidpony/squidmath/AStarSearch.html#width">width</a></span> - Variable in class squidpony.squidmath.<a href="../squidpony/squidmath/AStarSearch.html" title="class in squidpony.squidmath">AStarSearch</a></dt>
  234. <dd>&nbsp;</dd>
  235. <dt><span class="memberNameLink"><a href="../squidpony/squidmath/GreasedRegion.html#width">width</a></span> - Variable in class squidpony.squidmath.<a href="../squidpony/squidmath/GreasedRegion.html" title="class in squidpony.squidmath">GreasedRegion</a></dt>
  236. <dd>&nbsp;</dd>
  237. <dt><span class="memberNameLink"><a href="../squidpony/squidmath/CrossHash.Wisp.html#Wisp--">Wisp()</a></span> - Constructor for class squidpony.squidmath.<a href="../squidpony/squidmath/CrossHash.Wisp.html" title="class in squidpony.squidmath">CrossHash.Wisp</a></dt>
  238. <dd>&nbsp;</dd>
  239. <dt><span class="memberNameLink"><a href="../squidpony/squidmath/IntVLA.html#with-int...-">with(int...)</a></span> - Static method in class squidpony.squidmath.<a href="../squidpony/squidmath/IntVLA.html" title="class in squidpony.squidmath">IntVLA</a></dt>
  240. <dd>&nbsp;</dd>
  241. <dt><span class="memberNameLink"><a href="../squidpony/squidmath/ShortSet.html#with-short...-">with(short...)</a></span> - Static method in class squidpony.squidmath.<a href="../squidpony/squidmath/ShortSet.html" title="class in squidpony.squidmath">ShortSet</a></dt>
  242. <dd>&nbsp;</dd>
  243. <dt><span class="memberNameLink"><a href="../squidpony/squidmath/ShortVLA.html#with-short...-">with(short...)</a></span> - Static method in class squidpony.squidmath.<a href="../squidpony/squidmath/ShortVLA.html" title="class in squidpony.squidmath">ShortVLA</a></dt>
  244. <dd>&nbsp;</dd>
  245. <dt><a href="../squidpony/squidmath/WobblyLine.html" title="class in squidpony.squidmath"><span class="typeNameLink">WobblyLine</span></a> - Class in <a href="../squidpony/squidmath/package-summary.html">squidpony.squidmath</a></dt>
  246. <dd>
  247. <div class="block">A drunkard's-walk-like algorithm for line drawing "wobbly" paths.</div>
  248. </dd>
  249. <dt><span class="memberNameLink"><a href="../squidpony/FakeLanguageGen.html#word-boolean-">word(boolean)</a></span> - Method in class squidpony.<a href="../squidpony/FakeLanguageGen.html" title="class in squidpony">FakeLanguageGen</a></dt>
  250. <dd>
  251. <div class="block">Generate a word from this FakeLanguageGen, using and changing the current seed.</div>
  252. </dd>
  253. <dt><span class="memberNameLink"><a href="../squidpony/FakeLanguageGen.html#word-squidpony.squidmath.RNG-boolean-">word(RNG, boolean)</a></span> - Method in class squidpony.<a href="../squidpony/FakeLanguageGen.html" title="class in squidpony">FakeLanguageGen</a></dt>
  254. <dd>
  255. <div class="block">Generate a word from this FakeLanguageGen using the specified RNG.</div>
  256. </dd>
  257. <dt><span class="memberNameLink"><a href="../squidpony/FakeLanguageGen.html#word-squidpony.squidmath.RNG-boolean-int-">word(RNG, boolean, int)</a></span> - Method in class squidpony.<a href="../squidpony/FakeLanguageGen.html" title="class in squidpony">FakeLanguageGen</a></dt>
  258. <dd>
  259. <div class="block">Generate a word from this FakeLanguageGen using the specified RNG.</div>
  260. </dd>
  261. <dt><span class="memberNameLink"><a href="../squidpony/FakeLanguageGen.html#word-squidpony.squidmath.RNG-boolean-int-regexodus.Pattern:A-">word(RNG, boolean, int, Pattern[])</a></span> - Method in class squidpony.<a href="../squidpony/FakeLanguageGen.html" title="class in squidpony">FakeLanguageGen</a></dt>
  262. <dd>
  263. <div class="block">Generate a word from this FakeLanguageGen using the specified RNG.</div>
  264. </dd>
  265. <dt><span class="memberNameLink"><a href="../squidpony/FakeLanguageGen.html#word-squidpony.squidmath.StatefulRNG-boolean-int-long...-">word(StatefulRNG, boolean, int, long...)</a></span> - Method in class squidpony.<a href="../squidpony/FakeLanguageGen.html" title="class in squidpony">FakeLanguageGen</a></dt>
  266. <dd>
  267. <div class="block">Generate a word from this FakeLanguageGen using the specified RNG.</div>
  268. </dd>
  269. <dt><span class="memberNameLink"><a href="../squidpony/Thesaurus.html#wordMatch">wordMatch</a></span> - Static variable in class squidpony.<a href="../squidpony/Thesaurus.html" title="class in squidpony">Thesaurus</a></dt>
  270. <dd>&nbsp;</dd>
  271. <dt><span class="memberNameLink"><a href="../squidpony/panel/IColoredString.Impl.html#wrap-int-">wrap(int)</a></span> - Method in class squidpony.panel.<a href="../squidpony/panel/IColoredString.Impl.html" title="class in squidpony.panel">IColoredString.Impl</a></dt>
  272. <dd>&nbsp;</dd>
  273. <dt><span class="memberNameLink"><a href="../squidpony/panel/IColoredString.html#wrap-int-">wrap(int)</a></span> - Method in interface squidpony.panel.<a href="../squidpony/panel/IColoredString.html" title="interface in squidpony.panel">IColoredString</a></dt>
  274. <dd>&nbsp;</dd>
  275. <dt><span class="memberNameLink"><a href="../squidpony/squidmath/GreasedRegion.html#writeInts-int:A:A-int-">writeInts(int[][], int)</a></span> - Method in class squidpony.squidmath.<a href="../squidpony/squidmath/GreasedRegion.html" title="class in squidpony.squidmath">GreasedRegion</a></dt>
  276. <dd>
  277. <div class="block">"Inverse mask for ints;" returns a copy of map where if a cell is "off" in this GreasedRegion, this keeps
  278. the value in map intact, and where a cell is "on", it instead writes the int toWrite.</div>
  279. </dd>
  280. </dl>
  281. <a href="index-1.html">$</a>&nbsp;<a href="index-2.html">A</a>&nbsp;<a href="index-3.html">B</a>&nbsp;<a href="index-4.html">C</a>&nbsp;<a href="index-5.html">D</a>&nbsp;<a href="index-6.html">E</a>&nbsp;<a href="index-7.html">F</a>&nbsp;<a href="index-8.html">G</a>&nbsp;<a href="index-9.html">H</a>&nbsp;<a href="index-10.html">I</a>&nbsp;<a href="index-11.html">J</a>&nbsp;<a href="index-12.html">K</a>&nbsp;<a href="index-13.html">L</a>&nbsp;<a href="index-14.html">M</a>&nbsp;<a href="index-15.html">N</a>&nbsp;<a href="index-16.html">O</a>&nbsp;<a href="index-17.html">P</a>&nbsp;<a href="index-18.html">Q</a>&nbsp;<a href="index-19.html">R</a>&nbsp;<a href="index-20.html">S</a>&nbsp;<a href="index-21.html">T</a>&nbsp;<a href="index-22.html">U</a>&nbsp;<a href="index-23.html">V</a>&nbsp;<a href="index-24.html">W</a>&nbsp;<a href="index-25.html">X</a>&nbsp;<a href="index-26.html">Y</a>&nbsp;<a href="index-27.html">Z</a>&nbsp;</div>
  282. <!-- ======= START OF BOTTOM NAVBAR ====== -->
  283. <div class="bottomNav"><a name="navbar.bottom">
  284. <!-- -->
  285. </a>
  286. <div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
  287. <a name="navbar.bottom.firstrow">
  288. <!-- -->
  289. </a>
  290. <ul class="navList" title="Navigation">
  291. <li><a href="../overview-summary.html">Overview</a></li>
  292. <li>Package</li>
  293. <li>Class</li>
  294. <li>Use</li>
  295. <li><a href="../overview-tree.html">Tree</a></li>
  296. <li><a href="../deprecated-list.html">Deprecated</a></li>
  297. <li class="navBarCell1Rev">Index</li>
  298. <li><a href="../help-doc.html">Help</a></li>
  299. </ul>
  300. </div>
  301. <div class="subNav">
  302. <ul class="navList">
  303. <li><a href="index-23.html">Prev Letter</a></li>
  304. <li><a href="index-25.html">Next Letter</a></li>
  305. </ul>
  306. <ul class="navList">
  307. <li><a href="../index.html?index-files/index-24.html" target="_top">Frames</a></li>
  308. <li><a href="index-24.html" target="_top">No&nbsp;Frames</a></li>
  309. </ul>
  310. <ul class="navList" id="allclasses_navbar_bottom">
  311. <li><a href="../allclasses-noframe.html">All&nbsp;Classes</a></li>
  312. </ul>
  313. <div>
  314. <script type="text/javascript"><!--
  315. allClassesLink = document.getElementById("allclasses_navbar_bottom");
  316. if(window==top) {
  317. allClassesLink.style.display = "block";
  318. }
  319. else {
  320. allClassesLink.style.display = "none";
  321. }
  322. //-->
  323. </script>
  324. </div>
  325. <a name="skip.navbar.bottom">
  326. <!-- -->
  327. </a></div>
  328. <!-- ======== END OF BOTTOM NAVBAR ======= -->
  329. <p class="legalCopy"><small>Copyright &#169; 2012&#x2013;2016. All rights reserved.</small></p>
  330. </body>
  331. </html>