mirror of
https://github.com/inf112-v20/Fiasko.git
synced 2025-06-26 03:04:43 +02:00
Oppdaterer Javadoc
This commit is contained in:
@ -2,9 +2,9 @@
|
||||
<!-- NewPage -->
|
||||
<html lang="no">
|
||||
<head>
|
||||
<!-- Generated by javadoc (1.8.0_201) on Tue May 05 15:44:52 CEST 2020 -->
|
||||
<!-- Generated by javadoc (1.8.0_172) on Thu May 07 19:14:45 CEST 2020 -->
|
||||
<title>IOUtil</title>
|
||||
<meta name="date" content="2020-05-05">
|
||||
<meta name="date" content="2020-05-07">
|
||||
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
|
||||
<script type="text/javascript" src="../../../../script.js"></script>
|
||||
</head>
|
||||
@ -130,7 +130,7 @@ extends java.lang.Object</pre>
|
||||
<th class="colLast" scope="col">Method and Description</th>
|
||||
</tr>
|
||||
<tr id="i0" class="altColor">
|
||||
<td class="colFirst"><code>static java.util.List<<a href="../../../../inf112/fiasko/roborally/objects/DrawableObject.html" title="class in inf112.fiasko.roborally.objects">DrawableObject</a>></code></td>
|
||||
<td class="colFirst"><code>static java.util.List<<a href="../../../../inf112/fiasko/roborally/ui/DrawableObject.html" title="class in inf112.fiasko.roborally.ui">DrawableObject</a>></code></td>
|
||||
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../inf112/fiasko/roborally/utility/IOUtil.html#getDrawableObjectsFromGame-inf112.fiasko.roborally.objects.DrawableGame-int-int-">getDrawableObjectsFromGame</a></span>(<a href="../../../../inf112/fiasko/roborally/objects/DrawableGame.html" title="interface in inf112.fiasko.roborally.objects">DrawableGame</a> game,
|
||||
int tileWidth,
|
||||
int tileHeight)</code>
|
||||
@ -190,7 +190,7 @@ extends java.lang.Object</pre>
|
||||
<ul class="blockListLast">
|
||||
<li class="blockList">
|
||||
<h4>getDrawableObjectsFromGame</h4>
|
||||
<pre>public static java.util.List<<a href="../../../../inf112/fiasko/roborally/objects/DrawableObject.html" title="class in inf112.fiasko.roborally.objects">DrawableObject</a>> getDrawableObjectsFromGame(<a href="../../../../inf112/fiasko/roborally/objects/DrawableGame.html" title="interface in inf112.fiasko.roborally.objects">DrawableGame</a> game,
|
||||
<pre>public static java.util.List<<a href="../../../../inf112/fiasko/roborally/ui/DrawableObject.html" title="class in inf112.fiasko.roborally.ui">DrawableObject</a>> getDrawableObjectsFromGame(<a href="../../../../inf112/fiasko/roborally/objects/DrawableGame.html" title="interface in inf112.fiasko.roborally.objects">DrawableGame</a> game,
|
||||
int tileWidth,
|
||||
int tileHeight)</pre>
|
||||
<div class="block">Gets a list of all elements which should be drawn from the game provided</div>
|
||||
|
Reference in New Issue
Block a user