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:42 CET 2013 -->
6
<title>Interpolation.BounceOut (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="Interpolation.BounceOut (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/Interpolation.BounceOut.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/math/Interpolation.BounceIn.html" title="class in com.badlogic.gdx.math"><span class="strong">Prev Class</span></a></li>
56
<li><a href="../../../../com/badlogic/gdx/math/Interpolation.Elastic.html" title="class in com.badlogic.gdx.math"><span class="strong">Next Class</span></a></li>
57
</ul>
58
<ul class="navList">
59
<li><a href="../../../../index.html?com/badlogic/gdx/math/Interpolation.BounceOut.html" target="_top">Frames</a></li>
60
<li><a href="Interpolation.BounceOut.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_classes_inherited_from_class_com.badlogic.gdx.math.Interpolation">Nested</a>&nbsp;|&nbsp;</li>
81
<li><a href="#fields_inherited_from_class_com.badlogic.gdx.math.Interpolation">Field</a>&nbsp;|&nbsp;</li>
82
<li><a href="#constructor_summary">Constr</a>&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><a href="#constructor_detail">Constr</a>&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.math</div>
99
<h2 title="Class Interpolation.BounceOut" class="title">Class Interpolation.BounceOut</h2>
100
</div>
101
<div class="contentContainer">
102
<ul class="inheritance">
103
<li>java.lang.Object</li>
104
<li>
105
<ul class="inheritance">
106
<li><a href="../../../../com/badlogic/gdx/math/Interpolation.html" title="class in com.badlogic.gdx.math">com.badlogic.gdx.math.Interpolation</a></li>
107
<li>
108
<ul class="inheritance">
109
<li>com.badlogic.gdx.math.Interpolation.BounceOut</li>
110
</ul>
111
</li>
112
</ul>
113
</li>
114
</ul>
115
<div class="description">
116
<ul class="blockList">
117
<li class="blockList">
118
<dl>
119
<dt>Direct Known Subclasses:</dt>
120
<dd><a href="../../../../com/badlogic/gdx/math/Interpolation.Bounce.html" title="class in com.badlogic.gdx.math">Interpolation.Bounce</a>, <a href="../../../../com/badlogic/gdx/math/Interpolation.BounceIn.html" title="class in com.badlogic.gdx.math">Interpolation.BounceIn</a></dd>
121
</dl>
122
<dl>
123
<dt>Enclosing class:</dt>
124
<dd><a href="../../../../com/badlogic/gdx/math/Interpolation.html" title="class in com.badlogic.gdx.math">Interpolation</a></dd>
125
</dl>
126
<hr>
127
<br>
128
<pre>public static class <span class="strong">Interpolation.BounceOut</span>
129
extends <a href="../../../../com/badlogic/gdx/math/Interpolation.html" title="class in com.badlogic.gdx.math">Interpolation</a></pre>
130
</li>
131
</ul>
132
</div>
133
<div class="summary">
134
<ul class="blockList">
135
<li class="blockList">
136
<!-- ======== NESTED CLASS SUMMARY ======== -->
137
<ul class="blockList">
138
<li class="blockList"><a name="nested_class_summary">
139
<!--   -->
140
</a>
141
<h3>Nested Class Summary</h3>
142
<ul class="blockList">
143
<li class="blockList"><a name="nested_classes_inherited_from_class_com.badlogic.gdx.math.Interpolation">
144
<!--   -->
145
</a>
146
<h3>Nested classes/interfaces inherited from class&nbsp;com.badlogic.gdx.math.<a href="../../../../com/badlogic/gdx/math/Interpolation.html" title="class in com.badlogic.gdx.math">Interpolation</a></h3>
147
<code><a href="../../../../com/badlogic/gdx/math/Interpolation.Bounce.html" title="class in com.badlogic.gdx.math">Interpolation.Bounce</a>, <a href="../../../../com/badlogic/gdx/math/Interpolation.BounceIn.html" title="class in com.badlogic.gdx.math">Interpolation.BounceIn</a>, <a href="../../../../com/badlogic/gdx/math/Interpolation.BounceOut.html" title="class in com.badlogic.gdx.math">Interpolation.BounceOut</a>, <a href="../../../../com/badlogic/gdx/math/Interpolation.Elastic.html" title="class in com.badlogic.gdx.math">Interpolation.Elastic</a>, <a href="../../../../com/badlogic/gdx/math/Interpolation.ElasticIn.html" title="class in com.badlogic.gdx.math">Interpolation.ElasticIn</a>, <a href="../../../../com/badlogic/gdx/math/Interpolation.ElasticOut.html" title="class in com.badlogic.gdx.math">Interpolation.ElasticOut</a>, <a href="../../../../com/badlogic/gdx/math/Interpolation.Exp.html" title="class in com.badlogic.gdx.math">Interpolation.Exp</a>, <a href="../../../../com/badlogic/gdx/math/Interpolation.ExpIn.html" title="class in com.badlogic.gdx.math">Interpolation.ExpIn</a>, <a href="../../../../com/badlogic/gdx/math/Interpolation.ExpOut.html" title="class in com.badlogic.gdx.math">Interpolation.ExpOut</a>, <a href="../../../../com/badlogic/gdx/math/Interpolation.Pow.html" title="class in com.badlogic.gdx.math">Interpolation.Pow</a>, <a href="../../../../com/badlogic/gdx/math/Interpolation.PowIn.html" title="class in com.badlogic.gdx.math">Interpolation.PowIn</a>, <a href="../../../../com/badlogic/gdx/math/Interpolation.PowOut.html" title="class in com.badlogic.gdx.math">Interpolation.PowOut</a>, <a href="../../../../com/badlogic/gdx/math/Interpolation.Swing.html" title="class in com.badlogic.gdx.math">Interpolation.Swing</a>, <a href="../../../../com/badlogic/gdx/math/Interpolation.SwingIn.html" title="class in com.badlogic.gdx.math">Interpolation.SwingIn</a>, <a href="../../../../com/badlogic/gdx/math/Interpolation.SwingOut.html" title="class in com.badlogic.gdx.math">Interpolation.SwingOut</a></code></li>
148
</ul>
149
</li>
150
</ul>
151
<!-- =========== FIELD SUMMARY =========== -->
152
<ul class="blockList">
153
<li class="blockList"><a name="field_summary">
154
<!--   -->
155
</a>
156
<h3>Field Summary</h3>
157
<ul class="blockList">
158
<li class="blockList"><a name="fields_inherited_from_class_com.badlogic.gdx.math.Interpolation">
159
<!--   -->
160
</a>
161
<h3>Fields inherited from class&nbsp;com.badlogic.gdx.math.<a href="../../../../com/badlogic/gdx/math/Interpolation.html" title="class in com.badlogic.gdx.math">Interpolation</a></h3>
162
<code><a href="../../../../com/badlogic/gdx/math/Interpolation.html#bounce">bounce</a>, <a href="../../../../com/badlogic/gdx/math/Interpolation.html#bounceIn">bounceIn</a>, <a href="../../../../com/badlogic/gdx/math/Interpolation.html#bounceOut">bounceOut</a>, <a href="../../../../com/badlogic/gdx/math/Interpolation.html#circle">circle</a>, <a href="../../../../com/badlogic/gdx/math/Interpolation.html#circleIn">circleIn</a>, <a href="../../../../com/badlogic/gdx/math/Interpolation.html#circleOut">circleOut</a>, <a href="../../../../com/badlogic/gdx/math/Interpolation.html#elastic">elastic</a>, <a href="../../../../com/badlogic/gdx/math/Interpolation.html#elasticIn">elasticIn</a>, <a href="../../../../com/badlogic/gdx/math/Interpolation.html#elasticOut">elasticOut</a>, <a href="../../../../com/badlogic/gdx/math/Interpolation.html#exp10">exp10</a>, <a href="../../../../com/badlogic/gdx/math/Interpolation.html#exp10In">exp10In</a>, <a href="../../../../com/badlogic/gdx/math/Interpolation.html#exp10Out">exp10Out</a>, <a href="../../../../com/badlogic/gdx/math/Interpolation.html#exp5">exp5</a>, <a href="../../../../com/badlogic/gdx/math/Interpolation.html#exp5In">exp5In</a>, <a href="../../../../com/badlogic/gdx/math/Interpolation.html#exp5Out">exp5Out</a>, <a href="../../../../com/badlogic/gdx/math/Interpolation.html#fade">fade</a>, <a href="../../../../com/badlogic/gdx/math/Interpolation.html#linear">linear</a>, <a href="../../../../com/badlogic/gdx/math/Interpolation.html#pow2">pow2</a>, <a href="../../../../com/badlogic/gdx/math/Interpolation.html#pow2In">pow2In</a>, <a href="../../../../com/badlogic/gdx/math/Interpolation.html#pow2Out">pow2Out</a>, <a href="../../../../com/badlogic/gdx/math/Interpolation.html#pow3">pow3</a>, <a href="../../../../com/badlogic/gdx/math/Interpolation.html#pow3In">pow3In</a>, <a href="../../../../com/badlogic/gdx/math/Interpolation.html#pow3Out">pow3Out</a>, <a href="../../../../com/badlogic/gdx/math/Interpolation.html#pow4">pow4</a>, <a href="../../../../com/badlogic/gdx/math/Interpolation.html#pow4In">pow4In</a>, <a href="../../../../com/badlogic/gdx/math/Interpolation.html#pow4Out">pow4Out</a>, <a href="../../../../com/badlogic/gdx/math/Interpolation.html#pow5">pow5</a>, <a href="../../../../com/badlogic/gdx/math/Interpolation.html#pow5In">pow5In</a>, <a href="../../../../com/badlogic/gdx/math/Interpolation.html#pow5Out">pow5Out</a>, <a href="../../../../com/badlogic/gdx/math/Interpolation.html#sine">sine</a>, <a href="../../../../com/badlogic/gdx/math/Interpolation.html#sineIn">sineIn</a>, <a href="../../../../com/badlogic/gdx/math/Interpolation.html#sineOut">sineOut</a>, <a href="../../../../com/badlogic/gdx/math/Interpolation.html#swing">swing</a>, <a href="../../../../com/badlogic/gdx/math/Interpolation.html#swingIn">swingIn</a>, <a href="../../../../com/badlogic/gdx/math/Interpolation.html#swingOut">swingOut</a></code></li>
163
</ul>
164
</li>
165
</ul>
166
<!-- ======== CONSTRUCTOR SUMMARY ======== -->
167
<ul class="blockList">
168
<li class="blockList"><a name="constructor_summary">
169
<!--   -->
170
</a>
171
<h3>Constructor Summary</h3>
172
<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation">
173
<caption><span>Constructors</span><span class="tabEnd">&nbsp;</span></caption>
174
<tr>
175
<th class="colOne" scope="col">Constructor and Description</th>
176
</tr>
177
<tr class="altColor">
178
<td class="colOne"><code><strong><a href="../../../../com/badlogic/gdx/math/Interpolation.BounceOut.html#Interpolation.BounceOut(float[], float[])">Interpolation.BounceOut</a></strong>(float[]&nbsp;widths,
179
                       float[]&nbsp;heights)</code>&nbsp;</td>
180
</tr>
181
<tr class="rowColor">
182
<td class="colOne"><code><strong><a href="../../../../com/badlogic/gdx/math/Interpolation.BounceOut.html#Interpolation.BounceOut(int)">Interpolation.BounceOut</a></strong>(int&nbsp;bounces)</code>&nbsp;</td>
183
</tr>
184
</table>
185
</li>
186
</ul>
187
<!-- ========== METHOD SUMMARY =========== -->
188
<ul class="blockList">
189
<li class="blockList"><a name="method_summary">
190
<!--   -->
191
</a>
192
<h3>Method Summary</h3>
193
<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation">
194
<caption><span>Methods</span><span class="tabEnd">&nbsp;</span></caption>
195
<tr>
196
<th class="colFirst" scope="col">Modifier and Type</th>
197
<th class="colLast" scope="col">Method and Description</th>
198
</tr>
199
<tr class="altColor">
200
<td class="colFirst"><code>float</code></td>
201
<td class="colLast"><code><strong><a href="../../../../com/badlogic/gdx/math/Interpolation.BounceOut.html#apply(float)">apply</a></strong>(float&nbsp;a)</code>&nbsp;</td>
202
</tr>
203
</table>
204
<ul class="blockList">
205
<li class="blockList"><a name="methods_inherited_from_class_com.badlogic.gdx.math.Interpolation">
206
<!--   -->
207
</a>
208
<h3>Methods inherited from class&nbsp;com.badlogic.gdx.math.<a href="../../../../com/badlogic/gdx/math/Interpolation.html" title="class in com.badlogic.gdx.math">Interpolation</a></h3>
209
<code><a href="../../../../com/badlogic/gdx/math/Interpolation.html#apply(float, float, float)">apply</a></code></li>
210
</ul>
211
<ul class="blockList">
212
<li class="blockList"><a name="methods_inherited_from_class_java.lang.Object">
213
<!--   -->
214
</a>
215
<h3>Methods inherited from class&nbsp;java.lang.Object</h3>
216
<code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</code></li>
217
</ul>
218
</li>
219
</ul>
220
</li>
221
</ul>
222
</div>
223
<div class="details">
224
<ul class="blockList">
225
<li class="blockList">
226
<!-- ========= CONSTRUCTOR DETAIL ======== -->
227
<ul class="blockList">
228
<li class="blockList"><a name="constructor_detail">
229
<!--   -->
230
</a>
231
<h3>Constructor Detail</h3>
232
<a name="Interpolation.BounceOut(float[], float[])">
233
<!--   -->
234
</a>
235
<ul class="blockList">
236
<li class="blockList">
237
<h4>Interpolation.BounceOut</h4>
238
<pre>public&nbsp;Interpolation.BounceOut(float[]&nbsp;widths,
239
                       float[]&nbsp;heights)</pre>
240
</li>
241
</ul>
242
<a name="Interpolation.BounceOut(int)">
243
<!--   -->
244
</a>
245
<ul class="blockListLast">
246
<li class="blockList">
247
<h4>Interpolation.BounceOut</h4>
248
<pre>public&nbsp;Interpolation.BounceOut(int&nbsp;bounces)</pre>
249
</li>
250
</ul>
251
</li>
252
</ul>
253
<!-- ============ METHOD DETAIL ========== -->
254
<ul class="blockList">
255
<li class="blockList"><a name="method_detail">
256
<!--   -->
257
</a>
258
<h3>Method Detail</h3>
259
<a name="apply(float)">
260
<!--   -->
261
</a>
262
<ul class="blockListLast">
263
<li class="blockList">
264
<h4>apply</h4>
265
<pre>public&nbsp;float&nbsp;apply(float&nbsp;a)</pre>
266
<dl>
267
<dt><strong>Specified by:</strong></dt>
268
<dd><code><a href="../../../../com/badlogic/gdx/math/Interpolation.html#apply(float)">apply</a></code>&nbsp;in class&nbsp;<code><a href="../../../../com/badlogic/gdx/math/Interpolation.html" title="class in com.badlogic.gdx.math">Interpolation</a></code></dd>
269
<dt><span class="strong">Parameters:</span></dt><dd><code>a</code> - Alpha value between 0 and 1.</dd></dl>
270
</li>
271
</ul>
272
</li>
273
</ul>
274
</li>
275
</ul>
276
</div>
277
</div>
278
<!-- ========= END OF CLASS DATA ========= -->
279
<!-- ======= START OF BOTTOM NAVBAR ====== -->
280
<div class="bottomNav"><a name="navbar_bottom">
281
<!--   -->
282
</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow">
283
<!--   -->
284
</a>
285
<ul class="navList" title="Navigation">
286
<li><a href="../../../../overview-summary.html">Overview</a></li>
287
<li><a href="package-summary.html">Package</a></li>
288
<li class="navBarCell1Rev">Class</li>
289
<li><a href="class-use/Interpolation.BounceOut.html">Use</a></li>
290
<li><a href="package-tree.html">Tree</a></li>
291
<li><a href="../../../../deprecated-list.html">Deprecated</a></li>
292
<li><a href="../../../../index-all.html">Index</a></li>
293
<li><a href="../../../../help-doc.html">Help</a></li>
294
</ul>
295
<div class="aboutLanguage"><em>libgdx API</em></div>
296
</div>
297
<div class="subNav">
298
<ul class="navList">
299
<li><a href="../../../../com/badlogic/gdx/math/Interpolation.BounceIn.html" title="class in com.badlogic.gdx.math"><span class="strong">Prev Class</span></a></li>
300
<li><a href="../../../../com/badlogic/gdx/math/Interpolation.Elastic.html" title="class in com.badlogic.gdx.math"><span class="strong">Next Class</span></a></li>
301
</ul>
302
<ul class="navList">
303
<li><a href="../../../../index.html?com/badlogic/gdx/math/Interpolation.BounceOut.html" target="_top">Frames</a></li>
304
<li><a href="Interpolation.BounceOut.html" target="_top">No Frames</a></li>
305
</ul>
306
<ul class="navList" id="allclasses_navbar_bottom">
307
<li><a href="../../../../allclasses-noframe.html">All Classes</a></li>
308
</ul>
309
<div>
310
<script type="text/javascript"><!--
311
  allClassesLink = document.getElementById("allclasses_navbar_bottom");
312
  if(window==top) {
313
    allClassesLink.style.display = "block";
314
  }
315
  else {
316
    allClassesLink.style.display = "none";
317
  }
318
  //-->
319
</script>
320
</div>
321
<div>
322
<ul class="subNavList">
323
<li>Summary:&nbsp;</li>
324
<li><a href="#nested_classes_inherited_from_class_com.badlogic.gdx.math.Interpolation">Nested</a>&nbsp;|&nbsp;</li>
325
<li><a href="#fields_inherited_from_class_com.badlogic.gdx.math.Interpolation">Field</a>&nbsp;|&nbsp;</li>
326
<li><a href="#constructor_summary">Constr</a>&nbsp;|&nbsp;</li>
327
<li><a href="#method_summary">Method</a></li>
328
</ul>
329
<ul class="subNavList">
330
<li>Detail:&nbsp;</li>
331
<li>Field&nbsp;|&nbsp;</li>
332
<li><a href="#constructor_detail">Constr</a>&nbsp;|&nbsp;</li>
333
<li><a href="#method_detail">Method</a></li>
334
</ul>
335
</div>
336
<a name="skip-navbar_bottom">
337
<!--   -->
338
</a></div>
339
<!-- ======== END OF BOTTOM NAVBAR ======= -->
340
<p class="legalCopy"><small>
341
                                <div style="font-size:9pt"><i>
342
                                Copyright &copy; 2010-2013 Mario Zechner (contact@badlogicgames.com), Nathan Sweet (admin@esotericsoftware.com)
343
                                </i></div>
344
                        </small></p>
345
</body>
346
</html>