summaryrefslogtreecommitdiff
path: root/trunk/software/host/doc/index-files/index-19.html
blob: caf940e5ebbc6ed90ddf2ff400de59efde7909ea (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
1048
1049
1050
1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
1098
1099
1100
1101
1102
1103
1104
1105
1106
1107
1108
1109
1110
1111
1112
1113
1114
1115
1116
1117
1118
1119
1120
1121
1122
1123
1124
1125
1126
1127
1128
1129
1130
1131
1132
1133
1134
1135
1136
1137
1138
1139
1140
1141
1142
1143
1144
1145
1146
1147
1148
1149
1150
1151
1152
1153
1154
1155
1156
1157
1158
1159
1160
1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
1171
1172
1173
1174
1175
1176
1177
1178
1179
1180
1181
1182
1183
1184
1185
1186
1187
1188
1189
1190
1191
1192
1193
1194
1195
1196
1197
1198
1199
1200
1201
1202
1203
1204
1205
1206
1207
1208
1209
1210
1211
1212
1213
1214
1215
1216
1217
1218
1219
1220
1221
1222
1223
1224
1225
1226
1227
1228
1229
1230
1231
1232
1233
1234
1235
1236
1237
1238
1239
1240
1241
1242
1243
1244
1245
1246
1247
1248
1249
1250
1251
1252
1253
1254
1255
1256
1257
1258
1259
1260
1261
1262
1263
1264
1265
1266
1267
1268
1269
1270
1271
1272
1273
1274
1275
1276
1277
1278
1279
1280
1281
1282
1283
1284
1285
1286
1287
1288
1289
1290
1291
1292
1293
1294
1295
1296
1297
1298
1299
1300
1301
1302
1303
1304
1305
1306
1307
1308
1309
1310
1311
1312
1313
1314
1315
1316
1317
1318
1319
1320
1321
1322
1323
1324
1325
1326
1327
1328
1329
1330
1331
1332
1333
1334
1335
1336
1337
1338
1339
1340
1341
1342
1343
1344
1345
1346
1347
1348
1349
1350
1351
1352
1353
1354
1355
1356
1357
1358
1359
1360
1361
1362
1363
1364
1365
1366
1367
1368
1369
1370
1371
1372
1373
1374
1375
1376
1377
1378
1379
1380
1381
1382
1383
1384
1385
1386
1387
1388
1389
1390
1391
1392
1393
1394
1395
1396
1397
1398
1399
1400
1401
1402
1403
1404
1405
1406
1407
1408
1409
1410
1411
1412
1413
1414
1415
1416
1417
1418
1419
1420
1421
1422
1423
1424
1425
1426
1427
1428
1429
1430
1431
1432
1433
1434
1435
1436
1437
1438
1439
1440
1441
1442
1443
1444
1445
1446
1447
1448
1449
1450
1451
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.6.0_20) on Tue Jul 20 22:57:52 BST 2010 -->
<TITLE>
S-Index
</TITLE>

<META NAME="date" CONTENT="2010-07-20">

<LINK REL ="stylesheet" TYPE="text/css" HREF="../stylesheet.css" TITLE="Style">

<SCRIPT type="text/javascript">
function windowTitle()
{
    if (location.href.indexOf('is-external=true') == -1) {
        parent.document.title="S-Index";
    }
}
</SCRIPT>
<NOSCRIPT>
</NOSCRIPT>

</HEAD>

<BODY BGCOLOR="white" onload="windowTitle();">
<HR>


<!-- ========= START OF TOP NAVBAR ======= -->
<A NAME="navbar_top"><!-- --></A>
<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_top_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
  <TR ALIGN="center" VALIGN="top">
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Package</FONT>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Use</FONT>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../overview-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Index</B></FONT>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
  </TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>

<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
&nbsp;<A HREF="index-18.html"><B>PREV LETTER</B></A>&nbsp;
&nbsp;<A HREF="index-20.html"><B>NEXT LETTER</B></A></FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
  <A HREF="../index.html?index-filesindex-19.html" target="_top"><B>FRAMES</B></A>  &nbsp;
&nbsp;<A HREF="index-19.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
&nbsp;<SCRIPT type="text/javascript">
  <!--
  if(window==top) {
    document.writeln('<A HREF="../allclasses-noframe.html"><B>All Classes</B></A>');
  }
  //-->
</SCRIPT>
<NOSCRIPT>
  <A HREF="../allclasses-noframe.html"><B>All Classes</B></A>
</NOSCRIPT>


</FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_top"></A>
<!-- ========= END OF TOP NAVBAR ========= -->

<A HREF="index-1.html">A</A> <A HREF="index-2.html">B</A> <A HREF="index-3.html">C</A> <A HREF="index-4.html">D</A> <A HREF="index-5.html">E</A> <A HREF="index-6.html">F</A> <A HREF="index-7.html">G</A> <A HREF="index-8.html">H</A> <A HREF="index-9.html">I</A> <A HREF="index-10.html">J</A> <A HREF="index-11.html">K</A> <A HREF="index-12.html">L</A> <A HREF="index-13.html">M</A> <A HREF="index-14.html">N</A> <A HREF="index-15.html">O</A> <A HREF="index-16.html">P</A> <A HREF="index-17.html">Q</A> <A HREF="index-18.html">R</A> <A HREF="index-19.html">S</A> <A HREF="index-20.html">T</A> <A HREF="index-21.html">U</A> <A HREF="index-22.html">V</A> <A HREF="index-23.html">W</A> <A HREF="index-24.html">X</A> <A HREF="index-25.html">Y</A> <A HREF="index-26.html">Z</A> <HR>
<A NAME="_S_"><!-- --></A><H2>
<B>S</B></H2>
<DL>
<DT><A HREF="../org/reprap/devices/ExtruderState.html#s"><B>s</B></A> - 
Variable in class org.reprap.devices.<A HREF="../org/reprap/devices/ExtruderState.html" title="class in org.reprap.devices">ExtruderState</A>
<DD>&nbsp;
<DT><A HREF="../org/reprap/gui/botConsole/bedPanel.html#s"><B>s</B></A> - 
Variable in class org.reprap.gui.botConsole.<A HREF="../org/reprap/gui/botConsole/bedPanel.html" title="class in org.reprap.gui.botConsole">bedPanel</A>
<DD>&nbsp;
<DT><A HREF="../org/reprap/gui/botConsole/bedPanel.html#s1"><B>s1</B></A> - 
Variable in class org.reprap.gui.botConsole.<A HREF="../org/reprap/gui/botConsole/bedPanel.html" title="class in org.reprap.gui.botConsole">bedPanel</A>
<DD>&nbsp;
<DT><A HREF="../org/reprap/machines/VelocityProfile.html#s1"><B>s1</B></A> - 
Variable in class org.reprap.machines.<A HREF="../org/reprap/machines/VelocityProfile.html" title="class in org.reprap.machines">VelocityProfile</A>
<DD>&nbsp;
<DT><A HREF="../org/reprap/machines/VelocityProfile.html#s1()"><B>s1()</B></A> - 
Method in class org.reprap.machines.<A HREF="../org/reprap/machines/VelocityProfile.html" title="class in org.reprap.machines">VelocityProfile</A>
<DD>&nbsp;
<DT><A HREF="../org/reprap/gui/botConsole/bedPanel.html#s2"><B>s2</B></A> - 
Variable in class org.reprap.gui.botConsole.<A HREF="../org/reprap/gui/botConsole/bedPanel.html" title="class in org.reprap.gui.botConsole">bedPanel</A>
<DD>&nbsp;
<DT><A HREF="../org/reprap/machines/VelocityProfile.html#s2"><B>s2</B></A> - 
Variable in class org.reprap.machines.<A HREF="../org/reprap/machines/VelocityProfile.html" title="class in org.reprap.machines">VelocityProfile</A>
<DD>&nbsp;
<DT><A HREF="../org/reprap/machines/VelocityProfile.html#s2()"><B>s2()</B></A> - 
Method in class org.reprap.machines.<A HREF="../org/reprap/machines/VelocityProfile.html" title="class in org.reprap.machines">VelocityProfile</A>
<DD>&nbsp;
<DT><A HREF="../org/reprap/gui/botConsole/bedPanel.html#s3"><B>s3</B></A> - 
Variable in class org.reprap.gui.botConsole.<A HREF="../org/reprap/gui/botConsole/bedPanel.html" title="class in org.reprap.gui.botConsole">bedPanel</A>
<DD>&nbsp;
<DT><A HREF="../org/reprap/gui/STLObject.html#s3dOffset(javax.media.j3d.Shape3D, javax.vecmath.Tuple3d)"><B>s3dOffset(Shape3D, Tuple3d)</B></A> - 
Method in class org.reprap.gui.<A HREF="../org/reprap/gui/STLObject.html" title="class in org.reprap.gui">STLObject</A>
<DD>&nbsp;
<DT><A HREF="../org/reprap/gui/STLObject.html#s3dScale(javax.media.j3d.Shape3D, double)"><B>s3dScale(Shape3D, double)</B></A> - 
Method in class org.reprap.gui.<A HREF="../org/reprap/gui/STLObject.html" title="class in org.reprap.gui">STLObject</A>
<DD>&nbsp;
<DT><A HREF="../org/reprap/geometry/polygons/Rr2Point.html#same(org.reprap.geometry.polygons.Rr2Point, org.reprap.geometry.polygons.Rr2Point, double)"><B>same(Rr2Point, Rr2Point, double)</B></A> - 
Static method in class org.reprap.geometry.polygons.<A HREF="../org/reprap/geometry/polygons/Rr2Point.html" title="class in org.reprap.geometry.polygons">Rr2Point</A>
<DD>The same, withing tolerance?
<DT><A HREF="../org/reprap/geometry/polygons/RrHalfPlane.html#same(org.reprap.geometry.polygons.RrHalfPlane, org.reprap.geometry.polygons.RrHalfPlane, double)"><B>same(RrHalfPlane, RrHalfPlane, double)</B></A> - 
Static method in class org.reprap.geometry.polygons.<A HREF="../org/reprap/geometry/polygons/RrHalfPlane.html" title="class in org.reprap.geometry.polygons">RrHalfPlane</A>
<DD>Is another line the same within a tolerance?
<DT><A HREF="../org/reprap/geometry/polygons/RrInterval.html#same(org.reprap.geometry.polygons.RrInterval, org.reprap.geometry.polygons.RrInterval, double)"><B>same(RrInterval, RrInterval, double)</B></A> - 
Static method in class org.reprap.geometry.polygons.<A HREF="../org/reprap/geometry/polygons/RrInterval.html" title="class in org.reprap.geometry.polygons">RrInterval</A>
<DD>Identical within tolerance
<DT><A HREF="../org/reprap/utilities/FunctionTable.html#same(org.reprap.utilities.FunctionTable, org.reprap.utilities.FunctionTable)"><B>same(FunctionTable, FunctionTable)</B></A> - 
Static method in class org.reprap.utilities.<A HREF="../org/reprap/utilities/FunctionTable.html" title="class in org.reprap.utilities">FunctionTable</A>
<DD>&nbsp;
<DT><A HREF="../org/reprap/utilities/Variable.html#same(org.reprap.utilities.Variable, org.reprap.utilities.Variable)"><B>same(Variable, Variable)</B></A> - 
Static method in class org.reprap.utilities.<A HREF="../org/reprap/utilities/Variable.html" title="class in org.reprap.utilities">Variable</A>
<DD>&nbsp;
<DT><A HREF="../org/reprap/utilities/TableRow.html#sameOrder(org.reprap.utilities.Variable[], org.reprap.utilities.Variable[])"><B>sameOrder(Variable[], Variable[])</B></A> - 
Static method in class org.reprap.utilities.<A HREF="../org/reprap/utilities/TableRow.html" title="class in org.reprap.utilities">TableRow</A>
<DD>Check if two lists of variables have the same variables in the same order
<DT><A HREF="../org/reprap/Preferences.html#save()"><B>save()</B></A> - 
Method in class org.reprap.<A HREF="../org/reprap/Preferences.html" title="class in org.reprap">Preferences</A>
<DD>&nbsp;
<DT><A HREF="../org/reprap/RFO.html#save(java.lang.String, org.reprap.geometry.polygons.AllSTLsToBuild)"><B>save(String, AllSTLsToBuild)</B></A> - 
Static method in class org.reprap.<A HREF="../org/reprap/RFO.html" title="class in org.reprap">RFO</A>
<DD>This is what gets called to write an rfo file.
<DT><A HREF="../org/reprap/Preferences.html#saveGlobal()"><B>saveGlobal()</B></A> - 
Static method in class org.reprap.<A HREF="../org/reprap/Preferences.html" title="class in org.reprap">Preferences</A>
<DD>&nbsp;
<DT><A HREF="../org/reprap/gui/Preferences.html#savePreferences()"><B>savePreferences()</B></A> - 
Method in class org.reprap.gui.<A HREF="../org/reprap/gui/Preferences.html" title="class in org.reprap.gui">Preferences</A>
<DD>Save the lot to the preferences file
<DT><A HREF="../org/reprap/gui/botConsole/PrintTabFrame.html#saveRFO"><B>saveRFO</B></A> - 
Variable in class org.reprap.gui.botConsole.<A HREF="../org/reprap/gui/botConsole/PrintTabFrame.html" title="class in org.reprap.gui.botConsole">PrintTabFrame</A>
<DD>&nbsp;
<DT><A HREF="../org/reprap/gui/botConsole/PrintTabFrame.html#saveRFO(java.awt.event.ActionEvent)"><B>saveRFO(ActionEvent)</B></A> - 
Method in class org.reprap.gui.botConsole.<A HREF="../org/reprap/gui/botConsole/PrintTabFrame.html" title="class in org.reprap.gui.botConsole">PrintTabFrame</A>
<DD>&nbsp;
<DT><A HREF="../org/reprap/Main.html#saveRFO(java.lang.String)"><B>saveRFO(String)</B></A> - 
Method in class org.reprap.<A HREF="../org/reprap/Main.html" title="class in org.reprap">Main</A>
<DD>&nbsp;
<DT><A HREF="../org/reprap/gui/RepRapBuild.html#saveRFOFile(java.lang.String)"><B>saveRFOFile(String)</B></A> - 
Method in class org.reprap.gui.<A HREF="../org/reprap/gui/RepRapBuild.html" title="class in org.reprap.gui">RepRapBuild</A>
<DD>&nbsp;
<DT><A HREF="../org/reprap/machines/GenericRepRap.html#saveRFOFile(java.lang.String)"><B>saveRFOFile(String)</B></A> - 
Method in class org.reprap.machines.<A HREF="../org/reprap/machines/GenericRepRap.html" title="class in org.reprap.machines">GenericRepRap</A>
<DD>Load an RFO file to be made.
<DT><A HREF="../org/reprap/Printer.html#saveRFOFile(java.lang.String)"><B>saveRFOFile(String)</B></A> - 
Method in interface org.reprap.<A HREF="../org/reprap/Printer.html" title="interface in org.reprap">Printer</A>
<DD>&nbsp;
<DT><A HREF="../org/reprap/gui/Preferences.html#saveString(java.lang.String, java.lang.String)"><B>saveString(String, String)</B></A> - 
Method in class org.reprap.gui.<A HREF="../org/reprap/gui/Preferences.html" title="class in org.reprap.gui">Preferences</A>
<DD>Save the value corresponding to name to the preferences file
<DT><A HREF="../org/reprap/comms/GCodeReaderAndWriter.html#savingToFile()"><B>savingToFile()</B></A> - 
Method in class org.reprap.comms.<A HREF="../org/reprap/comms/GCodeReaderAndWriter.html" title="class in org.reprap.comms">GCodeReaderAndWriter</A>
<DD>&nbsp;
<DT><A HREF="../org/reprap/geometry/polygons/BooleanGrid.iPoint.html#scalarProduct(org.reprap.geometry.polygons.BooleanGrid.iPoint)"><B>scalarProduct(BooleanGrid.iPoint)</B></A> - 
Method in class org.reprap.geometry.polygons.<A HREF="../org/reprap/geometry/polygons/BooleanGrid.iPoint.html" title="class in org.reprap.geometry.polygons">BooleanGrid.iPoint</A>
<DD>Scalar product
<DT><A HREF="../org/reprap/geometry/polygons/BooleanGrid.html#scale(int)"><B>scale(int)</B></A> - 
Static method in class org.reprap.geometry.polygons.<A HREF="../org/reprap/geometry/polygons/BooleanGrid.html" title="class in org.reprap.geometry.polygons">BooleanGrid</A>
<DD>Back and forth from real to pixel/integer coordinates
<DT><A HREF="../org/reprap/geometry/polygons/RrRectangle.html#scale(double)"><B>scale(double)</B></A> - 
Method in class org.reprap.geometry.polygons.<A HREF="../org/reprap/geometry/polygons/RrRectangle.html" title="class in org.reprap.geometry.polygons">RrRectangle</A>
<DD>Scale the box by a factor about its center
<DT><A HREF="../org/reprap/gui/STLObject.html#scale(javax.vecmath.Vector3d, double)"><B>scale(Vector3d, double)</B></A> - 
Static method in class org.reprap.gui.<A HREF="../org/reprap/gui/STLObject.html" title="class in org.reprap.gui">STLObject</A>
<DD>&nbsp;
<DT><A HREF="../org/reprap/utilities/RrGraphics.html#scale"><B>scale</B></A> - 
Variable in class org.reprap.utilities.<A HREF="../org/reprap/utilities/RrGraphics.html" title="class in org.reprap.utilities">RrGraphics</A>
<DD>&nbsp;
<DT><A HREF="../org/reprap/utilities/RrGraphics.html#scaledBox"><B>scaledBox</B></A> - 
Variable in class org.reprap.utilities.<A HREF="../org/reprap/utilities/RrGraphics.html" title="class in org.reprap.utilities">RrGraphics</A>
<DD>&nbsp;
<DT><A HREF="../org/reprap/machines/GenericRepRap.html#scaleX"><B>scaleX</B></A> - 
Variable in class org.reprap.machines.<A HREF="../org/reprap/machines/GenericRepRap.html" title="class in org.reprap.machines">GenericRepRap</A>
<DD>Scale for each axis in steps/mm.
<DT><A HREF="../org/reprap/machines/GenericRepRap.html#scaleY"><B>scaleY</B></A> - 
Variable in class org.reprap.machines.<A HREF="../org/reprap/machines/GenericRepRap.html" title="class in org.reprap.machines">GenericRepRap</A>
<DD>Scale for each axis in steps/mm.
<DT><A HREF="../org/reprap/machines/GenericRepRap.html#scaleZ"><B>scaleZ</B></A> - 
Variable in class org.reprap.machines.<A HREF="../org/reprap/machines/GenericRepRap.html" title="class in org.reprap.machines">GenericRepRap</A>
<DD>Scale for each axis in steps/mm.
<DT><A HREF="../org/reprap/gui/Panel3D.html#sceneBranchGroup"><B>sceneBranchGroup</B></A> - 
Variable in class org.reprap.gui.<A HREF="../org/reprap/gui/Panel3D.html" title="class in org.reprap.gui">Panel3D</A>
<DD>&nbsp;
<DT><A HREF="../org/reprap/geometry/polygons/RrRectangle.html#se()"><B>se()</B></A> - 
Method in class org.reprap.geometry.polygons.<A HREF="../org/reprap/geometry/polygons/RrRectangle.html" title="class in org.reprap.geometry.polygons">RrRectangle</A>
<DD>&nbsp;
<DT><A HREF="../org/reprap/geometry/polygons/BooleanGrid.html#searchDepth"><B>searchDepth</B></A> - 
Static variable in class org.reprap.geometry.polygons.<A HREF="../org/reprap/geometry/polygons/BooleanGrid.html" title="class in org.reprap.geometry.polygons">BooleanGrid</A>
<DD>&nbsp;
<DT><A HREF="../org/reprap/AxisMotor.html#seek(int, int)"><B>seek(int, int)</B></A> - 
Method in interface org.reprap.<A HREF="../org/reprap/AxisMotor.html" title="interface in org.reprap">AxisMotor</A>
<DD>&nbsp;
<DT><A HREF="../org/reprap/devices/GCodeStepperMotor.html#seek(int, int)"><B>seek(int, int)</B></A> - 
Method in class org.reprap.devices.<A HREF="../org/reprap/devices/GCodeStepperMotor.html" title="class in org.reprap.devices">GCodeStepperMotor</A>
<DD>&nbsp;
<DT><A HREF="../org/reprap/devices/NullStepperMotor.html#seek(int, int)"><B>seek(int, int)</B></A> - 
Method in class org.reprap.devices.<A HREF="../org/reprap/devices/NullStepperMotor.html" title="class in org.reprap.devices">NullStepperMotor</A>
<DD>&nbsp;
<DT><A HREF="../org/reprap/devices/SNAPStepperMotor.html#seek(int, int)"><B>seek(int, int)</B></A> - 
Method in class org.reprap.devices.<A HREF="../org/reprap/devices/SNAPStepperMotor.html" title="class in org.reprap.devices">SNAPStepperMotor</A>
<DD>&nbsp;
<DT><A HREF="../org/reprap/AxisMotor.html#seekBlocking(int, int)"><B>seekBlocking(int, int)</B></A> - 
Method in interface org.reprap.<A HREF="../org/reprap/AxisMotor.html" title="interface in org.reprap">AxisMotor</A>
<DD>&nbsp;
<DT><A HREF="../org/reprap/devices/GCodeStepperMotor.html#seekBlocking(int, int)"><B>seekBlocking(int, int)</B></A> - 
Method in class org.reprap.devices.<A HREF="../org/reprap/devices/GCodeStepperMotor.html" title="class in org.reprap.devices">GCodeStepperMotor</A>
<DD>&nbsp;
<DT><A HREF="../org/reprap/devices/NullStepperMotor.html#seekBlocking(int, int)"><B>seekBlocking(int, int)</B></A> - 
Method in class org.reprap.devices.<A HREF="../org/reprap/devices/NullStepperMotor.html" title="class in org.reprap.devices">NullStepperMotor</A>
<DD>&nbsp;
<DT><A HREF="../org/reprap/devices/SNAPStepperMotor.html#seekBlocking(int, int)"><B>seekBlocking(int, int)</B></A> - 
Method in class org.reprap.devices.<A HREF="../org/reprap/devices/SNAPStepperMotor.html" title="class in org.reprap.devices">SNAPStepperMotor</A>
<DD>&nbsp;
<DT><A HREF="../org/reprap/gui/botConsole/PrintTabFrame.html#seenGCode"><B>seenGCode</B></A> - 
Variable in class org.reprap.gui.botConsole.<A HREF="../org/reprap/gui/botConsole/PrintTabFrame.html" title="class in org.reprap.gui.botConsole">PrintTabFrame</A>
<DD>&nbsp;
<DT><A HREF="../org/reprap/gui/botConsole/PrintTabFrame.html#seenSNAP"><B>seenSNAP</B></A> - 
Variable in class org.reprap.gui.botConsole.<A HREF="../org/reprap/gui/botConsole/PrintTabFrame.html" title="class in org.reprap.gui.botConsole">PrintTabFrame</A>
<DD>&nbsp;
<DT><A HREF="../org/reprap/machines/GenericRepRap.html#segmentLength(double, double)"><B>segmentLength(double, double)</B></A> - 
Method in class org.reprap.machines.<A HREF="../org/reprap/machines/GenericRepRap.html" title="class in org.reprap.machines">GenericRepRap</A>
<DD>&nbsp;
<DT><A HREF="../org/reprap/machines/GenericRepRap.html#segmentPause()"><B>segmentPause()</B></A> - 
Method in class org.reprap.machines.<A HREF="../org/reprap/machines/GenericRepRap.html" title="class in org.reprap.machines">GenericRepRap</A>
<DD>Display a message indicating a segment is about to be
 printed and wait for the user to acknowledge
<DT><A HREF="../org/reprap/Main.html#segmentPause"><B>segmentPause</B></A> - 
Variable in class org.reprap.<A HREF="../org/reprap/Main.html" title="class in org.reprap">Main</A>
<DD>&nbsp;
<DT><A HREF="../org/reprap/machines/GenericRepRap.html#segmentPauseCheckbox"><B>segmentPauseCheckbox</B></A> - 
Variable in class org.reprap.machines.<A HREF="../org/reprap/machines/GenericRepRap.html" title="class in org.reprap.machines">GenericRepRap</A>
<DD>&nbsp;
<DT><A HREF="../org/reprap/geometry/segmentSpeeds.html" title="class in org.reprap.geometry"><B>segmentSpeeds</B></A> - Class in <A HREF="../org/reprap/geometry/package-summary.html">org.reprap.geometry</A><DD>&nbsp;<DT><A HREF="../org/reprap/geometry/segmentSpeeds.html#segmentSpeeds(org.reprap.geometry.polygons.Rr2Point, org.reprap.geometry.polygons.Rr2Point, org.reprap.geometry.polygons.Rr2Point, double)"><B>segmentSpeeds(Rr2Point, Rr2Point, Rr2Point, double)</B></A> - 
Constructor for class org.reprap.geometry.<A HREF="../org/reprap/geometry/segmentSpeeds.html" title="class in org.reprap.geometry">segmentSpeeds</A>
<DD>&nbsp;
<DT><A HREF="../org/reprap/gui/Panel3D.html#selectedColour"><B>selectedColour</B></A> - 
Variable in class org.reprap.gui.<A HREF="../org/reprap/gui/Panel3D.html" title="class in org.reprap.gui">Panel3D</A>
<DD>&nbsp;
<DT><A HREF="../org/reprap/gui/botConsole/GenericExtruderTabPanel.html#selectExtruder()"><B>selectExtruder()</B></A> - 
Method in class org.reprap.gui.botConsole.<A HREF="../org/reprap/gui/botConsole/GenericExtruderTabPanel.html" title="class in org.reprap.gui.botConsole">GenericExtruderTabPanel</A>
<DD>&nbsp;
<DT><A HREF="../org/reprap/machines/GCodeRepRap.html#selectExtruder(int)"><B>selectExtruder(int)</B></A> - 
Method in class org.reprap.machines.<A HREF="../org/reprap/machines/GCodeRepRap.html" title="class in org.reprap.machines">GCodeRepRap</A>
<DD>&nbsp;
<DT><A HREF="../org/reprap/machines/GenericRepRap.html#selectExtruder(int)"><B>selectExtruder(int)</B></A> - 
Method in class org.reprap.machines.<A HREF="../org/reprap/machines/GenericRepRap.html" title="class in org.reprap.machines">GenericRepRap</A>
<DD>&nbsp;
<DT><A HREF="../org/reprap/machines/GenericRepRap.html#selectExtruder(org.reprap.Attributes)"><B>selectExtruder(Attributes)</B></A> - 
Method in class org.reprap.machines.<A HREF="../org/reprap/machines/GenericRepRap.html" title="class in org.reprap.machines">GenericRepRap</A>
<DD>&nbsp;
<DT><A HREF="../org/reprap/Printer.html#selectExtruder(org.reprap.Attributes)"><B>selectExtruder(Attributes)</B></A> - 
Method in interface org.reprap.<A HREF="../org/reprap/Printer.html" title="interface in org.reprap">Printer</A>
<DD>Select a specific material to print with
<DT><A HREF="../org/reprap/Printer.html#selectExtruder(int)"><B>selectExtruder(int)</B></A> - 
Method in interface org.reprap.<A HREF="../org/reprap/Printer.html" title="interface in org.reprap">Printer</A>
<DD>Select a specific material to print with
<DT><A HREF="../org/reprap/gui/botConsole/PrintTabFrame.html#selectorRadioButtonMousePressed(java.awt.event.MouseEvent)"><B>selectorRadioButtonMousePressed(MouseEvent)</B></A> - 
Method in class org.reprap.gui.botConsole.<A HREF="../org/reprap/gui/botConsole/PrintTabFrame.html" title="class in org.reprap.gui.botConsole">PrintTabFrame</A>
<DD>&nbsp;
<DT><A HREF="../org/reprap/comms/Communicator.html#sendMessage(org.reprap.Device, org.reprap.comms.OutgoingMessage)"><B>sendMessage(Device, OutgoingMessage)</B></A> - 
Method in interface org.reprap.comms.<A HREF="../org/reprap/comms/Communicator.html" title="interface in org.reprap.comms">Communicator</A>
<DD>&nbsp;
<DT><A HREF="../org/reprap/devices/SNAPExtruder.html#sendMessage(org.reprap.comms.OutgoingMessage)"><B>sendMessage(OutgoingMessage)</B></A> - 
Method in class org.reprap.devices.<A HREF="../org/reprap/devices/SNAPExtruder.html" title="class in org.reprap.devices">SNAPExtruder</A>
<DD>&nbsp;
<DT><A HREF="../org/reprap/devices/SNAPStepperMotor.html#sendMessage(org.reprap.comms.OutgoingMessage)"><B>sendMessage(OutgoingMessage)</B></A> - 
Method in class org.reprap.devices.<A HREF="../org/reprap/devices/SNAPStepperMotor.html" title="class in org.reprap.devices">SNAPStepperMotor</A>
<DD>&nbsp;
<DT><A HREF="../org/reprap/devices/GenericExtruder.html#separating"><B>separating</B></A> - 
Variable in class org.reprap.devices.<A HREF="../org/reprap/devices/GenericExtruder.html" title="class in org.reprap.devices">GenericExtruder</A>
<DD>Flag to decide extrude speed
<DT><A HREF="../org/reprap/devices/GenericExtruder.html#separationFraction"><B>separationFraction</B></A> - 
Variable in class org.reprap.devices.<A HREF="../org/reprap/devices/GenericExtruder.html" title="class in org.reprap.devices">GenericExtruder</A>
<DD>&nbsp;
<DT><A HREF="../org/reprap/comms/GCodeReaderAndWriter.html#serialInStream"><B>serialInStream</B></A> - 
Variable in class org.reprap.comms.<A HREF="../org/reprap/comms/GCodeReaderAndWriter.html" title="class in org.reprap.comms">GCodeReaderAndWriter</A>
<DD>this is our read handle on the serial port
<DT><A HREF="../org/reprap/comms/GCodeReaderAndWriter.html#serialOutStream"><B>serialOutStream</B></A> - 
Variable in class org.reprap.comms.<A HREF="../org/reprap/comms/GCodeReaderAndWriter.html" title="class in org.reprap.comms">GCodeReaderAndWriter</A>
<DD>this is for doing easy serial writes
<DT><A HREF="../org/reprap/comms/IncomingMessage.InvalidPayloadException.html#serialVersionUID"><B>serialVersionUID</B></A> - 
Static variable in exception org.reprap.comms.<A HREF="../org/reprap/comms/IncomingMessage.InvalidPayloadException.html" title="class in org.reprap.comms">IncomingMessage.InvalidPayloadException</A>
<DD>&nbsp;
<DT><A HREF="../org/reprap/geometry/polygons/RrParallelLineException.html#serialVersionUID"><B>serialVersionUID</B></A> - 
Static variable in exception org.reprap.geometry.polygons.<A HREF="../org/reprap/geometry/polygons/RrParallelLineException.html" title="class in org.reprap.geometry.polygons">RrParallelLineException</A>
<DD>&nbsp;
<DT><A HREF="../org/reprap/gui/botConsole/bedPanel.html#serialVersionUID"><B>serialVersionUID</B></A> - 
Static variable in class org.reprap.gui.botConsole.<A HREF="../org/reprap/gui/botConsole/bedPanel.html" title="class in org.reprap.gui.botConsole">bedPanel</A>
<DD>&nbsp;
<DT><A HREF="../org/reprap/gui/botConsole/BotConsoleFrame.html#serialVersionUID"><B>serialVersionUID</B></A> - 
Static variable in class org.reprap.gui.botConsole.<A HREF="../org/reprap/gui/botConsole/BotConsoleFrame.html" title="class in org.reprap.gui.botConsole">BotConsoleFrame</A>
<DD>&nbsp;
<DT><A HREF="../org/reprap/gui/botConsole/GenericExtruderTabPanel.html#serialVersionUID"><B>serialVersionUID</B></A> - 
Static variable in class org.reprap.gui.botConsole.<A HREF="../org/reprap/gui/botConsole/GenericExtruderTabPanel.html" title="class in org.reprap.gui.botConsole">GenericExtruderTabPanel</A>
<DD>&nbsp;
<DT><A HREF="../org/reprap/gui/botConsole/PrintTabFrame.html#serialVersionUID"><B>serialVersionUID</B></A> - 
Static variable in class org.reprap.gui.botConsole.<A HREF="../org/reprap/gui/botConsole/PrintTabFrame.html" title="class in org.reprap.gui.botConsole">PrintTabFrame</A>
<DD>&nbsp;
<DT><A HREF="../org/reprap/gui/botConsole/StepperPositionJPanel.html#serialVersionUID"><B>serialVersionUID</B></A> - 
Static variable in class org.reprap.gui.botConsole.<A HREF="../org/reprap/gui/botConsole/StepperPositionJPanel.html" title="class in org.reprap.gui.botConsole">StepperPositionJPanel</A>
<DD>&nbsp;
<DT><A HREF="../org/reprap/gui/botConsole/XYZTabPanel.html#serialVersionUID"><B>serialVersionUID</B></A> - 
Static variable in class org.reprap.gui.botConsole.<A HREF="../org/reprap/gui/botConsole/XYZTabPanel.html" title="class in org.reprap.gui.botConsole">XYZTabPanel</A>
<DD>&nbsp;
<DT><A HREF="../org/reprap/gui/ContinuationMesage.html#serialVersionUID"><B>serialVersionUID</B></A> - 
Static variable in class org.reprap.gui.<A HREF="../org/reprap/gui/ContinuationMesage.html" title="class in org.reprap.gui">ContinuationMesage</A>
<DD>&nbsp;
<DT><A HREF="../org/reprap/gui/MaterialRadioButtons.html#serialVersionUID"><B>serialVersionUID</B></A> - 
Static variable in class org.reprap.gui.<A HREF="../org/reprap/gui/MaterialRadioButtons.html" title="class in org.reprap.gui">MaterialRadioButtons</A>
<DD>&nbsp;
<DT><A HREF="../org/reprap/gui/Panel3D.html#serialVersionUID"><B>serialVersionUID</B></A> - 
Static variable in class org.reprap.gui.<A HREF="../org/reprap/gui/Panel3D.html" title="class in org.reprap.gui">Panel3D</A>
<DD>&nbsp;
<DT><A HREF="../org/reprap/gui/Preferences.html#serialVersionUID"><B>serialVersionUID</B></A> - 
Static variable in class org.reprap.gui.<A HREF="../org/reprap/gui/Preferences.html" title="class in org.reprap.gui">Preferences</A>
<DD>&nbsp;
<DT><A HREF="../org/reprap/gui/RepRapBuild.html#serialVersionUID"><B>serialVersionUID</B></A> - 
Static variable in class org.reprap.gui.<A HREF="../org/reprap/gui/RepRapBuild.html" title="class in org.reprap.gui">RepRapBuild</A>
<DD>&nbsp;
<DT><A HREF="../org/reprap/gui/StatusMessage.html#serialVersionUID"><B>serialVersionUID</B></A> - 
Static variable in class org.reprap.gui.<A HREF="../org/reprap/gui/StatusMessage.html" title="class in org.reprap.gui">StatusMessage</A>
<DD>&nbsp;
<DT><A HREF="../org/reprap/ReprapException.html#serialVersionUID"><B>serialVersionUID</B></A> - 
Static variable in exception org.reprap.<A HREF="../org/reprap/ReprapException.html" title="class in org.reprap">ReprapException</A>
<DD>&nbsp;
<DT><A HREF="../org/reprap/utilities/RrGraphics.MyComponent.html#serialVersionUID"><B>serialVersionUID</B></A> - 
Static variable in class org.reprap.utilities.<A HREF="../org/reprap/utilities/RrGraphics.MyComponent.html" title="class in org.reprap.utilities">RrGraphics.MyComponent</A>
<DD>&nbsp;
<DT><A HREF="../org/reprap/geometry/polygons/BooleanGrid.iPolygonList.html#set(int, org.reprap.geometry.polygons.BooleanGrid.iPolygon)"><B>set(int, BooleanGrid.iPolygon)</B></A> - 
Method in class org.reprap.geometry.polygons.<A HREF="../org/reprap/geometry/polygons/BooleanGrid.iPolygonList.html" title="class in org.reprap.geometry.polygons">BooleanGrid.iPolygonList</A>
<DD>Replace a polygon in the list
<DT><A HREF="../org/reprap/geometry/polygons/BooleanGrid.html#set(org.reprap.geometry.polygons.BooleanGrid.iPoint, boolean)"><B>set(BooleanGrid.iPoint, boolean)</B></A> - 
Method in class org.reprap.geometry.polygons.<A HREF="../org/reprap/geometry/polygons/BooleanGrid.html" title="class in org.reprap.geometry.polygons">BooleanGrid</A>
<DD>Set pixel p to value v
<DT><A HREF="../org/reprap/geometry/polygons/PolPoint.html#set(int, int, org.reprap.geometry.polygons.RrPolygon)"><B>set(int, int, RrPolygon)</B></A> - 
Method in class org.reprap.geometry.polygons.<A HREF="../org/reprap/geometry/polygons/PolPoint.html" title="class in org.reprap.geometry.polygons">PolPoint</A>
<DD>&nbsp;
<DT><A HREF="../org/reprap/geometry/polygons/Rr2Point.html#set(org.reprap.geometry.polygons.Rr2Point)"><B>set(Rr2Point)</B></A> - 
Method in class org.reprap.geometry.polygons.<A HREF="../org/reprap/geometry/polygons/Rr2Point.html" title="class in org.reprap.geometry.polygons">Rr2Point</A>
<DD>Overwrite
<DT><A HREF="../org/reprap/geometry/polygons/RrPolygon.html#set(int, org.reprap.geometry.polygons.Rr2Point)"><B>set(int, Rr2Point)</B></A> - 
Method in class org.reprap.geometry.polygons.<A HREF="../org/reprap/geometry/polygons/RrPolygon.html" title="class in org.reprap.geometry.polygons">RrPolygon</A>
<DD>Set a point to be p
<DT><A HREF="../org/reprap/geometry/polygons/RrPolygon.html#set(int, org.reprap.geometry.polygons.Rr2Point, double)"><B>set(int, Rr2Point, double)</B></A> - 
Method in class org.reprap.geometry.polygons.<A HREF="../org/reprap/geometry/polygons/RrPolygon.html" title="class in org.reprap.geometry.polygons">RrPolygon</A>
<DD>Set a new point and speed
<DT><A HREF="../org/reprap/geometry/polygons/RrPolygonList.html#set(int, org.reprap.geometry.polygons.RrPolygon)"><B>set(int, RrPolygon)</B></A> - 
Method in class org.reprap.geometry.polygons.<A HREF="../org/reprap/geometry/polygons/RrPolygonList.html" title="class in org.reprap.geometry.polygons">RrPolygonList</A>
<DD>Overwrite one of the polygons
<DT><A HREF="../org/reprap/utilities/Variable.html#set(boolean)"><B>set(boolean)</B></A> - 
Method in class org.reprap.utilities.<A HREF="../org/reprap/utilities/Variable.html" title="class in org.reprap.utilities">Variable</A>
<DD>&nbsp;
<DT><A HREF="../org/reprap/utilities/BooleanExpression.html#setAll(int)"><B>setAll(int)</B></A> - 
Method in class org.reprap.utilities.<A HREF="../org/reprap/utilities/BooleanExpression.html" title="class in org.reprap.utilities">BooleanExpression</A>
<DD>&nbsp;
<DT><A HREF="../org/reprap/utilities/TableRow.html#setAll(org.reprap.utilities.Variable[], int)"><B>setAll(Variable[], int)</B></A> - 
Static method in class org.reprap.utilities.<A HREF="../org/reprap/utilities/TableRow.html" title="class in org.reprap.utilities">TableRow</A>
<DD>Set all the variables in a list according to the corresponding
 bits in an integer.
<DT><A HREF="../org/reprap/Attributes.html#setAppearance(javax.media.j3d.Appearance)"><B>setAppearance(Appearance)</B></A> - 
Method in class org.reprap.<A HREF="../org/reprap/Attributes.html" title="class in org.reprap">Attributes</A>
<DD>New colour
<DT><A HREF="../org/reprap/gui/STLObject.html#setAppearance(javax.media.j3d.Appearance)"><B>setAppearance(Appearance)</B></A> - 
Method in class org.reprap.gui.<A HREF="../org/reprap/gui/STLObject.html" title="class in org.reprap.gui">STLObject</A>
<DD>&nbsp;
<DT><A HREF="../org/reprap/gui/STLObject.html#setAppearance_r(java.lang.Object, javax.media.j3d.Appearance)"><B>setAppearance_r(Object, Appearance)</B></A> - 
Static method in class org.reprap.gui.<A HREF="../org/reprap/gui/STLObject.html" title="class in org.reprap.gui">STLObject</A>
<DD>&nbsp;
<DT><A HREF="../org/reprap/machines/GCodeRepRap.html#setBedTemperature(double)"><B>setBedTemperature(double)</B></A> - 
Method in class org.reprap.machines.<A HREF="../org/reprap/machines/GCodeRepRap.html" title="class in org.reprap.machines">GCodeRepRap</A>
<DD>Set the bed temperature.
<DT><A HREF="../org/reprap/machines/GenericRepRap.html#setBedTemperature(double)"><B>setBedTemperature(double)</B></A> - 
Method in class org.reprap.machines.<A HREF="../org/reprap/machines/GenericRepRap.html" title="class in org.reprap.machines">GenericRepRap</A>
<DD>Set the bed temperature.
<DT><A HREF="../org/reprap/Printer.html#setBedTemperature(double)"><B>setBedTemperature(double)</B></A> - 
Method in interface org.reprap.<A HREF="../org/reprap/Printer.html" title="interface in org.reprap">Printer</A>
<DD>Set the bed temperature.
<DT><A HREF="../org/reprap/geometry/Producer.html#setCancelled(boolean)"><B>setCancelled(boolean)</B></A> - 
Method in class org.reprap.geometry.<A HREF="../org/reprap/geometry/Producer.html" title="class in org.reprap.geometry">Producer</A>
<DD>&nbsp;
<DT><A HREF="../org/reprap/gui/StatusMessage.html#setCancelled(boolean)"><B>setCancelled(boolean)</B></A> - 
Method in class org.reprap.gui.<A HREF="../org/reprap/gui/StatusMessage.html" title="class in org.reprap.gui">StatusMessage</A>
<DD>&nbsp;
<DT><A HREF="../org/reprap/machines/GenericRepRap.html#setCancelled(boolean)"><B>setCancelled(boolean)</B></A> - 
Method in class org.reprap.machines.<A HREF="../org/reprap/machines/GenericRepRap.html" title="class in org.reprap.machines">GenericRepRap</A>
<DD>&nbsp;
<DT><A HREF="../org/reprap/Printer.html#setCancelled(boolean)"><B>setCancelled(boolean)</B></A> - 
Method in interface org.reprap.<A HREF="../org/reprap/Printer.html" title="interface in org.reprap">Printer</A>
<DD>Tell the printer it's been cancelled
<DT><A HREF="../org/reprap/utilities/RrGraphics.html#setColour(org.reprap.Attributes)"><B>setColour(Attributes)</B></A> - 
Method in class org.reprap.utilities.<A HREF="../org/reprap/utilities/RrGraphics.html" title="class in org.reprap.utilities">RrGraphics</A>
<DD>Set the colour from a RepRap attribute
<DT><A HREF="../org/reprap/gui/botConsole/GenericExtruderTabPanel.html#setConsoleFrame(org.reprap.gui.botConsole.BotConsoleFrame)"><B>setConsoleFrame(BotConsoleFrame)</B></A> - 
Method in class org.reprap.gui.botConsole.<A HREF="../org/reprap/gui/botConsole/GenericExtruderTabPanel.html" title="class in org.reprap.gui.botConsole">GenericExtruderTabPanel</A>
<DD>So the BotConsoleFrame can let us know who it is
<DT><A HREF="../org/reprap/gui/botConsole/PrintTabFrame.html#setConsoleFrame(org.reprap.gui.botConsole.BotConsoleFrame)"><B>setConsoleFrame(BotConsoleFrame)</B></A> - 
Method in class org.reprap.gui.botConsole.<A HREF="../org/reprap/gui/botConsole/PrintTabFrame.html" title="class in org.reprap.gui.botConsole">PrintTabFrame</A>
<DD>So the BotConsoleFrame can let us know who it is
<DT><A HREF="../org/reprap/gui/botConsole/StepperPositionJPanel.html#setConsoleFrame(org.reprap.gui.botConsole.BotConsoleFrame)"><B>setConsoleFrame(BotConsoleFrame)</B></A> - 
Method in class org.reprap.gui.botConsole.<A HREF="../org/reprap/gui/botConsole/StepperPositionJPanel.html" title="class in org.reprap.gui.botConsole">StepperPositionJPanel</A>
<DD>&nbsp;
<DT><A HREF="../org/reprap/gui/botConsole/XYZTabPanel.html#setConsoleFrame(org.reprap.gui.botConsole.BotConsoleFrame)"><B>setConsoleFrame(BotConsoleFrame)</B></A> - 
Method in class org.reprap.gui.botConsole.<A HREF="../org/reprap/gui/botConsole/XYZTabPanel.html" title="class in org.reprap.gui.botConsole">XYZTabPanel</A>
<DD>So the BotConsoleFrame can let us know who it is
<DT><A HREF="../org/reprap/devices/GCodeExtruder.html#setCooler(boolean)"><B>setCooler(boolean)</B></A> - 
Method in class org.reprap.devices.<A HREF="../org/reprap/devices/GCodeExtruder.html" title="class in org.reprap.devices">GCodeExtruder</A>
<DD>&nbsp;
<DT><A HREF="../org/reprap/devices/NullExtruder.html#setCooler(boolean)"><B>setCooler(boolean)</B></A> - 
Method in class org.reprap.devices.<A HREF="../org/reprap/devices/NullExtruder.html" title="class in org.reprap.devices">NullExtruder</A>
<DD>&nbsp;
<DT><A HREF="../org/reprap/devices/SNAPExtruder.html#setCooler(boolean)"><B>setCooler(boolean)</B></A> - 
Method in class org.reprap.devices.<A HREF="../org/reprap/devices/SNAPExtruder.html" title="class in org.reprap.devices">SNAPExtruder</A>
<DD>&nbsp;
<DT><A HREF="../org/reprap/Extruder.html#setCooler(boolean)"><B>setCooler(boolean)</B></A> - 
Method in interface org.reprap.<A HREF="../org/reprap/Extruder.html" title="interface in org.reprap">Extruder</A>
<DD>Turn the cooler (fan?) on or off
<DT><A HREF="../org/reprap/machines/GenericRepRap.html#setCooling(boolean)"><B>setCooling(boolean)</B></A> - 
Method in class org.reprap.machines.<A HREF="../org/reprap/machines/GenericRepRap.html" title="class in org.reprap.machines">GenericRepRap</A>
<DD>&nbsp;
<DT><A HREF="../org/reprap/devices/ExtruderState.html#setCurrentTemperature(double)"><B>setCurrentTemperature(double)</B></A> - 
Method in class org.reprap.devices.<A HREF="../org/reprap/devices/ExtruderState.html" title="class in org.reprap.devices">ExtruderState</A>
<DD>&nbsp;
<DT><A HREF="../org/reprap/gui/botConsole/bedPanel.html#setDimensions()"><B>setDimensions()</B></A> - 
Method in class org.reprap.gui.botConsole.<A HREF="../org/reprap/gui/botConsole/bedPanel.html" title="class in org.reprap.gui.botConsole">bedPanel</A>
<DD>&nbsp;
<DT><A HREF="../org/reprap/gui/botConsole/GenericExtruderTabPanel.html#setExtruderSpeed()"><B>setExtruderSpeed()</B></A> - 
Method in class org.reprap.gui.botConsole.<A HREF="../org/reprap/gui/botConsole/GenericExtruderTabPanel.html" title="class in org.reprap.gui.botConsole">GenericExtruderTabPanel</A>
<DD>&nbsp;
<DT><A HREF="../org/reprap/devices/GenericExtruder.html#setExtrudeState(org.reprap.devices.ExtruderState)"><B>setExtrudeState(ExtruderState)</B></A> - 
Method in class org.reprap.devices.<A HREF="../org/reprap/devices/GenericExtruder.html" title="class in org.reprap.devices">GenericExtruder</A>
<DD>Allow otthers to set our extrude length so that all logical extruders
 talking to one physical extruder can use the same length instance.
<DT><A HREF="../org/reprap/Extruder.html#setExtrudeState(org.reprap.devices.ExtruderState)"><B>setExtrudeState(ExtruderState)</B></A> - 
Method in interface org.reprap.<A HREF="../org/reprap/Extruder.html" title="interface in org.reprap">Extruder</A>
<DD>Allow otthers to set our extrude length so that all logical extruders
 talking to one physical extruder can use the same length instance.
<DT><A HREF="../org/reprap/devices/ExtruderState.html#setExtruding(boolean)"><B>setExtruding(boolean)</B></A> - 
Method in class org.reprap.devices.<A HREF="../org/reprap/devices/ExtruderState.html" title="class in org.reprap.devices">ExtruderState</A>
<DD>&nbsp;
<DT><A HREF="../org/reprap/devices/GCodeExtruder.html#setExtrusion(double, boolean)"><B>setExtrusion(double, boolean)</B></A> - 
Method in class org.reprap.devices.<A HREF="../org/reprap/devices/GCodeExtruder.html" title="class in org.reprap.devices">GCodeExtruder</A>
<DD>&nbsp;
<DT><A HREF="../org/reprap/devices/GenericExtruder.html#setExtrusion(double, boolean)"><B>setExtrusion(double, boolean)</B></A> - 
Method in class org.reprap.devices.<A HREF="../org/reprap/devices/GenericExtruder.html" title="class in org.reprap.devices">GenericExtruder</A>
<DD>Start the extruder motor at a given speed.
<DT><A HREF="../org/reprap/devices/NullExtruder.html#setExtrusion(double, boolean)"><B>setExtrusion(double, boolean)</B></A> - 
Method in class org.reprap.devices.<A HREF="../org/reprap/devices/NullExtruder.html" title="class in org.reprap.devices">NullExtruder</A>
<DD>&nbsp;
<DT><A HREF="../org/reprap/devices/SNAPExtruder.html#setExtrusion(double, boolean)"><B>setExtrusion(double, boolean)</B></A> - 
Method in class org.reprap.devices.<A HREF="../org/reprap/devices/SNAPExtruder.html" title="class in org.reprap.devices">SNAPExtruder</A>
<DD>Start the extruder motor at a given speed.
<DT><A HREF="../org/reprap/Extruder.html#setExtrusion(double, boolean)"><B>setExtrusion(double, boolean)</B></A> - 
Method in interface org.reprap.<A HREF="../org/reprap/Extruder.html" title="interface in org.reprap">Extruder</A>
<DD>Start the extruder motor at a given speed.
<DT><A HREF="../org/reprap/machines/GenericRepRap.html#setFastFeedrateZ(double)"><B>setFastFeedrateZ(double)</B></A> - 
Method in class org.reprap.machines.<A HREF="../org/reprap/machines/GenericRepRap.html" title="class in org.reprap.machines">GenericRepRap</A>
<DD>&nbsp;
<DT><A HREF="../org/reprap/comms/GCodeReaderAndWriter.html#setFractionDone(double, int, int)"><B>setFractionDone(double, int, int)</B></A> - 
Method in class org.reprap.comms.<A HREF="../org/reprap/comms/GCodeReaderAndWriter.html" title="class in org.reprap.comms">GCodeReaderAndWriter</A>
<DD>&nbsp;
<DT><A HREF="../org/reprap/geometry/LayerRules.html#setFractionDone()"><B>setFractionDone()</B></A> - 
Method in class org.reprap.geometry.<A HREF="../org/reprap/geometry/LayerRules.html" title="class in org.reprap.geometry">LayerRules</A>
<DD>&nbsp;
<DT><A HREF="../org/reprap/gui/botConsole/BotConsoleFrame.html#setFractionDone(double, int, int)"><B>setFractionDone(double, int, int)</B></A> - 
Method in class org.reprap.gui.botConsole.<A HREF="../org/reprap/gui/botConsole/BotConsoleFrame.html" title="class in org.reprap.gui.botConsole">BotConsoleFrame</A>
<DD>&nbsp;
<DT><A HREF="../org/reprap/comms/GCodeReaderAndWriter.html#setGCodeFileForOutput(boolean, java.lang.String)"><B>setGCodeFileForOutput(boolean, String)</B></A> - 
Method in class org.reprap.comms.<A HREF="../org/reprap/comms/GCodeReaderAndWriter.html" title="class in org.reprap.comms">GCodeReaderAndWriter</A>
<DD>&nbsp;
<DT><A HREF="../org/reprap/machines/GCodeRepRap.html#setGCodeFileForOutput(java.lang.String)"><B>setGCodeFileForOutput(String)</B></A> - 
Method in class org.reprap.machines.<A HREF="../org/reprap/machines/GCodeRepRap.html" title="class in org.reprap.machines">GCodeRepRap</A>
<DD>Set an output file
<DT><A HREF="../org/reprap/machines/Simulator.html#setGCodeFileForOutput(java.lang.String)"><B>setGCodeFileForOutput(String)</B></A> - 
Method in class org.reprap.machines.<A HREF="../org/reprap/machines/Simulator.html" title="class in org.reprap.machines">Simulator</A>
<DD>Set an output file
<DT><A HREF="../org/reprap/Printer.html#setGCodeFileForOutput(java.lang.String)"><B>setGCodeFileForOutput(String)</B></A> - 
Method in interface org.reprap.<A HREF="../org/reprap/Printer.html" title="interface in org.reprap">Printer</A>
<DD>Set an output file
<DT><A HREF="../org/reprap/Preferences.html#setGlobalBool(java.lang.String, boolean)"><B>setGlobalBool(String, boolean)</B></A> - 
Static method in class org.reprap.<A HREF="../org/reprap/Preferences.html" title="class in org.reprap">Preferences</A>
<DD>&nbsp;
<DT><A HREF="../org/reprap/Preferences.html#setGlobalString(java.lang.String, java.lang.String)"><B>setGlobalString(String, String)</B></A> - 
Static method in class org.reprap.<A HREF="../org/reprap/Preferences.html" title="class in org.reprap">Preferences</A>
<DD>Set a new value
<DT><A HREF="../org/reprap/devices/GCodeExtruder.html#setHeater(int, double)"><B>setHeater(int, double)</B></A> - 
Method in class org.reprap.devices.<A HREF="../org/reprap/devices/GCodeExtruder.html" title="class in org.reprap.devices">GCodeExtruder</A>
<DD>&nbsp;
<DT><A HREF="../org/reprap/devices/NullExtruder.html#setHeater(int, double)"><B>setHeater(int, double)</B></A> - 
Method in class org.reprap.devices.<A HREF="../org/reprap/devices/NullExtruder.html" title="class in org.reprap.devices">NullExtruder</A>
<DD>&nbsp;
<DT><A HREF="../org/reprap/devices/SNAPExtruder.html#setHeater(int, double)"><B>setHeater(int, double)</B></A> - 
Method in class org.reprap.devices.<A HREF="../org/reprap/devices/SNAPExtruder.html" title="class in org.reprap.devices">SNAPExtruder</A>
<DD>Set a heat output power.
<DT><A HREF="../org/reprap/devices/SNAPExtruder.html#setHeater(int, int, boolean)"><B>setHeater(int, int, boolean)</B></A> - 
Method in class org.reprap.devices.<A HREF="../org/reprap/devices/SNAPExtruder.html" title="class in org.reprap.devices">SNAPExtruder</A>
<DD>Set the raw heater output value and safety cutoff.
<DT><A HREF="../org/reprap/devices/SNAPExtruder.html#setHeater(int, int, int, int, boolean)"><B>setHeater(int, int, int, int, boolean)</B></A> - 
Method in class org.reprap.devices.<A HREF="../org/reprap/devices/SNAPExtruder.html" title="class in org.reprap.devices">SNAPExtruder</A>
<DD>Similar to setHeater(int, int) except this provides two different
 heating zones.
<DT><A HREF="../org/reprap/Extruder.html#setHeater(int, double)"><B>setHeater(int, double)</B></A> - 
Method in interface org.reprap.<A HREF="../org/reprap/Extruder.html" title="interface in org.reprap">Extruder</A>
<DD>Set a heat output power.
<DT><A HREF="../org/reprap/AxisMotor.html#setIdle()"><B>setIdle()</B></A> - 
Method in interface org.reprap.<A HREF="../org/reprap/AxisMotor.html" title="interface in org.reprap">AxisMotor</A>
<DD>&nbsp;
<DT><A HREF="../org/reprap/devices/GCodeStepperMotor.html#setIdle()"><B>setIdle()</B></A> - 
Method in class org.reprap.devices.<A HREF="../org/reprap/devices/GCodeStepperMotor.html" title="class in org.reprap.devices">GCodeStepperMotor</A>
<DD>&nbsp;
<DT><A HREF="../org/reprap/devices/NullStepperMotor.html#setIdle()"><B>setIdle()</B></A> - 
Method in class org.reprap.devices.<A HREF="../org/reprap/devices/NullStepperMotor.html" title="class in org.reprap.devices">NullStepperMotor</A>
<DD>&nbsp;
<DT><A HREF="../org/reprap/devices/SNAPStepperMotor.html#setIdle()"><B>setIdle()</B></A> - 
Method in class org.reprap.devices.<A HREF="../org/reprap/devices/SNAPStepperMotor.html" title="class in org.reprap.devices">SNAPStepperMotor</A>
<DD>&nbsp;
<DT><A HREF="../org/reprap/geometry/Producer.html#setLayerPause(javax.swing.JCheckBoxMenuItem)"><B>setLayerPause(JCheckBoxMenuItem)</B></A> - 
Method in class org.reprap.geometry.<A HREF="../org/reprap/geometry/Producer.html" title="class in org.reprap.geometry">Producer</A>
<DD>Set the source checkbox used to determine if there should
 be a pause between layers.
<DT><A HREF="../org/reprap/machines/GenericRepRap.html#setLayerPause(javax.swing.JCheckBoxMenuItem)"><B>setLayerPause(JCheckBoxMenuItem)</B></A> - 
Method in class org.reprap.machines.<A HREF="../org/reprap/machines/GenericRepRap.html" title="class in org.reprap.machines">GenericRepRap</A>
<DD>Set the source checkbox used to determine if there should
 be a pause between layers.
<DT><A HREF="../org/reprap/Main.html#setLayerPause(boolean)"><B>setLayerPause(boolean)</B></A> - 
Method in class org.reprap.<A HREF="../org/reprap/Main.html" title="class in org.reprap">Main</A>
<DD>&nbsp;
<DT><A HREF="../org/reprap/Printer.html#setLayerPause(javax.swing.JCheckBoxMenuItem)"><B>setLayerPause(JCheckBoxMenuItem)</B></A> - 
Method in interface org.reprap.<A HREF="../org/reprap/Printer.html" title="interface in org.reprap">Printer</A>
<DD>Set the source checkbox used to determine if there should
 be a pause between layers.
<DT><A HREF="../org/reprap/geometry/LayerRules.html#setLayingSupport(boolean)"><B>setLayingSupport(boolean)</B></A> - 
Method in class org.reprap.geometry.<A HREF="../org/reprap/geometry/LayerRules.html" title="class in org.reprap.geometry">LayerRules</A>
<DD>&nbsp;
<DT><A HREF="../org/reprap/Attributes.html#setMaterial(java.lang.String)"><B>setMaterial(String)</B></A> - 
Method in class org.reprap.<A HREF="../org/reprap/Attributes.html" title="class in org.reprap">Attributes</A>
<DD>Change the material name
<DT><A HREF="../org/reprap/gui/botConsole/GenericExtruderTabPanel.html#setMaterialLabel(java.lang.String)"><B>setMaterialLabel(String)</B></A> - 
Method in class org.reprap.gui.botConsole.<A HREF="../org/reprap/gui/botConsole/GenericExtruderTabPanel.html" title="class in org.reprap.gui.botConsole">GenericExtruderTabPanel</A>
<DD>&nbsp;
<DT><A HREF="../org/reprap/AxisMotor.html#setMaxTorque(int)"><B>setMaxTorque(int)</B></A> - 
Method in interface org.reprap.<A HREF="../org/reprap/AxisMotor.html" title="interface in org.reprap">AxisMotor</A>
<DD>&nbsp;
<DT><A HREF="../org/reprap/devices/GCodeStepperMotor.html#setMaxTorque(int)"><B>setMaxTorque(int)</B></A> - 
Method in class org.reprap.devices.<A HREF="../org/reprap/devices/GCodeStepperMotor.html" title="class in org.reprap.devices">GCodeStepperMotor</A>
<DD>&nbsp;
<DT><A HREF="../org/reprap/devices/NullStepperMotor.html#setMaxTorque(int)"><B>setMaxTorque(int)</B></A> - 
Method in class org.reprap.devices.<A HREF="../org/reprap/devices/NullStepperMotor.html" title="class in org.reprap.devices">NullStepperMotor</A>
<DD>&nbsp;
<DT><A HREF="../org/reprap/devices/SNAPStepperMotor.html#setMaxTorque(int)"><B>setMaxTorque(int)</B></A> - 
Method in class org.reprap.devices.<A HREF="../org/reprap/devices/SNAPStepperMotor.html" title="class in org.reprap.devices">SNAPStepperMotor</A>
<DD>&nbsp;
<DT><A HREF="../org/reprap/gui/StatusMessage.html#setMessage(java.lang.String)"><B>setMessage(String)</B></A> - 
Method in class org.reprap.gui.<A HREF="../org/reprap/gui/StatusMessage.html" title="class in org.reprap.gui">StatusMessage</A>
<DD>&nbsp;
<DT><A HREF="../org/reprap/machines/GenericRepRap.html#setMessage(java.lang.String)"><B>setMessage(String)</B></A> - 
Method in class org.reprap.machines.<A HREF="../org/reprap/machines/GenericRepRap.html" title="class in org.reprap.machines">GenericRepRap</A>
<DD>&nbsp;
<DT><A HREF="../org/reprap/devices/GenericExtruder.html#setMotor(boolean)"><B>setMotor(boolean)</B></A> - 
Method in class org.reprap.devices.<A HREF="../org/reprap/devices/GenericExtruder.html" title="class in org.reprap.devices">GenericExtruder</A>
<DD>&nbsp;
<DT><A HREF="../org/reprap/Extruder.html#setMotor(boolean)"><B>setMotor(boolean)</B></A> - 
Method in interface org.reprap.<A HREF="../org/reprap/Extruder.html" title="interface in org.reprap">Extruder</A>
<DD>Start/stop the extruder motor
<DT><A HREF="../org/reprap/gui/botConsole/GenericExtruderTabPanel.html#setMotorSpeedField(int)"><B>setMotorSpeedField(int)</B></A> - 
Method in class org.reprap.gui.botConsole.<A HREF="../org/reprap/gui/botConsole/GenericExtruderTabPanel.html" title="class in org.reprap.gui.botConsole">GenericExtruderTabPanel</A>
<DD>&nbsp;
<DT><A HREF="../org/reprap/gui/botConsole/XYZTabPanel.html#setMotorSpeeds()"><B>setMotorSpeeds()</B></A> - 
Method in class org.reprap.gui.botConsole.<A HREF="../org/reprap/gui/botConsole/XYZTabPanel.html" title="class in org.reprap.gui.botConsole">XYZTabPanel</A>
<DD>&nbsp;
<DT><A HREF="../org/reprap/gui/STLObject.html#setMouse(org.reprap.gui.MouseObject)"><B>setMouse(MouseObject)</B></A> - 
Method in class org.reprap.gui.<A HREF="../org/reprap/gui/STLObject.html" title="class in org.reprap.gui">STLObject</A>
<DD>&nbsp;
<DT><A HREF="../org/reprap/RFO.XMLIn.html#setMToIdentity()"><B>setMToIdentity()</B></A> - 
Method in class org.reprap.<A HREF="../org/reprap/RFO.XMLIn.html" title="class in org.reprap">RFO.XMLIn</A>
<DD>Initialise the matrix to the identity matrix.
<DT><A HREF="../org/reprap/devices/SNAPStepperMotor.html#setNotification()"><B>setNotification()</B></A> - 
Method in class org.reprap.devices.<A HREF="../org/reprap/devices/SNAPStepperMotor.html" title="class in org.reprap.devices">SNAPStepperMotor</A>
<DD>&nbsp;
<DT><A HREF="../org/reprap/devices/SNAPStepperMotor.html#setNotificationOff()"><B>setNotificationOff()</B></A> - 
Method in class org.reprap.devices.<A HREF="../org/reprap/devices/SNAPStepperMotor.html" title="class in org.reprap.devices">SNAPStepperMotor</A>
<DD>&nbsp;
<DT><A HREF="../org/reprap/gui/botConsole/StepperPositionJPanel.html#setNudgeSize(double)"><B>setNudgeSize(double)</B></A> - 
Method in class org.reprap.gui.botConsole.<A HREF="../org/reprap/gui/botConsole/StepperPositionJPanel.html" title="class in org.reprap.gui.botConsole">StepperPositionJPanel</A>
<DD>&nbsp;
<DT><A HREF="../org/reprap/gui/botConsole/XYZTabPanel.html#setNudgeSize(java.lang.Double)"><B>setNudgeSize(Double)</B></A> - 
Method in class org.reprap.gui.botConsole.<A HREF="../org/reprap/gui/botConsole/XYZTabPanel.html" title="class in org.reprap.gui.botConsole">XYZTabPanel</A>
<DD>&nbsp;
<DT><A HREF="../org/reprap/gui/STLObject.html#setOffset(javax.media.j3d.BranchGroup, javax.vecmath.Vector3d)"><B>setOffset(BranchGroup, Vector3d)</B></A> - 
Method in class org.reprap.gui.<A HREF="../org/reprap/gui/STLObject.html" title="class in org.reprap.gui">STLObject</A>
<DD>&nbsp;
<DT><A HREF="../org/reprap/Attributes.html#setParent(org.reprap.gui.STLObject)"><B>setParent(STLObject)</B></A> - 
Method in class org.reprap.<A HREF="../org/reprap/Attributes.html" title="class in org.reprap">Attributes</A>
<DD>Change the parent
<DT><A HREF="../org/reprap/geometry/polygons/treeList.html#setParents()"><B>setParents()</B></A> - 
Method in class org.reprap.geometry.polygons.<A HREF="../org/reprap/geometry/polygons/treeList.html" title="class in org.reprap.geometry.polygons">treeList</A>
<DD>Do a depth-first walk setting parents.
<DT><A HREF="../org/reprap/Attributes.html#setPart(javax.media.j3d.BranchGroup)"><B>setPart(BranchGroup)</B></A> - 
Method in class org.reprap.<A HREF="../org/reprap/Attributes.html" title="class in org.reprap">Attributes</A>
<DD>To be used in conjunction with changing the parent
<DT><A HREF="../org/reprap/AxisMotor.html#setPosition(int)"><B>setPosition(int)</B></A> - 
Method in interface org.reprap.<A HREF="../org/reprap/AxisMotor.html" title="interface in org.reprap">AxisMotor</A>
<DD>&nbsp;
<DT><A HREF="../org/reprap/devices/GCodeStepperMotor.html#setPosition(int)"><B>setPosition(int)</B></A> - 
Method in class org.reprap.devices.<A HREF="../org/reprap/devices/GCodeStepperMotor.html" title="class in org.reprap.devices">GCodeStepperMotor</A>
<DD>&nbsp;
<DT><A HREF="../org/reprap/devices/NullStepperMotor.html#setPosition(int)"><B>setPosition(int)</B></A> - 
Method in class org.reprap.devices.<A HREF="../org/reprap/devices/NullStepperMotor.html" title="class in org.reprap.devices">NullStepperMotor</A>
<DD>&nbsp;
<DT><A HREF="../org/reprap/devices/SNAPStepperMotor.html#setPosition(int)"><B>setPosition(int)</B></A> - 
Method in class org.reprap.devices.<A HREF="../org/reprap/devices/SNAPStepperMotor.html" title="class in org.reprap.devices">SNAPStepperMotor</A>
<DD>&nbsp;
<DT><A HREF="../org/reprap/gui/botConsole/GenericExtruderTabPanel.html#setPrefs()"><B>setPrefs()</B></A> - 
Method in class org.reprap.gui.botConsole.<A HREF="../org/reprap/gui/botConsole/GenericExtruderTabPanel.html" title="class in org.reprap.gui.botConsole">GenericExtruderTabPanel</A>
<DD>&nbsp;
<DT><A HREF="../org/reprap/gui/botConsole/XYZTabPanel.html#setPrefs()"><B>setPrefs()</B></A> - 
Method in class org.reprap.gui.botConsole.<A HREF="../org/reprap/gui/botConsole/XYZTabPanel.html" title="class in org.reprap.gui.botConsole">XYZTabPanel</A>
<DD>&nbsp;
<DT><A HREF="../org/reprap/Device.html#setPrinter(org.reprap.Printer)"><B>setPrinter(Printer)</B></A> - 
Method in class org.reprap.<A HREF="../org/reprap/Device.html" title="class in org.reprap">Device</A>
<DD>&nbsp;
<DT><A HREF="../org/reprap/devices/GenericExtruder.html#setPrinter(org.reprap.Printer)"><B>setPrinter(Printer)</B></A> - 
Method in class org.reprap.devices.<A HREF="../org/reprap/devices/GenericExtruder.html" title="class in org.reprap.devices">GenericExtruder</A>
<DD>&nbsp;
<DT><A HREF="../org/reprap/devices/GenericStepperMotor.html#setPrinter(org.reprap.Printer)"><B>setPrinter(Printer)</B></A> - 
Method in class org.reprap.devices.<A HREF="../org/reprap/devices/GenericStepperMotor.html" title="class in org.reprap.devices">GenericStepperMotor</A>
<DD>&nbsp;
<DT><A HREF="../org/reprap/Extruder.html#setPrinter(org.reprap.Printer)"><B>setPrinter(Printer)</B></A> - 
Method in interface org.reprap.<A HREF="../org/reprap/Extruder.html" title="interface in org.reprap">Extruder</A>
<DD>&nbsp;
<DT><A HREF="../org/reprap/geometry/LayerRules.html#setPrinter(org.reprap.Printer)"><B>setPrinter(Printer)</B></A> - 
Method in class org.reprap.geometry.<A HREF="../org/reprap/geometry/LayerRules.html" title="class in org.reprap.geometry">LayerRules</A>
<DD>&nbsp;
<DT><A HREF="../org/reprap/Main.html#setRepRapPresent(boolean)"><B>setRepRapPresent(boolean)</B></A> - 
Static method in class org.reprap.<A HREF="../org/reprap/Main.html" title="class in org.reprap">Main</A>
<DD>&nbsp;
<DT><A HREF="../org/reprap/devices/ExtruderState.html#setReverse(boolean)"><B>setReverse(boolean)</B></A> - 
Method in class org.reprap.devices.<A HREF="../org/reprap/devices/ExtruderState.html" title="class in org.reprap.devices">ExtruderState</A>
<DD>&nbsp;
<DT><A HREF="../org/reprap/utilities/RrGraphics.html#setScales(org.reprap.geometry.polygons.RrRectangle)"><B>setScales(RrRectangle)</B></A> - 
Method in class org.reprap.utilities.<A HREF="../org/reprap/utilities/RrGraphics.html" title="class in org.reprap.utilities">RrGraphics</A>
<DD>&nbsp;
<DT><A HREF="../org/reprap/geometry/Producer.html#setSegmentPause(javax.swing.JCheckBoxMenuItem)"><B>setSegmentPause(JCheckBoxMenuItem)</B></A> - 
Method in class org.reprap.geometry.<A HREF="../org/reprap/geometry/Producer.html" title="class in org.reprap.geometry">Producer</A>
<DD>Set the source checkbox used to determine if there should
 be a pause between segments.
<DT><A HREF="../org/reprap/machines/GenericRepRap.html#setSegmentPause(javax.swing.JCheckBoxMenuItem)"><B>setSegmentPause(JCheckBoxMenuItem)</B></A> - 
Method in class org.reprap.machines.<A HREF="../org/reprap/machines/GenericRepRap.html" title="class in org.reprap.machines">GenericRepRap</A>
<DD>Set the source checkbox used to determine if there should
 be a pause between segments.
<DT><A HREF="../org/reprap/Main.html#setSegmentPause(boolean)"><B>setSegmentPause(boolean)</B></A> - 
Method in class org.reprap.<A HREF="../org/reprap/Main.html" title="class in org.reprap">Main</A>
<DD>&nbsp;
<DT><A HREF="../org/reprap/Printer.html#setSegmentPause(javax.swing.JCheckBoxMenuItem)"><B>setSegmentPause(JCheckBoxMenuItem)</B></A> - 
Method in interface org.reprap.<A HREF="../org/reprap/Printer.html" title="interface in org.reprap">Printer</A>
<DD>Set the source checkbox used to determine if there should
 be a pause between segments.
<DT><A HREF="../org/reprap/devices/GenericExtruder.html#setSeparating(boolean)"><B>setSeparating(boolean)</B></A> - 
Method in class org.reprap.devices.<A HREF="../org/reprap/devices/GenericExtruder.html" title="class in org.reprap.devices">GenericExtruder</A>
<DD>&nbsp;
<DT><A HREF="../org/reprap/Extruder.html#setSeparating(boolean)"><B>setSeparating(boolean)</B></A> - 
Method in interface org.reprap.<A HREF="../org/reprap/Extruder.html" title="interface in org.reprap">Extruder</A>
<DD>Set the flag to show we're creating a separation
<DT><A HREF="../org/reprap/machines/GenericRepRap.html#setSeparating(boolean)"><B>setSeparating(boolean)</B></A> - 
Method in class org.reprap.machines.<A HREF="../org/reprap/machines/GenericRepRap.html" title="class in org.reprap.machines">GenericRepRap</A>
<DD>Set all the extruders' separating mode
<DT><A HREF="../org/reprap/Printer.html#setSeparating(boolean)"><B>setSeparating(boolean)</B></A> - 
Method in interface org.reprap.<A HREF="../org/reprap/Printer.html" title="interface in org.reprap">Printer</A>
<DD>Set all the extruders' separating mode
<DT><A HREF="../org/reprap/geometry/polygons/AllSTLsToBuild.SliceCache.html#setSlice(org.reprap.geometry.polygons.BooleanGridList, int, int)"><B>setSlice(BooleanGridList, int, int)</B></A> - 
Method in class org.reprap.geometry.polygons.<A HREF="../org/reprap/geometry/polygons/AllSTLsToBuild.SliceCache.html" title="class in org.reprap.geometry.polygons">AllSTLsToBuild.SliceCache</A>
<DD>&nbsp;
<DT><A HREF="../org/reprap/AxisMotor.html#setSpeed(int)"><B>setSpeed(int)</B></A> - 
Method in interface org.reprap.<A HREF="../org/reprap/AxisMotor.html" title="interface in org.reprap">AxisMotor</A>
<DD>Set the motor speed (or turn it off)
<DT><A HREF="../org/reprap/devices/ExtruderState.html#setSpeed(double)"><B>setSpeed(double)</B></A> - 
Method in class org.reprap.devices.<A HREF="../org/reprap/devices/ExtruderState.html" title="class in org.reprap.devices">ExtruderState</A>
<DD>&nbsp;
<DT><A HREF="../org/reprap/devices/GCodeStepperMotor.html#setSpeed(int)"><B>setSpeed(int)</B></A> - 
Method in class org.reprap.devices.<A HREF="../org/reprap/devices/GCodeStepperMotor.html" title="class in org.reprap.devices">GCodeStepperMotor</A>
<DD>Set the motor speed (or turn it off)
<DT><A HREF="../org/reprap/devices/NullStepperMotor.html#setSpeed(int)"><B>setSpeed(int)</B></A> - 
Method in class org.reprap.devices.<A HREF="../org/reprap/devices/NullStepperMotor.html" title="class in org.reprap.devices">NullStepperMotor</A>
<DD>Set the motor speed (or turn it off)
<DT><A HREF="../org/reprap/devices/SNAPStepperMotor.html#setSpeed(int)"><B>setSpeed(int)</B></A> - 
Method in class org.reprap.devices.<A HREF="../org/reprap/devices/SNAPStepperMotor.html" title="class in org.reprap.devices">SNAPStepperMotor</A>
<DD>Set the motor speed (or turn it off)
<DT><A HREF="../org/reprap/geometry/polygons/RrPolygon.html#setSpeed(int, double)"><B>setSpeed(int, double)</B></A> - 
Method in class org.reprap.geometry.polygons.<A HREF="../org/reprap/geometry/polygons/RrPolygon.html" title="class in org.reprap.geometry.polygons">RrPolygon</A>
<DD>Add a speed to the polygon
<DT><A HREF="../org/reprap/gui/botConsole/StepperPositionJPanel.html#setSpeed()"><B>setSpeed()</B></A> - 
Method in class org.reprap.gui.botConsole.<A HREF="../org/reprap/gui/botConsole/StepperPositionJPanel.html" title="class in org.reprap.gui.botConsole">StepperPositionJPanel</A>
<DD>&nbsp;
<DT><A HREF="../org/reprap/geometry/polygons/RrPolygon.html#setSpeeds(double, double, double)"><B>setSpeeds(double, double, double)</B></A> - 
Method in class org.reprap.geometry.polygons.<A HREF="../org/reprap/geometry/polygons/RrPolygon.html" title="class in org.reprap.geometry.polygons">RrPolygon</A>
<DD>Set the speeds at each vertex so that the polygon can be plotted as fast as possible
<DT><A HREF="../org/reprap/Preferences.html#setString(java.lang.String, java.lang.String)"><B>setString(String, String)</B></A> - 
Method in class org.reprap.<A HREF="../org/reprap/Preferences.html" title="class in org.reprap">Preferences</A>
<DD>&nbsp;
<DT><A HREF="../org/reprap/geometry/polygons/AllSTLsToBuild.SliceCache.html#setSupport(org.reprap.geometry.polygons.BooleanGridList, int, int)"><B>setSupport(BooleanGridList, int, int)</B></A> - 
Method in class org.reprap.geometry.polygons.<A HREF="../org/reprap/geometry/polygons/AllSTLsToBuild.SliceCache.html" title="class in org.reprap.geometry.polygons">AllSTLsToBuild.SliceCache</A>
<DD>&nbsp;
<DT><A HREF="../org/reprap/AxisMotor.html#setSync(byte)"><B>setSync(byte)</B></A> - 
Method in interface org.reprap.<A HREF="../org/reprap/AxisMotor.html" title="interface in org.reprap">AxisMotor</A>
<DD>&nbsp;
<DT><A HREF="../org/reprap/devices/GCodeStepperMotor.html#setSync(byte)"><B>setSync(byte)</B></A> - 
Method in class org.reprap.devices.<A HREF="../org/reprap/devices/GCodeStepperMotor.html" title="class in org.reprap.devices">GCodeStepperMotor</A>
<DD>&nbsp;
<DT><A HREF="../org/reprap/devices/NullStepperMotor.html#setSync(byte)"><B>setSync(byte)</B></A> - 
Method in class org.reprap.devices.<A HREF="../org/reprap/devices/NullStepperMotor.html" title="class in org.reprap.devices">NullStepperMotor</A>
<DD>&nbsp;
<DT><A HREF="../org/reprap/devices/SNAPStepperMotor.html#setSync(byte)"><B>setSync(byte)</B></A> - 
Method in class org.reprap.devices.<A HREF="../org/reprap/devices/SNAPStepperMotor.html" title="class in org.reprap.devices">SNAPStepperMotor</A>
<DD>&nbsp;
<DT><A HREF="../org/reprap/gui/botConsole/StepperPositionJPanel.html#setTargetPositionField(double)"><B>setTargetPositionField(double)</B></A> - 
Method in class org.reprap.gui.botConsole.<A HREF="../org/reprap/gui/botConsole/StepperPositionJPanel.html" title="class in org.reprap.gui.botConsole">StepperPositionJPanel</A>
<DD>&nbsp;
<DT><A HREF="../org/reprap/devices/ExtruderState.html#setTargetTemperature(double)"><B>setTargetTemperature(double)</B></A> - 
Method in class org.reprap.devices.<A HREF="../org/reprap/devices/ExtruderState.html" title="class in org.reprap.devices">ExtruderState</A>
<DD>&nbsp;
<DT><A HREF="../org/reprap/gui/botConsole/GenericExtruderTabPanel.html#setTargetTempField(int)"><B>setTargetTempField(int)</B></A> - 
Method in class org.reprap.gui.botConsole.<A HREF="../org/reprap/gui/botConsole/GenericExtruderTabPanel.html" title="class in org.reprap.gui.botConsole">GenericExtruderTabPanel</A>
<DD>&nbsp;
<DT><A HREF="../org/reprap/devices/GCodeExtruder.html#setTemperature(double, boolean)"><B>setTemperature(double, boolean)</B></A> - 
Method in class org.reprap.devices.<A HREF="../org/reprap/devices/GCodeExtruder.html" title="class in org.reprap.devices">GCodeExtruder</A>
<DD>&nbsp;
<DT><A HREF="../org/reprap/devices/GenericExtruder.html#setTemperature(double, boolean)"><B>setTemperature(double, boolean)</B></A> - 
Method in class org.reprap.devices.<A HREF="../org/reprap/devices/GenericExtruder.html" title="class in org.reprap.devices">GenericExtruder</A>
<DD>&nbsp;
<DT><A HREF="../org/reprap/devices/NullExtruder.html#setTemperature(double)"><B>setTemperature(double)</B></A> - 
Method in class org.reprap.devices.<A HREF="../org/reprap/devices/NullExtruder.html" title="class in org.reprap.devices">NullExtruder</A>
<DD>&nbsp;
<DT><A HREF="../org/reprap/devices/SNAPExtruder.html#setTemperature(double, boolean)"><B>setTemperature(double, boolean)</B></A> - 
Method in class org.reprap.devices.<A HREF="../org/reprap/devices/SNAPExtruder.html" title="class in org.reprap.devices">SNAPExtruder</A>
<DD>&nbsp;
<DT><A HREF="../org/reprap/Extruder.html#setTemperature(double, boolean)"><B>setTemperature(double, boolean)</B></A> - 
Method in interface org.reprap.<A HREF="../org/reprap/Extruder.html" title="interface in org.reprap">Extruder</A>
<DD>Set the temperature of the extruder at a given height.
<DT><A HREF="../org/reprap/devices/SNAPExtruder.html#setTemperatureX(double, boolean)"><B>setTemperatureX(double, boolean)</B></A> - 
Method in class org.reprap.devices.<A HREF="../org/reprap/devices/SNAPExtruder.html" title="class in org.reprap.devices">SNAPExtruder</A>
<DD>&nbsp;
<DT><A HREF="../org/reprap/devices/SNAPExtruder.html#setTempRange()"><B>setTempRange()</B></A> - 
Method in class org.reprap.devices.<A HREF="../org/reprap/devices/SNAPExtruder.html" title="class in org.reprap.devices">SNAPExtruder</A>
<DD>Send current vRefFactor and a suitable timer scaler
 to the device.
<DT><A HREF="../org/reprap/devices/SNAPExtruder.html#setTempScaler(int)"><B>setTempScaler(int)</B></A> - 
Method in class org.reprap.devices.<A HREF="../org/reprap/devices/SNAPExtruder.html" title="class in org.reprap.devices">SNAPExtruder</A>
<DD>Set the scale factor used on the temperature timer used
 for analogue to digital conversion
<DT><A HREF="../org/reprap/gui/PreferencesValue.html#setText(java.lang.String)"><B>setText(String)</B></A> - 
Method in class org.reprap.gui.<A HREF="../org/reprap/gui/PreferencesValue.html" title="class in org.reprap.gui">PreferencesValue</A>
<DD>&nbsp;
<DT><A HREF="../org/reprap/machines/GenericRepRap.html#setTop(double, double, double)"><B>setTop(double, double, double)</B></A> - 
Method in class org.reprap.machines.<A HREF="../org/reprap/machines/GenericRepRap.html" title="class in org.reprap.machines">GenericRepRap</A>
<DD>Set the position at the end of the topmost layer
<DT><A HREF="../org/reprap/Printer.html#setTop(double, double, double)"><B>setTop(double, double, double)</B></A> - 
Method in interface org.reprap.<A HREF="../org/reprap/Printer.html" title="interface in org.reprap">Printer</A>
<DD>Set the position at the end of the topmost layer
<DT><A HREF="../org/reprap/machines/GenericRepRap.html#setTopDown(boolean)"><B>setTopDown(boolean)</B></A> - 
Method in class org.reprap.machines.<A HREF="../org/reprap/machines/GenericRepRap.html" title="class in org.reprap.machines">GenericRepRap</A>
<DD>&nbsp;
<DT><A HREF="../org/reprap/Printer.html#setTopDown(boolean)"><B>setTopDown(boolean)</B></A> - 
Method in interface org.reprap.<A HREF="../org/reprap/Printer.html" title="interface in org.reprap">Printer</A>
<DD>Set the flag that decided which direction to compute the layers
<DT><A HREF="../org/reprap/gui/MouseObject.html#setTransform(javax.media.j3d.Transform3D)"><B>setTransform(Transform3D)</B></A> - 
Method in class org.reprap.gui.<A HREF="../org/reprap/gui/MouseObject.html" title="class in org.reprap.gui">MouseObject</A>
<DD>&nbsp;
<DT><A HREF="../org/reprap/gui/STLObject.html#setTransform(javax.media.j3d.Transform3D)"><B>setTransform(Transform3D)</B></A> - 
Method in class org.reprap.gui.<A HREF="../org/reprap/gui/STLObject.html" title="class in org.reprap.gui">STLObject</A>
<DD>&nbsp;
<DT><A HREF="../org/reprap/gui/STLObject.Contents.html#setUnique(int)"><B>setUnique(int)</B></A> - 
Method in class org.reprap.gui.<A HREF="../org/reprap/gui/STLObject.Contents.html" title="class in org.reprap.gui">STLObject.Contents</A>
<DD>&nbsp;
<DT><A HREF="../org/reprap/gui/STLObject.html#setUnique(int, int)"><B>setUnique(int, int)</B></A> - 
Method in class org.reprap.gui.<A HREF="../org/reprap/gui/STLObject.html" title="class in org.reprap.gui">STLObject</A>
<DD>&nbsp;
<DT><A HREF="../org/reprap/gui/PreferencesValue.BooleanChoice.html#setValue(boolean)"><B>setValue(boolean)</B></A> - 
Method in class org.reprap.gui.<A HREF="../org/reprap/gui/PreferencesValue.BooleanChoice.html" title="class in org.reprap.gui">PreferencesValue.BooleanChoice</A>
<DD>&nbsp;
<DT><A HREF="../org/reprap/devices/GCodeExtruder.html#setValve(boolean)"><B>setValve(boolean)</B></A> - 
Method in class org.reprap.devices.<A HREF="../org/reprap/devices/GCodeExtruder.html" title="class in org.reprap.devices">GCodeExtruder</A>
<DD>&nbsp;
<DT><A HREF="../org/reprap/devices/NullExtruder.html#setValve(boolean)"><B>setValve(boolean)</B></A> - 
Method in class org.reprap.devices.<A HREF="../org/reprap/devices/NullExtruder.html" title="class in org.reprap.devices">NullExtruder</A>
<DD>&nbsp;
<DT><A HREF="../org/reprap/devices/SNAPExtruder.html#setValve(boolean)"><B>setValve(boolean)</B></A> - 
Method in class org.reprap.devices.<A HREF="../org/reprap/devices/SNAPExtruder.html" title="class in org.reprap.devices">SNAPExtruder</A>
<DD>Open or close the valve.
<DT><A HREF="../org/reprap/Extruder.html#setValve(boolean)"><B>setValve(boolean)</B></A> - 
Method in interface org.reprap.<A HREF="../org/reprap/Extruder.html" title="interface in org.reprap">Extruder</A>
<DD>Open and close the valve (if any).
<DT><A HREF="../org/reprap/devices/SNAPExtruder.html#setVref(int)"><B>setVref(int)</B></A> - 
Method in class org.reprap.devices.<A HREF="../org/reprap/devices/SNAPExtruder.html" title="class in org.reprap.devices">SNAPExtruder</A>
<DD>Set raw voltage reference used for analogue to digital converter
<DT><A HREF="../org/reprap/machines/GCodeRepRap.html#setZ(double)"><B>setZ(double)</B></A> - 
Method in class org.reprap.machines.<A HREF="../org/reprap/machines/GCodeRepRap.html" title="class in org.reprap.machines">GCodeRepRap</A>
<DD>Tell the printer class it's Z position.
<DT><A HREF="../org/reprap/machines/GenericRepRap.html#setZ(double)"><B>setZ(double)</B></A> - 
Method in class org.reprap.machines.<A HREF="../org/reprap/machines/GenericRepRap.html" title="class in org.reprap.machines">GenericRepRap</A>
<DD>Tell the printer class it's Z position.
<DT><A HREF="../org/reprap/Printer.html#setZ(double)"><B>setZ(double)</B></A> - 
Method in interface org.reprap.<A HREF="../org/reprap/Printer.html" title="interface in org.reprap">Printer</A>
<DD>Tell the printer class it's Z position.
<DT><A HREF="../org/reprap/machines/GenericRepRap.html#setZManual()"><B>setZManual()</B></A> - 
Method in class org.reprap.machines.<A HREF="../org/reprap/machines/GenericRepRap.html" title="class in org.reprap.machines">GenericRepRap</A>
<DD>&nbsp;
<DT><A HREF="../org/reprap/machines/GenericRepRap.html#setZManual(double)"><B>setZManual(double)</B></A> - 
Method in class org.reprap.machines.<A HREF="../org/reprap/machines/GenericRepRap.html" title="class in org.reprap.machines">GenericRepRap</A>
<DD>&nbsp;
<DT><A HREF="../org/reprap/Printer.html#setZManual()"><B>setZManual()</B></A> - 
Method in interface org.reprap.<A HREF="../org/reprap/Printer.html" title="interface in org.reprap">Printer</A>
<DD>Allow the user to manually calibrate the Z axis position to deal
 with special circumstances like different extruder sizes, platform
 additions or subtractive fabrication.
<DT><A HREF="../org/reprap/Printer.html#setZManual(double)"><B>setZManual(double)</B></A> - 
Method in interface org.reprap.<A HREF="../org/reprap/Printer.html" title="interface in org.reprap">Printer</A>
<DD>Allow the user to manually calibrate the Z axis position to deal
 with special circumstances like different extruder sizes, platform
 additions or subtractive fabrication.
<DT><A HREF="../org/reprap/geometry/polygons/BooleanGridList.html#shapes"><B>shapes</B></A> - 
Variable in class org.reprap.geometry.polygons.<A HREF="../org/reprap/geometry/polygons/BooleanGridList.html" title="class in org.reprap.geometry.polygons">BooleanGridList</A>
<DD>&nbsp;
<DT><A HREF="../org/reprap/devices/GenericExtruder.html#shells"><B>shells</B></A> - 
Variable in class org.reprap.devices.<A HREF="../org/reprap/devices/GenericExtruder.html" title="class in org.reprap.devices">GenericExtruder</A>
<DD>The number of outlines to plot
<DT><A HREF="../org/reprap/devices/GenericExtruder.html#shortLength"><B>shortLength</B></A> - 
Variable in class org.reprap.devices.<A HREF="../org/reprap/devices/GenericExtruder.html" title="class in org.reprap.devices">GenericExtruder</A>
<DD>Line length below which to plot faster
<DT><A HREF="../org/reprap/geometry/LayerProducer.html#shortLine(org.reprap.geometry.polygons.Rr2Point, boolean, boolean)"><B>shortLine(Rr2Point, boolean, boolean)</B></A> - 
Method in class org.reprap.geometry.<A HREF="../org/reprap/geometry/LayerProducer.html" title="class in org.reprap.geometry">LayerProducer</A>
<DD>speed up for short lines
<DT><A HREF="../org/reprap/devices/GenericExtruder.html#shortSpeed"><B>shortSpeed</B></A> - 
Variable in class org.reprap.devices.<A HREF="../org/reprap/devices/GenericExtruder.html" title="class in org.reprap.devices">GenericExtruder</A>
<DD>Factor for short line speeds
<DT><A HREF="../org/reprap/geometry/polygons/RrInterval.html#sign()"><B>sign()</B></A> - 
Method in class org.reprap.geometry.polygons.<A HREF="../org/reprap/geometry/polygons/RrInterval.html" title="class in org.reprap.geometry.polygons">RrInterval</A>
<DD>Sign of an interval
<DT><A HREF="../org/reprap/geometry/polygons/AllSTLsToBuild.html#simpleCull(java.util.ArrayList)"><B>simpleCull(ArrayList&lt;AllSTLsToBuild.LineSegment&gt;)</B></A> - 
Method in class org.reprap.geometry.polygons.<A HREF="../org/reprap/geometry/polygons/AllSTLsToBuild.html" title="class in org.reprap.geometry.polygons">AllSTLsToBuild</A>
<DD>Get all the polygons represented by the edges.
<DT><A HREF="../org/reprap/geometry/polygons/BooleanGrid.html#simpleEnough"><B>simpleEnough</B></A> - 
Static variable in class org.reprap.geometry.polygons.<A HREF="../org/reprap/geometry/polygons/BooleanGrid.html" title="class in org.reprap.geometry.polygons">BooleanGrid</A>
<DD>How simple does a CSG expression have to be to not be worth pruning further?
<DT><A HREF="../org/reprap/geometry/polygons/BooleanGrid.iPolygon.html#simplify()"><B>simplify()</B></A> - 
Method in class org.reprap.geometry.polygons.<A HREF="../org/reprap/geometry/polygons/BooleanGrid.iPolygon.html" title="class in org.reprap.geometry.polygons">BooleanGrid.iPolygon</A>
<DD>Generate an equivalent polygon with fewer vertices by removing chains of points
 that lie in straight lines.
<DT><A HREF="../org/reprap/geometry/polygons/BooleanGrid.iPolygonList.html#simplify()"><B>simplify()</B></A> - 
Method in class org.reprap.geometry.polygons.<A HREF="../org/reprap/geometry/polygons/BooleanGrid.iPolygonList.html" title="class in org.reprap.geometry.polygons">BooleanGrid.iPolygonList</A>
<DD>Simplify all the polygons
<DT><A HREF="../org/reprap/geometry/polygons/RrCSG.html#simplify(double)"><B>simplify(double)</B></A> - 
Method in class org.reprap.geometry.polygons.<A HREF="../org/reprap/geometry/polygons/RrCSG.html" title="class in org.reprap.geometry.polygons">RrCSG</A>
<DD>Replace duplicate of all leaves with the last instance of each
<DT><A HREF="../org/reprap/geometry/polygons/RrPolygon.html#simplify(double)"><B>simplify(double)</B></A> - 
Method in class org.reprap.geometry.polygons.<A HREF="../org/reprap/geometry/polygons/RrPolygon.html" title="class in org.reprap.geometry.polygons">RrPolygon</A>
<DD>Simplify a polygon by deleting points from it that
 are closer than d to lines joining other points
 NB - this ignores speeds
<DT><A HREF="../org/reprap/geometry/polygons/RrPolygonList.html#simplify(double)"><B>simplify(double)</B></A> - 
Method in class org.reprap.geometry.polygons.<A HREF="../org/reprap/geometry/polygons/RrPolygonList.html" title="class in org.reprap.geometry.polygons">RrPolygonList</A>
<DD>Simplify all polygons by length d
 N.B.
<DT><A HREF="../org/reprap/geometry/polygons/RrCSG.html#simplify_r(org.reprap.geometry.polygons.RrCSG, double)"><B>simplify_r(RrCSG, double)</B></A> - 
Method in class org.reprap.geometry.polygons.<A HREF="../org/reprap/geometry/polygons/RrCSG.html" title="class in org.reprap.geometry.polygons">RrCSG</A>
<DD>Replace duplicate of all leaves with the last instance of each; also
 link up complements.
<DT><A HREF="../org/reprap/geometry/LayerProducer.html#simulationPlot"><B>simulationPlot</B></A> - 
Variable in class org.reprap.geometry.<A HREF="../org/reprap/geometry/LayerProducer.html" title="class in org.reprap.geometry">LayerProducer</A>
<DD>&nbsp;
<DT><A HREF="../org/reprap/geometry/Producer.html#simulationPlot"><B>simulationPlot</B></A> - 
Variable in class org.reprap.geometry.<A HREF="../org/reprap/geometry/Producer.html" title="class in org.reprap.geometry">Producer</A>
<DD>&nbsp;
<DT><A HREF="../org/reprap/machines/Simulator.html" title="class in org.reprap.machines"><B>Simulator</B></A> - Class in <A HREF="../org/reprap/machines/package-summary.html">org.reprap.machines</A><DD>&nbsp;<DT><A HREF="../org/reprap/machines/Simulator.html#Simulator()"><B>Simulator()</B></A> - 
Constructor for class org.reprap.machines.<A HREF="../org/reprap/machines/Simulator.html" title="class in org.reprap.machines">Simulator</A>
<DD>&nbsp;
<DT><A HREF="../org/reprap/geometry/LayerProducer.html#singleMove(org.reprap.geometry.polygons.Rr2Point)"><B>singleMove(Rr2Point)</B></A> - 
Method in class org.reprap.geometry.<A HREF="../org/reprap/geometry/LayerProducer.html" title="class in org.reprap.geometry">LayerProducer</A>
<DD>&nbsp;
<DT><A HREF="../org/reprap/machines/GCodeRepRap.html#singleMove(double, double, double, double)"><B>singleMove(double, double, double, double)</B></A> - 
Method in class org.reprap.machines.<A HREF="../org/reprap/machines/GCodeRepRap.html" title="class in org.reprap.machines">GCodeRepRap</A>
<DD>make a single, non building move (between plots, or zeroing an axis etc.)
<DT><A HREF="../org/reprap/machines/GenericRepRap.html#singleMove(double, double, double, double)"><B>singleMove(double, double, double, double)</B></A> - 
Method in class org.reprap.machines.<A HREF="../org/reprap/machines/GenericRepRap.html" title="class in org.reprap.machines">GenericRepRap</A>
<DD>&nbsp;
<DT><A HREF="../org/reprap/Printer.html#singleMove(double, double, double, double)"><B>singleMove(double, double, double, double)</B></A> - 
Method in interface org.reprap.<A HREF="../org/reprap/Printer.html" title="interface in org.reprap">Printer</A>
<DD>Single move for when we're moving about giong places rather than making
<DT><A HREF="../org/reprap/geometry/polygons/AllSTLsToBuild.html#size()"><B>size()</B></A> - 
Method in class org.reprap.geometry.polygons.<A HREF="../org/reprap/geometry/polygons/AllSTLsToBuild.html" title="class in org.reprap.geometry.polygons">AllSTLsToBuild</A>
<DD>Return the number of objects.
<DT><A HREF="../org/reprap/geometry/polygons/BooleanGrid.iPolygon.html#size()"><B>size()</B></A> - 
Method in class org.reprap.geometry.polygons.<A HREF="../org/reprap/geometry/polygons/BooleanGrid.iPolygon.html" title="class in org.reprap.geometry.polygons">BooleanGrid.iPolygon</A>
<DD>How many points?
<DT><A HREF="../org/reprap/geometry/polygons/BooleanGrid.iPolygonList.html#size()"><B>size()</B></A> - 
Method in class org.reprap.geometry.polygons.<A HREF="../org/reprap/geometry/polygons/BooleanGrid.iPolygonList.html" title="class in org.reprap.geometry.polygons">BooleanGrid.iPolygonList</A>
<DD>How many polygons are there in the list?
<DT><A HREF="../org/reprap/geometry/polygons/BooleanGrid.iRectangle.html#size"><B>size</B></A> - 
Variable in class org.reprap.geometry.polygons.<A HREF="../org/reprap/geometry/polygons/BooleanGrid.iRectangle.html" title="class in org.reprap.geometry.polygons">BooleanGrid.iRectangle</A>
<DD>&nbsp;
<DT><A HREF="../org/reprap/geometry/polygons/BooleanGridList.html#size()"><B>size()</B></A> - 
Method in class org.reprap.geometry.polygons.<A HREF="../org/reprap/geometry/polygons/BooleanGridList.html" title="class in org.reprap.geometry.polygons">BooleanGridList</A>
<DD>How many shapes are there in the list?
<DT><A HREF="../org/reprap/geometry/polygons/RrPolygon.html#size()"><B>size()</B></A> - 
Method in class org.reprap.geometry.polygons.<A HREF="../org/reprap/geometry/polygons/RrPolygon.html" title="class in org.reprap.geometry.polygons">RrPolygon</A>
<DD>Length
<DT><A HREF="../org/reprap/geometry/polygons/RrPolygonList.html#size()"><B>size()</B></A> - 
Method in class org.reprap.geometry.polygons.<A HREF="../org/reprap/geometry/polygons/RrPolygonList.html" title="class in org.reprap.geometry.polygons">RrPolygonList</A>
<DD>&nbsp;
<DT><A HREF="../org/reprap/geometry/polygons/treeList.html#size()"><B>size()</B></A> - 
Method in class org.reprap.geometry.polygons.<A HREF="../org/reprap/geometry/polygons/treeList.html" title="class in org.reprap.geometry.polygons">treeList</A>
<DD>How long is the list (if any)
<DT><A HREF="../org/reprap/gui/STLObject.html#size()"><B>size()</B></A> - 
Method in class org.reprap.gui.<A HREF="../org/reprap/gui/STLObject.html" title="class in org.reprap.gui">STLObject</A>
<DD>&nbsp;
<DT><A HREF="../org/reprap/comms/GCodeReaderAndWriter.html#sleep(int)"><B>sleep(int)</B></A> - 
Method in class org.reprap.comms.<A HREF="../org/reprap/comms/GCodeReaderAndWriter.html" title="class in org.reprap.comms">GCodeReaderAndWriter</A>
<DD>Wrapper for Thread.sleep()
<DT><A HREF="../org/reprap/geometry/polygons/AllSTLsToBuild.html#slice(int, int, org.reprap.geometry.LayerRules)"><B>slice(int, int, LayerRules)</B></A> - 
Method in class org.reprap.geometry.polygons.<A HREF="../org/reprap/geometry/polygons/AllSTLsToBuild.html" title="class in org.reprap.geometry.polygons">AllSTLsToBuild</A>
<DD>Generate a set of pixel-map representations, one for each extruder, for
 STLObject stl at height z.
<DT><A HREF="../org/reprap/geometry/polygons/AllSTLsToBuild.SliceCache.html#sliceRing"><B>sliceRing</B></A> - 
Variable in class org.reprap.geometry.polygons.<A HREF="../org/reprap/geometry/polygons/AllSTLsToBuild.SliceCache.html" title="class in org.reprap.geometry.polygons">AllSTLsToBuild.SliceCache</A>
<DD>&nbsp;
<DT><A HREF="../org/reprap/gui/MouseObject.html#slide"><B>slide</B></A> - 
Variable in class org.reprap.gui.<A HREF="../org/reprap/gui/MouseObject.html" title="class in org.reprap.gui">MouseObject</A>
<DD>&nbsp;
<DT><A HREF="../org/reprap/gui/botConsole/PrintTabFrame.html#SLoadOK"><B>SLoadOK</B></A> - 
Variable in class org.reprap.gui.botConsole.<A HREF="../org/reprap/gui/botConsole/PrintTabFrame.html" title="class in org.reprap.gui.botConsole">PrintTabFrame</A>
<DD>&nbsp;
<DT><A HREF="../org/reprap/machines/GCodeRepRap.html#slowBuffer()"><B>slowBuffer()</B></A> - 
Method in class org.reprap.machines.<A HREF="../org/reprap/machines/GCodeRepRap.html" title="class in org.reprap.machines">GCodeRepRap</A>
<DD>&nbsp;
<DT><A HREF="../org/reprap/machines/Simulator.html#slowBuffer()"><B>slowBuffer()</B></A> - 
Method in class org.reprap.machines.<A HREF="../org/reprap/machines/Simulator.html" title="class in org.reprap.machines">Simulator</A>
<DD>&nbsp;
<DT><A HREF="../org/reprap/Printer.html#slowBuffer()"><B>slowBuffer()</B></A> - 
Method in interface org.reprap.<A HREF="../org/reprap/Printer.html" title="interface in org.reprap">Printer</A>
<DD>It's also useful to be able to change its priority
<DT><A HREF="../org/reprap/comms/GCodeReaderAndWriter.html#slowBufferThread()"><B>slowBufferThread()</B></A> - 
Method in class org.reprap.comms.<A HREF="../org/reprap/comms/GCodeReaderAndWriter.html" title="class in org.reprap.comms">GCodeReaderAndWriter</A>
<DD>Between layers nothing will be queued.
<DT><A HREF="../org/reprap/devices/GenericExtruder.html#slowXYFeedrate"><B>slowXYFeedrate</B></A> - 
Variable in class org.reprap.devices.<A HREF="../org/reprap/devices/GenericExtruder.html" title="class in org.reprap.devices">GenericExtruder</A>
<DD>The speed from which that machine can do a standing start with this extruder
<DT><A HREF="../org/reprap/machines/GenericRepRap.html#slowXYFeedrate"><B>slowXYFeedrate</B></A> - 
Variable in class org.reprap.machines.<A HREF="../org/reprap/machines/GenericRepRap.html" title="class in org.reprap.machines">GenericRepRap</A>
<DD>The speed from which the machine can do a standing start
<DT><A HREF="../org/reprap/machines/GenericRepRap.html#slowZFeedrate"><B>slowZFeedrate</B></A> - 
Variable in class org.reprap.machines.<A HREF="../org/reprap/machines/GenericRepRap.html" title="class in org.reprap.machines">GenericRepRap</A>
<DD>The speed from which the machine can do a standing start in Z
<DT><A HREF="../org/reprap/geometry/polygons/BooleanGrid.html#snakeGrow(org.reprap.geometry.polygons.BooleanGrid.iPolygonList, java.util.List, int, int)"><B>snakeGrow(BooleanGrid.iPolygonList, List&lt;RrHalfPlane&gt;, int, int)</B></A> - 
Method in class org.reprap.geometry.polygons.<A HREF="../org/reprap/geometry/polygons/BooleanGrid.html" title="class in org.reprap.geometry.polygons">BooleanGrid</A>
<DD>Take a list of hatch point pairs from hatch (above) and the corresponding lines
 that created them, and stitch them together to make a weaving snake-like hatching
 pattern for infill.
<DT><A HREF="../org/reprap/devices/SNAPExtruder.html#snap"><B>snap</B></A> - 
Variable in class org.reprap.devices.<A HREF="../org/reprap/devices/SNAPExtruder.html" title="class in org.reprap.devices">SNAPExtruder</A>
<DD>our snap comms device.
<DT><A HREF="../org/reprap/devices/SNAPStepperMotor.html#snap"><B>snap</B></A> - 
Variable in class org.reprap.devices.<A HREF="../org/reprap/devices/SNAPStepperMotor.html" title="class in org.reprap.devices">SNAPStepperMotor</A>
<DD>our snap comms device.
<DT><A HREF="../org/reprap/devices/SNAPExtruder.html" title="class in org.reprap.devices"><B>SNAPExtruder</B></A> - Class in <A HREF="../org/reprap/devices/package-summary.html">org.reprap.devices</A><DD>&nbsp;<DT><A HREF="../org/reprap/devices/SNAPExtruder.html#SNAPExtruder(org.reprap.comms.Communicator, org.reprap.comms.Address, int, org.reprap.Printer)"><B>SNAPExtruder(Communicator, Address, int, Printer)</B></A> - 
Constructor for class org.reprap.devices.<A HREF="../org/reprap/devices/SNAPExtruder.html" title="class in org.reprap.devices">SNAPExtruder</A>
<DD>&nbsp;
<DT><A HREF="../org/reprap/devices/SNAPExtruder.RequestIsEmptyResponse.html" title="class in org.reprap.devices"><B>SNAPExtruder.RequestIsEmptyResponse</B></A> - Class in <A HREF="../org/reprap/devices/package-summary.html">org.reprap.devices</A><DD>&nbsp;<DT><A HREF="../org/reprap/devices/SNAPExtruder.RequestIsEmptyResponse.html#SNAPExtruder.RequestIsEmptyResponse(org.reprap.Device, org.reprap.comms.OutgoingMessage, long)"><B>SNAPExtruder.RequestIsEmptyResponse(Device, OutgoingMessage, long)</B></A> - 
Constructor for class org.reprap.devices.<A HREF="../org/reprap/devices/SNAPExtruder.RequestIsEmptyResponse.html" title="class in org.reprap.devices">SNAPExtruder.RequestIsEmptyResponse</A>
<DD>&nbsp;
<DT><A HREF="../org/reprap/devices/SNAPExtruder.RequestSetHeat.html" title="class in org.reprap.devices"><B>SNAPExtruder.RequestSetHeat</B></A> - Class in <A HREF="../org/reprap/devices/package-summary.html">org.reprap.devices</A><DD>&nbsp;<DT><A HREF="../org/reprap/devices/SNAPExtruder.RequestSetHeat.html#SNAPExtruder.RequestSetHeat(byte, byte)"><B>SNAPExtruder.RequestSetHeat(byte, byte)</B></A> - 
Constructor for class org.reprap.devices.<A HREF="../org/reprap/devices/SNAPExtruder.RequestSetHeat.html" title="class in org.reprap.devices">SNAPExtruder.RequestSetHeat</A>
<DD>&nbsp;
<DT><A HREF="../org/reprap/devices/SNAPExtruder.RequestSetHeat.html#SNAPExtruder.RequestSetHeat(byte, byte, byte, byte)"><B>SNAPExtruder.RequestSetHeat(byte, byte, byte, byte)</B></A> - 
Constructor for class org.reprap.devices.<A HREF="../org/reprap/devices/SNAPExtruder.RequestSetHeat.html" title="class in org.reprap.devices">SNAPExtruder.RequestSetHeat</A>
<DD>&nbsp;
<DT><A HREF="../org/reprap/devices/SNAPExtruder.RequestTemperatureResponse.html" title="class in org.reprap.devices"><B>SNAPExtruder.RequestTemperatureResponse</B></A> - Class in <A HREF="../org/reprap/devices/package-summary.html">org.reprap.devices</A><DD>&nbsp;<DT><A HREF="../org/reprap/devices/SNAPExtruder.RequestTemperatureResponse.html#SNAPExtruder.RequestTemperatureResponse(org.reprap.Device, org.reprap.comms.OutgoingMessage, long)"><B>SNAPExtruder.RequestTemperatureResponse(Device, OutgoingMessage, long)</B></A> - 
Constructor for class org.reprap.devices.<A HREF="../org/reprap/devices/SNAPExtruder.RequestTemperatureResponse.html" title="class in org.reprap.devices">SNAPExtruder.RequestTemperatureResponse</A>
<DD>&nbsp;
<DT><A HREF="../org/reprap/devices/SNAPStepperMotor.html" title="class in org.reprap.devices"><B>SNAPStepperMotor</B></A> - Class in <A HREF="../org/reprap/devices/package-summary.html">org.reprap.devices</A><DD>&nbsp;<DT><A HREF="../org/reprap/devices/SNAPStepperMotor.html#SNAPStepperMotor(org.reprap.comms.Communicator, org.reprap.comms.Address, int)"><B>SNAPStepperMotor(Communicator, Address, int)</B></A> - 
Constructor for class org.reprap.devices.<A HREF="../org/reprap/devices/SNAPStepperMotor.html" title="class in org.reprap.devices">SNAPStepperMotor</A>
<DD>&nbsp;
<DT><A HREF="../org/reprap/devices/SNAPStepperMotor.RequestDDAMaster.html" title="class in org.reprap.devices"><B>SNAPStepperMotor.RequestDDAMaster</B></A> - Class in <A HREF="../org/reprap/devices/package-summary.html">org.reprap.devices</A><DD>&nbsp;<DT><A HREF="../org/reprap/devices/SNAPStepperMotor.RequestDDAMaster.html#SNAPStepperMotor.RequestDDAMaster(int, int, int)"><B>SNAPStepperMotor.RequestDDAMaster(int, int, int)</B></A> - 
Constructor for class org.reprap.devices.<A HREF="../org/reprap/devices/SNAPStepperMotor.RequestDDAMaster.html" title="class in org.reprap.devices">SNAPStepperMotor.RequestDDAMaster</A>
<DD>&nbsp;
<DT><A HREF="../org/reprap/devices/SNAPStepperMotor.RequestDDAMasterResponse.html" title="class in org.reprap.devices"><B>SNAPStepperMotor.RequestDDAMasterResponse</B></A> - Class in <A HREF="../org/reprap/devices/package-summary.html">org.reprap.devices</A><DD>&nbsp;<DT><A HREF="../org/reprap/devices/SNAPStepperMotor.RequestDDAMasterResponse.html#SNAPStepperMotor.RequestDDAMasterResponse(org.reprap.Device, org.reprap.comms.OutgoingMessage, long)"><B>SNAPStepperMotor.RequestDDAMasterResponse(Device, OutgoingMessage, long)</B></A> - 
Constructor for class org.reprap.devices.<A HREF="../org/reprap/devices/SNAPStepperMotor.RequestDDAMasterResponse.html" title="class in org.reprap.devices">SNAPStepperMotor.RequestDDAMasterResponse</A>
<DD>&nbsp;
<DT><A HREF="../org/reprap/devices/SNAPStepperMotor.RequestHomeResetResponse.html" title="class in org.reprap.devices"><B>SNAPStepperMotor.RequestHomeResetResponse</B></A> - Class in <A HREF="../org/reprap/devices/package-summary.html">org.reprap.devices</A><DD>&nbsp;<DT><A HREF="../org/reprap/devices/SNAPStepperMotor.RequestHomeResetResponse.html#SNAPStepperMotor.RequestHomeResetResponse(org.reprap.Device, org.reprap.comms.OutgoingMessage, long)"><B>SNAPStepperMotor.RequestHomeResetResponse(Device, OutgoingMessage, long)</B></A> - 
Constructor for class org.reprap.devices.<A HREF="../org/reprap/devices/SNAPStepperMotor.RequestHomeResetResponse.html" title="class in org.reprap.devices">SNAPStepperMotor.RequestHomeResetResponse</A>
<DD>&nbsp;
<DT><A HREF="../org/reprap/devices/SNAPStepperMotor.RequestOneStep.html" title="class in org.reprap.devices"><B>SNAPStepperMotor.RequestOneStep</B></A> - Class in <A HREF="../org/reprap/devices/package-summary.html">org.reprap.devices</A><DD>&nbsp;<DT><A HREF="../org/reprap/devices/SNAPStepperMotor.RequestOneStep.html#SNAPStepperMotor.RequestOneStep(boolean)"><B>SNAPStepperMotor.RequestOneStep(boolean)</B></A> - 
Constructor for class org.reprap.devices.<A HREF="../org/reprap/devices/SNAPStepperMotor.RequestOneStep.html" title="class in org.reprap.devices">SNAPStepperMotor.RequestOneStep</A>
<DD>&nbsp;
<DT><A HREF="../org/reprap/devices/SNAPStepperMotor.RequestPositionResponse.html" title="class in org.reprap.devices"><B>SNAPStepperMotor.RequestPositionResponse</B></A> - Class in <A HREF="../org/reprap/devices/package-summary.html">org.reprap.devices</A><DD>&nbsp;<DT><A HREF="../org/reprap/devices/SNAPStepperMotor.RequestPositionResponse.html#SNAPStepperMotor.RequestPositionResponse(org.reprap.comms.IncomingContext)"><B>SNAPStepperMotor.RequestPositionResponse(IncomingContext)</B></A> - 
Constructor for class org.reprap.devices.<A HREF="../org/reprap/devices/SNAPStepperMotor.RequestPositionResponse.html" title="class in org.reprap.devices">SNAPStepperMotor.RequestPositionResponse</A>
<DD>&nbsp;
<DT><A HREF="../org/reprap/devices/SNAPStepperMotor.RequestQueue.html" title="class in org.reprap.devices"><B>SNAPStepperMotor.RequestQueue</B></A> - Class in <A HREF="../org/reprap/devices/package-summary.html">org.reprap.devices</A><DD>&nbsp;<DT><A HREF="../org/reprap/devices/SNAPStepperMotor.RequestQueue.html#SNAPStepperMotor.RequestQueue(int, int, int, int)"><B>SNAPStepperMotor.RequestQueue(int, int, int, int)</B></A> - 
Constructor for class org.reprap.devices.<A HREF="../org/reprap/devices/SNAPStepperMotor.RequestQueue.html" title="class in org.reprap.devices">SNAPStepperMotor.RequestQueue</A>
<DD>&nbsp;
<DT><A HREF="../org/reprap/devices/SNAPStepperMotor.RequestQueueResponse.html" title="class in org.reprap.devices"><B>SNAPStepperMotor.RequestQueueResponse</B></A> - Class in <A HREF="../org/reprap/devices/package-summary.html">org.reprap.devices</A><DD>&nbsp;<DT><A HREF="../org/reprap/devices/SNAPStepperMotor.RequestQueueResponse.html#SNAPStepperMotor.RequestQueueResponse(org.reprap.Device, org.reprap.comms.OutgoingMessage, long)"><B>SNAPStepperMotor.RequestQueueResponse(Device, OutgoingMessage, long)</B></A> - 
Constructor for class org.reprap.devices.<A HREF="../org/reprap/devices/SNAPStepperMotor.RequestQueueResponse.html" title="class in org.reprap.devices">SNAPStepperMotor.RequestQueueResponse</A>
<DD>&nbsp;
<DT><A HREF="../org/reprap/devices/SNAPStepperMotor.RequestRangeResponse.html" title="class in org.reprap.devices"><B>SNAPStepperMotor.RequestRangeResponse</B></A> - Class in <A HREF="../org/reprap/devices/package-summary.html">org.reprap.devices</A><DD>&nbsp;<DT><A HREF="../org/reprap/devices/SNAPStepperMotor.RequestRangeResponse.html#SNAPStepperMotor.RequestRangeResponse(org.reprap.comms.IncomingContext)"><B>SNAPStepperMotor.RequestRangeResponse(IncomingContext)</B></A> - 
Constructor for class org.reprap.devices.<A HREF="../org/reprap/devices/SNAPStepperMotor.RequestRangeResponse.html" title="class in org.reprap.devices">SNAPStepperMotor.RequestRangeResponse</A>
<DD>&nbsp;
<DT><A HREF="../org/reprap/devices/SNAPStepperMotor.RequestSeekPosition.html" title="class in org.reprap.devices"><B>SNAPStepperMotor.RequestSeekPosition</B></A> - Class in <A HREF="../org/reprap/devices/package-summary.html">org.reprap.devices</A><DD>&nbsp;<DT><A HREF="../org/reprap/devices/SNAPStepperMotor.RequestSeekPosition.html#SNAPStepperMotor.RequestSeekPosition(int, int)"><B>SNAPStepperMotor.RequestSeekPosition(int, int)</B></A> - 
Constructor for class org.reprap.devices.<A HREF="../org/reprap/devices/SNAPStepperMotor.RequestSeekPosition.html" title="class in org.reprap.devices">SNAPStepperMotor.RequestSeekPosition</A>
<DD>&nbsp;
<DT><A HREF="../org/reprap/devices/SNAPStepperMotor.RequestSeekResponse.html" title="class in org.reprap.devices"><B>SNAPStepperMotor.RequestSeekResponse</B></A> - Class in <A HREF="../org/reprap/devices/package-summary.html">org.reprap.devices</A><DD>&nbsp;<DT><A HREF="../org/reprap/devices/SNAPStepperMotor.RequestSeekResponse.html#SNAPStepperMotor.RequestSeekResponse(org.reprap.Device, org.reprap.comms.OutgoingMessage, long)"><B>SNAPStepperMotor.RequestSeekResponse(Device, OutgoingMessage, long)</B></A> - 
Constructor for class org.reprap.devices.<A HREF="../org/reprap/devices/SNAPStepperMotor.RequestSeekResponse.html" title="class in org.reprap.devices">SNAPStepperMotor.RequestSeekResponse</A>
<DD>&nbsp;
<DT><A HREF="../org/reprap/devices/SNAPStepperMotor.RequestSetPosition.html" title="class in org.reprap.devices"><B>SNAPStepperMotor.RequestSetPosition</B></A> - Class in <A HREF="../org/reprap/devices/package-summary.html">org.reprap.devices</A><DD>&nbsp;<DT><A HREF="../org/reprap/devices/SNAPStepperMotor.RequestSetPosition.html#SNAPStepperMotor.RequestSetPosition(int)"><B>SNAPStepperMotor.RequestSetPosition(int)</B></A> - 
Constructor for class org.reprap.devices.<A HREF="../org/reprap/devices/SNAPStepperMotor.RequestSetPosition.html" title="class in org.reprap.devices">SNAPStepperMotor.RequestSetPosition</A>
<DD>&nbsp;
<DT><A HREF="../org/reprap/devices/SNAPStepperMotor.RequestSetSpeed.html" title="class in org.reprap.devices"><B>SNAPStepperMotor.RequestSetSpeed</B></A> - Class in <A HREF="../org/reprap/devices/package-summary.html">org.reprap.devices</A><DD>&nbsp;<DT><A HREF="../org/reprap/devices/SNAPStepperMotor.RequestSetSpeed.html#SNAPStepperMotor.RequestSetSpeed()"><B>SNAPStepperMotor.RequestSetSpeed()</B></A> - 
Constructor for class org.reprap.devices.<A HREF="../org/reprap/devices/SNAPStepperMotor.RequestSetSpeed.html" title="class in org.reprap.devices">SNAPStepperMotor.RequestSetSpeed</A>
<DD>The empty constructor will create a message to idle the motor
<DT><A HREF="../org/reprap/devices/SNAPStepperMotor.RequestSetSpeed.html#SNAPStepperMotor.RequestSetSpeed(int)"><B>SNAPStepperMotor.RequestSetSpeed(int)</B></A> - 
Constructor for class org.reprap.devices.<A HREF="../org/reprap/devices/SNAPStepperMotor.RequestSetSpeed.html" title="class in org.reprap.devices">SNAPStepperMotor.RequestSetSpeed</A>
<DD>Create a message for setting the motor speed.
<DT><A HREF="../org/reprap/devices/SNAPStepperMotor.RequestStatusResponse.html" title="class in org.reprap.devices"><B>SNAPStepperMotor.RequestStatusResponse</B></A> - Class in <A HREF="../org/reprap/devices/package-summary.html">org.reprap.devices</A><DD>&nbsp;<DT><A HREF="../org/reprap/devices/SNAPStepperMotor.RequestStatusResponse.html#SNAPStepperMotor.RequestStatusResponse(org.reprap.comms.IncomingContext)"><B>SNAPStepperMotor.RequestStatusResponse(IncomingContext)</B></A> - 
Constructor for class org.reprap.devices.<A HREF="../org/reprap/devices/SNAPStepperMotor.RequestStatusResponse.html" title="class in org.reprap.devices">SNAPStepperMotor.RequestStatusResponse</A>
<DD>&nbsp;
<DT><A HREF="../org/reprap/utilities/TableRow.html#sort(org.reprap.utilities.Variable[])"><B>sort(Variable[])</B></A> - 
Static method in class org.reprap.utilities.<A HREF="../org/reprap/utilities/TableRow.html" title="class in org.reprap.utilities">TableRow</A>
<DD>Take a list of variables and return a copy lexically sorted by name
<DT><A HREF="../org/reprap/gui/STLObject.Contents.html#sourceFile"><B>sourceFile</B></A> - 
Variable in class org.reprap.gui.<A HREF="../org/reprap/gui/STLObject.Contents.html" title="class in org.reprap.gui">STLObject.Contents</A>
<DD>&nbsp;
<DT><A HREF="../org/reprap/geometry/polygons/BooleanGrid.html#sp"><B>sp</B></A> - 
Static variable in class org.reprap.geometry.polygons.<A HREF="../org/reprap/geometry/polygons/BooleanGrid.html" title="class in org.reprap.geometry.polygons">BooleanGrid</A>
<DD>&nbsp;
<DT><A HREF="../org/reprap/RFO.XMLOut.html#sp"><B>sp</B></A> - 
Variable in class org.reprap.<A HREF="../org/reprap/RFO.XMLOut.html" title="class in org.reprap">RFO.XMLOut</A>
<DD>&nbsp;
<DT><A HREF="../org/reprap/devices/ExtruderState.html#speed()"><B>speed()</B></A> - 
Method in class org.reprap.devices.<A HREF="../org/reprap/devices/ExtruderState.html" title="class in org.reprap.devices">ExtruderState</A>
<DD>&nbsp;
<DT><A HREF="../org/reprap/geometry/polygons/RrPolygon.html#speed(int)"><B>speed(int)</B></A> - 
Method in class org.reprap.geometry.polygons.<A HREF="../org/reprap/geometry/polygons/RrPolygon.html" title="class in org.reprap.geometry.polygons">RrPolygon</A>
<DD>Get the speed
<DT><A HREF="../org/reprap/geometry/segmentSpeeds.html#speed(int, double)"><B>speed(int, double)</B></A> - 
Method in class org.reprap.geometry.<A HREF="../org/reprap/geometry/segmentSpeeds.html" title="class in org.reprap.geometry">segmentSpeeds</A>
<DD>&nbsp;
<DT><A HREF="../org/reprap/machines/GCodeRepRap.html#speedBuffer()"><B>speedBuffer()</B></A> - 
Method in class org.reprap.machines.<A HREF="../org/reprap/machines/GCodeRepRap.html" title="class in org.reprap.machines">GCodeRepRap</A>
<DD>&nbsp;
<DT><A HREF="../org/reprap/machines/Simulator.html#speedBuffer()"><B>speedBuffer()</B></A> - 
Method in class org.reprap.machines.<A HREF="../org/reprap/machines/Simulator.html" title="class in org.reprap.machines">Simulator</A>
<DD>&nbsp;
<DT><A HREF="../org/reprap/Printer.html#speedBuffer()"><B>speedBuffer()</B></A> - 
Method in interface org.reprap.<A HREF="../org/reprap/Printer.html" title="interface in org.reprap">Printer</A>
<DD>&nbsp;
<DT><A HREF="../org/reprap/comms/GCodeReaderAndWriter.html#speedBufferThread()"><B>speedBufferThread()</B></A> - 
Method in class org.reprap.comms.<A HREF="../org/reprap/comms/GCodeReaderAndWriter.html" title="class in org.reprap.comms">GCodeReaderAndWriter</A>
<DD>&nbsp;
<DT><A HREF="../org/reprap/devices/pseudo/LinePrinter.html#speedFix(int, double)"><B>speedFix(int, double)</B></A> - 
Static method in class org.reprap.devices.pseudo.<A HREF="../org/reprap/devices/pseudo/LinePrinter.html" title="class in org.reprap.devices.pseudo">LinePrinter</A>
<DD>Correct a speed change (in (0, 1]) for the fact that it's click times that get
 send to the controller.
<DT><A HREF="../org/reprap/geometry/polygons/RrPolygon.html#speeds"><B>speeds</B></A> - 
Variable in class org.reprap.geometry.polygons.<A HREF="../org/reprap/geometry/polygons/RrPolygon.html" title="class in org.reprap.geometry.polygons">RrPolygon</A>
<DD>The speed of the machine at each corner
<DT><A HREF="../org/reprap/gui/botConsole/XYZTabPanel.html#speedsPanel"><B>speedsPanel</B></A> - 
Variable in class org.reprap.gui.botConsole.<A HREF="../org/reprap/gui/botConsole/XYZTabPanel.html" title="class in org.reprap.gui.botConsole">XYZTabPanel</A>
<DD>&nbsp;
<DT><A HREF="../org/reprap/machines/GCodeRepRap.html#stabilise()"><B>stabilise()</B></A> - 
Method in class org.reprap.machines.<A HREF="../org/reprap/machines/GCodeRepRap.html" title="class in org.reprap.machines">GCodeRepRap</A>
<DD>Wait till the entire machine is ready to print.
<DT><A HREF="../org/reprap/machines/Simulator.html#stabilise()"><B>stabilise()</B></A> - 
Method in class org.reprap.machines.<A HREF="../org/reprap/machines/Simulator.html" title="class in org.reprap.machines">Simulator</A>
<DD>&nbsp;
<DT><A HREF="../org/reprap/Printer.html#stabilise()"><B>stabilise()</B></A> - 
Method in interface org.reprap.<A HREF="../org/reprap/Printer.html" title="interface in org.reprap">Printer</A>
<DD>Wait till the entire machine is ready to print.
<DT><A HREF="../org/reprap/geometry/polygons/BooleanGrid.html#stack"><B>stack</B></A> - 
Static variable in class org.reprap.geometry.polygons.<A HREF="../org/reprap/geometry/polygons/BooleanGrid.html" title="class in org.reprap.geometry.polygons">BooleanGrid</A>
<DD>&nbsp;
<DT><A HREF="../org/reprap/RFO.XMLOut.html#stack"><B>stack</B></A> - 
Variable in class org.reprap.<A HREF="../org/reprap/RFO.XMLOut.html" title="class in org.reprap">RFO.XMLOut</A>
<DD>&nbsp;
<DT><A HREF="../org/reprap/utilities/Timer.html#stamp()"><B>stamp()</B></A> - 
Static method in class org.reprap.utilities.<A HREF="../org/reprap/utilities/Timer.html" title="class in org.reprap.utilities">Timer</A>
<DD>Generate a timestamp
<DT><A HREF="../org/reprap/gui/RepRapBuild.html#start()"><B>start()</B></A> - 
Method in class org.reprap.gui.<A HREF="../org/reprap/gui/RepRapBuild.html" title="class in org.reprap.gui">RepRapBuild</A>
<DD>&nbsp;
<DT><A HREF="../org/reprap/machines/GenericRepRap.html#startCooling"><B>startCooling</B></A> - 
Variable in class org.reprap.machines.<A HREF="../org/reprap/machines/GenericRepRap.html" title="class in org.reprap.machines">GenericRepRap</A>
<DD>&nbsp;
<DT><A HREF="../org/reprap/RFO.XMLIn.html#startDocument()"><B>startDocument()</B></A> - 
Method in class org.reprap.<A HREF="../org/reprap/RFO.XMLIn.html" title="class in org.reprap">RFO.XMLIn</A>
<DD>Begin the XML document - no action needed.
<DT><A HREF="../org/reprap/RFO.XMLIn.html#startElement(java.lang.String, java.lang.String, java.lang.String, org.xml.sax.Attributes)"><B>startElement(String, String, String, Attributes)</B></A> - 
Method in class org.reprap.<A HREF="../org/reprap/RFO.XMLIn.html" title="class in org.reprap">RFO.XMLIn</A>
<DD>Start an element
<DT><A HREF="../org/reprap/devices/GenericExtruder.html#startExtruding()"><B>startExtruding()</B></A> - 
Method in class org.reprap.devices.<A HREF="../org/reprap/devices/GenericExtruder.html" title="class in org.reprap.devices">GenericExtruder</A>
<DD>&nbsp;
<DT><A HREF="../org/reprap/Extruder.html#startExtruding()"><B>startExtruding()</B></A> - 
Method in interface org.reprap.<A HREF="../org/reprap/Extruder.html" title="interface in org.reprap">Extruder</A>
<DD>start extruding at the normal rate.
<DT><A HREF="../org/reprap/comms/GCodeReaderAndWriter.html#startingEpilogue()"><B>startingEpilogue()</B></A> - 
Method in class org.reprap.comms.<A HREF="../org/reprap/comms/GCodeReaderAndWriter.html" title="class in org.reprap.comms">GCodeReaderAndWriter</A>
<DD>&nbsp;
<DT><A HREF="../org/reprap/comms/GCodeReaderAndWriter.html#startingLayer(org.reprap.geometry.LayerRules)"><B>startingLayer(LayerRules)</B></A> - 
Method in class org.reprap.comms.<A HREF="../org/reprap/comms/GCodeReaderAndWriter.html" title="class in org.reprap.comms">GCodeReaderAndWriter</A>
<DD>&nbsp;
<DT><A HREF="../org/reprap/machines/GCodeRepRap.html#startingLayer(org.reprap.geometry.LayerRules)"><B>startingLayer(LayerRules)</B></A> - 
Method in class org.reprap.machines.<A HREF="../org/reprap/machines/GCodeRepRap.html" title="class in org.reprap.machines">GCodeRepRap</A>
<DD>&nbsp;
<DT><A HREF="../org/reprap/machines/GenericRepRap.html#startingLayer(org.reprap.geometry.LayerRules)"><B>startingLayer(LayerRules)</B></A> - 
Method in class org.reprap.machines.<A HREF="../org/reprap/machines/GenericRepRap.html" title="class in org.reprap.machines">GenericRepRap</A>
<DD>Just about to start the next layer
<DT><A HREF="../org/reprap/machines/Simulator.html#startingLayer(int)"><B>startingLayer(int)</B></A> - 
Method in class org.reprap.machines.<A HREF="../org/reprap/machines/Simulator.html" title="class in org.reprap.machines">Simulator</A>
<DD>&nbsp;
<DT><A HREF="../org/reprap/Printer.html#startingLayer(org.reprap.geometry.LayerRules)"><B>startingLayer(LayerRules)</B></A> - 
Method in interface org.reprap.<A HREF="../org/reprap/Printer.html" title="interface in org.reprap">Printer</A>
<DD>Just about to start the next layer
<DT><A HREF="../org/reprap/geometry/LayerProducer.html#startNearHere"><B>startNearHere</B></A> - 
Variable in class org.reprap.geometry.<A HREF="../org/reprap/geometry/LayerProducer.html" title="class in org.reprap.geometry">LayerProducer</A>
<DD>Record the end of each polygon as a clue where to start next
<DT><A HREF="../org/reprap/comms/GCodeReaderAndWriter.html#startRun()"><B>startRun()</B></A> - 
Method in class org.reprap.comms.<A HREF="../org/reprap/comms/GCodeReaderAndWriter.html" title="class in org.reprap.comms">GCodeReaderAndWriter</A>
<DD>Start the production run
 (as opposed to driving the machine interactively).
<DT><A HREF="../org/reprap/machines/GCodeRepRap.html#startRun()"><B>startRun()</B></A> - 
Method in class org.reprap.machines.<A HREF="../org/reprap/machines/GCodeRepRap.html" title="class in org.reprap.machines">GCodeRepRap</A>
<DD>&nbsp;
<DT><A HREF="../org/reprap/machines/GenericRepRap.html#startRun()"><B>startRun()</B></A> - 
Method in class org.reprap.machines.<A HREF="../org/reprap/machines/GenericRepRap.html" title="class in org.reprap.machines">GenericRepRap</A>
<DD>&nbsp;
<DT><A HREF="../org/reprap/machines/Simulator.html#startRun()"><B>startRun()</B></A> - 
Method in class org.reprap.machines.<A HREF="../org/reprap/machines/Simulator.html" title="class in org.reprap.machines">Simulator</A>
<DD>&nbsp;
<DT><A HREF="../org/reprap/Printer.html#startRun()"><B>startRun()</B></A> - 
Method in interface org.reprap.<A HREF="../org/reprap/Printer.html" title="interface in org.reprap">Printer</A>
<DD>Start a production run (as opposed to moving the machine about
 interactively, for example).
<DT><A HREF="../org/reprap/Preferences.html#startsWith(java.lang.String)"><B>startsWith(String)</B></A> - 
Static method in class org.reprap.<A HREF="../org/reprap/Preferences.html" title="class in org.reprap">Preferences</A>
<DD>&nbsp;
<DT><A HREF="../org/reprap/gui/botConsole/GenericExtruderTabPanel.html#startTemp"><B>startTemp</B></A> - 
Variable in class org.reprap.gui.botConsole.<A HREF="../org/reprap/gui/botConsole/GenericExtruderTabPanel.html" title="class in org.reprap.gui.botConsole">GenericExtruderTabPanel</A>
<DD>&nbsp;
<DT><A HREF="../org/reprap/gui/botConsole/GenericExtruderTabPanel.html#startTime"><B>startTime</B></A> - 
Variable in class org.reprap.gui.botConsole.<A HREF="../org/reprap/gui/botConsole/GenericExtruderTabPanel.html" title="class in org.reprap.gui.botConsole">GenericExtruderTabPanel</A>
<DD>&nbsp;
<DT><A HREF="../org/reprap/gui/botConsole/PrintTabFrame.html#startTime"><B>startTime</B></A> - 
Variable in class org.reprap.gui.botConsole.<A HREF="../org/reprap/gui/botConsole/PrintTabFrame.html" title="class in org.reprap.gui.botConsole">PrintTabFrame</A>
<DD>&nbsp;
<DT><A HREF="../org/reprap/machines/GenericRepRap.html#startTime"><B>startTime</B></A> - 
Variable in class org.reprap.machines.<A HREF="../org/reprap/machines/GenericRepRap.html" title="class in org.reprap.machines">GenericRepRap</A>
<DD>When did we start printing?
<DT><A HREF="../org/reprap/gui/StatusMessage.html" title="class in org.reprap.gui"><B>StatusMessage</B></A> - Class in <A HREF="../org/reprap/gui/package-summary.html">org.reprap.gui</A><DD>This code was edited or generated using CloudGarden's Jigloo
 SWT/Swing GUI Builder, which is free for non-commercial
 use.<DT><A HREF="../org/reprap/gui/StatusMessage.html#StatusMessage(javax.swing.JFrame)"><B>StatusMessage(JFrame)</B></A> - 
Constructor for class org.reprap.gui.<A HREF="../org/reprap/gui/StatusMessage.html" title="class in org.reprap.gui">StatusMessage</A>
<DD>&nbsp;
<DT><A HREF="../org/reprap/machines/GenericRepRap.html#statusWindow"><B>statusWindow</B></A> - 
Variable in class org.reprap.machines.<A HREF="../org/reprap/machines/GenericRepRap.html" title="class in org.reprap.machines">GenericRepRap</A>
<DD>&nbsp;
<DT><A HREF="../org/reprap/geometry/LayerRules.html#step(org.reprap.Extruder)"><B>step(Extruder)</B></A> - 
Method in class org.reprap.geometry.<A HREF="../org/reprap/geometry/LayerRules.html" title="class in org.reprap.geometry">LayerRules</A>
<DD>Move both the model and the machine up/down a layer
<DT><A HREF="../org/reprap/AxisMotor.html#stepBackward()"><B>stepBackward()</B></A> - 
Method in interface org.reprap.<A HREF="../org/reprap/AxisMotor.html" title="interface in org.reprap">AxisMotor</A>
<DD>&nbsp;
<DT><A HREF="../org/reprap/devices/GCodeStepperMotor.html#stepBackward()"><B>stepBackward()</B></A> - 
Method in class org.reprap.devices.<A HREF="../org/reprap/devices/GCodeStepperMotor.html" title="class in org.reprap.devices">GCodeStepperMotor</A>
<DD>&nbsp;
<DT><A HREF="../org/reprap/devices/NullStepperMotor.html#stepBackward()"><B>stepBackward()</B></A> - 
Method in class org.reprap.devices.<A HREF="../org/reprap/devices/NullStepperMotor.html" title="class in org.reprap.devices">NullStepperMotor</A>
<DD>&nbsp;
<DT><A HREF="../org/reprap/devices/SNAPStepperMotor.html#stepBackward()"><B>stepBackward()</B></A> - 
Method in class org.reprap.devices.<A HREF="../org/reprap/devices/SNAPStepperMotor.html" title="class in org.reprap.devices">SNAPStepperMotor</A>
<DD>&nbsp;
<DT><A HREF="../org/reprap/gui/botConsole/StepperPositionJPanel.html#stepDownButton"><B>stepDownButton</B></A> - 
Variable in class org.reprap.gui.botConsole.<A HREF="../org/reprap/gui/botConsole/StepperPositionJPanel.html" title="class in org.reprap.gui.botConsole">StepperPositionJPanel</A>
<DD>&nbsp;
<DT><A HREF="../org/reprap/gui/botConsole/StepperPositionJPanel.html#stepDownButtonActionPerformed(java.awt.event.ActionEvent)"><B>stepDownButtonActionPerformed(ActionEvent)</B></A> - 
Method in class org.reprap.gui.botConsole.<A HREF="../org/reprap/gui/botConsole/StepperPositionJPanel.html" title="class in org.reprap.gui.botConsole">StepperPositionJPanel</A>
<DD>&nbsp;
<DT><A HREF="../org/reprap/AxisMotor.html#stepForward()"><B>stepForward()</B></A> - 
Method in interface org.reprap.<A HREF="../org/reprap/AxisMotor.html" title="interface in org.reprap">AxisMotor</A>
<DD>&nbsp;
<DT><A HREF="../org/reprap/devices/GCodeStepperMotor.html#stepForward()"><B>stepForward()</B></A> - 
Method in class org.reprap.devices.<A HREF="../org/reprap/devices/GCodeStepperMotor.html" title="class in org.reprap.devices">GCodeStepperMotor</A>
<DD>&nbsp;
<DT><A HREF="../org/reprap/devices/NullStepperMotor.html#stepForward()"><B>stepForward()</B></A> - 
Method in class org.reprap.devices.<A HREF="../org/reprap/devices/NullStepperMotor.html" title="class in org.reprap.devices">NullStepperMotor</A>
<DD>&nbsp;
<DT><A HREF="../org/reprap/devices/SNAPStepperMotor.html#stepForward()"><B>stepForward()</B></A> - 
Method in class org.reprap.devices.<A HREF="../org/reprap/devices/SNAPStepperMotor.html" title="class in org.reprap.devices">SNAPStepperMotor</A>
<DD>&nbsp;
<DT><A HREF="../org/reprap/geometry/LayerRules.html#stepMachine(org.reprap.Extruder)"><B>stepMachine(Extruder)</B></A> - 
Method in class org.reprap.geometry.<A HREF="../org/reprap/geometry/LayerRules.html" title="class in org.reprap.geometry">LayerRules</A>
<DD>Move the machine up/down, but leave the model's layer where it is.
<DT><A HREF="../org/reprap/gui/botConsole/StepperPositionJPanel.html" title="class in org.reprap.gui.botConsole"><B>StepperPositionJPanel</B></A> - Class in <A HREF="../org/reprap/gui/botConsole/package-summary.html">org.reprap.gui.botConsole</A><DD>&nbsp;<DT><A HREF="../org/reprap/gui/botConsole/StepperPositionJPanel.html#StepperPositionJPanel()"><B>StepperPositionJPanel()</B></A> - 
Constructor for class org.reprap.gui.botConsole.<A HREF="../org/reprap/gui/botConsole/StepperPositionJPanel.html" title="class in org.reprap.gui.botConsole">StepperPositionJPanel</A>
<DD>Creates new form StepperPositionJPanel
<DT><A HREF="../org/reprap/geometry/polygons/BooleanGrid.DDA.html#steps"><B>steps</B></A> - 
Variable in class org.reprap.geometry.polygons.<A HREF="../org/reprap/geometry/polygons/BooleanGrid.DDA.html" title="class in org.reprap.geometry.polygons">BooleanGrid.DDA</A>
<DD>&nbsp;
<DT><A HREF="../org/reprap/gui/botConsole/StepperPositionJPanel.html#stepUpButton"><B>stepUpButton</B></A> - 
Variable in class org.reprap.gui.botConsole.<A HREF="../org/reprap/gui/botConsole/StepperPositionJPanel.html" title="class in org.reprap.gui.botConsole">StepperPositionJPanel</A>
<DD>&nbsp;
<DT><A HREF="../org/reprap/gui/botConsole/StepperPositionJPanel.html#stepUpButtonActionPerformed(java.awt.event.ActionEvent)"><B>stepUpButtonActionPerformed(ActionEvent)</B></A> - 
Method in class org.reprap.gui.botConsole.<A HREF="../org/reprap/gui/botConsole/StepperPositionJPanel.html" title="class in org.reprap.gui.botConsole">StepperPositionJPanel</A>
<DD>&nbsp;
<DT><A HREF="../org/reprap/gui/STLObject.Contents.html#stl"><B>stl</B></A> - 
Variable in class org.reprap.gui.<A HREF="../org/reprap/gui/STLObject.Contents.html" title="class in org.reprap.gui">STLObject.Contents</A>
<DD>&nbsp;
<DT><A HREF="../org/reprap/gui/STLObject.html#stl"><B>stl</B></A> - 
Variable in class org.reprap.gui.<A HREF="../org/reprap/gui/STLObject.html" title="class in org.reprap.gui">STLObject</A>
<DD>&nbsp;
<DT><A HREF="../org/reprap/RFO.XMLIn.html#stl"><B>stl</B></A> - 
Variable in class org.reprap.<A HREF="../org/reprap/RFO.XMLIn.html" title="class in org.reprap">RFO.XMLIn</A>
<DD>The STL being read
<DT><A HREF="../org/reprap/gui/MaterialRadioButtons.html#stlIndex"><B>stlIndex</B></A> - 
Static variable in class org.reprap.gui.<A HREF="../org/reprap/gui/MaterialRadioButtons.html" title="class in org.reprap.gui">MaterialRadioButtons</A>
<DD>&nbsp;
<DT><A HREF="../org/reprap/gui/botConsole/PrintTabFrame.html#stlLoaded"><B>stlLoaded</B></A> - 
Variable in class org.reprap.gui.botConsole.<A HREF="../org/reprap/gui/botConsole/PrintTabFrame.html" title="class in org.reprap.gui.botConsole">PrintTabFrame</A>
<DD>&nbsp;
<DT><A HREF="../org/reprap/machines/GenericRepRap.html#stlLoaded"><B>stlLoaded</B></A> - 
Variable in class org.reprap.machines.<A HREF="../org/reprap/machines/GenericRepRap.html" title="class in org.reprap.machines">GenericRepRap</A>
<DD>&nbsp;
<DT><A HREF="../org/reprap/RFO.html#stlName(int)"><B>stlName(int)</B></A> - 
Method in class org.reprap.<A HREF="../org/reprap/RFO.html" title="class in org.reprap">RFO</A>
<DD>Create the name of STL file number i
<DT><A HREF="../org/reprap/gui/STLObject.html" title="class in org.reprap.gui"><B>STLObject</B></A> - Class in <A HREF="../org/reprap/gui/package-summary.html">org.reprap.gui</A><DD>Class for holding a group (maybe just 1) of 3D objects for RepRap to make.<DT><A HREF="../org/reprap/gui/STLObject.html#STLObject()"><B>STLObject()</B></A> - 
Constructor for class org.reprap.gui.<A HREF="../org/reprap/gui/STLObject.html" title="class in org.reprap.gui">STLObject</A>
<DD>&nbsp;
<DT><A HREF="../org/reprap/gui/STLObject.html#STLObject(javax.media.j3d.BranchGroup, java.lang.String)"><B>STLObject(BranchGroup, String)</B></A> - 
Constructor for class org.reprap.gui.<A HREF="../org/reprap/gui/STLObject.html" title="class in org.reprap.gui">STLObject</A>
<DD>Make an STL object from an existing BranchGroup
<DT><A HREF="../org/reprap/gui/STLObject.Contents.html" title="class in org.reprap.gui"><B>STLObject.Contents</B></A> - Class in <A HREF="../org/reprap/gui/package-summary.html">org.reprap.gui</A><DD>Little class to hold tripples of the parts of this STLObject loaded.<DT><A HREF="../org/reprap/gui/STLObject.Contents.html#STLObject.Contents(java.lang.String, javax.media.j3d.BranchGroup, org.reprap.Attributes)"><B>STLObject.Contents(String, BranchGroup, Attributes)</B></A> - 
Constructor for class org.reprap.gui.<A HREF="../org/reprap/gui/STLObject.Contents.html" title="class in org.reprap.gui">STLObject.Contents</A>
<DD>&nbsp;
<DT><A HREF="../org/reprap/gui/STLObject.Offsets.html" title="class in org.reprap.gui"><B>STLObject.Offsets</B></A> - Class in <A HREF="../org/reprap/gui/package-summary.html">org.reprap.gui</A><DD>Little class to hold offsets of loaded STL objects<DT><A HREF="../org/reprap/gui/STLObject.Offsets.html#STLObject.Offsets()"><B>STLObject.Offsets()</B></A> - 
Constructor for class org.reprap.gui.<A HREF="../org/reprap/gui/STLObject.Offsets.html" title="class in org.reprap.gui">STLObject.Offsets</A>
<DD>&nbsp;
<DT><A HREF="../org/reprap/RFO.html#stlPrefix"><B>stlPrefix</B></A> - 
Static variable in class org.reprap.<A HREF="../org/reprap/RFO.html" title="class in org.reprap">RFO</A>
<DD>Names of STL files in the compressed .rfo file
<DT><A HREF="../org/reprap/geometry/polygons/AllSTLsToBuild.html#stls"><B>stls</B></A> - 
Variable in class org.reprap.geometry.polygons.<A HREF="../org/reprap/geometry/polygons/AllSTLsToBuild.html" title="class in org.reprap.geometry.polygons">AllSTLsToBuild</A>
<DD>The list of things to be built
<DT><A HREF="../org/reprap/gui/RepRapBuild.html#stls"><B>stls</B></A> - 
Variable in class org.reprap.gui.<A HREF="../org/reprap/gui/RepRapBuild.html" title="class in org.reprap.gui">RepRapBuild</A>
<DD>&nbsp;
<DT><A HREF="../org/reprap/RFO.html#stlSuffix"><B>stlSuffix</B></A> - 
Static variable in class org.reprap.<A HREF="../org/reprap/RFO.html" title="class in org.reprap">RFO</A>
<DD>&nbsp;
<DT><A HREF="../org/reprap/gui/botConsole/PrintTabFrame.html#stopButton"><B>stopButton</B></A> - 
Variable in class org.reprap.gui.botConsole.<A HREF="../org/reprap/gui/botConsole/PrintTabFrame.html" title="class in org.reprap.gui.botConsole">PrintTabFrame</A>
<DD>&nbsp;
<DT><A HREF="../org/reprap/gui/botConsole/PrintTabFrame.html#stopButtonActionPerformed(java.awt.event.ActionEvent)"><B>stopButtonActionPerformed(ActionEvent)</B></A> - 
Method in class org.reprap.gui.botConsole.<A HREF="../org/reprap/gui/botConsole/PrintTabFrame.html" title="class in org.reprap.gui.botConsole">PrintTabFrame</A>
<DD>&nbsp;
<DT><A HREF="../org/reprap/devices/pseudo/LinePrinter.html#stopExtruder"><B>stopExtruder</B></A> - 
Static variable in class org.reprap.devices.pseudo.<A HREF="../org/reprap/devices/pseudo/LinePrinter.html" title="class in org.reprap.devices.pseudo">LinePrinter</A>
<DD>&nbsp;
<DT><A HREF="../org/reprap/devices/GenericExtruder.html#stopExtruding()"><B>stopExtruding()</B></A> - 
Method in class org.reprap.devices.<A HREF="../org/reprap/devices/GenericExtruder.html" title="class in org.reprap.devices">GenericExtruder</A>
<DD>&nbsp;
<DT><A HREF="../org/reprap/Extruder.html#stopExtruding()"><B>stopExtruding()</B></A> - 
Method in interface org.reprap.<A HREF="../org/reprap/Extruder.html" title="interface in org.reprap">Extruder</A>
<DD>stop extruding
<DT><A HREF="../org/reprap/devices/pseudo/LinePrinter.html#stopMotor()"><B>stopMotor()</B></A> - 
Method in class org.reprap.devices.pseudo.<A HREF="../org/reprap/devices/pseudo/LinePrinter.html" title="class in org.reprap.devices.pseudo">LinePrinter</A>
<DD>&nbsp;
<DT><A HREF="../org/reprap/machines/GCodeRepRap.html#stopMotor()"><B>stopMotor()</B></A> - 
Method in class org.reprap.machines.<A HREF="../org/reprap/machines/GCodeRepRap.html" title="class in org.reprap.machines">GCodeRepRap</A>
<DD>&nbsp;
<DT><A HREF="../org/reprap/machines/Simulator.html#stopMotor()"><B>stopMotor()</B></A> - 
Method in class org.reprap.machines.<A HREF="../org/reprap/machines/Simulator.html" title="class in org.reprap.machines">Simulator</A>
<DD>&nbsp;
<DT><A HREF="../org/reprap/Printer.html#stopMotor()"><B>stopMotor()</B></A> - 
Method in interface org.reprap.<A HREF="../org/reprap/Printer.html" title="interface in org.reprap">Printer</A>
<DD>Stop the extrude motor (if any)
<DT><A HREF="../org/reprap/devices/pseudo/LinePrinter.html#stopValve()"><B>stopValve()</B></A> - 
Method in class org.reprap.devices.pseudo.<A HREF="../org/reprap/devices/pseudo/LinePrinter.html" title="class in org.reprap.devices.pseudo">LinePrinter</A>
<DD>&nbsp;
<DT><A HREF="../org/reprap/machines/GCodeRepRap.html#stopValve()"><B>stopValve()</B></A> - 
Method in class org.reprap.machines.<A HREF="../org/reprap/machines/GCodeRepRap.html" title="class in org.reprap.machines">GCodeRepRap</A>
<DD>&nbsp;
<DT><A HREF="../org/reprap/machines/Simulator.html#stopValve()"><B>stopValve()</B></A> - 
Method in class org.reprap.machines.<A HREF="../org/reprap/machines/Simulator.html" title="class in org.reprap.machines">Simulator</A>
<DD>&nbsp;
<DT><A HREF="../org/reprap/Printer.html#stopValve()"><B>stopValve()</B></A> - 
Method in interface org.reprap.<A HREF="../org/reprap/Printer.html" title="interface in org.reprap">Printer</A>
<DD>Close the extrude valve (if any)
<DT><A HREF="../org/reprap/gui/botConsole/StepperPositionJPanel.html#store()"><B>store()</B></A> - 
Method in class org.reprap.gui.botConsole.<A HREF="../org/reprap/gui/botConsole/StepperPositionJPanel.html" title="class in org.reprap.gui.botConsole">StepperPositionJPanel</A>
<DD>&nbsp;
<DT><A HREF="../org/reprap/gui/botConsole/XYZTabPanel.html#storeAll()"><B>storeAll()</B></A> - 
Method in class org.reprap.gui.botConsole.<A HREF="../org/reprap/gui/botConsole/XYZTabPanel.html" title="class in org.reprap.gui.botConsole">XYZTabPanel</A>
<DD>&nbsp;
<DT><A HREF="../org/reprap/gui/botConsole/XYZTabPanel.html#storeAllButton"><B>storeAllButton</B></A> - 
Variable in class org.reprap.gui.botConsole.<A HREF="../org/reprap/gui/botConsole/XYZTabPanel.html" title="class in org.reprap.gui.botConsole">XYZTabPanel</A>
<DD>&nbsp;
<DT><A HREF="../org/reprap/gui/botConsole/XYZTabPanel.html#storeAllButtonActionPerformed(java.awt.event.ActionEvent)"><B>storeAllButtonActionPerformed(ActionEvent)</B></A> - 
Method in class org.reprap.gui.botConsole.<A HREF="../org/reprap/gui/botConsole/XYZTabPanel.html" title="class in org.reprap.gui.botConsole">XYZTabPanel</A>
<DD>&nbsp;
<DT><A HREF="../org/reprap/gui/botConsole/StepperPositionJPanel.html#storeButton"><B>storeButton</B></A> - 
Variable in class org.reprap.gui.botConsole.<A HREF="../org/reprap/gui/botConsole/StepperPositionJPanel.html" title="class in org.reprap.gui.botConsole">StepperPositionJPanel</A>
<DD>&nbsp;
<DT><A HREF="../org/reprap/gui/botConsole/StepperPositionJPanel.html#storeButtonActionPerformed(java.awt.event.ActionEvent)"><B>storeButtonActionPerformed(ActionEvent)</B></A> - 
Method in class org.reprap.gui.botConsole.<A HREF="../org/reprap/gui/botConsole/StepperPositionJPanel.html" title="class in org.reprap.gui.botConsole">StepperPositionJPanel</A>
<DD>&nbsp;
<DT><A HREF="../org/reprap/gui/botConsole/StepperPositionJPanel.html#storedPosition"><B>storedPosition</B></A> - 
Variable in class org.reprap.gui.botConsole.<A HREF="../org/reprap/gui/botConsole/StepperPositionJPanel.html" title="class in org.reprap.gui.botConsole">StepperPositionJPanel</A>
<DD>&nbsp;
<DT><A HREF="../org/reprap/geometry/polygons/BooleanGrid.iPoint.html#sub(org.reprap.geometry.polygons.BooleanGrid.iPoint)"><B>sub(BooleanGrid.iPoint)</B></A> - 
Method in class org.reprap.geometry.polygons.<A HREF="../org/reprap/geometry/polygons/BooleanGrid.iPoint.html" title="class in org.reprap.geometry.polygons">BooleanGrid.iPoint</A>
<DD>Vector subtraction
<DT><A HREF="../org/reprap/geometry/polygons/Rr2Point.html#sub(org.reprap.geometry.polygons.Rr2Point, org.reprap.geometry.polygons.Rr2Point)"><B>sub(Rr2Point, Rr2Point)</B></A> - 
Static method in class org.reprap.geometry.polygons.<A HREF="../org/reprap/geometry/polygons/Rr2Point.html" title="class in org.reprap.geometry.polygons">Rr2Point</A>
<DD>&nbsp;
<DT><A HREF="../org/reprap/geometry/polygons/RrInterval.html#sub(org.reprap.geometry.polygons.RrInterval, org.reprap.geometry.polygons.RrInterval)"><B>sub(RrInterval, RrInterval)</B></A> - 
Static method in class org.reprap.geometry.polygons.<A HREF="../org/reprap/geometry/polygons/RrInterval.html" title="class in org.reprap.geometry.polygons">RrInterval</A>
<DD>Interval subtraction
<DT><A HREF="../org/reprap/geometry/polygons/RrInterval.html#sub(org.reprap.geometry.polygons.RrInterval, double)"><B>sub(RrInterval, double)</B></A> - 
Static method in class org.reprap.geometry.polygons.<A HREF="../org/reprap/geometry/polygons/RrInterval.html" title="class in org.reprap.geometry.polygons">RrInterval</A>
<DD>&nbsp;
<DT><A HREF="../org/reprap/geometry/polygons/RrInterval.html#sub(double, org.reprap.geometry.polygons.RrInterval)"><B>sub(double, RrInterval)</B></A> - 
Static method in class org.reprap.geometry.polygons.<A HREF="../org/reprap/geometry/polygons/RrInterval.html" title="class in org.reprap.geometry.polygons">RrInterval</A>
<DD>&nbsp;
<DT><A HREF="../org/reprap/geometry/polygons/RrLine.html#sub(org.reprap.geometry.polygons.Rr2Point)"><B>sub(Rr2Point)</B></A> - 
Method in class org.reprap.geometry.polygons.<A HREF="../org/reprap/geometry/polygons/RrLine.html" title="class in org.reprap.geometry.polygons">RrLine</A>
<DD>&nbsp;
<DT><A HREF="../org/reprap/devices/GenericExtruder.html#supportMaterial"><B>supportMaterial</B></A> - 
Variable in class org.reprap.devices.<A HREF="../org/reprap/devices/GenericExtruder.html" title="class in org.reprap.devices">GenericExtruder</A>
<DD>&nbsp;
<DT><A HREF="../org/reprap/geometry/polygons/AllSTLsToBuild.SliceCache.html#supportRing"><B>supportRing</B></A> - 
Variable in class org.reprap.geometry.polygons.<A HREF="../org/reprap/geometry/polygons/AllSTLsToBuild.SliceCache.html" title="class in org.reprap.geometry.polygons">AllSTLsToBuild.SliceCache</A>
<DD>&nbsp;
<DT><A HREF="../org/reprap/gui/botConsole/BotConsoleFrame.html#suspendPolling()"><B>suspendPolling()</B></A> - 
Method in class org.reprap.gui.botConsole.<A HREF="../org/reprap/gui/botConsole/BotConsoleFrame.html" title="class in org.reprap.gui.botConsole">BotConsoleFrame</A>
<DD>"Suspend" and "resume" the poll thread.
<DT><A HREF="../org/reprap/geometry/polygons/RrPolygon.html#svg()"><B>svg()</B></A> - 
Method in class org.reprap.geometry.polygons.<A HREF="../org/reprap/geometry/polygons/RrPolygon.html" title="class in org.reprap.geometry.polygons">RrPolygon</A>
<DD>Output the polygon in SVG XML format
 This ignores any speeds
<DT><A HREF="../org/reprap/geometry/polygons/RrPolygonList.html#svg()"><B>svg()</B></A> - 
Method in class org.reprap.geometry.polygons.<A HREF="../org/reprap/geometry/polygons/RrPolygonList.html" title="class in org.reprap.geometry.polygons">RrPolygonList</A>
<DD>Turn into SVG xml
<DT><A HREF="../org/reprap/geometry/polygons/RrRectangle.html#sw()"><B>sw()</B></A> - 
Method in class org.reprap.geometry.polygons.<A HREF="../org/reprap/geometry/polygons/RrRectangle.html" title="class in org.reprap.geometry.polygons">RrRectangle</A>
<DD>&nbsp;
<DT><A HREF="../org/reprap/geometry/polygons/RrPolygonList.html#swap(int, int)"><B>swap(int, int)</B></A> - 
Method in class org.reprap.geometry.polygons.<A HREF="../org/reprap/geometry/polygons/RrPolygonList.html" title="class in org.reprap.geometry.polygons">RrPolygonList</A>
<DD>Swap two in the list
<DT><A HREF="../org/reprap/geometry/polygons/BooleanGrid.iRectangle.html#swCorner"><B>swCorner</B></A> - 
Variable in class org.reprap.geometry.polygons.<A HREF="../org/reprap/geometry/polygons/BooleanGrid.iRectangle.html" title="class in org.reprap.geometry.polygons">BooleanGrid.iRectangle</A>
<DD>&nbsp;
<DT><A HREF="../org/reprap/Preferences.html#swell"><B>swell</B></A> - 
Static variable in class org.reprap.<A HREF="../org/reprap/Preferences.html" title="class in org.reprap">Preferences</A>
<DD>&nbsp;
<DT><A HREF="../org/reprap/Preferences.html#swell()"><B>swell()</B></A> - 
Static method in class org.reprap.<A HREF="../org/reprap/Preferences.html" title="class in org.reprap">Preferences</A>
<DD>&nbsp;
<DT><A HREF="../org/reprap/devices/SNAPStepperMotor.html#SYNC_DEC"><B>SYNC_DEC</B></A> - 
Static variable in class org.reprap.devices.<A HREF="../org/reprap/devices/SNAPStepperMotor.html" title="class in org.reprap.devices">SNAPStepperMotor</A>
<DD>&nbsp;
<DT><A HREF="../org/reprap/devices/SNAPStepperMotor.html#SYNC_INC"><B>SYNC_INC</B></A> - 
Static variable in class org.reprap.devices.<A HREF="../org/reprap/devices/SNAPStepperMotor.html" title="class in org.reprap.devices">SNAPStepperMotor</A>
<DD>&nbsp;
<DT><A HREF="../org/reprap/devices/SNAPStepperMotor.html#SYNC_NONE"><B>SYNC_NONE</B></A> - 
Static variable in class org.reprap.devices.<A HREF="../org/reprap/devices/SNAPStepperMotor.html" title="class in org.reprap.devices">SNAPStepperMotor</A>
<DD>&nbsp;
<DT><A HREF="../org/reprap/devices/SNAPStepperMotor.html#SYNC_SEEK"><B>SYNC_SEEK</B></A> - 
Static variable in class org.reprap.devices.<A HREF="../org/reprap/devices/SNAPStepperMotor.html" title="class in org.reprap.devices">SNAPStepperMotor</A>
<DD>&nbsp;
</DL>
<HR>


<!-- ======= START OF BOTTOM NAVBAR ====== -->
<A NAME="navbar_bottom"><!-- --></A>
<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_bottom_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
  <TR ALIGN="center" VALIGN="top">
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Package</FONT>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Use</FONT>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../overview-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Index</B></FONT>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
  </TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>

<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
&nbsp;<A HREF="index-18.html"><B>PREV LETTER</B></A>&nbsp;
&nbsp;<A HREF="index-20.html"><B>NEXT LETTER</B></A></FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
  <A HREF="../index.html?index-filesindex-19.html" target="_top"><B>FRAMES</B></A>  &nbsp;
&nbsp;<A HREF="index-19.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
&nbsp;<SCRIPT type="text/javascript">
  <!--
  if(window==top) {
    document.writeln('<A HREF="../allclasses-noframe.html"><B>All Classes</B></A>');
  }
  //-->
</SCRIPT>
<NOSCRIPT>
  <A HREF="../allclasses-noframe.html"><B>All Classes</B></A>
</NOSCRIPT>


</FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_bottom"></A>
<!-- ======== END OF BOTTOM NAVBAR ======= -->

<A HREF="index-1.html">A</A> <A HREF="index-2.html">B</A> <A HREF="index-3.html">C</A> <A HREF="index-4.html">D</A> <A HREF="index-5.html">E</A> <A HREF="index-6.html">F</A> <A HREF="index-7.html">G</A> <A HREF="index-8.html">H</A> <A HREF="index-9.html">I</A> <A HREF="index-10.html">J</A> <A HREF="index-11.html">K</A> <A HREF="index-12.html">L</A> <A HREF="index-13.html">M</A> <A HREF="index-14.html">N</A> <A HREF="index-15.html">O</A> <A HREF="index-16.html">P</A> <A HREF="index-17.html">Q</A> <A HREF="index-18.html">R</A> <A HREF="index-19.html">S</A> <A HREF="index-20.html">T</A> <A HREF="index-21.html">U</A> <A HREF="index-22.html">V</A> <A HREF="index-23.html">W</A> <A HREF="index-24.html">X</A> <A HREF="index-25.html">Y</A> <A HREF="index-26.html">Z</A> <HR>

</BODY>
</HTML>