Adjusting testing cases for current state of OCCT
[occt.git] / samples / java / java / CASCADESamplesJni / Quantity_NameOfColor.java
1 // Java Native Class from Cas.Cade
2 //                     Copyright (C) 1991,1999 by
3 //  
4 //                      MATRA DATAVISION, FRANCE
5 //  
6 // This software is furnished in accordance with the terms and conditions
7 // of the contract and with the inclusion of the above copyright notice.
8 // This software or any other copy thereof may not be provided or otherwise
9 // be made available to any other person. No title to an ownership of the
10 // software is hereby transferred.
11 //  
12 // At the termination of the contract, the software and all copies of this
13 // software must be deleted.
14 //
15
16
17 package CASCADESamplesJni;
18
19
20 public class Quantity_NameOfColor extends jcas.Standard_Enumeration  {
21
22 public final static short Quantity_NOC_BLACK = 0;
23 public final static short Quantity_NOC_MATRABLUE = 1;
24 public final static short Quantity_NOC_MATRAGRAY = 2;
25 public final static short Quantity_NOC_ALICEBLUE = 3;
26 public final static short Quantity_NOC_ANTIQUEWHITE = 4;
27 public final static short Quantity_NOC_ANTIQUEWHITE1 = 5;
28 public final static short Quantity_NOC_ANTIQUEWHITE2 = 6;
29 public final static short Quantity_NOC_ANTIQUEWHITE3 = 7;
30 public final static short Quantity_NOC_ANTIQUEWHITE4 = 8;
31 public final static short Quantity_NOC_AQUAMARINE1 = 9;
32 public final static short Quantity_NOC_AQUAMARINE2 = 10;
33 public final static short Quantity_NOC_AQUAMARINE4 = 11;
34 public final static short Quantity_NOC_AZURE = 12;
35 public final static short Quantity_NOC_AZURE2 = 13;
36 public final static short Quantity_NOC_AZURE3 = 14;
37 public final static short Quantity_NOC_AZURE4 = 15;
38 public final static short Quantity_NOC_BEIGE = 16;
39 public final static short Quantity_NOC_BISQUE = 17;
40 public final static short Quantity_NOC_BISQUE2 = 18;
41 public final static short Quantity_NOC_BISQUE3 = 19;
42 public final static short Quantity_NOC_BISQUE4 = 20;
43 public final static short Quantity_NOC_BLANCHEDALMOND = 21;
44 public final static short Quantity_NOC_BLUE1 = 22;
45 public final static short Quantity_NOC_BLUE2 = 23;
46 public final static short Quantity_NOC_BLUE3 = 24;
47 public final static short Quantity_NOC_BLUE4 = 25;
48 public final static short Quantity_NOC_BLUEVIOLET = 26;
49 public final static short Quantity_NOC_BROWN = 27;
50 public final static short Quantity_NOC_BROWN1 = 28;
51 public final static short Quantity_NOC_BROWN2 = 29;
52 public final static short Quantity_NOC_BROWN3 = 30;
53 public final static short Quantity_NOC_BROWN4 = 31;
54 public final static short Quantity_NOC_BURLYWOOD = 32;
55 public final static short Quantity_NOC_BURLYWOOD1 = 33;
56 public final static short Quantity_NOC_BURLYWOOD2 = 34;
57 public final static short Quantity_NOC_BURLYWOOD3 = 35;
58 public final static short Quantity_NOC_BURLYWOOD4 = 36;
59 public final static short Quantity_NOC_CADETBLUE = 37;
60 public final static short Quantity_NOC_CADETBLUE1 = 38;
61 public final static short Quantity_NOC_CADETBLUE2 = 39;
62 public final static short Quantity_NOC_CADETBLUE3 = 40;
63 public final static short Quantity_NOC_CADETBLUE4 = 41;
64 public final static short Quantity_NOC_CHARTREUSE = 42;
65 public final static short Quantity_NOC_CHARTREUSE1 = 43;
66 public final static short Quantity_NOC_CHARTREUSE2 = 44;
67 public final static short Quantity_NOC_CHARTREUSE3 = 45;
68 public final static short Quantity_NOC_CHARTREUSE4 = 46;
69 public final static short Quantity_NOC_CHOCOLATE = 47;
70 public final static short Quantity_NOC_CHOCOLATE1 = 48;
71 public final static short Quantity_NOC_CHOCOLATE2 = 49;
72 public final static short Quantity_NOC_CHOCOLATE3 = 50;
73 public final static short Quantity_NOC_CHOCOLATE4 = 51;
74 public final static short Quantity_NOC_CORAL = 52;
75 public final static short Quantity_NOC_CORAL1 = 53;
76 public final static short Quantity_NOC_CORAL2 = 54;
77 public final static short Quantity_NOC_CORAL3 = 55;
78 public final static short Quantity_NOC_CORAL4 = 56;
79 public final static short Quantity_NOC_CORNFLOWERBLUE = 57;
80 public final static short Quantity_NOC_CORNSILK1 = 58;
81 public final static short Quantity_NOC_CORNSILK2 = 59;
82 public final static short Quantity_NOC_CORNSILK3 = 60;
83 public final static short Quantity_NOC_CORNSILK4 = 61;
84 public final static short Quantity_NOC_CYAN1 = 62;
85 public final static short Quantity_NOC_CYAN2 = 63;
86 public final static short Quantity_NOC_CYAN3 = 64;
87 public final static short Quantity_NOC_CYAN4 = 65;
88 public final static short Quantity_NOC_DARKGOLDENROD = 66;
89 public final static short Quantity_NOC_DARKGOLDENROD1 = 67;
90 public final static short Quantity_NOC_DARKGOLDENROD2 = 68;
91 public final static short Quantity_NOC_DARKGOLDENROD3 = 69;
92 public final static short Quantity_NOC_DARKGOLDENROD4 = 70;
93 public final static short Quantity_NOC_DARKGREEN = 71;
94 public final static short Quantity_NOC_DARKKHAKI = 72;
95 public final static short Quantity_NOC_DARKOLIVEGREEN = 73;
96 public final static short Quantity_NOC_DARKOLIVEGREEN1 = 74;
97 public final static short Quantity_NOC_DARKOLIVEGREEN2 = 75;
98 public final static short Quantity_NOC_DARKOLIVEGREEN3 = 76;
99 public final static short Quantity_NOC_DARKOLIVEGREEN4 = 77;
100 public final static short Quantity_NOC_DARKORANGE = 78;
101 public final static short Quantity_NOC_DARKORANGE1 = 79;
102 public final static short Quantity_NOC_DARKORANGE2 = 80;
103 public final static short Quantity_NOC_DARKORANGE3 = 81;
104 public final static short Quantity_NOC_DARKORANGE4 = 82;
105 public final static short Quantity_NOC_DARKORCHID = 83;
106 public final static short Quantity_NOC_DARKORCHID1 = 84;
107 public final static short Quantity_NOC_DARKORCHID2 = 85;
108 public final static short Quantity_NOC_DARKORCHID3 = 86;
109 public final static short Quantity_NOC_DARKORCHID4 = 87;
110 public final static short Quantity_NOC_DARKSALMON = 88;
111 public final static short Quantity_NOC_DARKSEAGREEN = 89;
112 public final static short Quantity_NOC_DARKSEAGREEN1 = 90;
113 public final static short Quantity_NOC_DARKSEAGREEN2 = 91;
114 public final static short Quantity_NOC_DARKSEAGREEN3 = 92;
115 public final static short Quantity_NOC_DARKSEAGREEN4 = 93;
116 public final static short Quantity_NOC_DARKSLATEBLUE = 94;
117 public final static short Quantity_NOC_DARKSLATEGRAY1 = 95;
118 public final static short Quantity_NOC_DARKSLATEGRAY2 = 96;
119 public final static short Quantity_NOC_DARKSLATEGRAY3 = 97;
120 public final static short Quantity_NOC_DARKSLATEGRAY4 = 98;
121 public final static short Quantity_NOC_DARKSLATEGRAY = 99;
122 public final static short Quantity_NOC_DARKTURQUOISE = 100;
123 public final static short Quantity_NOC_DARKVIOLET = 101;
124 public final static short Quantity_NOC_DEEPPINK = 102;
125 public final static short Quantity_NOC_DEEPPINK2 = 103;
126 public final static short Quantity_NOC_DEEPPINK3 = 104;
127 public final static short Quantity_NOC_DEEPPINK4 = 105;
128 public final static short Quantity_NOC_DEEPSKYBLUE1 = 106;
129 public final static short Quantity_NOC_DEEPSKYBLUE2 = 107;
130 public final static short Quantity_NOC_DEEPSKYBLUE3 = 108;
131 public final static short Quantity_NOC_DEEPSKYBLUE4 = 109;
132 public final static short Quantity_NOC_DODGERBLUE1 = 110;
133 public final static short Quantity_NOC_DODGERBLUE2 = 111;
134 public final static short Quantity_NOC_DODGERBLUE3 = 112;
135 public final static short Quantity_NOC_DODGERBLUE4 = 113;
136 public final static short Quantity_NOC_FIREBRICK = 114;
137 public final static short Quantity_NOC_FIREBRICK1 = 115;
138 public final static short Quantity_NOC_FIREBRICK2 = 116;
139 public final static short Quantity_NOC_FIREBRICK3 = 117;
140 public final static short Quantity_NOC_FIREBRICK4 = 118;
141 public final static short Quantity_NOC_FLORALWHITE = 119;
142 public final static short Quantity_NOC_FORESTGREEN = 120;
143 public final static short Quantity_NOC_GAINSBORO = 121;
144 public final static short Quantity_NOC_GHOSTWHITE = 122;
145 public final static short Quantity_NOC_GOLD = 123;
146 public final static short Quantity_NOC_GOLD1 = 124;
147 public final static short Quantity_NOC_GOLD2 = 125;
148 public final static short Quantity_NOC_GOLD3 = 126;
149 public final static short Quantity_NOC_GOLD4 = 127;
150 public final static short Quantity_NOC_GOLDENROD = 128;
151 public final static short Quantity_NOC_GOLDENROD1 = 129;
152 public final static short Quantity_NOC_GOLDENROD2 = 130;
153 public final static short Quantity_NOC_GOLDENROD3 = 131;
154 public final static short Quantity_NOC_GOLDENROD4 = 132;
155 public final static short Quantity_NOC_GRAY = 133;
156 public final static short Quantity_NOC_GRAY0 = 134;
157 public final static short Quantity_NOC_GRAY1 = 135;
158 public final static short Quantity_NOC_GRAY10 = 136;
159 public final static short Quantity_NOC_GRAY11 = 137;
160 public final static short Quantity_NOC_GRAY12 = 138;
161 public final static short Quantity_NOC_GRAY13 = 139;
162 public final static short Quantity_NOC_GRAY14 = 140;
163 public final static short Quantity_NOC_GRAY15 = 141;
164 public final static short Quantity_NOC_GRAY16 = 142;
165 public final static short Quantity_NOC_GRAY17 = 143;
166 public final static short Quantity_NOC_GRAY18 = 144;
167 public final static short Quantity_NOC_GRAY19 = 145;
168 public final static short Quantity_NOC_GRAY2 = 146;
169 public final static short Quantity_NOC_GRAY20 = 147;
170 public final static short Quantity_NOC_GRAY21 = 148;
171 public final static short Quantity_NOC_GRAY22 = 149;
172 public final static short Quantity_NOC_GRAY23 = 150;
173 public final static short Quantity_NOC_GRAY24 = 151;
174 public final static short Quantity_NOC_GRAY25 = 152;
175 public final static short Quantity_NOC_GRAY26 = 153;
176 public final static short Quantity_NOC_GRAY27 = 154;
177 public final static short Quantity_NOC_GRAY28 = 155;
178 public final static short Quantity_NOC_GRAY29 = 156;
179 public final static short Quantity_NOC_GRAY3 = 157;
180 public final static short Quantity_NOC_GRAY30 = 158;
181 public final static short Quantity_NOC_GRAY31 = 159;
182 public final static short Quantity_NOC_GRAY32 = 160;
183 public final static short Quantity_NOC_GRAY33 = 161;
184 public final static short Quantity_NOC_GRAY34 = 162;
185 public final static short Quantity_NOC_GRAY35 = 163;
186 public final static short Quantity_NOC_GRAY36 = 164;
187 public final static short Quantity_NOC_GRAY37 = 165;
188 public final static short Quantity_NOC_GRAY38 = 166;
189 public final static short Quantity_NOC_GRAY39 = 167;
190 public final static short Quantity_NOC_GRAY4 = 168;
191 public final static short Quantity_NOC_GRAY40 = 169;
192 public final static short Quantity_NOC_GRAY41 = 170;
193 public final static short Quantity_NOC_GRAY42 = 171;
194 public final static short Quantity_NOC_GRAY43 = 172;
195 public final static short Quantity_NOC_GRAY44 = 173;
196 public final static short Quantity_NOC_GRAY45 = 174;
197 public final static short Quantity_NOC_GRAY46 = 175;
198 public final static short Quantity_NOC_GRAY47 = 176;
199 public final static short Quantity_NOC_GRAY48 = 177;
200 public final static short Quantity_NOC_GRAY49 = 178;
201 public final static short Quantity_NOC_GRAY5 = 179;
202 public final static short Quantity_NOC_GRAY50 = 180;
203 public final static short Quantity_NOC_GRAY51 = 181;
204 public final static short Quantity_NOC_GRAY52 = 182;
205 public final static short Quantity_NOC_GRAY53 = 183;
206 public final static short Quantity_NOC_GRAY54 = 184;
207 public final static short Quantity_NOC_GRAY55 = 185;
208 public final static short Quantity_NOC_GRAY56 = 186;
209 public final static short Quantity_NOC_GRAY57 = 187;
210 public final static short Quantity_NOC_GRAY58 = 188;
211 public final static short Quantity_NOC_GRAY59 = 189;
212 public final static short Quantity_NOC_GRAY6 = 190;
213 public final static short Quantity_NOC_GRAY60 = 191;
214 public final static short Quantity_NOC_GRAY61 = 192;
215 public final static short Quantity_NOC_GRAY62 = 193;
216 public final static short Quantity_NOC_GRAY63 = 194;
217 public final static short Quantity_NOC_GRAY64 = 195;
218 public final static short Quantity_NOC_GRAY65 = 196;
219 public final static short Quantity_NOC_GRAY66 = 197;
220 public final static short Quantity_NOC_GRAY67 = 198;
221 public final static short Quantity_NOC_GRAY68 = 199;
222 public final static short Quantity_NOC_GRAY69 = 200;
223 public final static short Quantity_NOC_GRAY7 = 201;
224 public final static short Quantity_NOC_GRAY70 = 202;
225 public final static short Quantity_NOC_GRAY71 = 203;
226 public final static short Quantity_NOC_GRAY72 = 204;
227 public final static short Quantity_NOC_GRAY73 = 205;
228 public final static short Quantity_NOC_GRAY74 = 206;
229 public final static short Quantity_NOC_GRAY75 = 207;
230 public final static short Quantity_NOC_GRAY76 = 208;
231 public final static short Quantity_NOC_GRAY77 = 209;
232 public final static short Quantity_NOC_GRAY78 = 210;
233 public final static short Quantity_NOC_GRAY79 = 211;
234 public final static short Quantity_NOC_GRAY8 = 212;
235 public final static short Quantity_NOC_GRAY80 = 213;
236 public final static short Quantity_NOC_GRAY81 = 214;
237 public final static short Quantity_NOC_GRAY82 = 215;
238 public final static short Quantity_NOC_GRAY83 = 216;
239 public final static short Quantity_NOC_GRAY85 = 217;
240 public final static short Quantity_NOC_GRAY86 = 218;
241 public final static short Quantity_NOC_GRAY87 = 219;
242 public final static short Quantity_NOC_GRAY88 = 220;
243 public final static short Quantity_NOC_GRAY89 = 221;
244 public final static short Quantity_NOC_GRAY9 = 222;
245 public final static short Quantity_NOC_GRAY90 = 223;
246 public final static short Quantity_NOC_GRAY91 = 224;
247 public final static short Quantity_NOC_GRAY92 = 225;
248 public final static short Quantity_NOC_GRAY93 = 226;
249 public final static short Quantity_NOC_GRAY94 = 227;
250 public final static short Quantity_NOC_GRAY95 = 228;
251 public final static short Quantity_NOC_GREEN = 229;
252 public final static short Quantity_NOC_GREEN1 = 230;
253 public final static short Quantity_NOC_GREEN2 = 231;
254 public final static short Quantity_NOC_GREEN3 = 232;
255 public final static short Quantity_NOC_GREEN4 = 233;
256 public final static short Quantity_NOC_GREENYELLOW = 234;
257 public final static short Quantity_NOC_GRAY97 = 235;
258 public final static short Quantity_NOC_GRAY98 = 236;
259 public final static short Quantity_NOC_GRAY99 = 237;
260 public final static short Quantity_NOC_HONEYDEW = 238;
261 public final static short Quantity_NOC_HONEYDEW2 = 239;
262 public final static short Quantity_NOC_HONEYDEW3 = 240;
263 public final static short Quantity_NOC_HONEYDEW4 = 241;
264 public final static short Quantity_NOC_HOTPINK = 242;
265 public final static short Quantity_NOC_HOTPINK1 = 243;
266 public final static short Quantity_NOC_HOTPINK2 = 244;
267 public final static short Quantity_NOC_HOTPINK3 = 245;
268 public final static short Quantity_NOC_HOTPINK4 = 246;
269 public final static short Quantity_NOC_INDIANRED = 247;
270 public final static short Quantity_NOC_INDIANRED1 = 248;
271 public final static short Quantity_NOC_INDIANRED2 = 249;
272 public final static short Quantity_NOC_INDIANRED3 = 250;
273 public final static short Quantity_NOC_INDIANRED4 = 251;
274 public final static short Quantity_NOC_IVORY = 252;
275 public final static short Quantity_NOC_IVORY2 = 253;
276 public final static short Quantity_NOC_IVORY3 = 254;
277 public final static short Quantity_NOC_IVORY4 = 255;
278 public final static short Quantity_NOC_KHAKI = 256;
279 public final static short Quantity_NOC_KHAKI1 = 257;
280 public final static short Quantity_NOC_KHAKI2 = 258;
281 public final static short Quantity_NOC_KHAKI3 = 259;
282 public final static short Quantity_NOC_KHAKI4 = 260;
283 public final static short Quantity_NOC_LAVENDER = 261;
284 public final static short Quantity_NOC_LAVENDERBLUSH1 = 262;
285 public final static short Quantity_NOC_LAVENDERBLUSH2 = 263;
286 public final static short Quantity_NOC_LAVENDERBLUSH3 = 264;
287 public final static short Quantity_NOC_LAVENDERBLUSH4 = 265;
288 public final static short Quantity_NOC_LAWNGREEN = 266;
289 public final static short Quantity_NOC_LEMONCHIFFON1 = 267;
290 public final static short Quantity_NOC_LEMONCHIFFON2 = 268;
291 public final static short Quantity_NOC_LEMONCHIFFON3 = 269;
292 public final static short Quantity_NOC_LEMONCHIFFON4 = 270;
293 public final static short Quantity_NOC_LIGHTBLUE = 271;
294 public final static short Quantity_NOC_LIGHTBLUE1 = 272;
295 public final static short Quantity_NOC_LIGHTBLUE2 = 273;
296 public final static short Quantity_NOC_LIGHTBLUE3 = 274;
297 public final static short Quantity_NOC_LIGHTBLUE4 = 275;
298 public final static short Quantity_NOC_LIGHTCORAL = 276;
299 public final static short Quantity_NOC_LIGHTCYAN1 = 277;
300 public final static short Quantity_NOC_LIGHTCYAN2 = 278;
301 public final static short Quantity_NOC_LIGHTCYAN3 = 279;
302 public final static short Quantity_NOC_LIGHTCYAN4 = 280;
303 public final static short Quantity_NOC_LIGHTGOLDENROD = 281;
304 public final static short Quantity_NOC_LIGHTGOLDENROD1 = 282;
305 public final static short Quantity_NOC_LIGHTGOLDENROD2 = 283;
306 public final static short Quantity_NOC_LIGHTGOLDENROD3 = 284;
307 public final static short Quantity_NOC_LIGHTGOLDENROD4 = 285;
308 public final static short Quantity_NOC_LIGHTGOLDENRODYELLOW = 286;
309 public final static short Quantity_NOC_LIGHTGRAY = 287;
310 public final static short Quantity_NOC_LIGHTPINK = 288;
311 public final static short Quantity_NOC_LIGHTPINK1 = 289;
312 public final static short Quantity_NOC_LIGHTPINK2 = 290;
313 public final static short Quantity_NOC_LIGHTPINK3 = 291;
314 public final static short Quantity_NOC_LIGHTPINK4 = 292;
315 public final static short Quantity_NOC_LIGHTSALMON1 = 293;
316 public final static short Quantity_NOC_LIGHTSALMON2 = 294;
317 public final static short Quantity_NOC_LIGHTSALMON3 = 295;
318 public final static short Quantity_NOC_LIGHTSALMON4 = 296;
319 public final static short Quantity_NOC_LIGHTSEAGREEN = 297;
320 public final static short Quantity_NOC_LIGHTSKYBLUE = 298;
321 public final static short Quantity_NOC_LIGHTSKYBLUE1 = 299;
322 public final static short Quantity_NOC_LIGHTSKYBLUE2 = 300;
323 public final static short Quantity_NOC_LIGHTSKYBLUE3 = 301;
324 public final static short Quantity_NOC_LIGHTSKYBLUE4 = 302;
325 public final static short Quantity_NOC_LIGHTSLATEBLUE = 303;
326 public final static short Quantity_NOC_LIGHTSLATEGRAY = 304;
327 public final static short Quantity_NOC_LIGHTSTEELBLUE = 305;
328 public final static short Quantity_NOC_LIGHTSTEELBLUE1 = 306;
329 public final static short Quantity_NOC_LIGHTSTEELBLUE2 = 307;
330 public final static short Quantity_NOC_LIGHTSTEELBLUE3 = 308;
331 public final static short Quantity_NOC_LIGHTSTEELBLUE4 = 309;
332 public final static short Quantity_NOC_LIGHTYELLOW = 310;
333 public final static short Quantity_NOC_LIGHTYELLOW2 = 311;
334 public final static short Quantity_NOC_LIGHTYELLOW3 = 312;
335 public final static short Quantity_NOC_LIGHTYELLOW4 = 313;
336 public final static short Quantity_NOC_LIMEGREEN = 314;
337 public final static short Quantity_NOC_LINEN = 315;
338 public final static short Quantity_NOC_MAGENTA1 = 316;
339 public final static short Quantity_NOC_MAGENTA2 = 317;
340 public final static short Quantity_NOC_MAGENTA3 = 318;
341 public final static short Quantity_NOC_MAGENTA4 = 319;
342 public final static short Quantity_NOC_MAROON = 320;
343 public final static short Quantity_NOC_MAROON1 = 321;
344 public final static short Quantity_NOC_MAROON2 = 322;
345 public final static short Quantity_NOC_MAROON3 = 323;
346 public final static short Quantity_NOC_MAROON4 = 324;
347 public final static short Quantity_NOC_MEDIUMAQUAMARINE = 325;
348 public final static short Quantity_NOC_MEDIUMORCHID = 326;
349 public final static short Quantity_NOC_MEDIUMORCHID1 = 327;
350 public final static short Quantity_NOC_MEDIUMORCHID2 = 328;
351 public final static short Quantity_NOC_MEDIUMORCHID3 = 329;
352 public final static short Quantity_NOC_MEDIUMORCHID4 = 330;
353 public final static short Quantity_NOC_MEDIUMPURPLE = 331;
354 public final static short Quantity_NOC_MEDIUMPURPLE1 = 332;
355 public final static short Quantity_NOC_MEDIUMPURPLE2 = 333;
356 public final static short Quantity_NOC_MEDIUMPURPLE3 = 334;
357 public final static short Quantity_NOC_MEDIUMPURPLE4 = 335;
358 public final static short Quantity_NOC_MEDIUMSEAGREEN = 336;
359 public final static short Quantity_NOC_MEDIUMSLATEBLUE = 337;
360 public final static short Quantity_NOC_MEDIUMSPRINGGREEN = 338;
361 public final static short Quantity_NOC_MEDIUMTURQUOISE = 339;
362 public final static short Quantity_NOC_MEDIUMVIOLETRED = 340;
363 public final static short Quantity_NOC_MIDNIGHTBLUE = 341;
364 public final static short Quantity_NOC_MINTCREAM = 342;
365 public final static short Quantity_NOC_MISTYROSE = 343;
366 public final static short Quantity_NOC_MISTYROSE2 = 344;
367 public final static short Quantity_NOC_MISTYROSE3 = 345;
368 public final static short Quantity_NOC_MISTYROSE4 = 346;
369 public final static short Quantity_NOC_MOCCASIN = 347;
370 public final static short Quantity_NOC_NAVAJOWHITE1 = 348;
371 public final static short Quantity_NOC_NAVAJOWHITE2 = 349;
372 public final static short Quantity_NOC_NAVAJOWHITE3 = 350;
373 public final static short Quantity_NOC_NAVAJOWHITE4 = 351;
374 public final static short Quantity_NOC_NAVYBLUE = 352;
375 public final static short Quantity_NOC_OLDLACE = 353;
376 public final static short Quantity_NOC_OLIVEDRAB = 354;
377 public final static short Quantity_NOC_OLIVEDRAB1 = 355;
378 public final static short Quantity_NOC_OLIVEDRAB2 = 356;
379 public final static short Quantity_NOC_OLIVEDRAB3 = 357;
380 public final static short Quantity_NOC_OLIVEDRAB4 = 358;
381 public final static short Quantity_NOC_ORANGE = 359;
382 public final static short Quantity_NOC_ORANGE1 = 360;
383 public final static short Quantity_NOC_ORANGE2 = 361;
384 public final static short Quantity_NOC_ORANGE3 = 362;
385 public final static short Quantity_NOC_ORANGE4 = 363;
386 public final static short Quantity_NOC_ORANGERED = 364;
387 public final static short Quantity_NOC_ORANGERED1 = 365;
388 public final static short Quantity_NOC_ORANGERED2 = 366;
389 public final static short Quantity_NOC_ORANGERED3 = 367;
390 public final static short Quantity_NOC_ORANGERED4 = 368;
391 public final static short Quantity_NOC_ORCHID = 369;
392 public final static short Quantity_NOC_ORCHID1 = 370;
393 public final static short Quantity_NOC_ORCHID2 = 371;
394 public final static short Quantity_NOC_ORCHID3 = 372;
395 public final static short Quantity_NOC_ORCHID4 = 373;
396 public final static short Quantity_NOC_PALEGOLDENROD = 374;
397 public final static short Quantity_NOC_PALEGREEN = 375;
398 public final static short Quantity_NOC_PALEGREEN1 = 376;
399 public final static short Quantity_NOC_PALEGREEN2 = 377;
400 public final static short Quantity_NOC_PALEGREEN3 = 378;
401 public final static short Quantity_NOC_PALEGREEN4 = 379;
402 public final static short Quantity_NOC_PALETURQUOISE = 380;
403 public final static short Quantity_NOC_PALETURQUOISE1 = 381;
404 public final static short Quantity_NOC_PALETURQUOISE2 = 382;
405 public final static short Quantity_NOC_PALETURQUOISE3 = 383;
406 public final static short Quantity_NOC_PALETURQUOISE4 = 384;
407 public final static short Quantity_NOC_PALEVIOLETRED = 385;
408 public final static short Quantity_NOC_PALEVIOLETRED1 = 386;
409 public final static short Quantity_NOC_PALEVIOLETRED2 = 387;
410 public final static short Quantity_NOC_PALEVIOLETRED3 = 388;
411 public final static short Quantity_NOC_PALEVIOLETRED4 = 389;
412 public final static short Quantity_NOC_PAPAYAWHIP = 390;
413 public final static short Quantity_NOC_PEACHPUFF = 391;
414 public final static short Quantity_NOC_PEACHPUFF2 = 392;
415 public final static short Quantity_NOC_PEACHPUFF3 = 393;
416 public final static short Quantity_NOC_PEACHPUFF4 = 394;
417 public final static short Quantity_NOC_PERU = 395;
418 public final static short Quantity_NOC_PINK = 396;
419 public final static short Quantity_NOC_PINK1 = 397;
420 public final static short Quantity_NOC_PINK2 = 398;
421 public final static short Quantity_NOC_PINK3 = 399;
422 public final static short Quantity_NOC_PINK4 = 400;
423 public final static short Quantity_NOC_PLUM = 401;
424 public final static short Quantity_NOC_PLUM1 = 402;
425 public final static short Quantity_NOC_PLUM2 = 403;
426 public final static short Quantity_NOC_PLUM3 = 404;
427 public final static short Quantity_NOC_PLUM4 = 405;
428 public final static short Quantity_NOC_POWDERBLUE = 406;
429 public final static short Quantity_NOC_PURPLE = 407;
430 public final static short Quantity_NOC_PURPLE1 = 408;
431 public final static short Quantity_NOC_PURPLE2 = 409;
432 public final static short Quantity_NOC_PURPLE3 = 410;
433 public final static short Quantity_NOC_PURPLE4 = 411;
434 public final static short Quantity_NOC_RED = 412;
435 public final static short Quantity_NOC_RED1 = 413;
436 public final static short Quantity_NOC_RED2 = 414;
437 public final static short Quantity_NOC_RED3 = 415;
438 public final static short Quantity_NOC_RED4 = 416;
439 public final static short Quantity_NOC_ROSYBROWN = 417;
440 public final static short Quantity_NOC_ROSYBROWN1 = 418;
441 public final static short Quantity_NOC_ROSYBROWN2 = 419;
442 public final static short Quantity_NOC_ROSYBROWN3 = 420;
443 public final static short Quantity_NOC_ROSYBROWN4 = 421;
444 public final static short Quantity_NOC_ROYALBLUE = 422;
445 public final static short Quantity_NOC_ROYALBLUE1 = 423;
446 public final static short Quantity_NOC_ROYALBLUE2 = 424;
447 public final static short Quantity_NOC_ROYALBLUE3 = 425;
448 public final static short Quantity_NOC_ROYALBLUE4 = 426;
449 public final static short Quantity_NOC_SADDLEBROWN = 427;
450 public final static short Quantity_NOC_SALMON = 428;
451 public final static short Quantity_NOC_SALMON1 = 429;
452 public final static short Quantity_NOC_SALMON2 = 430;
453 public final static short Quantity_NOC_SALMON3 = 431;
454 public final static short Quantity_NOC_SALMON4 = 432;
455 public final static short Quantity_NOC_SANDYBROWN = 433;
456 public final static short Quantity_NOC_SEAGREEN = 434;
457 public final static short Quantity_NOC_SEAGREEN1 = 435;
458 public final static short Quantity_NOC_SEAGREEN2 = 436;
459 public final static short Quantity_NOC_SEAGREEN3 = 437;
460 public final static short Quantity_NOC_SEAGREEN4 = 438;
461 public final static short Quantity_NOC_SEASHELL = 439;
462 public final static short Quantity_NOC_SEASHELL2 = 440;
463 public final static short Quantity_NOC_SEASHELL3 = 441;
464 public final static short Quantity_NOC_SEASHELL4 = 442;
465 public final static short Quantity_NOC_BEET = 443;
466 public final static short Quantity_NOC_TEAL = 444;
467 public final static short Quantity_NOC_SIENNA = 445;
468 public final static short Quantity_NOC_SIENNA1 = 446;
469 public final static short Quantity_NOC_SIENNA2 = 447;
470 public final static short Quantity_NOC_SIENNA3 = 448;
471 public final static short Quantity_NOC_SIENNA4 = 449;
472 public final static short Quantity_NOC_SKYBLUE = 450;
473 public final static short Quantity_NOC_SKYBLUE1 = 451;
474 public final static short Quantity_NOC_SKYBLUE2 = 452;
475 public final static short Quantity_NOC_SKYBLUE3 = 453;
476 public final static short Quantity_NOC_SKYBLUE4 = 454;
477 public final static short Quantity_NOC_SLATEBLUE = 455;
478 public final static short Quantity_NOC_SLATEBLUE1 = 456;
479 public final static short Quantity_NOC_SLATEBLUE2 = 457;
480 public final static short Quantity_NOC_SLATEBLUE3 = 458;
481 public final static short Quantity_NOC_SLATEBLUE4 = 459;
482 public final static short Quantity_NOC_SLATEGRAY1 = 460;
483 public final static short Quantity_NOC_SLATEGRAY2 = 461;
484 public final static short Quantity_NOC_SLATEGRAY3 = 462;
485 public final static short Quantity_NOC_SLATEGRAY4 = 463;
486 public final static short Quantity_NOC_SLATEGRAY = 464;
487 public final static short Quantity_NOC_SNOW = 465;
488 public final static short Quantity_NOC_SNOW2 = 466;
489 public final static short Quantity_NOC_SNOW3 = 467;
490 public final static short Quantity_NOC_SNOW4 = 468;
491 public final static short Quantity_NOC_SPRINGGREEN = 469;
492 public final static short Quantity_NOC_SPRINGGREEN2 = 470;
493 public final static short Quantity_NOC_SPRINGGREEN3 = 471;
494 public final static short Quantity_NOC_SPRINGGREEN4 = 472;
495 public final static short Quantity_NOC_STEELBLUE = 473;
496 public final static short Quantity_NOC_STEELBLUE1 = 474;
497 public final static short Quantity_NOC_STEELBLUE2 = 475;
498 public final static short Quantity_NOC_STEELBLUE3 = 476;
499 public final static short Quantity_NOC_STEELBLUE4 = 477;
500 public final static short Quantity_NOC_TAN = 478;
501 public final static short Quantity_NOC_TAN1 = 479;
502 public final static short Quantity_NOC_TAN2 = 480;
503 public final static short Quantity_NOC_TAN3 = 481;
504 public final static short Quantity_NOC_TAN4 = 482;
505 public final static short Quantity_NOC_THISTLE = 483;
506 public final static short Quantity_NOC_THISTLE1 = 484;
507 public final static short Quantity_NOC_THISTLE2 = 485;
508 public final static short Quantity_NOC_THISTLE3 = 486;
509 public final static short Quantity_NOC_THISTLE4 = 487;
510 public final static short Quantity_NOC_TOMATO = 488;
511 public final static short Quantity_NOC_TOMATO1 = 489;
512 public final static short Quantity_NOC_TOMATO2 = 490;
513 public final static short Quantity_NOC_TOMATO3 = 491;
514 public final static short Quantity_NOC_TOMATO4 = 492;
515 public final static short Quantity_NOC_TURQUOISE = 493;
516 public final static short Quantity_NOC_TURQUOISE1 = 494;
517 public final static short Quantity_NOC_TURQUOISE2 = 495;
518 public final static short Quantity_NOC_TURQUOISE3 = 496;
519 public final static short Quantity_NOC_TURQUOISE4 = 497;
520 public final static short Quantity_NOC_VIOLET = 498;
521 public final static short Quantity_NOC_VIOLETRED = 499;
522 public final static short Quantity_NOC_VIOLETRED1 = 500;
523 public final static short Quantity_NOC_VIOLETRED2 = 501;
524 public final static short Quantity_NOC_VIOLETRED3 = 502;
525 public final static short Quantity_NOC_VIOLETRED4 = 503;
526 public final static short Quantity_NOC_WHEAT = 504;
527 public final static short Quantity_NOC_WHEAT1 = 505;
528 public final static short Quantity_NOC_WHEAT2 = 506;
529 public final static short Quantity_NOC_WHEAT3 = 507;
530 public final static short Quantity_NOC_WHEAT4 = 508;
531 public final static short Quantity_NOC_WHITESMOKE = 509;
532 public final static short Quantity_NOC_YELLOW = 510;
533 public final static short Quantity_NOC_YELLOW1 = 511;
534 public final static short Quantity_NOC_YELLOW2 = 512;
535 public final static short Quantity_NOC_YELLOW3 = 513;
536 public final static short Quantity_NOC_YELLOW4 = 514;
537 public final static short Quantity_NOC_YELLOWGREEN = 515;
538 public final static short Quantity_NOC_WHITE = 516;
539
540
541   
542 }