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:44 CET 2013 -->
6
<title>JsonWriter.OutputType (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="JsonWriter.OutputType (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/JsonWriter.OutputType.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/utils/JsonWriter.html" title="class in com.badlogic.gdx.utils"><span class="strong">Prev Class</span></a></li>
56
<li><a href="../../../../com/badlogic/gdx/utils/LittleEndianInputStream.html" title="class in com.badlogic.gdx.utils"><span class="strong">Next Class</span></a></li>
57
</ul>
58
<ul class="navList">
59
<li><a href="../../../../index.html?com/badlogic/gdx/utils/JsonWriter.OutputType.html" target="_top">Frames</a></li>
60
<li><a href="JsonWriter.OutputType.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>Nested&nbsp;|&nbsp;</li>
81
<li><a href="#enum_constant_summary">Enum Constants</a>&nbsp;|&nbsp;</li>
82
<li>Field&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><a href="#enum_constant_detail">Enum Constants</a>&nbsp;|&nbsp;</li>
88
<li>Field&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.utils</div>
99
<h2 title="Enum JsonWriter.OutputType" class="title">Enum JsonWriter.OutputType</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>java.lang.Enum&lt;<a href="../../../../com/badlogic/gdx/utils/JsonWriter.OutputType.html" title="enum in com.badlogic.gdx.utils">JsonWriter.OutputType</a>&gt;</li>
107
<li>
108
<ul class="inheritance">
109
<li>com.badlogic.gdx.utils.JsonWriter.OutputType</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>All Implemented Interfaces:</dt>
120
<dd>java.io.Serializable, java.lang.Comparable&lt;<a href="../../../../com/badlogic/gdx/utils/JsonWriter.OutputType.html" title="enum in com.badlogic.gdx.utils">JsonWriter.OutputType</a>&gt;</dd>
121
</dl>
122
<dl>
123
<dt>Enclosing class:</dt>
124
<dd><a href="../../../../com/badlogic/gdx/utils/JsonWriter.html" title="class in com.badlogic.gdx.utils">JsonWriter</a></dd>
125
</dl>
126
<hr>
127
<br>
128
<pre>public static enum <span class="strong">JsonWriter.OutputType</span>
129
extends java.lang.Enum&lt;<a href="../../../../com/badlogic/gdx/utils/JsonWriter.OutputType.html" title="enum in com.badlogic.gdx.utils">JsonWriter.OutputType</a>&gt;</pre>
130
</li>
131
</ul>
132
</div>
133
<div class="summary">
134
<ul class="blockList">
135
<li class="blockList">
136
<!-- =========== ENUM CONSTANT SUMMARY =========== -->
137
<ul class="blockList">
138
<li class="blockList"><a name="enum_constant_summary">
139
<!--   -->
140
</a>
141
<h3>Enum Constant Summary</h3>
142
<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Enum Constant Summary table, listing enum constants, and an explanation">
143
<caption><span>Enum Constants</span><span class="tabEnd">&nbsp;</span></caption>
144
<tr>
145
<th class="colOne" scope="col">Enum Constant and Description</th>
146
</tr>
147
<tr class="altColor">
148
<td class="colOne"><code><strong><a href="../../../../com/badlogic/gdx/utils/JsonWriter.OutputType.html#javascript">javascript</a></strong></code>
149
<div class="block">Like JSON, but names are only quoted if necessary.</div>
150
</td>
151
</tr>
152
<tr class="rowColor">
153
<td class="colOne"><code><strong><a href="../../../../com/badlogic/gdx/utils/JsonWriter.OutputType.html#json">json</a></strong></code>
154
<div class="block">Normal JSON, with all its quotes.</div>
155
</td>
156
</tr>
157
<tr class="altColor">
158
<td class="colOne"><code><strong><a href="../../../../com/badlogic/gdx/utils/JsonWriter.OutputType.html#minimal">minimal</a></strong></code>
159
<div class="block">Like JSON, but names and values are only quoted if necessary.</div>
160
</td>
161
</tr>
162
</table>
163
</li>
164
</ul>
165
<!-- ========== METHOD SUMMARY =========== -->
166
<ul class="blockList">
167
<li class="blockList"><a name="method_summary">
168
<!--   -->
169
</a>
170
<h3>Method Summary</h3>
171
<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation">
172
<caption><span>Methods</span><span class="tabEnd">&nbsp;</span></caption>
173
<tr>
174
<th class="colFirst" scope="col">Modifier and Type</th>
175
<th class="colLast" scope="col">Method and Description</th>
176
</tr>
177
<tr class="altColor">
178
<td class="colFirst"><code>java.lang.String</code></td>
179
<td class="colLast"><code><strong><a href="../../../../com/badlogic/gdx/utils/JsonWriter.OutputType.html#quoteName(java.lang.String)">quoteName</a></strong>(java.lang.String&nbsp;value)</code>&nbsp;</td>
180
</tr>
181
<tr class="rowColor">
182
<td class="colFirst"><code>java.lang.String</code></td>
183
<td class="colLast"><code><strong><a href="../../../../com/badlogic/gdx/utils/JsonWriter.OutputType.html#quoteValue(java.lang.Object)">quoteValue</a></strong>(java.lang.Object&nbsp;value)</code>&nbsp;</td>
184
</tr>
185
<tr class="altColor">
186
<td class="colFirst"><code>static <a href="../../../../com/badlogic/gdx/utils/JsonWriter.OutputType.html" title="enum in com.badlogic.gdx.utils">JsonWriter.OutputType</a></code></td>
187
<td class="colLast"><code><strong><a href="../../../../com/badlogic/gdx/utils/JsonWriter.OutputType.html#valueOf(java.lang.String)">valueOf</a></strong>(java.lang.String&nbsp;name)</code>
188
<div class="block">Returns the enum constant of this type with the specified name.</div>
189
</td>
190
</tr>
191
<tr class="rowColor">
192
<td class="colFirst"><code>static <a href="../../../../com/badlogic/gdx/utils/JsonWriter.OutputType.html" title="enum in com.badlogic.gdx.utils">JsonWriter.OutputType</a>[]</code></td>
193
<td class="colLast"><code><strong><a href="../../../../com/badlogic/gdx/utils/JsonWriter.OutputType.html#values()">values</a></strong>()</code>
194
<div class="block">Returns an array containing the constants of this enum type, in
195
the order they are declared.</div>
196
</td>
197
</tr>
198
</table>
199
<ul class="blockList">
200
<li class="blockList"><a name="methods_inherited_from_class_java.lang.Enum">
201
<!--   -->
202
</a>
203
<h3>Methods inherited from class&nbsp;java.lang.Enum</h3>
204
<code>clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf</code></li>
205
</ul>
206
<ul class="blockList">
207
<li class="blockList"><a name="methods_inherited_from_class_java.lang.Object">
208
<!--   -->
209
</a>
210
<h3>Methods inherited from class&nbsp;java.lang.Object</h3>
211
<code>getClass, notify, notifyAll, wait, wait, wait</code></li>
212
</ul>
213
</li>
214
</ul>
215
</li>
216
</ul>
217
</div>
218
<div class="details">
219
<ul class="blockList">
220
<li class="blockList">
221
<!-- ============ ENUM CONSTANT DETAIL =========== -->
222
<ul class="blockList">
223
<li class="blockList"><a name="enum_constant_detail">
224
<!--   -->
225
</a>
226
<h3>Enum Constant Detail</h3>
227
<a name="json">
228
<!--   -->
229
</a>
230
<ul class="blockList">
231
<li class="blockList">
232
<h4>json</h4>
233
<pre>public static final&nbsp;<a href="../../../../com/badlogic/gdx/utils/JsonWriter.OutputType.html" title="enum in com.badlogic.gdx.utils">JsonWriter.OutputType</a> json</pre>
234
<div class="block">Normal JSON, with all its quotes.</div>
235
</li>
236
</ul>
237
<a name="javascript">
238
<!--   -->
239
</a>
240
<ul class="blockList">
241
<li class="blockList">
242
<h4>javascript</h4>
243
<pre>public static final&nbsp;<a href="../../../../com/badlogic/gdx/utils/JsonWriter.OutputType.html" title="enum in com.badlogic.gdx.utils">JsonWriter.OutputType</a> javascript</pre>
244
<div class="block">Like JSON, but names are only quoted if necessary.</div>
245
</li>
246
</ul>
247
<a name="minimal">
248
<!--   -->
249
</a>
250
<ul class="blockListLast">
251
<li class="blockList">
252
<h4>minimal</h4>
253
<pre>public static final&nbsp;<a href="../../../../com/badlogic/gdx/utils/JsonWriter.OutputType.html" title="enum in com.badlogic.gdx.utils">JsonWriter.OutputType</a> minimal</pre>
254
<div class="block">Like JSON, but names and values are only quoted if necessary.</div>
255
</li>
256
</ul>
257
</li>
258
</ul>
259
<!-- ============ METHOD DETAIL ========== -->
260
<ul class="blockList">
261
<li class="blockList"><a name="method_detail">
262
<!--   -->
263
</a>
264
<h3>Method Detail</h3>
265
<a name="values()">
266
<!--   -->
267
</a>
268
<ul class="blockList">
269
<li class="blockList">
270
<h4>values</h4>
271
<pre>public static&nbsp;<a href="../../../../com/badlogic/gdx/utils/JsonWriter.OutputType.html" title="enum in com.badlogic.gdx.utils">JsonWriter.OutputType</a>[]&nbsp;values()</pre>
272
<div class="block">Returns an array containing the constants of this enum type, in
273
the order they are declared.  This method may be used to iterate
274
over the constants as follows:
275
<pre>
276
for (JsonWriter.OutputType c : JsonWriter.OutputType.values())
277
&nbsp;   System.out.println(c);
278
</pre></div>
279
<dl><dt><span class="strong">Returns:</span></dt><dd>an array containing the constants of this enum type, in
280
the order they are declared</dd></dl>
281
</li>
282
</ul>
283
<a name="valueOf(java.lang.String)">
284
<!--   -->
285
</a>
286
<ul class="blockList">
287
<li class="blockList">
288
<h4>valueOf</h4>
289
<pre>public static&nbsp;<a href="../../../../com/badlogic/gdx/utils/JsonWriter.OutputType.html" title="enum in com.badlogic.gdx.utils">JsonWriter.OutputType</a>&nbsp;valueOf(java.lang.String&nbsp;name)</pre>
290
<div class="block">Returns the enum constant of this type with the specified name.
291
The string must match <i>exactly</i> an identifier used to declare an
292
enum constant in this type.  (Extraneous whitespace characters are
293
not permitted.)</div>
294
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>name</code> - the name of the enum constant to be returned.</dd>
295
<dt><span class="strong">Returns:</span></dt><dd>the enum constant with the specified name</dd>
296
<dt><span class="strong">Throws:</span></dt>
297
<dd><code>java.lang.IllegalArgumentException</code> - if this enum type has no constant
298
with the specified name</dd>
299
<dd><code>java.lang.NullPointerException</code> - if the argument is null</dd></dl>
300
</li>
301
</ul>
302
<a name="quoteValue(java.lang.Object)">
303
<!--   -->
304
</a>
305
<ul class="blockList">
306
<li class="blockList">
307
<h4>quoteValue</h4>
308
<pre>public&nbsp;java.lang.String&nbsp;quoteValue(java.lang.Object&nbsp;value)</pre>
309
</li>
310
</ul>
311
<a name="quoteName(java.lang.String)">
312
<!--   -->
313
</a>
314
<ul class="blockListLast">
315
<li class="blockList">
316
<h4>quoteName</h4>
317
<pre>public&nbsp;java.lang.String&nbsp;quoteName(java.lang.String&nbsp;value)</pre>
318
</li>
319
</ul>
320
</li>
321
</ul>
322
</li>
323
</ul>
324
</div>
325
</div>
326
<!-- ========= END OF CLASS DATA ========= -->
327
<!-- ======= START OF BOTTOM NAVBAR ====== -->
328
<div class="bottomNav"><a name="navbar_bottom">
329
<!--   -->
330
</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow">
331
<!--   -->
332
</a>
333
<ul class="navList" title="Navigation">
334
<li><a href="../../../../overview-summary.html">Overview</a></li>
335
<li><a href="package-summary.html">Package</a></li>
336
<li class="navBarCell1Rev">Class</li>
337
<li><a href="class-use/JsonWriter.OutputType.html">Use</a></li>
338
<li><a href="package-tree.html">Tree</a></li>
339
<li><a href="../../../../deprecated-list.html">Deprecated</a></li>
340
<li><a href="../../../../index-all.html">Index</a></li>
341
<li><a href="../../../../help-doc.html">Help</a></li>
342
</ul>
343
<div class="aboutLanguage"><em>libgdx API</em></div>
344
</div>
345
<div class="subNav">
346
<ul class="navList">
347
<li><a href="../../../../com/badlogic/gdx/utils/JsonWriter.html" title="class in com.badlogic.gdx.utils"><span class="strong">Prev Class</span></a></li>
348
<li><a href="../../../../com/badlogic/gdx/utils/LittleEndianInputStream.html" title="class in com.badlogic.gdx.utils"><span class="strong">Next Class</span></a></li>
349
</ul>
350
<ul class="navList">
351
<li><a href="../../../../index.html?com/badlogic/gdx/utils/JsonWriter.OutputType.html" target="_top">Frames</a></li>
352
<li><a href="JsonWriter.OutputType.html" target="_top">No Frames</a></li>
353
</ul>
354
<ul class="navList" id="allclasses_navbar_bottom">
355
<li><a href="../../../../allclasses-noframe.html">All Classes</a></li>
356
</ul>
357
<div>
358
<script type="text/javascript"><!--
359
  allClassesLink = document.getElementById("allclasses_navbar_bottom");
360
  if(window==top) {
361
    allClassesLink.style.display = "block";
362
  }
363
  else {
364
    allClassesLink.style.display = "none";
365
  }
366
  //-->
367
</script>
368
</div>
369
<div>
370
<ul class="subNavList">
371
<li>Summary:&nbsp;</li>
372
<li>Nested&nbsp;|&nbsp;</li>
373
<li><a href="#enum_constant_summary">Enum Constants</a>&nbsp;|&nbsp;</li>
374
<li>Field&nbsp;|&nbsp;</li>
375
<li><a href="#method_summary">Method</a></li>
376
</ul>
377
<ul class="subNavList">
378
<li>Detail:&nbsp;</li>
379
<li><a href="#enum_constant_detail">Enum Constants</a>&nbsp;|&nbsp;</li>
380
<li>Field&nbsp;|&nbsp;</li>
381
<li><a href="#method_detail">Method</a></li>
382
</ul>
383
</div>
384
<a name="skip-navbar_bottom">
385
<!--   -->
386
</a></div>
387
<!-- ======== END OF BOTTOM NAVBAR ======= -->
388
<p class="legalCopy"><small>
389
                                <div style="font-size:9pt"><i>
390
                                Copyright &copy; 2010-2013 Mario Zechner (contact@badlogicgames.com), Nathan Sweet (admin@esotericsoftware.com)
391
                                </i></div>
392
                        </small></p>
393
</body>
394
</html>