Subversion Repositories AndroidProjects

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
1107 chris 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 (version 1.7.0_17) on Sun Nov 03 15:35:45 CET 2013 -->
6
<title>TiledMapTile (libgdx API)</title>
7
<meta name="date" content="2013-11-03">
8
<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
9
</head>
10
<body>
11
<script type="text/javascript"><!--
12
    if (location.href.indexOf('is-external=true') == -1) {
13
        parent.document.title="TiledMapTile (libgdx API)";
14
    }
15
//-->
16
</script>
17
<noscript>
18
<div>JavaScript is disabled on your browser.</div>
19
</noscript>
20
<!-- ========= START OF TOP NAVBAR ======= -->
21
<div class="topNav"><a name="navbar_top">
22
<!--   -->
23
</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow">
24
<!--   -->
25
</a>
26
<ul class="navList" title="Navigation">
27
<li><a href="../../../../../overview-summary.html">Overview</a></li>
28
<li><a href="package-summary.html">Package</a></li>
29
<li class="navBarCell1Rev">Class</li>
30
<li><a href="class-use/TiledMapTile.html">Use</a></li>
31
<li><a href="package-tree.html">Tree</a></li>
32
<li><a href="../../../../../deprecated-list.html">Deprecated</a></li>
33
<li><a href="../../../../../index-all.html">Index</a></li>
34
<li><a href="../../../../../help-doc.html">Help</a></li>
35
</ul>
36
<div class="aboutLanguage"><em>
37
                                libgdx API
38
                                <style>
39
                                body, td, th { font-family:Helvetica, Tahoma, Arial, sans-serif; font-size:10pt }
40
                                pre, code, tt { font-size:9pt; font-family:Lucida Console, Courier New, sans-serif }
41
                                h1, h2, h3, .FrameTitleFont, .FrameHeadingFont, .TableHeadingColor font { font-size:105%;  font-weight:bold }
42
                                .TableHeadingColor { background:#EEEEFF; }
43
                                a { text-decoration:none }
44
                                a:hover { text-decoration:underline }
45
                                a:link, a:visited { color:blue }
46
                                table { border:0px }
47
                                .TableRowColor td:first-child { border-left:1px solid black }
48
                                .TableRowColor td { border:0px; border-bottom:1px solid black; border-right:1px solid black }
49
                                hr { border:0px; border-bottom:1px solid #333366; }
50
                                </style>
51
                        </em></div>
52
</div>
53
<div class="subNav">
54
<ul class="navList">
55
<li><a href="../../../../../com/badlogic/gdx/maps/tiled/TiledMapRenderer.html" title="interface in com.badlogic.gdx.maps.tiled"><span class="strong">Prev Class</span></a></li>
56
<li><a href="../../../../../com/badlogic/gdx/maps/tiled/TiledMapTile.BlendMode.html" title="enum in com.badlogic.gdx.maps.tiled"><span class="strong">Next Class</span></a></li>
57
</ul>
58
<ul class="navList">
59
<li><a href="../../../../../index.html?com/badlogic/gdx/maps/tiled/TiledMapTile.html" target="_top">Frames</a></li>
60
<li><a href="TiledMapTile.html" target="_top">No Frames</a></li>
61
</ul>
62
<ul class="navList" id="allclasses_navbar_top">
63
<li><a href="../../../../../allclasses-noframe.html">All Classes</a></li>
64
</ul>
65
<div>
66
<script type="text/javascript"><!--
67
  allClassesLink = document.getElementById("allclasses_navbar_top");
68
  if(window==top) {
69
    allClassesLink.style.display = "block";
70
  }
71
  else {
72
    allClassesLink.style.display = "none";
73
  }
74
  //-->
75
</script>
76
</div>
77
<div>
78
<ul class="subNavList">
79
<li>Summary:&nbsp;</li>
80
<li><a href="#nested_class_summary">Nested</a>&nbsp;|&nbsp;</li>
81
<li>Field&nbsp;|&nbsp;</li>
82
<li>Constr&nbsp;|&nbsp;</li>
83
<li><a href="#method_summary">Method</a></li>
84
</ul>
85
<ul class="subNavList">
86
<li>Detail:&nbsp;</li>
87
<li>Field&nbsp;|&nbsp;</li>
88
<li>Constr&nbsp;|&nbsp;</li>
89
<li><a href="#method_detail">Method</a></li>
90
</ul>
91
</div>
92
<a name="skip-navbar_top">
93
<!--   -->
94
</a></div>
95
<!-- ========= END OF TOP NAVBAR ========= -->
96
<!-- ======== START OF CLASS DATA ======== -->
97
<div class="header">
98
<div class="subTitle">com.badlogic.gdx.maps.tiled</div>
99
<h2 title="Interface TiledMapTile" class="title">Interface TiledMapTile</h2>
100
</div>
101
<div class="contentContainer">
102
<div class="description">
103
<ul class="blockList">
104
<li class="blockList">
105
<dl>
106
<dt>All Known Implementing Classes:</dt>
107
<dd><a href="../../../../../com/badlogic/gdx/maps/tiled/tiles/AnimatedTiledMapTile.html" title="class in com.badlogic.gdx.maps.tiled.tiles">AnimatedTiledMapTile</a>, <a href="../../../../../com/badlogic/gdx/maps/tiled/tiles/StaticTiledMapTile.html" title="class in com.badlogic.gdx.maps.tiled.tiles">StaticTiledMapTile</a></dd>
108
</dl>
109
<hr>
110
<br>
111
<pre>public interface <span class="strong">TiledMapTile</span></pre>
112
</li>
113
</ul>
114
</div>
115
<div class="summary">
116
<ul class="blockList">
117
<li class="blockList">
118
<!-- ======== NESTED CLASS SUMMARY ======== -->
119
<ul class="blockList">
120
<li class="blockList"><a name="nested_class_summary">
121
<!--   -->
122
</a>
123
<h3>Nested Class Summary</h3>
124
<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Nested Class Summary table, listing nested classes, and an explanation">
125
<caption><span>Nested Classes</span><span class="tabEnd">&nbsp;</span></caption>
126
<tr>
127
<th class="colFirst" scope="col">Modifier and Type</th>
128
<th class="colLast" scope="col">Interface and Description</th>
129
</tr>
130
<tr class="altColor">
131
<td class="colFirst"><code>static class&nbsp;</code></td>
132
<td class="colLast"><code><strong><a href="../../../../../com/badlogic/gdx/maps/tiled/TiledMapTile.BlendMode.html" title="enum in com.badlogic.gdx.maps.tiled">TiledMapTile.BlendMode</a></strong></code>&nbsp;</td>
133
</tr>
134
</table>
135
</li>
136
</ul>
137
<!-- ========== METHOD SUMMARY =========== -->
138
<ul class="blockList">
139
<li class="blockList"><a name="method_summary">
140
<!--   -->
141
</a>
142
<h3>Method Summary</h3>
143
<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation">
144
<caption><span>Methods</span><span class="tabEnd">&nbsp;</span></caption>
145
<tr>
146
<th class="colFirst" scope="col">Modifier and Type</th>
147
<th class="colLast" scope="col">Method and Description</th>
148
</tr>
149
<tr class="altColor">
150
<td class="colFirst"><code><a href="../../../../../com/badlogic/gdx/maps/tiled/TiledMapTile.BlendMode.html" title="enum in com.badlogic.gdx.maps.tiled">TiledMapTile.BlendMode</a></code></td>
151
<td class="colLast"><code><strong><a href="../../../../../com/badlogic/gdx/maps/tiled/TiledMapTile.html#getBlendMode()">getBlendMode</a></strong>()</code>&nbsp;</td>
152
</tr>
153
<tr class="rowColor">
154
<td class="colFirst"><code>int</code></td>
155
<td class="colLast"><code><strong><a href="../../../../../com/badlogic/gdx/maps/tiled/TiledMapTile.html#getId()">getId</a></strong>()</code>&nbsp;</td>
156
</tr>
157
<tr class="altColor">
158
<td class="colFirst"><code><a href="../../../../../com/badlogic/gdx/maps/MapProperties.html" title="class in com.badlogic.gdx.maps">MapProperties</a></code></td>
159
<td class="colLast"><code><strong><a href="../../../../../com/badlogic/gdx/maps/tiled/TiledMapTile.html#getProperties()">getProperties</a></strong>()</code>&nbsp;</td>
160
</tr>
161
<tr class="rowColor">
162
<td class="colFirst"><code><a href="../../../../../com/badlogic/gdx/graphics/g2d/TextureRegion.html" title="class in com.badlogic.gdx.graphics.g2d">TextureRegion</a></code></td>
163
<td class="colLast"><code><strong><a href="../../../../../com/badlogic/gdx/maps/tiled/TiledMapTile.html#getTextureRegion()">getTextureRegion</a></strong>()</code>&nbsp;</td>
164
</tr>
165
<tr class="altColor">
166
<td class="colFirst"><code>void</code></td>
167
<td class="colLast"><code><strong><a href="../../../../../com/badlogic/gdx/maps/tiled/TiledMapTile.html#setBlendMode(com.badlogic.gdx.maps.tiled.TiledMapTile.BlendMode)">setBlendMode</a></strong>(<a href="../../../../../com/badlogic/gdx/maps/tiled/TiledMapTile.BlendMode.html" title="enum in com.badlogic.gdx.maps.tiled">TiledMapTile.BlendMode</a>&nbsp;blendMode)</code>
168
<div class="block">Sets the <a href="../../../../../com/badlogic/gdx/maps/tiled/TiledMapTile.BlendMode.html" title="enum in com.badlogic.gdx.maps.tiled"><code>TiledMapTile.BlendMode</code></a> to use for rendering the tile</div>
169
</td>
170
</tr>
171
<tr class="rowColor">
172
<td class="colFirst"><code>void</code></td>
173
<td class="colLast"><code><strong><a href="../../../../../com/badlogic/gdx/maps/tiled/TiledMapTile.html#setId(int)">setId</a></strong>(int&nbsp;id)</code>&nbsp;</td>
174
</tr>
175
</table>
176
</li>
177
</ul>
178
</li>
179
</ul>
180
</div>
181
<div class="details">
182
<ul class="blockList">
183
<li class="blockList">
184
<!-- ============ METHOD DETAIL ========== -->
185
<ul class="blockList">
186
<li class="blockList"><a name="method_detail">
187
<!--   -->
188
</a>
189
<h3>Method Detail</h3>
190
<a name="getId()">
191
<!--   -->
192
</a>
193
<ul class="blockList">
194
<li class="blockList">
195
<h4>getId</h4>
196
<pre>int&nbsp;getId()</pre>
197
</li>
198
</ul>
199
<a name="setId(int)">
200
<!--   -->
201
</a>
202
<ul class="blockList">
203
<li class="blockList">
204
<h4>setId</h4>
205
<pre>void&nbsp;setId(int&nbsp;id)</pre>
206
</li>
207
</ul>
208
<a name="getBlendMode()">
209
<!--   -->
210
</a>
211
<ul class="blockList">
212
<li class="blockList">
213
<h4>getBlendMode</h4>
214
<pre><a href="../../../../../com/badlogic/gdx/maps/tiled/TiledMapTile.BlendMode.html" title="enum in com.badlogic.gdx.maps.tiled">TiledMapTile.BlendMode</a>&nbsp;getBlendMode()</pre>
215
<dl><dt><span class="strong">Returns:</span></dt><dd>the <a href="../../../../../com/badlogic/gdx/maps/tiled/TiledMapTile.BlendMode.html" title="enum in com.badlogic.gdx.maps.tiled"><code>TiledMapTile.BlendMode</code></a> to use for rendering the tile</dd></dl>
216
</li>
217
</ul>
218
<a name="setBlendMode(com.badlogic.gdx.maps.tiled.TiledMapTile.BlendMode)">
219
<!--   -->
220
</a>
221
<ul class="blockList">
222
<li class="blockList">
223
<h4>setBlendMode</h4>
224
<pre>void&nbsp;setBlendMode(<a href="../../../../../com/badlogic/gdx/maps/tiled/TiledMapTile.BlendMode.html" title="enum in com.badlogic.gdx.maps.tiled">TiledMapTile.BlendMode</a>&nbsp;blendMode)</pre>
225
<div class="block">Sets the <a href="../../../../../com/badlogic/gdx/maps/tiled/TiledMapTile.BlendMode.html" title="enum in com.badlogic.gdx.maps.tiled"><code>TiledMapTile.BlendMode</code></a> to use for rendering the tile</div>
226
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>blendMode</code> - the blend mode to use for rendering the tile</dd></dl>
227
</li>
228
</ul>
229
<a name="getTextureRegion()">
230
<!--   -->
231
</a>
232
<ul class="blockList">
233
<li class="blockList">
234
<h4>getTextureRegion</h4>
235
<pre><a href="../../../../../com/badlogic/gdx/graphics/g2d/TextureRegion.html" title="class in com.badlogic.gdx.graphics.g2d">TextureRegion</a>&nbsp;getTextureRegion()</pre>
236
<dl><dt><span class="strong">Returns:</span></dt><dd>texture region used to render the tile</dd></dl>
237
</li>
238
</ul>
239
<a name="getProperties()">
240
<!--   -->
241
</a>
242
<ul class="blockListLast">
243
<li class="blockList">
244
<h4>getProperties</h4>
245
<pre><a href="../../../../../com/badlogic/gdx/maps/MapProperties.html" title="class in com.badlogic.gdx.maps">MapProperties</a>&nbsp;getProperties()</pre>
246
<dl><dt><span class="strong">Returns:</span></dt><dd>tile's properties set</dd></dl>
247
</li>
248
</ul>
249
</li>
250
</ul>
251
</li>
252
</ul>
253
</div>
254
</div>
255
<!-- ========= END OF CLASS DATA ========= -->
256
<!-- ======= START OF BOTTOM NAVBAR ====== -->
257
<div class="bottomNav"><a name="navbar_bottom">
258
<!--   -->
259
</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow">
260
<!--   -->
261
</a>
262
<ul class="navList" title="Navigation">
263
<li><a href="../../../../../overview-summary.html">Overview</a></li>
264
<li><a href="package-summary.html">Package</a></li>
265
<li class="navBarCell1Rev">Class</li>
266
<li><a href="class-use/TiledMapTile.html">Use</a></li>
267
<li><a href="package-tree.html">Tree</a></li>
268
<li><a href="../../../../../deprecated-list.html">Deprecated</a></li>
269
<li><a href="../../../../../index-all.html">Index</a></li>
270
<li><a href="../../../../../help-doc.html">Help</a></li>
271
</ul>
272
<div class="aboutLanguage"><em>libgdx API</em></div>
273
</div>
274
<div class="subNav">
275
<ul class="navList">
276
<li><a href="../../../../../com/badlogic/gdx/maps/tiled/TiledMapRenderer.html" title="interface in com.badlogic.gdx.maps.tiled"><span class="strong">Prev Class</span></a></li>
277
<li><a href="../../../../../com/badlogic/gdx/maps/tiled/TiledMapTile.BlendMode.html" title="enum in com.badlogic.gdx.maps.tiled"><span class="strong">Next Class</span></a></li>
278
</ul>
279
<ul class="navList">
280
<li><a href="../../../../../index.html?com/badlogic/gdx/maps/tiled/TiledMapTile.html" target="_top">Frames</a></li>
281
<li><a href="TiledMapTile.html" target="_top">No Frames</a></li>
282
</ul>
283
<ul class="navList" id="allclasses_navbar_bottom">
284
<li><a href="../../../../../allclasses-noframe.html">All Classes</a></li>
285
</ul>
286
<div>
287
<script type="text/javascript"><!--
288
  allClassesLink = document.getElementById("allclasses_navbar_bottom");
289
  if(window==top) {
290
    allClassesLink.style.display = "block";
291
  }
292
  else {
293
    allClassesLink.style.display = "none";
294
  }
295
  //-->
296
</script>
297
</div>
298
<div>
299
<ul class="subNavList">
300
<li>Summary:&nbsp;</li>
301
<li><a href="#nested_class_summary">Nested</a>&nbsp;|&nbsp;</li>
302
<li>Field&nbsp;|&nbsp;</li>
303
<li>Constr&nbsp;|&nbsp;</li>
304
<li><a href="#method_summary">Method</a></li>
305
</ul>
306
<ul class="subNavList">
307
<li>Detail:&nbsp;</li>
308
<li>Field&nbsp;|&nbsp;</li>
309
<li>Constr&nbsp;|&nbsp;</li>
310
<li><a href="#method_detail">Method</a></li>
311
</ul>
312
</div>
313
<a name="skip-navbar_bottom">
314
<!--   -->
315
</a></div>
316
<!-- ======== END OF BOTTOM NAVBAR ======= -->
317
<p class="legalCopy"><small>
318
                                <div style="font-size:9pt"><i>
319
                                Copyright &copy; 2010-2013 Mario Zechner (contact@badlogicgames.com), Nathan Sweet (admin@esotericsoftware.com)
320
                                </i></div>
321
                        </small></p>
322
</body>
323
</html>