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