123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331 |
- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
- <!-- NewPage -->
- <html lang="en">
- <head>
- <!-- Generated by javadoc -->
- <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
- <title>W-Index (squidlib-util 3.0.0-SNAPSHOT)</title>
- <link rel="stylesheet" type="text/css" href="../stylesheet.css" title="Style">
- <script type="text/javascript" src="../script.js"></script>
- </head>
- <body>
- <script type="text/javascript"><!--
- try {
- if (location.href.indexOf('is-external=true') == -1) {
- parent.document.title="W-Index (squidlib-util 3.0.0-SNAPSHOT)";
- }
- }
- catch(err) {
- }
- //-->
- </script>
- <noscript>
- <div>JavaScript is disabled on your browser.</div>
- </noscript>
- <!-- ========= START OF TOP NAVBAR ======= -->
- <div class="topNav"><a name="navbar.top">
- <!-- -->
- </a>
- <div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
- <a name="navbar.top.firstrow">
- <!-- -->
- </a>
- <ul class="navList" title="Navigation">
- <li><a href="../overview-summary.html">Overview</a></li>
- <li>Package</li>
- <li>Class</li>
- <li>Use</li>
- <li><a href="../overview-tree.html">Tree</a></li>
- <li><a href="../deprecated-list.html">Deprecated</a></li>
- <li class="navBarCell1Rev">Index</li>
- <li><a href="../help-doc.html">Help</a></li>
- </ul>
- </div>
- <div class="subNav">
- <ul class="navList">
- <li><a href="index-23.html">Prev Letter</a></li>
- <li><a href="index-25.html">Next Letter</a></li>
- </ul>
- <ul class="navList">
- <li><a href="../index.html?index-files/index-24.html" target="_top">Frames</a></li>
- <li><a href="index-24.html" target="_top">No Frames</a></li>
- </ul>
- <ul class="navList" id="allclasses_navbar_top">
- <li><a href="../allclasses-noframe.html">All Classes</a></li>
- </ul>
- <div>
- <script type="text/javascript"><!--
- allClassesLink = document.getElementById("allclasses_navbar_top");
- if(window==top) {
- allClassesLink.style.display = "block";
- }
- else {
- allClassesLink.style.display = "none";
- }
- //-->
- </script>
- </div>
- <a name="skip.navbar.top">
- <!-- -->
- </a></div>
- <!-- ========= END OF TOP NAVBAR ========= -->
- <div class="contentContainer"><a href="index-1.html">$</a> <a href="index-2.html">A</a> <a href="index-3.html">B</a> <a href="index-4.html">C</a> <a href="index-5.html">D</a> <a href="index-6.html">E</a> <a href="index-7.html">F</a> <a href="index-8.html">G</a> <a href="index-9.html">H</a> <a href="index-10.html">I</a> <a href="index-11.html">J</a> <a href="index-12.html">K</a> <a href="index-13.html">L</a> <a href="index-14.html">M</a> <a href="index-15.html">N</a> <a href="index-16.html">O</a> <a href="index-17.html">P</a> <a href="index-18.html">Q</a> <a href="index-19.html">R</a> <a href="index-20.html">S</a> <a href="index-21.html">T</a> <a href="index-22.html">U</a> <a href="index-23.html">V</a> <a href="index-24.html">W</a> <a href="index-25.html">X</a> <a href="index-26.html">Y</a> <a href="index-27.html">Z</a> <a name="I:W">
- <!-- -->
- </a>
- <h2 class="title">W</h2>
- <dl>
- <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>
- <dd>
- <div class="block">Walls, which are solid no-entry cells, are marked with a high number equal to 999500.0 .</div>
- </dd>
- <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>
- <dd>
- <div class="block">Walls, which are solid no-entry cells, are marked with a high number equal to 999500.0 .</div>
- </dd>
- <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>
- <dd> </dd>
- <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>
- <dd>
- <div class="block">Walls, which are solid no-entry cells, are marked with a significant negative number equal to -999500.0 .</div>
- </dd>
- <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>
- <dd> </dd>
- <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>
- <dd> </dd>
- <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>
- <dd>
- <div class="block">Internal use.</div>
- </dd>
- <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>
- <dd>
- <div class="block">Internal use.</div>
- </dd>
- <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>
- <dd> </dd>
- <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>
- <dd>
- <div class="block">Changes the outer edge of a char[][] to the wall char, '#'.</div>
- </dd>
- <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>
- <dd>
- <div class="block">Changes the outer edge of a char[][] to the wall char, '#'.</div>
- </dd>
- <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>
- <dd>
- <div class="block">Changes the outer edge of this dungeon to the wall char, '#'.</div>
- </dd>
- <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>
- <dd> </dd>
- <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>
- <dd> </dd>
- <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>
- <dd>
- <div class="block">Pathfind to known connections between rooms or other "chokepoints" without needing full-map Dijkstra scans.</div>
- </dd>
- <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>
- <dd>
- <div class="block">Calculates and stores the doors and doors-like connections ("chokepoints") on the given map as waypoints.</div>
- </dd>
- <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>
- <dd>
- <div class="block">Calculates and stores the doors and doors-like connections ("chokepoints") on the given map as waypoints.</div>
- </dd>
- <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>
- <dd>
- <div class="block">Calculates and stores the specified fraction of walkable points from map as waypoints.</div>
- </dd>
- <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>
- <dd>
- <div class="block">Calculates and stores the doors and doors-like connections ("chokepoints") on the given map as waypoints.</div>
- </dd>
- <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>
- <dd>
- <div class="block">Returns the weight of the item if the item is in the table.</div>
- </dd>
- <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>
- <dd>
- <div class="block">Based on work by Nolithius available at the following two sites
- https://github.com/Nolithius/weighted-letter-namegen
- http://code.google.com/p/weighted-letter-namegen/</div>
- </dd>
- <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>
- <dd>
- <div class="block">Creates the generator by seeding the provided list of names.</div>
- </dd>
- <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>
- <dd>
- <div class="block">Creates the generator by seeding the provided list of names.</div>
- </dd>
- <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>
- <dd>
- <div class="block">Creates the generator by seeding the provided list of names.</div>
- </dd>
- <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>
- <dd> </dd>
- <dt><span class="memberNameLink"><a href="../squidpony/squidmath/GreasedRegion.html#whichContain-int-int-java.util.Collection-">whichContain(int, int, Collection<GreasedRegion>)</a></span> - Static method in class squidpony.squidmath.<a href="../squidpony/squidmath/GreasedRegion.html" title="class in squidpony.squidmath">GreasedRegion</a></dt>
- <dd> </dd>
- <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>
- <dd> </dd>
- <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>
- <dd> </dd>
- <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>
- <dd>
- <div class="block">Width of the map.</div>
- </dd>
- <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>
- <dd>
- <div class="block">Width of the map.</div>
- </dd>
- <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>
- <dd>
- <div class="block">Can be changed if the map changes; you should get the neighbors from neighborMaps() again after changing this.</div>
- </dd>
- <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>
- <dd> </dd>
- <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>
- <dd> </dd>
- <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>
- <dd> </dd>
- <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>
- <dd> </dd>
- <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>
- <dd>
- <div class="block">The grid's width</div>
- </dd>
- <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>
- <dd> </dd>
- <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>
- <dd>
- <div class="block">The grid's width</div>
- </dd>
- <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>
- <dd> </dd>
- <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>
- <dd> </dd>
- <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>
- <dd> </dd>
- <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>
- <dd> </dd>
- <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>
- <dd> </dd>
- <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>
- <dd> </dd>
- <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>
- <dd> </dd>
- <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>
- <dd> </dd>
- <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>
- <dd> </dd>
- <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>
- <dd> </dd>
- <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>
- <dd>
- <div class="block">Width of the map.</div>
- </dd>
- <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>
- <dd>
- <div class="block">Width of the map.</div>
- </dd>
- <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>
- <dd>
- <div class="block">Width of the map.</div>
- </dd>
- <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>
- <dd> </dd>
- <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>
- <dd> </dd>
- <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>
- <dd> </dd>
- <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>
- <dd> </dd>
- <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>
- <dd> </dd>
- <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>
- <dd> </dd>
- <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>
- <dd>
- <div class="block">A drunkard's-walk-like algorithm for line drawing "wobbly" paths.</div>
- </dd>
- <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>
- <dd>
- <div class="block">Generate a word from this FakeLanguageGen, using and changing the current seed.</div>
- </dd>
- <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>
- <dd>
- <div class="block">Generate a word from this FakeLanguageGen using the specified RNG.</div>
- </dd>
- <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>
- <dd>
- <div class="block">Generate a word from this FakeLanguageGen using the specified RNG.</div>
- </dd>
- <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>
- <dd>
- <div class="block">Generate a word from this FakeLanguageGen using the specified RNG.</div>
- </dd>
- <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>
- <dd>
- <div class="block">Generate a word from this FakeLanguageGen using the specified RNG.</div>
- </dd>
- <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>
- <dd> </dd>
- <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>
- <dd> </dd>
- <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>
- <dd> </dd>
- <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>
- <dd>
- <div class="block">"Inverse mask for ints;" returns a copy of map where if a cell is "off" in this GreasedRegion, this keeps
- the value in map intact, and where a cell is "on", it instead writes the int toWrite.</div>
- </dd>
- </dl>
- <a href="index-1.html">$</a> <a href="index-2.html">A</a> <a href="index-3.html">B</a> <a href="index-4.html">C</a> <a href="index-5.html">D</a> <a href="index-6.html">E</a> <a href="index-7.html">F</a> <a href="index-8.html">G</a> <a href="index-9.html">H</a> <a href="index-10.html">I</a> <a href="index-11.html">J</a> <a href="index-12.html">K</a> <a href="index-13.html">L</a> <a href="index-14.html">M</a> <a href="index-15.html">N</a> <a href="index-16.html">O</a> <a href="index-17.html">P</a> <a href="index-18.html">Q</a> <a href="index-19.html">R</a> <a href="index-20.html">S</a> <a href="index-21.html">T</a> <a href="index-22.html">U</a> <a href="index-23.html">V</a> <a href="index-24.html">W</a> <a href="index-25.html">X</a> <a href="index-26.html">Y</a> <a href="index-27.html">Z</a> </div>
- <!-- ======= START OF BOTTOM NAVBAR ====== -->
- <div class="bottomNav"><a name="navbar.bottom">
- <!-- -->
- </a>
- <div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
- <a name="navbar.bottom.firstrow">
- <!-- -->
- </a>
- <ul class="navList" title="Navigation">
- <li><a href="../overview-summary.html">Overview</a></li>
- <li>Package</li>
- <li>Class</li>
- <li>Use</li>
- <li><a href="../overview-tree.html">Tree</a></li>
- <li><a href="../deprecated-list.html">Deprecated</a></li>
- <li class="navBarCell1Rev">Index</li>
- <li><a href="../help-doc.html">Help</a></li>
- </ul>
- </div>
- <div class="subNav">
- <ul class="navList">
- <li><a href="index-23.html">Prev Letter</a></li>
- <li><a href="index-25.html">Next Letter</a></li>
- </ul>
- <ul class="navList">
- <li><a href="../index.html?index-files/index-24.html" target="_top">Frames</a></li>
- <li><a href="index-24.html" target="_top">No Frames</a></li>
- </ul>
- <ul class="navList" id="allclasses_navbar_bottom">
- <li><a href="../allclasses-noframe.html">All Classes</a></li>
- </ul>
- <div>
- <script type="text/javascript"><!--
- allClassesLink = document.getElementById("allclasses_navbar_bottom");
- if(window==top) {
- allClassesLink.style.display = "block";
- }
- else {
- allClassesLink.style.display = "none";
- }
- //-->
- </script>
- </div>
- <a name="skip.navbar.bottom">
- <!-- -->
- </a></div>
- <!-- ======== END OF BOTTOM NAVBAR ======= -->
- <p class="legalCopy"><small>Copyright © 2012–2016. All rights reserved.</small></p>
- </body>
- </html>
|