summaryrefslogtreecommitdiff
path: root/trunk/software/host/doc/index-files/index-7.html
blob: ff04ce0814895740649805663bc42b1fc79ea0f1 (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
<!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:51 BST 2010 -->
<TITLE>
G-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="G-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-6.html"><B>PREV LETTER</B></A>&nbsp;
&nbsp;<A HREF="index-8.html"><B>NEXT LETTER</B></A></FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
  <A HREF="../index.html?index-filesindex-7.html" target="_top"><B>FRAMES</B></A>  &nbsp;
&nbsp;<A HREF="index-7.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="_G_"><!-- --></A><H2>
<B>G</B></H2>
<DL>
<DT><A HREF="../org/reprap/utilities/RrGraphics.html#g2d"><B>g2d</B></A> - 
Static 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/devices/GCodeExtruder.html#gcode"><B>gcode</B></A> - 
Variable 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/machines/GCodeRepRap.html#gcode"><B>gcode</B></A> - 
Variable in class org.reprap.machines.<A HREF="../org/reprap/machines/GCodeRepRap.html" title="class in org.reprap.machines">GCodeRepRap</A>
<DD>our class to send gcode instructions
<DT><A HREF="../org/reprap/comms/GCodeReaderAndWriter.html#gcodeExtension"><B>gcodeExtension</B></A> - 
Static variable in class org.reprap.comms.<A HREF="../org/reprap/comms/GCodeReaderAndWriter.html" title="class in org.reprap.comms">GCodeReaderAndWriter</A>
<DD>How does the first file name in a multiple set end?
<DT><A HREF="../org/reprap/devices/GCodeExtruder.html" title="class in org.reprap.devices"><B>GCodeExtruder</B></A> - Class in <A HREF="../org/reprap/devices/package-summary.html">org.reprap.devices</A><DD>&nbsp;<DT><A HREF="../org/reprap/devices/GCodeExtruder.html#GCodeExtruder(org.reprap.comms.GCodeReaderAndWriter, int, org.reprap.Printer)"><B>GCodeExtruder(GCodeReaderAndWriter, int, Printer)</B></A> - 
Constructor for 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/gui/botConsole/PrintTabFrame.html#gcodeLoaded"><B>gcodeLoaded</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#gcodeLoaded"><B>gcodeLoaded</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/comms/GCodeReaderAndWriter.html" title="class in org.reprap.comms"><B>GCodeReaderAndWriter</B></A> - Class in <A HREF="../org/reprap/comms/package-summary.html">org.reprap.comms</A><DD>&nbsp;<DT><A HREF="../org/reprap/comms/GCodeReaderAndWriter.html#GCodeReaderAndWriter()"><B>GCodeReaderAndWriter()</B></A> - 
Constructor for 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" title="class in org.reprap.machines"><B>GCodeRepRap</B></A> - Class in <A HREF="../org/reprap/machines/package-summary.html">org.reprap.machines</A><DD>&nbsp;<DT><A HREF="../org/reprap/machines/GCodeRepRap.html#GCodeRepRap()"><B>GCodeRepRap()</B></A> - 
Constructor for 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/devices/GCodeStepperMotor.html" title="class in org.reprap.devices"><B>GCodeStepperMotor</B></A> - Class in <A HREF="../org/reprap/devices/package-summary.html">org.reprap.devices</A><DD>&nbsp;<DT><A HREF="../org/reprap/devices/GCodeStepperMotor.html#GCodeStepperMotor(org.reprap.machines.GCodeRepRap, int)"><B>GCodeStepperMotor(GCodeRepRap, int)</B></A> - 
Constructor for 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/gui/botConsole/PrintTabFrame.html#gCodeToFileRadioButton"><B>gCodeToFileRadioButton</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/utilities/CodeGenerator.html#generateAllPairs(org.reprap.utilities.BooleanExpression[])"><B>generateAllPairs(BooleanExpression[])</B></A> - 
Static method in class org.reprap.utilities.<A HREF="../org/reprap/utilities/CodeGenerator.html" title="class in org.reprap.utilities">CodeGenerator</A>
<DD>&nbsp;
<DT><A HREF="../org/reprap/utilities/CodeGenerator.html#generateAllTripples(org.reprap.utilities.BooleanExpression[])"><B>generateAllTripples(BooleanExpression[])</B></A> - 
Static method in class org.reprap.utilities.<A HREF="../org/reprap/utilities/CodeGenerator.html" title="class in org.reprap.utilities">CodeGenerator</A>
<DD>&nbsp;
<DT><A HREF="../org/reprap/geometry/polygons/BooleanGrid.html#generateQuadTree(org.reprap.geometry.polygons.BooleanGrid.iPoint, org.reprap.geometry.polygons.BooleanGrid.iPoint, org.reprap.geometry.polygons.RrCSG)"><B>generateQuadTree(BooleanGrid.iPoint, BooleanGrid.iPoint, RrCSG)</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>Generate the entire image from a CSG experession recursively
 using a quad tree.
<DT><A HREF="../org/reprap/devices/GenericExtruder.html" title="class in org.reprap.devices"><B>GenericExtruder</B></A> - Class in <A HREF="../org/reprap/devices/package-summary.html">org.reprap.devices</A><DD>&nbsp;<DT><A HREF="../org/reprap/devices/GenericExtruder.html#GenericExtruder(int, org.reprap.Printer)"><B>GenericExtruder(int, Printer)</B></A> - 
Constructor for 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/gui/botConsole/GenericExtruderTabPanel.html" title="class in org.reprap.gui.botConsole"><B>GenericExtruderTabPanel</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/GenericExtruderTabPanel.html#GenericExtruderTabPanel()"><B>GenericExtruderTabPanel()</B></A> - 
Constructor for class org.reprap.gui.botConsole.<A HREF="../org/reprap/gui/botConsole/GenericExtruderTabPanel.html" title="class in org.reprap.gui.botConsole">GenericExtruderTabPanel</A>
<DD>Creates new form GenericExtruderTabPanel
<DT><A HREF="../org/reprap/machines/GenericRepRap.html" title="class in org.reprap.machines"><B>GenericRepRap</B></A> - Class in <A HREF="../org/reprap/machines/package-summary.html">org.reprap.machines</A><DD>&nbsp;<DT><A HREF="../org/reprap/machines/GenericRepRap.html#GenericRepRap()"><B>GenericRepRap()</B></A> - 
Constructor for 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/GenericStepperMotor.html" title="class in org.reprap.devices"><B>GenericStepperMotor</B></A> - Class in <A HREF="../org/reprap/devices/package-summary.html">org.reprap.devices</A><DD>&nbsp;<DT><A HREF="../org/reprap/devices/GenericStepperMotor.html#GenericStepperMotor(org.reprap.comms.Address, int)"><B>GenericStepperMotor(Address, int)</B></A> - 
Constructor for 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/geometry/polygons/AllSTLsToBuild.html#get(int)"><B>get(int)</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 the i-th STLObject
<DT><A HREF="../org/reprap/geometry/polygons/BooleanGrid.html#get(org.reprap.geometry.polygons.BooleanGrid.iPoint)"><B>get(BooleanGrid.iPoint)</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>The value at a point.
<DT><A HREF="../org/reprap/geometry/polygons/BooleanGridList.html#get(int)"><B>get(int)</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>Return the ith shape
<DT><A HREF="../org/reprap/utilities/TableRow.html#get(int)"><B>get(int)</B></A> - 
Method in class org.reprap.utilities.<A HREF="../org/reprap/utilities/TableRow.html" title="class in org.reprap.utilities">TableRow</A>
<DD>&nbsp;
<DT><A HREF="../org/reprap/devices/GenericExtruder.html#get5D()"><B>get5D()</B></A> - 
Method in class org.reprap.devices.<A HREF="../org/reprap/devices/GenericExtruder.html" title="class in org.reprap.devices">GenericExtruder</A>
<DD>Find out if we're working in 5D
<DT><A HREF="../org/reprap/Extruder.html#get5D()"><B>get5D()</B></A> - 
Method in interface org.reprap.<A HREF="../org/reprap/Extruder.html" title="interface in org.reprap">Extruder</A>
<DD>Find out if we're working in 5D
<DT><A HREF="../org/reprap/comms/Communicator.html#getAddress()"><B>getAddress()</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/Device.html#getAddress()"><B>getAddress()</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#getAngleFeedrate()"><B>getAngleFeedrate()</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#getAngleFeedrate()"><B>getAngleFeedrate()</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/devices/GenericExtruder.html#getAngleSpeedFactor()"><B>getAngleSpeedFactor()</B></A> - 
Method in class org.reprap.devices.<A HREF="../org/reprap/devices/GenericExtruder.html" title="class in org.reprap.devices">GenericExtruder</A>
<DD>The factor by which to speed up when going round a corner.
<DT><A HREF="../org/reprap/Extruder.html#getAngleSpeedFactor()"><B>getAngleSpeedFactor()</B></A> - 
Method in interface org.reprap.<A HREF="../org/reprap/Extruder.html" title="interface in org.reprap">Extruder</A>
<DD>The factor by which to speed up when going round a corner.
<DT><A HREF="../org/reprap/devices/GenericExtruder.html#getAngleSpeedUpLength()"><B>getAngleSpeedUpLength()</B></A> - 
Method in class org.reprap.devices.<A HREF="../org/reprap/devices/GenericExtruder.html" title="class in org.reprap.devices">GenericExtruder</A>
<DD>The length in mm to speed up when going round corners
 (non-Javadoc)
<DT><A HREF="../org/reprap/Extruder.html#getAngleSpeedUpLength()"><B>getAngleSpeedUpLength()</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/Attributes.html#getAppearance()"><B>getAppearance()</B></A> - 
Method in class org.reprap.<A HREF="../org/reprap/Attributes.html" title="class in org.reprap">Attributes</A>
<DD>&nbsp;
<DT><A HREF="../org/reprap/devices/GenericExtruder.html#getAppearance()"><B>getAppearance()</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#getAppearance()"><B>getAppearance()</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/gui/STLObject.html#getAppearance()"><B>getAppearance()</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#getAppearance_r(java.lang.Object)"><B>getAppearance_r(Object)</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>dig down to find our appearance
<DT><A HREF="../org/reprap/devices/GenericExtruder.html#getAppearanceFromMaterial(java.lang.String)"><B>getAppearanceFromMaterial(String)</B></A> - 
Static 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/GenericExtruder.html#getAppearanceFromNumber(int)"><B>getAppearanceFromNumber(int)</B></A> - 
Static 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/gui/Panel3D.html#getApplicationBounds()"><B>getApplicationBounds()</B></A> - 
Method 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/devices/GenericExtruder.html#getArcCompensationFactor()"><B>getArcCompensationFactor()</B></A> - 
Method in class org.reprap.devices.<A HREF="../org/reprap/devices/GenericExtruder.html" title="class in org.reprap.devices">GenericExtruder</A>
<DD>The arc compensation factor.
<DT><A HREF="../org/reprap/Extruder.html#getArcCompensationFactor()"><B>getArcCompensationFactor()</B></A> - 
Method in interface org.reprap.<A HREF="../org/reprap/Extruder.html" title="interface in org.reprap">Extruder</A>
<DD>The arc compensation factor.
<DT><A HREF="../org/reprap/devices/GenericExtruder.html#getArcShortSides()"><B>getArcShortSides()</B></A> - 
Method in class org.reprap.devices.<A HREF="../org/reprap/devices/GenericExtruder.html" title="class in org.reprap.devices">GenericExtruder</A>
<DD>The arc short sides.
<DT><A HREF="../org/reprap/Extruder.html#getArcShortSides()"><B>getArcShortSides()</B></A> - 
Method in interface org.reprap.<A HREF="../org/reprap/Extruder.html" title="interface in org.reprap">Extruder</A>
<DD>The arc short sides.
<DT><A HREF="../org/reprap/geometry/polygons/RrPolygon.html#getAttributes()"><B>getAttributes()</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>&nbsp;
<DT><A HREF="../org/reprap/gui/Panel3D.html#getBackClipDistance()"><B>getBackClipDistance()</B></A> - 
Method 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/machines/GCodeRepRap.html#getBedTemperature()"><B>getBedTemperature()</B></A> - 
Method in class org.reprap.machines.<A HREF="../org/reprap/machines/GCodeRepRap.html" title="class in org.reprap.machines">GCodeRepRap</A>
<DD>Return the current temperature of the bed
<DT><A HREF="../org/reprap/machines/Simulator.html#getBedTemperature()"><B>getBedTemperature()</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#getBedTemperature()"><B>getBedTemperature()</B></A> - 
Method in interface org.reprap.<A HREF="../org/reprap/Printer.html" title="interface in org.reprap">Printer</A>
<DD>Return the current temperature of the bed
<DT><A HREF="../org/reprap/machines/GenericRepRap.html#getBedTemperatureTarget()"><B>getBedTemperatureTarget()</B></A> - 
Method in class org.reprap.machines.<A HREF="../org/reprap/machines/GenericRepRap.html" title="class in org.reprap.machines">GenericRepRap</A>
<DD>The temperature we want the bed to be at
<DT><A HREF="../org/reprap/Printer.html#getBedTemperatureTarget()"><B>getBedTemperatureTarget()</B></A> - 
Method in interface org.reprap.<A HREF="../org/reprap/Printer.html" title="interface in org.reprap">Printer</A>
<DD>The temperature we want the bed to be at
<DT><A HREF="../org/reprap/comms/Address.html#getBinary()"><B>getBinary()</B></A> - 
Method in interface org.reprap.comms.<A HREF="../org/reprap/comms/Address.html" title="interface in org.reprap.comms">Address</A>
<DD>&nbsp;
<DT><A HREF="../org/reprap/comms/messages/OutgoingAddressMessage.html#getBinary()"><B>getBinary()</B></A> - 
Method in class org.reprap.comms.messages.<A HREF="../org/reprap/comms/messages/OutgoingAddressMessage.html" title="class in org.reprap.comms.messages">OutgoingAddressMessage</A>
<DD>&nbsp;
<DT><A HREF="../org/reprap/comms/messages/OutgoingBlankMessage.html#getBinary()"><B>getBinary()</B></A> - 
Method in class org.reprap.comms.messages.<A HREF="../org/reprap/comms/messages/OutgoingBlankMessage.html" title="class in org.reprap.comms.messages">OutgoingBlankMessage</A>
<DD>&nbsp;
<DT><A HREF="../org/reprap/comms/messages/OutgoingByteMessage.html#getBinary()"><B>getBinary()</B></A> - 
Method in class org.reprap.comms.messages.<A HREF="../org/reprap/comms/messages/OutgoingByteMessage.html" title="class in org.reprap.comms.messages">OutgoingByteMessage</A>
<DD>&nbsp;
<DT><A HREF="../org/reprap/comms/messages/OutgoingIntMessage.html#getBinary()"><B>getBinary()</B></A> - 
Method in class org.reprap.comms.messages.<A HREF="../org/reprap/comms/messages/OutgoingIntMessage.html" title="class in org.reprap.comms.messages">OutgoingIntMessage</A>
<DD>&nbsp;
<DT><A HREF="../org/reprap/comms/messages/VersionRequestMessage.html#getBinary()"><B>getBinary()</B></A> - 
Method in class org.reprap.comms.messages.<A HREF="../org/reprap/comms/messages/VersionRequestMessage.html" title="class in org.reprap.comms.messages">VersionRequestMessage</A>
<DD>&nbsp;
<DT><A HREF="../org/reprap/comms/OutgoingMessage.html#getBinary()"><B>getBinary()</B></A> - 
Method in class org.reprap.comms.<A HREF="../org/reprap/comms/OutgoingMessage.html" title="class in org.reprap.comms">OutgoingMessage</A>
<DD>Fetch the binary payload corresponding to the completed message
<DT><A HREF="../org/reprap/devices/SNAPExtruder.RequestSetHeat.html#getBinary()"><B>getBinary()</B></A> - 
Method in 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/SNAPStepperMotor.RequestDDAMaster.html#getBinary()"><B>getBinary()</B></A> - 
Method in 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.RequestOneStep.html#getBinary()"><B>getBinary()</B></A> - 
Method in 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.RequestQueue.html#getBinary()"><B>getBinary()</B></A> - 
Method in 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.RequestSeekPosition.html#getBinary()"><B>getBinary()</B></A> - 
Method in 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.RequestSetSpeed.html#getBinary()"><B>getBinary()</B></A> - 
Method in class org.reprap.devices.<A HREF="../org/reprap/devices/SNAPStepperMotor.RequestSetSpeed.html" title="class in org.reprap.devices">SNAPStepperMotor.RequestSetSpeed</A>
<DD>&nbsp;
<DT><A HREF="../org/reprap/gui/PreferencesValue.html#getBoolFromString(java.lang.String)"><B>getBoolFromString(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/gui/botConsole/BotConsoleFrame.html#getBotConsoleFrame()"><B>getBotConsoleFrame()</B></A> - 
Static 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/geometry/LayerRules.html#getBox()"><B>getBox()</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/geometry/polygons/RrPolygon.html#getBox()"><B>getBox()</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>&nbsp;
<DT><A HREF="../org/reprap/geometry/polygons/RrPolygonList.html#getBox()"><B>getBox()</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/devices/SNAPExtruder.RequestTemperatureResponse.html#getCalibration()"><B>getCalibration()</B></A> - 
Method in 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/gui/Panel3D.html#getCanvas3dHeight(javax.media.j3d.Canvas3D)"><B>getCanvas3dHeight(Canvas3D)</B></A> - 
Method 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/Panel3D.html#getCanvas3dWidth(javax.media.j3d.Canvas3D)"><B>getCanvas3dWidth(Canvas3D)</B></A> - 
Method 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/treeList.html#getChild(int)"><B>getChild(int)</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>Get the ith polygon child of this one
<DT><A HREF="../org/reprap/comms/IncomingContext.html#getCommunicator()"><B>getCommunicator()</B></A> - 
Method in class org.reprap.comms.<A HREF="../org/reprap/comms/IncomingContext.html" title="class in org.reprap.comms">IncomingContext</A>
<DD>&nbsp;
<DT><A HREF="../org/reprap/Device.html#getCommunicator()"><B>getCommunicator()</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/SNAPExtruder.html#getCommunicator()"><B>getCommunicator()</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#getCommunicator()"><B>getCommunicator()</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/Main.html#getCommunicator()"><B>getCommunicator()</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/GenericExtruder.html#getCoolingPeriod()"><B>getCoolingPeriod()</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#getCoolingPeriod()"><B>getCoolingPeriod()</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/machines/GCodeRepRap.html#getCoordinates()"><B>getCoordinates()</B></A> - 
Method in class org.reprap.machines.<A HREF="../org/reprap/machines/GCodeRepRap.html" title="class in org.reprap.machines">GCodeRepRap</A>
<DD>Get X, Y, Z and E (if supported) coordinates in an array
<DT><A HREF="../org/reprap/machines/Simulator.html#getCoordinates()"><B>getCoordinates()</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#getCoordinates()"><B>getCoordinates()</B></A> - 
Method in interface org.reprap.<A HREF="../org/reprap/Printer.html" title="interface in org.reprap">Printer</A>
<DD>Get X, Y, Z and E (if supported) coordinates in an array
<DT><A HREF="../org/reprap/machines/GenericRepRap.html#getCurrentFeedrate()"><B>getCurrentFeedrate()</B></A> - 
Method in class org.reprap.machines.<A HREF="../org/reprap/machines/GenericRepRap.html" title="class in org.reprap.machines">GenericRepRap</A>
<DD>Get the feedrate currently being used
<DT><A HREF="../org/reprap/Printer.html#getCurrentFeedrate()"><B>getCurrentFeedrate()</B></A> - 
Method in interface org.reprap.<A HREF="../org/reprap/Printer.html" title="interface in org.reprap">Printer</A>
<DD>Get the feedrate currently being used
<DT><A HREF="../org/reprap/devices/GenericExtruder.html#getCurrentSpeed()"><B>getCurrentSpeed()</B></A> - 
Method in class org.reprap.devices.<A HREF="../org/reprap/devices/GenericExtruder.html" title="class in org.reprap.devices">GenericExtruder</A>
<DD>Find out what our current speed is
<DT><A HREF="../org/reprap/Extruder.html#getCurrentSpeed()"><B>getCurrentSpeed()</B></A> - 
Method in interface org.reprap.<A HREF="../org/reprap/Extruder.html" title="interface in org.reprap">Extruder</A>
<DD>Find out what our current speed is
<DT><A HREF="../org/reprap/devices/pseudo/LinePrinter.html#getCurrentX()"><B>getCurrentX()</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/devices/pseudo/LinePrinter.html#getCurrentY()"><B>getCurrentY()</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/gui/Utility.html#getDefaultAppSize()"><B>getDefaultAppSize()</B></A> - 
Static method in class org.reprap.gui.<A HREF="../org/reprap/gui/Utility.html" title="class in org.reprap.gui">Utility</A>
<DD>&nbsp;
<DT><A HREF="../org/reprap/devices/GenericExtruder.html#getDefaultTemperature()"><B>getDefaultTemperature()</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#getDefaultTemperature()"><B>getDefaultTemperature()</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/utilities/ExtensionFileFilter.html#getDescription()"><B>getDescription()</B></A> - 
Method in class org.reprap.utilities.<A HREF="../org/reprap/utilities/ExtensionFileFilter.html" title="class in org.reprap.utilities">ExtensionFileFilter</A>
<DD>&nbsp;
<DT><A HREF="../org/reprap/devices/SNAPExtruder.html#getDeviceTemperature()"><B>getDeviceTemperature()</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/GenericExtruder.html#getDistance(double)"><B>getDistance(double)</B></A> - 
Method in class org.reprap.devices.<A HREF="../org/reprap/devices/GenericExtruder.html" title="class in org.reprap.devices">GenericExtruder</A>
<DD>Get how much extrudate is deposited for a given xy movement
 currentSpeed is in mm per minute
<DT><A HREF="../org/reprap/Extruder.html#getDistance(double)"><B>getDistance(double)</B></A> - 
Method in interface org.reprap.<A HREF="../org/reprap/Extruder.html" title="interface in org.reprap">Extruder</A>
<DD>Get how much extrudate is deposited for a given movement
<DT><A HREF="../org/reprap/devices/GenericExtruder.html#getDistanceFromTime(double)"><B>getDistanceFromTime(double)</B></A> - 
Method in class org.reprap.devices.<A HREF="../org/reprap/devices/GenericExtruder.html" title="class in org.reprap.devices">GenericExtruder</A>
<DD>Get how much extrudate is deposited in a given time (in milliseconds)
 currentSpeed is in mm per minute
<DT><A HREF="../org/reprap/Extruder.html#getDistanceFromTime(double)"><B>getDistanceFromTime(double)</B></A> - 
Method in interface org.reprap.<A HREF="../org/reprap/Extruder.html" title="interface in org.reprap">Extruder</A>
<DD>Get how much extrudate is deposited in a given time
<DT><A HREF="../org/reprap/machines/GenericRepRap.html#getDumpX()"><B>getDumpX()</B></A> - 
Method in class org.reprap.machines.<A HREF="../org/reprap/machines/GenericRepRap.html" title="class in org.reprap.machines">GenericRepRap</A>
<DD>The location of the dump for purging extruders
<DT><A HREF="../org/reprap/Printer.html#getDumpX()"><B>getDumpX()</B></A> - 
Method in interface org.reprap.<A HREF="../org/reprap/Printer.html" title="interface in org.reprap">Printer</A>
<DD>The location of the dump for purging extruders
<DT><A HREF="../org/reprap/machines/GenericRepRap.html#getDumpY()"><B>getDumpY()</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#getDumpY()"><B>getDumpY()</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/devices/GenericExtruder.html#getEvenHatchDirection()"><B>getEvenHatchDirection()</B></A> - 
Method in class org.reprap.devices.<A HREF="../org/reprap/devices/GenericExtruder.html" title="class in org.reprap.devices">GenericExtruder</A>
<DD>The direction to hatch even-numbered layers in degrees anticlockwise
 from the X axis
<DT><A HREF="../org/reprap/Extruder.html#getEvenHatchDirection()"><B>getEvenHatchDirection()</B></A> - 
Method in interface org.reprap.<A HREF="../org/reprap/Extruder.html" title="interface in org.reprap">Extruder</A>
<DD>The direction to hatch even-numbered layers in degrees anticlockwise
 from the X axis
<DT><A HREF="../org/reprap/comms/IncomingContext.html#getExpectedAddress()"><B>getExpectedAddress()</B></A> - 
Method in class org.reprap.comms.<A HREF="../org/reprap/comms/IncomingContext.html" title="class in org.reprap.comms">IncomingContext</A>
<DD>&nbsp;
<DT><A HREF="../org/reprap/Attributes.html#getExtruder()"><B>getExtruder()</B></A> - 
Method in class org.reprap.<A HREF="../org/reprap/Attributes.html" title="class in org.reprap">Attributes</A>
<DD>Find my extruder in the list (if not known) or just
 return it (if known).
<DT><A HREF="../org/reprap/machines/GenericRepRap.html#getExtruder(java.lang.String)"><B>getExtruder(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/machines/GenericRepRap.html#getExtruder()"><B>getExtruder()</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#getExtruder()"><B>getExtruder()</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/Printer.html#getExtruder(java.lang.String)"><B>getExtruder(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/machines/GenericRepRap.html#getExtruderNumber()"><B>getExtruderNumber()</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#getExtruderNumber()"><B>getExtruderNumber()</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/machines/GenericRepRap.html#getExtruders()"><B>getExtruders()</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#getExtruders()"><B>getExtruders()</B></A> - 
Method in interface org.reprap.<A HREF="../org/reprap/Printer.html" title="interface in org.reprap">Printer</A>
<DD>Get the list of all the extruders
<DT><A HREF="../org/reprap/devices/GenericExtruder.html#getExtruderSpeed()"><B>getExtruderSpeed()</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#getExtruderSpeed()"><B>getExtruderSpeed()</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/gui/botConsole/GenericExtruderTabPanel.html#getExtruderSpeed()"><B>getExtruderSpeed()</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#getExtruderState()"><B>getExtruderState()</B></A> - 
Method in class org.reprap.devices.<A HREF="../org/reprap/devices/GenericExtruder.html" title="class in org.reprap.devices">GenericExtruder</A>
<DD>Find out how far we have extruded so far
<DT><A HREF="../org/reprap/Extruder.html#getExtruderState()"><B>getExtruderState()</B></A> - 
Method in interface org.reprap.<A HREF="../org/reprap/Extruder.html" title="interface in org.reprap">Extruder</A>
<DD>Find out how far we have extruded so far
<DT><A HREF="../org/reprap/devices/GenericExtruder.html#getExtrusionBroadWidth()"><B>getExtrusionBroadWidth()</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#getExtrusionBroadWidth()"><B>getExtrusionBroadWidth()</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/devices/GenericExtruder.html#getExtrusionDelayForLayer()"><B>getExtrusionDelayForLayer()</B></A> - 
Method in class org.reprap.devices.<A HREF="../org/reprap/devices/GenericExtruder.html" title="class in org.reprap.devices">GenericExtruder</A>
<DD>Gets the number of milliseconds to wait before starting a border track
<DT><A HREF="../org/reprap/Extruder.html#getExtrusionDelayForLayer()"><B>getExtrusionDelayForLayer()</B></A> - 
Method in interface org.reprap.<A HREF="../org/reprap/Extruder.html" title="interface in org.reprap">Extruder</A>
<DD>Gets the number of milliseconds to wait before starting the extrude motor
 for the first track of a layer
<DT><A HREF="../org/reprap/devices/GenericExtruder.html#getExtrusionDelayForPolygon()"><B>getExtrusionDelayForPolygon()</B></A> - 
Method in class org.reprap.devices.<A HREF="../org/reprap/devices/GenericExtruder.html" title="class in org.reprap.devices">GenericExtruder</A>
<DD>Gets the number of milliseconds to wait before starting a hatch track
<DT><A HREF="../org/reprap/Extruder.html#getExtrusionDelayForPolygon()"><B>getExtrusionDelayForPolygon()</B></A> - 
Method in interface org.reprap.<A HREF="../org/reprap/Extruder.html" title="interface in org.reprap">Extruder</A>
<DD>Gets the number of milliseconds to wait before starting the extrude motor
 for any other track
<DT><A HREF="../org/reprap/devices/GenericExtruder.html#getExtrusionFoundationWidth()"><B>getExtrusionFoundationWidth()</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#getExtrusionFoundationWidth()"><B>getExtrusionFoundationWidth()</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/devices/GenericExtruder.html#getExtrusionHeight()"><B>getExtrusionHeight()</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#getExtrusionHeight()"><B>getExtrusionHeight()</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/devices/GenericExtruder.html#getExtrusionInfillWidth()"><B>getExtrusionInfillWidth()</B></A> - 
Method in class org.reprap.devices.<A HREF="../org/reprap/devices/GenericExtruder.html" title="class in org.reprap.devices">GenericExtruder</A>
<DD>At the top and bottom return the fine width; in between
 return the braod one.
<DT><A HREF="../org/reprap/Extruder.html#getExtrusionInfillWidth()"><B>getExtrusionInfillWidth()</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/devices/GenericExtruder.html#getExtrusionOverRun()"><B>getExtrusionOverRun()</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#getExtrusionOverRun()"><B>getExtrusionOverRun()</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/devices/GenericExtruder.html#getExtrusionReverseDelay()"><B>getExtrusionReverseDelay()</B></A> - 
Method in class org.reprap.devices.<A HREF="../org/reprap/devices/GenericExtruder.html" title="class in org.reprap.devices">GenericExtruder</A>
<DD>Gets the number of milliseconds to reverse the extrude motor
 at the end of a track
<DT><A HREF="../org/reprap/Extruder.html#getExtrusionReverseDelay()"><B>getExtrusionReverseDelay()</B></A> - 
Method in interface org.reprap.<A HREF="../org/reprap/Extruder.html" title="interface in org.reprap">Extruder</A>
<DD>Gets the number of milliseconds to reverse the extrude motor
 at the end of a track
<DT><A HREF="../org/reprap/devices/GenericExtruder.html#getExtrusionSize()"><B>getExtrusionSize()</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#getExtrusionSize()"><B>getExtrusionSize()</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/devices/GenericExtruder.html#getFastEFeedrate()"><B>getFastEFeedrate()</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#getFastEFeedrate()"><B>getFastEFeedrate()</B></A> - 
Method in interface org.reprap.<A HREF="../org/reprap/Extruder.html" title="interface in org.reprap">Extruder</A>
<DD>The fastest we can extrude in mm/min
<DT><A HREF="../org/reprap/machines/GenericRepRap.html#getFastFeedrateZ()"><B>getFastFeedrateZ()</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#getFastFeedrateZ()"><B>getFastFeedrateZ()</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/devices/GenericExtruder.html#getFastXYFeedrate()"><B>getFastXYFeedrate()</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#getFastXYFeedrate()"><B>getFastXYFeedrate()</B></A> - 
Method in interface org.reprap.<A HREF="../org/reprap/Extruder.html" title="interface in org.reprap">Extruder</A>
<DD>The speed of X and Y movement
<DT><A HREF="../org/reprap/machines/GenericRepRap.html#getFastXYFeedrate()"><B>getFastXYFeedrate()</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#getFastXYFeedrate()"><B>getFastXYFeedrate()</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/machines/GenericRepRap.html#getFeedrate()"><B>getFeedrate()</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#getFinishX()"><B>getFinishX()</B></A> - 
Method in class org.reprap.machines.<A HREF="../org/reprap/machines/GenericRepRap.html" title="class in org.reprap.machines">GenericRepRap</A>
<DD>The XY location to go to at the end of a build
<DT><A HREF="../org/reprap/Printer.html#getFinishX()"><B>getFinishX()</B></A> - 
Method in interface org.reprap.<A HREF="../org/reprap/Printer.html" title="interface in org.reprap">Printer</A>
<DD>The location to go to at the end
<DT><A HREF="../org/reprap/machines/GenericRepRap.html#getFinishY()"><B>getFinishY()</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#getFinishY()"><B>getFinishY()</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/Panel3D.html#getFirstLocale()"><B>getFirstLocale()</B></A> - 
Method 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/LayerRules.html#getFoundationLayers()"><B>getFoundationLayers()</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/machines/GenericRepRap.html#getFoundationLayers()"><B>getFoundationLayers()</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#getFoundationLayers()"><B>getFoundationLayers()</B></A> - 
Method in interface org.reprap.<A HREF="../org/reprap/Printer.html" title="interface in org.reprap">Printer</A>
<DD>How many layers of foundation to build
<DT><A HREF="../org/reprap/gui/Panel3D.html#getFrontClipDistance()"><B>getFrontClipDistance()</B></A> - 
Method 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/BotConsoleFrame.html#getGenericExtruderTabPanel(int)"><B>getGenericExtruderTabPanel(int)</B></A> - 
Static 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/Preferences.html#getGlobalPreferences()"><B>getGlobalPreferences()</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/geometry/LayerRules.html#getHatchDirection(org.reprap.Extruder)"><B>getHatchDirection(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>The hatch pattern is:
 
  Foundation:
   X and Y rectangle
   
  Model:
   Alternate even then odd (which can be set to the same angle if wanted).
<DT><A HREF="../org/reprap/geometry/LayerRules.html#getHatchWidth(org.reprap.Extruder)"><B>getHatchWidth(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>The gap in the layer zig-zag is:
 
  Foundation:
   The foundation width for all but...
<DT><A HREF="../org/reprap/devices/SNAPExtruder.RequestTemperatureResponse.html#getHeat()"><B>getHeat()</B></A> - 
Method in 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/GenericExtruder.html#getID()"><B>getID()</B></A> - 
Method in class org.reprap.devices.<A HREF="../org/reprap/devices/GenericExtruder.html" title="class in org.reprap.devices">GenericExtruder</A>
<DD>Each logical extruder has a unique ID
<DT><A HREF="../org/reprap/Extruder.html#getID()"><B>getID()</B></A> - 
Method in interface org.reprap.<A HREF="../org/reprap/Extruder.html" title="interface in org.reprap">Extruder</A>
<DD>Each logical extruder has a unique ID
<DT><A HREF="../org/reprap/utilities/BooleanExpression.html#getIndex(org.reprap.utilities.Variable)"><B>getIndex(Variable)</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/devices/GenericExtruder.html#getInfillExtruder()"><B>getInfillExtruder()</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#getInfillExtruder()"><B>getInfillExtruder()</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/devices/GenericExtruder.html#getInfillExtruderNumber()"><B>getInfillExtruderNumber()</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#getInfillExtruderNumber()"><B>getInfillExtruderNumber()</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/devices/GenericExtruder.html#getInfillFeedrate()"><B>getInfillFeedrate()</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#getInfillFeedrate()"><B>getInfillFeedrate()</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/devices/GenericExtruder.html#getInfillMaterial()"><B>getInfillMaterial()</B></A> - 
Method in class org.reprap.devices.<A HREF="../org/reprap/devices/GenericExtruder.html" title="class in org.reprap.devices">GenericExtruder</A>
<DD>What stuff are we infilling with?
<DT><A HREF="../org/reprap/Extruder.html#getInfillMaterial()"><B>getInfillMaterial()</B></A> - 
Method in interface org.reprap.<A HREF="../org/reprap/Extruder.html" title="interface in org.reprap">Extruder</A>
<DD>What stuff are we infilling with?
<DT><A HREF="../org/reprap/devices/GenericExtruder.html#getInfillOverlap()"><B>getInfillOverlap()</B></A> - 
Method in class org.reprap.devices.<A HREF="../org/reprap/devices/GenericExtruder.html" title="class in org.reprap.devices">GenericExtruder</A>
<DD>Number of mm to overlap the hatching infill with the outline.
<DT><A HREF="../org/reprap/Extruder.html#getInfillOverlap()"><B>getInfillOverlap()</B></A> - 
Method in interface org.reprap.<A HREF="../org/reprap/Extruder.html" title="interface in org.reprap">Extruder</A>
<DD>Number of mm to overlap the hatching infill with the outline.
<DT><A HREF="../org/reprap/devices/GenericExtruder.html#getInfillSpeedFactor()"><B>getInfillSpeedFactor()</B></A> - 
Method in class org.reprap.devices.<A HREF="../org/reprap/devices/GenericExtruder.html" title="class in org.reprap.devices">GenericExtruder</A>
<DD>The the outline speed and the infill speed [0,1]
<DT><A HREF="../org/reprap/Extruder.html#getInfillSpeedFactor()"><B>getInfillSpeedFactor()</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/devices/GenericExtruder.html#getLastFoundationWidth(org.reprap.geometry.LayerRules)"><B>getLastFoundationWidth(LayerRules)</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/geometry/Producer.html#getLayer()"><B>getLayer()</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/Main.html#getLayer()"><B>getLayer()</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/geometry/Producer.html#getLayers()"><B>getLayers()</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/Main.html#getLayers()"><B>getLayers()</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/geometry/LayerRules.html#getLayingSupport()"><B>getLayingSupport()</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/devices/GenericExtruder.html#getLowerFineLayers()"><B>getLowerFineLayers()</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#getLowerFineLayers()"><B>getLowerFineLayers()</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#getMachineLayer()"><B>getMachineLayer()</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/geometry/LayerRules.html#getMachineLayerMax()"><B>getMachineLayerMax()</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/geometry/LayerRules.html#getMachineZ()"><B>getMachineZ()</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/geometry/LayerRules.html#getMachineZMAx()"><B>getMachineZMAx()</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#getMaterial()"><B>getMaterial()</B></A> - 
Method in class org.reprap.<A HREF="../org/reprap/Attributes.html" title="class in org.reprap">Attributes</A>
<DD>&nbsp;
<DT><A HREF="../org/reprap/devices/GenericExtruder.html#getMaterial()"><B>getMaterial()</B></A> - 
Method in class org.reprap.devices.<A HREF="../org/reprap/devices/GenericExtruder.html" title="class in org.reprap.devices">GenericExtruder</A>
<DD>What stuff are we working with?
<DT><A HREF="../org/reprap/Extruder.html#getMaterial()"><B>getMaterial()</B></A> - 
Method in interface org.reprap.<A HREF="../org/reprap/Extruder.html" title="interface in org.reprap">Extruder</A>
<DD>What stuff are we working with?
<DT><A HREF="../org/reprap/devices/GenericExtruder.html#getMaxAcceleration()"><B>getMaxAcceleration()</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#getMaxAcceleration()"><B>getMaxAcceleration()</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/machines/GenericRepRap.html#getMaxFeedrateZ()"><B>getMaxFeedrateZ()</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#getMaxXYAcceleration()"><B>getMaxXYAcceleration()</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#getMaxXYAcceleration()"><B>getMaxXYAcceleration()</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/machines/GenericRepRap.html#getMaxZAcceleration()"><B>getMaxZAcceleration()</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#getMaxZAcceleration()"><B>getMaxZAcceleration()</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/devices/GenericExtruder.html#getMiddleStart()"><B>getMiddleStart()</B></A> - 
Method in class org.reprap.devices.<A HREF="../org/reprap/devices/GenericExtruder.html" title="class in org.reprap.devices">GenericExtruder</A>
<DD>If this is true, plot outlines from the middle of their infilling hatch to reduce dribble at
 their starts and ends.
<DT><A HREF="../org/reprap/Extruder.html#getMiddleStart()"><B>getMiddleStart()</B></A> - 
Method in interface org.reprap.<A HREF="../org/reprap/Extruder.html" title="interface in org.reprap">Extruder</A>
<DD>If this is true, plot outlines from the middle of their infilling hatch to reduce dribble at
 their starts and ends.
<DT><A HREF="../org/reprap/devices/GenericExtruder.html#getMinLiftedZ()"><B>getMinLiftedZ()</B></A> - 
Method in class org.reprap.devices.<A HREF="../org/reprap/devices/GenericExtruder.html" title="class in org.reprap.devices">GenericExtruder</A>
<DD>The smallest allowable free-movement height above the base
<DT><A HREF="../org/reprap/Extruder.html#getMinLiftedZ()"><B>getMinLiftedZ()</B></A> - 
Method in interface org.reprap.<A HREF="../org/reprap/Extruder.html" title="interface in org.reprap">Extruder</A>
<DD>The smallest allowable free-movement height above the base
<DT><A HREF="../org/reprap/geometry/LayerRules.html#getModelLayer()"><B>getModelLayer()</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/geometry/LayerRules.html#getModelLayerMax()"><B>getModelLayerMax()</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/geometry/LayerRules.html#getModelZ()"><B>getModelZ()</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/geometry/LayerRules.html#getModelZ(int)"><B>getModelZ(int)</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/geometry/LayerRules.html#getModelZMAx()"><B>getModelZMAx()</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/geometry/polygons/AllSTLsToBuild.html#getNextOne(org.reprap.gui.STLObject)"><B>getNextOne(STLObject)</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>Find an object in the list and return the next one.
<DT><A HREF="../org/reprap/geometry/polygons/AllSTLsToBuild.html#getNextPolygon(java.util.ArrayList)"><B>getNextPolygon(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>Stitch together the some of the edges to form a polygon.
<DT><A HREF="../org/reprap/devices/GenericExtruder.html#getNozzleClearTime()"><B>getNozzleClearTime()</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#getNozzleClearTime()"><B>getNozzleClearTime()</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/devices/GenericExtruder.html#getNozzleWaitTime()"><B>getNozzleWaitTime()</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#getNozzleWaitTime()"><B>getNozzleWaitTime()</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/devices/GenericExtruder.html#getNozzleWipeDatumX()"><B>getNozzleWipeDatumX()</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#getNozzleWipeDatumX()"><B>getNozzleWipeDatumX()</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/devices/GenericExtruder.html#getNozzleWipeDatumY()"><B>getNozzleWipeDatumY()</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#getNozzleWipeDatumY()"><B>getNozzleWipeDatumY()</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/devices/GenericExtruder.html#getNozzleWipeEnabled()"><B>getNozzleWipeEnabled()</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#getNozzleWipeEnabled()"><B>getNozzleWipeEnabled()</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/devices/GenericExtruder.html#getNozzleWipeFreq()"><B>getNozzleWipeFreq()</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#getNozzleWipeFreq()"><B>getNozzleWipeFreq()</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/devices/GenericExtruder.html#getNozzleWipeStrokeX()"><B>getNozzleWipeStrokeX()</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#getNozzleWipeStrokeX()"><B>getNozzleWipeStrokeX()</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/devices/GenericExtruder.html#getNozzleWipeStrokeY()"><B>getNozzleWipeStrokeY()</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#getNozzleWipeStrokeY()"><B>getNozzleWipeStrokeY()</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/comms/Address.html#getNullAddress()"><B>getNullAddress()</B></A> - 
Method in interface org.reprap.comms.<A HREF="../org/reprap/comms/Address.html" title="interface in org.reprap.comms">Address</A>
<DD>&nbsp;
<DT><A HREF="../org/reprap/devices/GenericExtruder.html#getNumberFromMaterial(java.lang.String)"><B>getNumberFromMaterial(String)</B></A> - 
Static method in class org.reprap.devices.<A HREF="../org/reprap/devices/GenericExtruder.html" title="class in org.reprap.devices">GenericExtruder</A>
<DD>What are the dimensions for infill?
<DT><A HREF="../org/reprap/gui/PreferencesValue.html#getObject()"><B>getObject()</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/gui/Panel3D.html#getObjectColour()"><B>getObjectColour()</B></A> - 
Method 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/devices/GenericExtruder.html#getOddHatchDirection()"><B>getOddHatchDirection()</B></A> - 
Method in class org.reprap.devices.<A HREF="../org/reprap/devices/GenericExtruder.html" title="class in org.reprap.devices">GenericExtruder</A>
<DD>The direction to hatch odd-numbered layers in degrees anticlockwise
 from the X axis
<DT><A HREF="../org/reprap/Extruder.html#getOddHatchDirection()"><B>getOddHatchDirection()</B></A> - 
Method in interface org.reprap.<A HREF="../org/reprap/Extruder.html" title="interface in org.reprap">Extruder</A>
<DD>The direction to hatch odd-numbered layers in degrees anticlockwise
 from the X axis
<DT><A HREF="../org/reprap/gui/STLObject.html#getOffsets(javax.media.j3d.BranchGroup, javax.vecmath.Vector3d)"><B>getOffsets(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>Find how to move the object by actually changing all its coordinates (i.e.
<DT><A HREF="../org/reprap/devices/GenericExtruder.html#getOffsetX()"><B>getOffsetX()</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#getOffsetX()"><B>getOffsetX()</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/devices/GenericExtruder.html#getOffsetY()"><B>getOffsetY()</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#getOffsetY()"><B>getOffsetY()</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/devices/GenericExtruder.html#getOffsetZ()"><B>getOffsetZ()</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#getOffsetZ()"><B>getOffsetZ()</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/devices/GenericExtruder.html#getOutlineFeedrate()"><B>getOutlineFeedrate()</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#getOutlineFeedrate()"><B>getOutlineFeedrate()</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/devices/GenericExtruder.html#getOutlineSpeedFactor()"><B>getOutlineSpeedFactor()</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#getOutlineSpeedFactor()"><B>getOutlineSpeedFactor()</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/Attributes.html#getParent()"><B>getParent()</B></A> - 
Method in class org.reprap.<A HREF="../org/reprap/Attributes.html" title="class in org.reprap">Attributes</A>
<DD>&nbsp;
<DT><A HREF="../org/reprap/geometry/polygons/treeList.html#getParent()"><B>getParent()</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>Get the parent
<DT><A HREF="../org/reprap/Attributes.html#getPart()"><B>getPart()</B></A> - 
Method in class org.reprap.<A HREF="../org/reprap/Attributes.html" title="class in org.reprap">Attributes</A>
<DD>&nbsp;
<DT><A HREF="../org/reprap/devices/GenericExtruder.html#getPauseBetweenSegments()"><B>getPauseBetweenSegments()</B></A> - 
Method in class org.reprap.devices.<A HREF="../org/reprap/devices/GenericExtruder.html" title="class in org.reprap.devices">GenericExtruder</A>
<DD>Stop the extrude motor between segments?
<DT><A HREF="../org/reprap/Extruder.html#getPauseBetweenSegments()"><B>getPauseBetweenSegments()</B></A> - 
Method in interface org.reprap.<A HREF="../org/reprap/Extruder.html" title="interface in org.reprap">Extruder</A>
<DD>Stop the extrude motor between segments?
<DT><A HREF="../org/reprap/comms/IncomingMessage.html#getPayload()"><B>getPayload()</B></A> - 
Method in class org.reprap.comms.<A HREF="../org/reprap/comms/IncomingMessage.html" title="class in org.reprap.comms">IncomingMessage</A>
<DD>&nbsp;
<DT><A HREF="../org/reprap/devices/GenericExtruder.html#getPhysicalExtruderNumber()"><B>getPhysicalExtruderNumber()</B></A> - 
Method in class org.reprap.devices.<A HREF="../org/reprap/devices/GenericExtruder.html" title="class in org.reprap.devices">GenericExtruder</A>
<DD>Several logical extruders can share one physical extruder
 This number is unique to each physical extruder
<DT><A HREF="../org/reprap/Extruder.html#getPhysicalExtruderNumber()"><B>getPhysicalExtruderNumber()</B></A> - 
Method in interface org.reprap.<A HREF="../org/reprap/Extruder.html" title="interface in org.reprap">Extruder</A>
<DD>Several logical extruders can share one physical extruder
 This number is unique to each physical extruder
<DT><A HREF="../org/reprap/AxisMotor.html#getPosition()"><B>getPosition()</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#getPosition()"><B>getPosition()</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#getPosition()"><B>getPosition()</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#getPosition()"><B>getPosition()</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/BotConsoleFrame.html#getPosition()"><B>getPosition()</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/Device.html#getPrinter()"><B>getPrinter()</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#getPrinter()"><B>getPrinter()</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#getPrinter()"><B>getPrinter()</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#getPrinter()"><B>getPrinter()</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#getPrinter()"><B>getPrinter()</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/XYZTabPanel.html#getPrinter()"><B>getPrinter()</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/Main.html#getPrinter()"><B>getPrinter()</B></A> - 
Method in class org.reprap.<A HREF="../org/reprap/Main.html" title="class in org.reprap">Main</A>
<DD>Return the printer being used
<DT><A HREF="../org/reprap/gui/botConsole/BotConsoleFrame.html#getPrintTabFrame()"><B>getPrintTabFrame()</B></A> - 
Static 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/Preferences.html#getProbsFolderPath()"><B>getProbsFolderPath()</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#getPropsFile()"><B>getPropsFile()</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/GenericExtruder.html#getPurgeTime()"><B>getPurgeTime()</B></A> - 
Method in class org.reprap.devices.<A HREF="../org/reprap/devices/GenericExtruder.html" title="class in org.reprap.devices">GenericExtruder</A>
<DD>Time to purge the extruder
 -ve values supress
<DT><A HREF="../org/reprap/Extruder.html#getPurgeTime()"><B>getPurgeTime()</B></A> - 
Method in interface org.reprap.<A HREF="../org/reprap/Extruder.html" title="interface in org.reprap">Extruder</A>
<DD>Time to purge the extruder
 -ve values supress
<DT><A HREF="../org/reprap/devices/GenericExtruder.html#getPWM()"><B>getPWM()</B></A> - 
Method in class org.reprap.devices.<A HREF="../org/reprap/devices/GenericExtruder.html" title="class in org.reprap.devices">GenericExtruder</A>
<DD>Return the PWM for the motor.
<DT><A HREF="../org/reprap/Extruder.html#getPWM()"><B>getPWM()</B></A> - 
Method in interface org.reprap.<A HREF="../org/reprap/Extruder.html" title="interface in org.reprap">Extruder</A>
<DD>For stepper extruders, return the PWM to use to drive them in [0, 1]
 Negative values returned mean this feature is disabled.
<DT><A HREF="../org/reprap/AxisMotor.html#getRange(int)"><B>getRange(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#getRange(int)"><B>getRange(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#getRange(int)"><B>getRange(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#getRange(int)"><B>getRange(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/devices/SNAPStepperMotor.RequestRangeResponse.html#getRange()"><B>getRange()</B></A> - 
Method in 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/GenericExtruder.html#getRegularExtruderSpeed()"><B>getRegularExtruderSpeed()</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/comms/OutgoingMessage.html#getReplyContext(org.reprap.comms.Communicator, org.reprap.Device)"><B>getReplyContext(Communicator, Device)</B></A> - 
Method in class org.reprap.comms.<A HREF="../org/reprap/comms/OutgoingMessage.html" title="class in org.reprap.comms">OutgoingMessage</A>
<DD>Return an IncomingContext for a message in response to
 this message.
<DT><A HREF="../org/reprap/Main.html#getResourceMessage(org.reprap.geometry.Producer)"><B>getResourceMessage(Producer)</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/ContinuationMesage.html#getResult()"><B>getResult()</B></A> - 
Method 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/machines/GCodeRepRap.html#getReturnedCoordinate(java.lang.String, java.lang.String)"><B>getReturnedCoordinate(String, 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>Pick out a coordinate from the returned string
<DT><A HREF="../org/reprap/devices/GenericExtruder.html#getReversing()"><B>getReversing()</B></A> - 
Method in class org.reprap.devices.<A HREF="../org/reprap/devices/GenericExtruder.html" title="class in org.reprap.devices">GenericExtruder</A>
<DD>Find out if we are currently in reverse
<DT><A HREF="../org/reprap/Extruder.html#getReversing()"><B>getReversing()</B></A> - 
Method in interface org.reprap.<A HREF="../org/reprap/Extruder.html" title="interface in org.reprap">Extruder</A>
<DD>Find out if we are currently in reverse
<DT><A HREF="../org/reprap/gui/Panel3D.html#getScale()"><B>getScale()</B></A> - 
Method 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/devices/GenericExtruder.html#getSeparationFraction()"><B>getSeparationFraction()</B></A> - 
Method in class org.reprap.devices.<A HREF="../org/reprap/devices/GenericExtruder.html" title="class in org.reprap.devices">GenericExtruder</A>
<DD>At the support layer before a layer is to be separated, how far up
 the normal Z movement do we go to make a bigger gap to form a weak join?
<DT><A HREF="../org/reprap/Extruder.html#getSeparationFraction()"><B>getSeparationFraction()</B></A> - 
Method in interface org.reprap.<A HREF="../org/reprap/Extruder.html" title="interface in org.reprap">Extruder</A>
<DD>At the support layer before a layer is to be separated, how far up
 the normal Z movement do we go to make a bigger gap to form a weak join?
<DT><A HREF="../org/reprap/devices/GenericExtruder.html#getSeparationSpeed()"><B>getSeparationSpeed()</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/GenericExtruder.html#getShells()"><B>getShells()</B></A> - 
Method in class org.reprap.devices.<A HREF="../org/reprap/devices/GenericExtruder.html" title="class in org.reprap.devices">GenericExtruder</A>
<DD>The number of times to go round the outline (0 to supress)
<DT><A HREF="../org/reprap/Extruder.html#getShells()"><B>getShells()</B></A> - 
Method in interface org.reprap.<A HREF="../org/reprap/Extruder.html" title="interface in org.reprap">Extruder</A>
<DD>The number of times to go round the outline (0 to supress)
<DT><A HREF="../org/reprap/devices/GenericExtruder.html#getShortLength()"><B>getShortLength()</B></A> - 
Method in class org.reprap.devices.<A HREF="../org/reprap/devices/GenericExtruder.html" title="class in org.reprap.devices">GenericExtruder</A>
<DD>get short lengths which need to be plotted faster
 set -ve to turn this off.
<DT><A HREF="../org/reprap/Extruder.html#getShortLength()"><B>getShortLength()</B></A> - 
Method in interface org.reprap.<A HREF="../org/reprap/Extruder.html" title="interface in org.reprap">Extruder</A>
<DD>get short lengths which need to be plotted faster
 set -ve to turn this off.
<DT><A HREF="../org/reprap/devices/GenericExtruder.html#getShortLineFeedrate()"><B>getShortLineFeedrate()</B></A> - 
Method in class org.reprap.devices.<A HREF="../org/reprap/devices/GenericExtruder.html" title="class in org.reprap.devices">GenericExtruder</A>
<DD>Feedrate for short lines in mm/minute
<DT><A HREF="../org/reprap/Extruder.html#getShortLineFeedrate()"><B>getShortLineFeedrate()</B></A> - 
Method in interface org.reprap.<A HREF="../org/reprap/Extruder.html" title="interface in org.reprap">Extruder</A>
<DD>Feedrate for short lines in mm/minute
<DT><A HREF="../org/reprap/devices/GenericExtruder.html#getShortLineSpeedFactor()"><B>getShortLineSpeedFactor()</B></A> - 
Method in class org.reprap.devices.<A HREF="../org/reprap/devices/GenericExtruder.html" title="class in org.reprap.devices">GenericExtruder</A>
<DD>Factor (between 0 and 1) to use to set the speed for
 short lines.
<DT><A HREF="../org/reprap/Extruder.html#getShortLineSpeedFactor()"><B>getShortLineSpeedFactor()</B></A> - 
Method in interface org.reprap.<A HREF="../org/reprap/Extruder.html" title="interface in org.reprap">Extruder</A>
<DD>Factor (between 0 and 1) to use to set the speed for
 short lines.
<DT><A HREF="../org/reprap/geometry/polygons/AllSTLsToBuild.SliceCache.html#getSlice(int, int)"><B>getSlice(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/devices/GenericExtruder.html#getSlowXYFeedrate()"><B>getSlowXYFeedrate()</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#getSlowXYFeedrate()"><B>getSlowXYFeedrate()</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/machines/GenericRepRap.html#getSlowXYFeedrate()"><B>getSlowXYFeedrate()</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#getSlowXYFeedrate()"><B>getSlowXYFeedrate()</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/machines/GenericRepRap.html#getSlowZFeedrate()"><B>getSlowZFeedrate()</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#getSlowZFeedrate()"><B>getSlowZFeedrate()</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/devices/SNAPStepperMotor.html#getStatus()"><B>getStatus()</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/STLObject.html#getSTL()"><B>getSTL()</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/Panel3D.html#getStlBackground()"><B>getStlBackground()</B></A> - 
Method 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/RepRapBuild.html#getSTLs()"><B>getSTLs()</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/geometry/polygons/AllSTLsToBuild.SliceCache.html#getSupport(int, int)"><B>getSupport(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/devices/GenericExtruder.html#getSupportExtruder()"><B>getSupportExtruder()</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#getSupportExtruder()"><B>getSupportExtruder()</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/devices/GenericExtruder.html#getSupportExtruderNumber()"><B>getSupportExtruderNumber()</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#getSupportExtruderNumber()"><B>getSupportExtruderNumber()</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/devices/GenericExtruder.html#getSupportMaterial()"><B>getSupportMaterial()</B></A> - 
Method in class org.reprap.devices.<A HREF="../org/reprap/devices/GenericExtruder.html" title="class in org.reprap.devices">GenericExtruder</A>
<DD>What stuff are we holding up with?
<DT><A HREF="../org/reprap/Extruder.html#getSupportMaterial()"><B>getSupportMaterial()</B></A> - 
Method in interface org.reprap.<A HREF="../org/reprap/Extruder.html" title="interface in org.reprap">Extruder</A>
<DD>What stuff are we supporting with?
<DT><A HREF="../org/reprap/gui/botConsole/StepperPositionJPanel.html#getTargetPositionInMM()"><B>getTargetPositionInMM()</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/GCodeExtruder.html#getTemperature()"><B>getTemperature()</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#getTemperature()"><B>getTemperature()</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#getTemperature()"><B>getTemperature()</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#getTemperature()"><B>getTemperature()</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/devices/GenericExtruder.html#getTemperatureTarget()"><B>getTemperatureTarget()</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#getTemperatureTarget()"><B>getTemperatureTarget()</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/gui/PreferencesValue.BooleanChoice.html#getText()"><B>getText()</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/gui/PreferencesValue.html#getText()"><B>getText()</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/geometry/polygons/AllSTLsToBuild.SliceCache.html#getTheRingLocationForRead(int)"><B>getTheRingLocationForRead(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/geometry/polygons/AllSTLsToBuild.SliceCache.html#getTheRingLocationForWrite(int)"><B>getTheRingLocationForWrite(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/geometry/LayerRules.html#getTopDown()"><B>getTopDown()</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/machines/GenericRepRap.html#getTopDown()"><B>getTopDown()</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#getTopDown()"><B>getTopDown()</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/geometry/Producer.html#getTotalDistanceExtruded()"><B>getTotalDistanceExtruded()</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/machines/GenericRepRap.html#getTotalDistanceExtruded()"><B>getTotalDistanceExtruded()</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#getTotalDistanceExtruded()"><B>getTotalDistanceExtruded()</B></A> - 
Method in interface org.reprap.<A HREF="../org/reprap/Printer.html" title="interface in org.reprap">Printer</A>
<DD>Get the total distance moved while extruding
<DT><A HREF="../org/reprap/geometry/Producer.html#getTotalDistanceMoved()"><B>getTotalDistanceMoved()</B></A> - 
Method in class org.reprap.geometry.<A HREF="../org/reprap/geometry/Producer.html" title="class in org.reprap.geometry">Producer</A>
<DD>The total distance moved is the total distance extruded plus 
 plus additional movements of the extruder when no materials 
 was deposited
<DT><A HREF="../org/reprap/machines/GenericRepRap.html#getTotalDistanceMoved()"><B>getTotalDistanceMoved()</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#getTotalDistanceMoved()"><B>getTotalDistanceMoved()</B></A> - 
Method in interface org.reprap.<A HREF="../org/reprap/Printer.html" title="interface in org.reprap">Printer</A>
<DD>Get the total distance moved (whether extruding or not)
<DT><A HREF="../org/reprap/geometry/Producer.html#getTotalElapsedTime()"><B>getTotalElapsedTime()</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/machines/GenericRepRap.html#getTotalElapsedTime()"><B>getTotalElapsedTime()</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#getTotalElapsedTime()"><B>getTotalElapsedTime()</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/geometry/Producer.html#getTotalVolumeExtruded()"><B>getTotalVolumeExtruded()</B></A> - 
Method in class org.reprap.geometry.<A HREF="../org/reprap/geometry/Producer.html" title="class in org.reprap.geometry">Producer</A>
<DD>TODO: This figure needs to get added up as we go along to allow for different extruders
<DT><A HREF="../org/reprap/gui/MouseObject.html#getTransform(javax.media.j3d.Transform3D)"><B>getTransform(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#getTransform()"><B>getTransform()</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#getUnique()"><B>getUnique()</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#getUnique(int)"><B>getUnique(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/devices/GenericExtruder.html#getUpperFineLayers()"><B>getUpperFineLayers()</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#getUpperFineLayers()"><B>getUpperFineLayers()</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/comms/messages/IncomingIntMessage.html#getValue()"><B>getValue()</B></A> - 
Method in class org.reprap.comms.messages.<A HREF="../org/reprap/comms/messages/IncomingIntMessage.html" title="class in org.reprap.comms.messages">IncomingIntMessage</A>
<DD>&nbsp;
<DT><A HREF="../org/reprap/devices/SNAPExtruder.RequestIsEmptyResponse.html#getValue()"><B>getValue()</B></A> - 
Method in 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/GenericExtruder.html#getValveDelayForLayer()"><B>getValveDelayForLayer()</B></A> - 
Method in class org.reprap.devices.<A HREF="../org/reprap/devices/GenericExtruder.html" title="class in org.reprap.devices">GenericExtruder</A>
<DD>Gets the number of milliseconds to wait before opening the valve
 for the first track of a layer
<DT><A HREF="../org/reprap/Extruder.html#getValveDelayForLayer()"><B>getValveDelayForLayer()</B></A> - 
Method in interface org.reprap.<A HREF="../org/reprap/Extruder.html" title="interface in org.reprap">Extruder</A>
<DD>Gets the number of milliseconds to wait before opening the valve
 for the first track of a layer
<DT><A HREF="../org/reprap/devices/GenericExtruder.html#getValveDelayForPolygon()"><B>getValveDelayForPolygon()</B></A> - 
Method in class org.reprap.devices.<A HREF="../org/reprap/devices/GenericExtruder.html" title="class in org.reprap.devices">GenericExtruder</A>
<DD>Gets the number of milliseconds to wait before opening the valve
 for any other track
<DT><A HREF="../org/reprap/Extruder.html#getValveDelayForPolygon()"><B>getValveDelayForPolygon()</B></A> - 
Method in interface org.reprap.<A HREF="../org/reprap/Extruder.html" title="interface in org.reprap">Extruder</A>
<DD>Gets the number of milliseconds to wait before opening the valve
 for any other track
<DT><A HREF="../org/reprap/devices/GenericExtruder.html#getValveOverRun()"><B>getValveOverRun()</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#getValveOverRun()"><B>getValveOverRun()</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/utilities/BooleanExpression.html#getVariables()"><B>getVariables()</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/comms/messages/VersionResponseMessage.html#getVersion()"><B>getVersion()</B></A> - 
Method in class org.reprap.comms.messages.<A HREF="../org/reprap/comms/messages/VersionResponseMessage.html" title="class in org.reprap.comms.messages">VersionResponseMessage</A>
<DD>&nbsp;
<DT><A HREF="../org/reprap/devices/SNAPExtruder.html#getVersion()"><B>getVersion()</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#getVersion()"><B>getVersion()</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/Panel3D.html#getViewPlatformActivationRadius()"><B>getViewPlatformActivationRadius()</B></A> - 
Method 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/Panel3D.html#getViewTransformGroupArray()"><B>getViewTransformGroupArray()</B></A> - 
Method 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/Panel3D.html#getVirtualUniverse()"><B>getVirtualUniverse()</B></A> - 
Method 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/PrintTabFrame.html#getWebPage"><B>getWebPage</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#getWebPageActionPerformed(java.awt.event.ActionEvent)"><B>getWebPageActionPerformed(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/gui/Panel3D.html#getWorkingDirectory()"><B>getWorkingDirectory()</B></A> - 
Static method 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/machines/GenericRepRap.html#getX()"><B>getX()</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#getX()"><B>getX()</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/machines/GenericRepRap.html#getXMotor()"><B>getXMotor()</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#getXMotor()"><B>getXMotor()</B></A> - 
Method in interface org.reprap.<A HREF="../org/reprap/Printer.html" title="interface in org.reprap">Printer</A>
<DD>Get the X stepper
<DT><A HREF="../org/reprap/machines/GenericRepRap.html#getXStepsPerMM()"><B>getXStepsPerMM()</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#getXStepsPerMM()"><B>getXStepsPerMM()</B></A> - 
Method in interface org.reprap.<A HREF="../org/reprap/Printer.html" title="interface in org.reprap">Printer</A>
<DD>The X discretisation
<DT><A HREF="../org/reprap/gui/botConsole/BotConsoleFrame.html#getXYZTabPanel()"><B>getXYZTabPanel()</B></A> - 
Static 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/machines/GenericRepRap.html#getY()"><B>getY()</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#getY()"><B>getY()</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/machines/GenericRepRap.html#getYMotor()"><B>getYMotor()</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#getYMotor()"><B>getYMotor()</B></A> - 
Method in interface org.reprap.<A HREF="../org/reprap/Printer.html" title="interface in org.reprap">Printer</A>
<DD>Get the Y stepper
<DT><A HREF="../org/reprap/machines/GenericRepRap.html#getYStepsPerMM()"><B>getYStepsPerMM()</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#getYStepsPerMM()"><B>getYStepsPerMM()</B></A> - 
Method in interface org.reprap.<A HREF="../org/reprap/Printer.html" title="interface in org.reprap">Printer</A>
<DD>The Y discretisation
<DT><A HREF="../org/reprap/machines/GenericRepRap.html#getZ()"><B>getZ()</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#getZ()"><B>getZ()</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/machines/GenericRepRap.html#getZMotor()"><B>getZMotor()</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#getZMotor()"><B>getZMotor()</B></A> - 
Method in interface org.reprap.<A HREF="../org/reprap/Printer.html" title="interface in org.reprap">Printer</A>
<DD>Get the Z stepper
<DT><A HREF="../org/reprap/geometry/LayerRules.html#getZStep()"><B>getZStep()</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/machines/GenericRepRap.html#getZStepsPerMM()"><B>getZStepsPerMM()</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#getZStepsPerMM()"><B>getZStepsPerMM()</B></A> - 
Method in interface org.reprap.<A HREF="../org/reprap/Printer.html" title="interface in org.reprap">Printer</A>
<DD>The Z discretisation
<DT><A HREF="../org/reprap/gui/botConsole/PrintTabFrame.html#GLoadOK"><B>GLoadOK</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/Preferences.html#globalCats"><B>globalCats</B></A> - 
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/Preferences.html#globalPrefs"><B>globalPrefs</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/gui/Preferences.html#globals"><B>globals</B></A> - 
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/Preferences.html#globalValues"><B>globalValues</B></A> - 
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/botConsole/XYZTabPanel.html#goButton"><B>goButton</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#goButtonActionPerformed(java.awt.event.ActionEvent)"><B>goButtonActionPerformed(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/XYZTabPanel.html#goTo(double, double, double)"><B>goTo(double, double, 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/geometry/polygons/BooleanGrid.html#goToPlane(org.reprap.geometry.polygons.BooleanGrid.iPoint, java.util.List, int, int)"><B>goToPlane(BooleanGrid.iPoint, 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>Find the bit of polygon edge between start/originPlane and targetPlane
 TODO: origin == target!!!
<DT><A HREF="../org/reprap/geometry/polygons/BooleanGrid.html#goToPoint(org.reprap.geometry.polygons.BooleanGrid.iPoint, org.reprap.geometry.polygons.BooleanGrid.iPoint, org.reprap.geometry.polygons.RrHalfPlane, double)"><B>goToPoint(BooleanGrid.iPoint, BooleanGrid.iPoint, RrHalfPlane, double)</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>Find the piece of edge between start and end (if there is one).
<DT><A HREF="../org/reprap/geometry/polygons/Rr2Point.html#gradient()"><B>gradient()</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>Gradient
<DT><A HREF="../org/reprap/Preferences.html#grid"><B>grid</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#grid()"><B>grid()</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#gridRes"><B>gridRes</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#gridRes()"><B>gridRes()</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/Main.html#gui"><B>gui</B></A> - 
Static variable in class org.reprap.<A HREF="../org/reprap/Main.html" title="class in org.reprap">Main</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-6.html"><B>PREV LETTER</B></A>&nbsp;
&nbsp;<A HREF="index-8.html"><B>NEXT LETTER</B></A></FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
  <A HREF="../index.html?index-filesindex-7.html" target="_top"><B>FRAMES</B></A>  &nbsp;
&nbsp;<A HREF="index-7.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>