This file is indexed.

/usr/share/doc/libjcm-java/api/index-all.html is in libjcm-java-doc 1.0-1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

   1
   2
   3
   4
   5
   6
   7
   8
   9
  10
  11
  12
  13
  14
  15
  16
  17
  18
  19
  20
  21
  22
  23
  24
  25
  26
  27
  28
  29
  30
  31
  32
  33
  34
  35
  36
  37
  38
  39
  40
  41
  42
  43
  44
  45
  46
  47
  48
  49
  50
  51
  52
  53
  54
  55
  56
  57
  58
  59
  60
  61
  62
  63
  64
  65
  66
  67
  68
  69
  70
  71
  72
  73
  74
  75
  76
  77
  78
  79
  80
  81
  82
  83
  84
  85
  86
  87
  88
  89
  90
  91
  92
  93
  94
  95
  96
  97
  98
  99
 100
 101
 102
 103
 104
 105
 106
 107
 108
 109
 110
 111
 112
 113
 114
 115
 116
 117
 118
 119
 120
 121
 122
 123
 124
 125
 126
 127
 128
 129
 130
 131
 132
 133
 134
 135
 136
 137
 138
 139
 140
 141
 142
 143
 144
 145
 146
 147
 148
 149
 150
 151
 152
 153
 154
 155
 156
 157
 158
 159
 160
 161
 162
 163
 164
 165
 166
 167
 168
 169
 170
 171
 172
 173
 174
 175
 176
 177
 178
 179
 180
 181
 182
 183
 184
 185
 186
 187
 188
 189
 190
 191
 192
 193
 194
 195
 196
 197
 198
 199
 200
 201
 202
 203
 204
 205
 206
 207
 208
 209
 210
 211
 212
 213
 214
 215
 216
 217
 218
 219
 220
 221
 222
 223
 224
 225
 226
 227
 228
 229
 230
 231
 232
 233
 234
 235
 236
 237
 238
 239
 240
 241
 242
 243
 244
 245
 246
 247
 248
 249
 250
 251
 252
 253
 254
 255
 256
 257
 258
 259
 260
 261
 262
 263
 264
 265
 266
 267
 268
 269
 270
 271
 272
 273
 274
 275
 276
 277
 278
 279
 280
 281
 282
 283
 284
 285
 286
 287
 288
 289
 290
 291
 292
 293
 294
 295
 296
 297
 298
 299
 300
 301
 302
 303
 304
 305
 306
 307
 308
 309
 310
 311
 312
 313
 314
 315
 316
 317
 318
 319
 320
 321
 322
 323
 324
 325
 326
 327
 328
 329
 330
 331
 332
 333
 334
 335
 336
 337
 338
 339
 340
 341
 342
 343
 344
 345
 346
 347
 348
 349
 350
 351
 352
 353
 354
 355
 356
 357
 358
 359
 360
 361
 362
 363
 364
 365
 366
 367
 368
 369
 370
 371
 372
 373
 374
 375
 376
 377
 378
 379
 380
 381
 382
 383
 384
 385
 386
 387
 388
 389
 390
 391
 392
 393
 394
 395
 396
 397
 398
 399
 400
 401
 402
 403
 404
 405
 406
 407
 408
 409
 410
 411
 412
 413
 414
 415
 416
 417
 418
 419
 420
 421
 422
 423
 424
 425
 426
 427
 428
 429
 430
 431
 432
 433
 434
 435
 436
 437
 438
 439
 440
 441
 442
 443
 444
 445
 446
 447
 448
 449
 450
 451
 452
 453
 454
 455
 456
 457
 458
 459
 460
 461
 462
 463
 464
 465
 466
 467
 468
 469
 470
 471
 472
 473
 474
 475
 476
 477
 478
 479
 480
 481
 482
 483
 484
 485
 486
 487
 488
 489
 490
 491
 492
 493
 494
 495
 496
 497
 498
 499
 500
 501
 502
 503
 504
 505
 506
 507
 508
 509
 510
 511
 512
 513
 514
 515
 516
 517
 518
 519
 520
 521
 522
 523
 524
 525
 526
 527
 528
 529
 530
 531
 532
 533
 534
 535
 536
 537
 538
 539
 540
 541
 542
 543
 544
 545
 546
 547
 548
 549
 550
 551
 552
 553
 554
 555
 556
 557
 558
 559
 560
 561
 562
 563
 564
 565
 566
 567
 568
 569
 570
 571
 572
 573
 574
 575
 576
 577
 578
 579
 580
 581
 582
 583
 584
 585
 586
 587
 588
 589
 590
 591
 592
 593
 594
 595
 596
 597
 598
 599
 600
 601
 602
 603
 604
 605
 606
 607
 608
 609
 610
 611
 612
 613
 614
 615
 616
 617
 618
 619
 620
 621
 622
 623
 624
 625
 626
 627
 628
 629
 630
 631
 632
 633
 634
 635
 636
 637
 638
 639
 640
 641
 642
 643
 644
 645
 646
 647
 648
 649
 650
 651
 652
 653
 654
 655
 656
 657
 658
 659
 660
 661
 662
 663
 664
 665
 666
 667
 668
 669
 670
 671
 672
 673
 674
 675
 676
 677
 678
 679
 680
 681
 682
 683
 684
 685
 686
 687
 688
 689
 690
 691
 692
 693
 694
 695
 696
 697
 698
 699
 700
 701
 702
 703
 704
 705
 706
 707
 708
 709
 710
 711
 712
 713
 714
 715
 716
 717
 718
 719
 720
 721
 722
 723
 724
 725
 726
 727
 728
 729
 730
 731
 732
 733
 734
 735
 736
 737
 738
 739
 740
 741
 742
 743
 744
 745
 746
 747
 748
 749
 750
 751
 752
 753
 754
 755
 756
 757
 758
 759
 760
 761
 762
 763
 764
 765
 766
 767
 768
 769
 770
 771
 772
 773
 774
 775
 776
 777
 778
 779
 780
 781
 782
 783
 784
 785
 786
 787
 788
 789
 790
 791
 792
 793
 794
 795
 796
 797
 798
 799
 800
 801
 802
 803
 804
 805
 806
 807
 808
 809
 810
 811
 812
 813
 814
 815
 816
 817
 818
 819
 820
 821
 822
 823
 824
 825
 826
 827
 828
 829
 830
 831
 832
 833
 834
 835
 836
 837
 838
 839
 840
 841
 842
 843
 844
 845
 846
 847
 848
 849
 850
 851
 852
 853
 854
 855
 856
 857
 858
 859
 860
 861
 862
 863
 864
 865
 866
 867
 868
 869
 870
 871
 872
 873
 874
 875
 876
 877
 878
 879
 880
 881
 882
 883
 884
 885
 886
 887
 888
 889
 890
 891
 892
 893
 894
 895
 896
 897
 898
 899
 900
 901
 902
 903
 904
 905
 906
 907
 908
 909
 910
 911
 912
 913
 914
 915
 916
 917
 918
 919
 920
 921
 922
 923
 924
 925
 926
 927
 928
 929
 930
 931
 932
 933
 934
 935
 936
 937
 938
 939
 940
 941
 942
 943
 944
 945
 946
 947
 948
 949
 950
 951
 952
 953
 954
 955
 956
 957
 958
 959
 960
 961
 962
 963
 964
 965
 966
 967
 968
 969
 970
 971
 972
 973
 974
 975
 976
 977
 978
 979
 980
 981
 982
 983
 984
 985
 986
 987
 988
 989
 990
 991
 992
 993
 994
 995
 996
 997
 998
 999
1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
1048
1049
1050
1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
1098
1099
1100
1101
1102
1103
1104
1105
1106
1107
1108
1109
1110
1111
1112
1113
1114
1115
1116
1117
1118
1119
1120
1121
1122
1123
1124
1125
1126
1127
1128
1129
1130
1131
1132
1133
1134
1135
1136
1137
1138
1139
1140
1141
1142
1143
1144
1145
1146
1147
1148
1149
1150
1151
1152
1153
1154
1155
1156
1157
1158
1159
1160
1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
1171
1172
1173
1174
1175
1176
1177
1178
1179
1180
1181
1182
1183
1184
1185
1186
1187
1188
1189
1190
1191
1192
1193
1194
1195
1196
1197
1198
1199
1200
1201
1202
1203
1204
1205
1206
1207
1208
1209
1210
1211
1212
1213
1214
1215
1216
1217
1218
1219
1220
1221
1222
1223
1224
1225
1226
1227
1228
1229
1230
1231
1232
1233
1234
1235
1236
1237
1238
1239
1240
1241
1242
1243
1244
1245
1246
1247
1248
1249
1250
1251
1252
1253
1254
1255
1256
1257
1258
1259
1260
1261
1262
1263
1264
1265
1266
1267
1268
1269
1270
1271
1272
1273
1274
1275
1276
1277
1278
1279
1280
1281
1282
1283
1284
1285
1286
1287
1288
1289
1290
1291
1292
1293
1294
1295
1296
1297
1298
1299
1300
1301
1302
1303
1304
1305
1306
1307
1308
1309
1310
1311
1312
1313
1314
1315
1316
1317
1318
1319
1320
1321
1322
1323
1324
1325
1326
1327
1328
1329
1330
1331
1332
1333
1334
1335
1336
1337
1338
1339
1340
1341
1342
1343
1344
1345
1346
1347
1348
1349
1350
1351
1352
1353
1354
1355
1356
1357
1358
1359
1360
1361
1362
1363
1364
1365
1366
1367
1368
1369
1370
1371
1372
1373
1374
1375
1376
1377
1378
1379
1380
1381
1382
1383
1384
1385
1386
1387
1388
1389
1390
1391
1392
1393
1394
1395
1396
1397
1398
1399
1400
1401
1402
1403
1404
1405
1406
1407
1408
1409
1410
1411
1412
1413
1414
1415
1416
1417
1418
1419
1420
1421
1422
1423
1424
1425
1426
1427
1428
1429
1430
1431
1432
1433
1434
1435
1436
1437
1438
1439
1440
1441
1442
1443
1444
1445
1446
1447
1448
1449
1450
1451
1452
1453
1454
1455
1456
1457
1458
1459
1460
1461
1462
1463
1464
1465
1466
1467
1468
1469
1470
1471
1472
1473
1474
1475
1476
1477
1478
1479
1480
1481
1482
1483
1484
1485
1486
1487
1488
1489
1490
1491
1492
1493
1494
1495
1496
1497
1498
1499
1500
1501
1502
1503
1504
1505
1506
1507
1508
1509
1510
1511
1512
1513
1514
1515
1516
1517
1518
1519
1520
1521
1522
1523
1524
1525
1526
1527
1528
1529
1530
1531
1532
1533
1534
1535
1536
1537
1538
1539
1540
1541
1542
1543
1544
1545
1546
1547
1548
1549
1550
1551
1552
1553
1554
1555
1556
1557
1558
1559
1560
1561
1562
1563
1564
1565
1566
1567
1568
1569
1570
1571
1572
1573
1574
1575
1576
1577
1578
1579
1580
1581
1582
1583
1584
1585
1586
1587
1588
1589
1590
1591
1592
1593
1594
1595
1596
1597
1598
1599
1600
1601
1602
1603
1604
1605
1606
1607
1608
1609
1610
1611
1612
1613
1614
1615
1616
1617
1618
1619
1620
1621
1622
1623
1624
1625
1626
1627
1628
1629
1630
1631
1632
1633
1634
1635
1636
1637
1638
1639
1640
1641
1642
1643
1644
1645
1646
1647
1648
1649
1650
1651
1652
1653
1654
1655
1656
1657
1658
1659
1660
1661
1662
1663
1664
1665
1666
1667
1668
1669
1670
1671
1672
1673
1674
1675
1676
1677
1678
1679
1680
1681
1682
1683
1684
1685
1686
1687
1688
1689
1690
1691
1692
1693
1694
1695
1696
1697
1698
1699
1700
1701
1702
1703
1704
1705
1706
1707
1708
1709
1710
1711
1712
1713
1714
1715
1716
1717
1718
1719
1720
1721
1722
1723
1724
1725
1726
1727
1728
1729
1730
1731
1732
1733
1734
1735
1736
1737
1738
1739
1740
1741
1742
1743
1744
1745
1746
1747
1748
1749
1750
1751
1752
1753
1754
1755
1756
1757
1758
1759
1760
1761
1762
1763
1764
1765
1766
1767
1768
1769
1770
1771
1772
1773
1774
1775
1776
1777
1778
1779
1780
1781
1782
1783
1784
1785
1786
1787
1788
1789
1790
1791
1792
1793
1794
1795
1796
1797
1798
1799
1800
1801
1802
1803
1804
1805
1806
1807
1808
1809
1810
1811
1812
1813
1814
1815
1816
1817
1818
1819
1820
1821
1822
1823
1824
1825
1826
1827
1828
1829
1830
1831
1832
1833
1834
1835
1836
1837
1838
1839
1840
1841
1842
1843
1844
1845
1846
1847
1848
1849
1850
1851
1852
1853
1854
1855
1856
1857
1858
1859
1860
1861
1862
1863
1864
1865
1866
1867
1868
1869
1870
1871
1872
1873
1874
1875
1876
1877
1878
1879
1880
1881
1882
1883
1884
1885
1886
1887
1888
1889
1890
1891
1892
1893
1894
1895
1896
1897
1898
1899
1900
1901
1902
1903
1904
1905
1906
1907
1908
1909
1910
1911
1912
1913
1914
1915
1916
1917
1918
1919
1920
1921
1922
1923
1924
1925
1926
1927
1928
1929
1930
1931
1932
1933
1934
1935
1936
1937
1938
1939
1940
1941
1942
1943
1944
1945
1946
1947
1948
1949
1950
1951
1952
1953
1954
1955
1956
1957
1958
1959
1960
1961
1962
1963
1964
1965
1966
1967
1968
1969
1970
1971
1972
1973
1974
1975
1976
1977
1978
1979
1980
1981
1982
1983
1984
1985
1986
1987
1988
1989
1990
1991
1992
1993
1994
1995
1996
1997
1998
1999
2000
2001
2002
2003
2004
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
2027
2028
2029
2030
2031
2032
2033
2034
2035
2036
2037
2038
2039
2040
2041
2042
2043
2044
2045
2046
2047
2048
2049
2050
2051
2052
2053
2054
2055
2056
2057
2058
2059
2060
2061
2062
2063
2064
2065
2066
2067
2068
2069
2070
2071
2072
2073
2074
2075
2076
2077
2078
2079
2080
2081
2082
2083
2084
2085
2086
2087
2088
2089
2090
2091
2092
2093
2094
2095
2096
2097
2098
2099
2100
2101
2102
2103
2104
2105
2106
2107
2108
2109
2110
2111
2112
2113
2114
2115
2116
2117
2118
2119
2120
2121
2122
2123
2124
2125
2126
2127
2128
2129
2130
2131
2132
2133
2134
2135
2136
2137
2138
2139
2140
2141
2142
2143
2144
2145
2146
2147
2148
2149
2150
2151
2152
2153
2154
2155
2156
2157
2158
2159
2160
2161
2162
2163
2164
2165
2166
2167
2168
2169
2170
2171
2172
2173
2174
2175
2176
2177
2178
2179
2180
2181
2182
2183
2184
2185
2186
2187
2188
2189
2190
2191
2192
2193
2194
2195
2196
2197
2198
2199
2200
2201
2202
2203
2204
2205
2206
2207
2208
2209
2210
2211
2212
2213
2214
2215
2216
2217
2218
2219
2220
2221
2222
2223
2224
2225
2226
2227
2228
2229
2230
2231
2232
2233
2234
2235
2236
2237
2238
2239
2240
2241
2242
2243
2244
2245
2246
2247
2248
2249
2250
2251
2252
2253
2254
2255
2256
2257
2258
2259
2260
2261
2262
2263
2264
2265
2266
2267
2268
2269
2270
2271
2272
2273
2274
2275
2276
2277
2278
2279
2280
2281
2282
2283
2284
2285
2286
2287
2288
2289
2290
2291
2292
2293
2294
2295
2296
2297
2298
2299
2300
2301
2302
2303
2304
2305
2306
2307
2308
2309
2310
2311
2312
2313
2314
2315
2316
2317
2318
2319
2320
2321
2322
2323
2324
2325
2326
2327
2328
2329
2330
2331
2332
2333
2334
2335
2336
2337
2338
2339
2340
2341
2342
2343
2344
2345
2346
2347
2348
2349
2350
2351
2352
2353
2354
2355
2356
2357
2358
2359
2360
2361
2362
2363
2364
2365
2366
2367
2368
2369
2370
2371
2372
2373
2374
2375
2376
2377
2378
2379
2380
2381
2382
2383
2384
2385
2386
2387
2388
2389
2390
2391
2392
2393
2394
2395
2396
2397
2398
2399
2400
2401
2402
2403
2404
2405
2406
2407
2408
2409
2410
2411
2412
2413
2414
2415
2416
2417
2418
2419
2420
2421
2422
2423
2424
2425
2426
2427
2428
2429
2430
2431
2432
2433
2434
2435
2436
2437
2438
2439
2440
2441
2442
2443
2444
2445
2446
2447
2448
2449
2450
2451
2452
2453
2454
2455
2456
2457
2458
2459
2460
2461
2462
2463
2464
2465
2466
2467
2468
2469
2470
2471
2472
2473
2474
2475
2476
2477
2478
2479
2480
2481
2482
2483
2484
2485
2486
2487
2488
2489
2490
2491
2492
2493
2494
2495
2496
2497
2498
2499
2500
2501
2502
2503
2504
2505
2506
2507
2508
2509
2510
2511
2512
2513
2514
2515
2516
2517
2518
2519
2520
2521
2522
2523
2524
2525
2526
2527
2528
2529
2530
2531
2532
2533
2534
2535
2536
2537
2538
2539
2540
2541
2542
2543
2544
2545
2546
2547
2548
2549
2550
2551
2552
2553
2554
2555
2556
2557
2558
2559
2560
2561
2562
2563
2564
2565
2566
2567
2568
2569
2570
2571
2572
2573
2574
2575
2576
2577
2578
2579
2580
2581
2582
2583
2584
2585
2586
2587
2588
2589
2590
2591
2592
2593
2594
2595
2596
2597
2598
2599
2600
2601
2602
2603
2604
2605
2606
2607
2608
2609
2610
2611
2612
2613
2614
2615
2616
2617
2618
2619
2620
2621
2622
2623
2624
2625
2626
2627
2628
2629
2630
2631
2632
2633
2634
2635
2636
2637
2638
2639
2640
2641
2642
2643
2644
2645
2646
2647
2648
2649
2650
2651
2652
2653
2654
2655
2656
2657
2658
2659
2660
2661
2662
2663
2664
2665
2666
2667
2668
2669
2670
2671
2672
2673
2674
2675
2676
2677
2678
2679
2680
2681
2682
2683
2684
2685
2686
2687
2688
2689
2690
2691
2692
2693
2694
2695
2696
2697
2698
2699
2700
2701
2702
2703
2704
2705
2706
2707
2708
2709
2710
2711
2712
2713
2714
2715
2716
2717
2718
2719
2720
2721
2722
2723
2724
2725
2726
2727
2728
2729
2730
2731
2732
2733
2734
2735
2736
2737
2738
2739
2740
2741
2742
2743
2744
2745
2746
2747
2748
2749
2750
2751
2752
2753
2754
2755
2756
2757
2758
2759
2760
2761
2762
2763
2764
2765
2766
2767
2768
2769
2770
2771
2772
2773
2774
2775
2776
2777
2778
2779
2780
2781
2782
2783
2784
2785
2786
2787
2788
2789
2790
2791
2792
2793
2794
2795
2796
2797
2798
2799
2800
2801
2802
2803
2804
2805
2806
2807
2808
2809
2810
2811
2812
2813
2814
2815
2816
2817
2818
2819
2820
2821
2822
2823
2824
2825
2826
2827
2828
2829
2830
2831
2832
2833
2834
2835
2836
2837
2838
2839
2840
2841
2842
2843
2844
2845
2846
2847
2848
2849
2850
2851
2852
2853
2854
2855
2856
2857
2858
2859
2860
2861
2862
2863
2864
2865
2866
2867
2868
2869
2870
2871
2872
2873
2874
2875
2876
2877
2878
2879
2880
2881
2882
2883
2884
2885
2886
2887
2888
2889
2890
2891
2892
2893
2894
2895
2896
2897
2898
2899
2900
2901
2902
2903
2904
2905
2906
2907
2908
2909
2910
2911
2912
2913
2914
2915
2916
2917
2918
2919
2920
2921
2922
2923
2924
2925
2926
2927
2928
2929
2930
2931
2932
2933
2934
2935
2936
2937
2938
2939
2940
2941
2942
2943
2944
2945
2946
2947
2948
2949
2950
2951
2952
2953
2954
2955
2956
2957
2958
2959
2960
2961
2962
2963
2964
2965
2966
2967
2968
2969
2970
2971
2972
2973
2974
2975
2976
2977
2978
2979
2980
2981
2982
2983
2984
2985
2986
2987
2988
2989
2990
2991
2992
2993
2994
2995
2996
2997
2998
2999
3000
3001
3002
3003
3004
3005
3006
3007
3008
3009
3010
3011
3012
3013
3014
3015
3016
3017
3018
3019
3020
3021
3022
3023
3024
3025
3026
3027
3028
3029
3030
3031
3032
3033
3034
3035
3036
3037
3038
3039
3040
3041
3042
3043
3044
3045
3046
3047
3048
3049
3050
3051
3052
3053
3054
3055
3056
3057
3058
3059
3060
3061
3062
3063
3064
3065
3066
3067
3068
3069
3070
3071
3072
3073
3074
3075
3076
3077
3078
3079
3080
3081
3082
3083
3084
3085
3086
3087
3088
3089
3090
3091
3092
3093
3094
3095
3096
3097
3098
3099
3100
3101
3102
3103
3104
3105
3106
3107
3108
3109
3110
3111
3112
3113
3114
3115
3116
3117
3118
3119
3120
3121
3122
3123
3124
3125
3126
3127
3128
3129
3130
3131
3132
3133
3134
3135
3136
3137
3138
3139
3140
3141
3142
3143
3144
3145
3146
3147
3148
3149
3150
3151
3152
3153
3154
3155
3156
3157
3158
3159
3160
3161
3162
3163
3164
3165
3166
3167
3168
3169
3170
3171
3172
3173
3174
3175
3176
3177
3178
3179
3180
3181
3182
3183
3184
3185
3186
3187
3188
3189
3190
3191
3192
3193
3194
3195
3196
3197
3198
3199
3200
3201
3202
3203
3204
3205
3206
3207
3208
3209
3210
3211
3212
3213
3214
3215
3216
3217
3218
3219
3220
3221
3222
3223
3224
3225
3226
3227
3228
3229
3230
3231
3232
3233
3234
3235
3236
3237
3238
3239
3240
3241
3242
3243
3244
3245
3246
3247
3248
3249
3250
3251
3252
3253
3254
3255
3256
3257
3258
3259
3260
3261
3262
3263
3264
3265
3266
3267
3268
3269
3270
3271
3272
3273
3274
3275
3276
3277
3278
3279
3280
3281
3282
3283
3284
3285
3286
3287
3288
3289
3290
3291
3292
3293
3294
3295
3296
3297
3298
3299
3300
3301
3302
3303
3304
3305
3306
3307
3308
3309
3310
3311
3312
3313
3314
3315
3316
3317
3318
3319
3320
3321
3322
3323
3324
3325
3326
3327
3328
3329
3330
3331
3332
3333
3334
3335
3336
3337
3338
3339
3340
3341
3342
3343
3344
3345
3346
3347
3348
3349
3350
3351
3352
3353
3354
3355
3356
3357
3358
3359
3360
3361
3362
3363
3364
3365
3366
3367
3368
3369
3370
3371
3372
3373
3374
3375
3376
3377
3378
3379
3380
3381
3382
3383
3384
3385
3386
3387
3388
3389
3390
3391
3392
3393
3394
3395
3396
3397
3398
3399
3400
3401
3402
3403
3404
3405
3406
3407
3408
3409
3410
3411
3412
3413
3414
3415
3416
3417
3418
3419
3420
3421
3422
3423
3424
3425
3426
3427
3428
3429
3430
3431
3432
3433
3434
3435
3436
3437
3438
3439
3440
3441
3442
3443
3444
3445
3446
3447
3448
3449
3450
3451
3452
3453
3454
3455
3456
3457
3458
3459
3460
3461
3462
3463
3464
3465
3466
3467
3468
3469
3470
3471
3472
3473
3474
3475
3476
3477
3478
3479
3480
3481
3482
3483
3484
3485
3486
3487
3488
3489
3490
3491
3492
3493
3494
3495
3496
3497
3498
3499
3500
3501
3502
3503
3504
3505
3506
3507
3508
3509
3510
3511
3512
3513
3514
3515
3516
3517
3518
3519
3520
3521
3522
3523
3524
3525
3526
3527
3528
3529
3530
3531
3532
3533
3534
3535
3536
3537
3538
3539
3540
3541
3542
3543
3544
3545
3546
3547
3548
3549
3550
3551
3552
3553
3554
3555
3556
3557
3558
3559
3560
3561
3562
3563
3564
3565
3566
3567
3568
3569
3570
3571
3572
3573
3574
3575
3576
3577
3578
3579
3580
3581
3582
3583
3584
3585
3586
3587
3588
3589
3590
3591
3592
3593
3594
3595
3596
3597
3598
3599
3600
3601
3602
3603
3604
3605
3606
3607
3608
3609
3610
3611
3612
3613
3614
3615
3616
3617
3618
3619
3620
3621
3622
3623
3624
3625
3626
3627
3628
3629
3630
3631
3632
3633
3634
3635
3636
3637
3638
3639
3640
3641
3642
3643
3644
3645
3646
3647
3648
3649
3650
3651
3652
3653
3654
3655
3656
3657
3658
3659
3660
3661
3662
3663
3664
3665
3666
3667
3668
3669
3670
3671
3672
3673
3674
3675
3676
3677
3678
3679
3680
3681
3682
3683
3684
3685
3686
3687
3688
3689
3690
3691
3692
3693
3694
3695
3696
3697
3698
3699
3700
3701
3702
3703
3704
3705
3706
3707
3708
3709
3710
3711
3712
3713
3714
3715
3716
3717
3718
3719
3720
3721
3722
3723
3724
3725
3726
3727
3728
3729
3730
3731
3732
3733
3734
3735
3736
3737
3738
3739
3740
3741
3742
3743
3744
3745
3746
3747
3748
3749
3750
3751
3752
3753
3754
3755
3756
3757
3758
3759
3760
3761
3762
3763
3764
3765
3766
3767
3768
3769
3770
3771
3772
3773
3774
3775
3776
3777
3778
3779
3780
3781
3782
3783
3784
3785
3786
3787
3788
3789
3790
3791
3792
3793
3794
3795
3796
3797
3798
3799
3800
3801
3802
3803
3804
3805
3806
3807
3808
3809
3810
3811
3812
3813
3814
3815
3816
3817
3818
3819
3820
3821
3822
3823
3824
3825
3826
3827
3828
3829
3830
3831
3832
3833
3834
3835
3836
3837
3838
3839
3840
3841
3842
3843
3844
3845
3846
3847
3848
3849
3850
3851
3852
3853
3854
3855
3856
3857
3858
3859
3860
3861
3862
3863
3864
3865
3866
3867
3868
3869
3870
3871
3872
3873
3874
3875
3876
3877
3878
3879
3880
3881
3882
3883
3884
3885
3886
3887
3888
3889
3890
3891
3892
3893
3894
3895
3896
3897
3898
3899
3900
3901
3902
3903
3904
3905
3906
3907
3908
3909
3910
3911
3912
3913
3914
3915
3916
3917
3918
3919
3920
3921
3922
3923
3924
3925
3926
3927
3928
3929
3930
3931
3932
3933
3934
3935
3936
3937
3938
3939
3940
3941
3942
3943
3944
3945
3946
3947
3948
3949
3950
3951
3952
3953
3954
3955
3956
3957
3958
3959
3960
3961
3962
3963
3964
3965
3966
3967
3968
3969
3970
3971
3972
3973
3974
3975
3976
3977
3978
3979
3980
3981
3982
3983
3984
3985
3986
3987
3988
3989
3990
3991
3992
3993
3994
3995
3996
3997
3998
3999
4000
4001
4002
4003
4004
4005
4006
4007
4008
4009
4010
4011
4012
4013
4014
4015
4016
4017
4018
4019
4020
4021
4022
4023
4024
4025
4026
4027
4028
4029
4030
4031
4032
4033
4034
4035
4036
4037
4038
4039
4040
4041
4042
4043
4044
4045
4046
4047
4048
4049
4050
4051
4052
4053
4054
4055
4056
4057
4058
4059
4060
4061
4062
4063
4064
4065
4066
4067
4068
4069
4070
4071
4072
4073
4074
4075
4076
4077
4078
4079
4080
4081
4082
4083
4084
4085
4086
4087
4088
4089
4090
4091
4092
4093
4094
4095
4096
4097
4098
4099
4100
4101
4102
4103
4104
4105
4106
4107
4108
4109
4110
4111
4112
4113
4114
4115
4116
4117
4118
4119
4120
4121
4122
4123
4124
4125
4126
4127
4128
4129
4130
4131
4132
4133
4134
4135
4136
4137
4138
4139
4140
4141
4142
4143
4144
4145
4146
4147
4148
4149
4150
4151
4152
4153
4154
4155
4156
4157
4158
4159
4160
4161
4162
4163
4164
4165
4166
4167
4168
4169
4170
4171
4172
4173
4174
4175
4176
4177
4178
4179
4180
4181
4182
4183
4184
4185
4186
4187
4188
4189
4190
4191
4192
4193
4194
4195
4196
4197
4198
4199
4200
4201
4202
4203
4204
4205
4206
4207
4208
4209
4210
4211
4212
4213
4214
4215
4216
4217
4218
4219
4220
4221
4222
4223
4224
4225
4226
4227
4228
4229
4230
4231
4232
4233
4234
4235
4236
4237
4238
4239
4240
4241
4242
4243
4244
4245
4246
4247
4248
4249
4250
4251
4252
4253
4254
4255
4256
4257
4258
4259
4260
4261
4262
4263
4264
4265
4266
4267
4268
4269
4270
4271
4272
4273
4274
4275
4276
4277
4278
4279
4280
4281
4282
4283
4284
4285
4286
4287
4288
4289
4290
4291
4292
4293
4294
4295
4296
4297
4298
4299
4300
4301
4302
4303
4304
4305
4306
4307
4308
4309
4310
4311
4312
4313
4314
4315
4316
4317
4318
4319
4320
4321
4322
4323
4324
4325
4326
4327
4328
4329
4330
4331
4332
4333
4334
4335
4336
4337
4338
4339
4340
4341
4342
4343
4344
4345
4346
4347
4348
4349
4350
4351
4352
4353
4354
4355
4356
4357
4358
4359
4360
4361
4362
4363
4364
4365
4366
4367
4368
4369
4370
4371
4372
4373
4374
4375
4376
4377
4378
4379
4380
4381
4382
4383
4384
4385
4386
4387
4388
4389
4390
4391
4392
4393
4394
4395
4396
4397
4398
4399
4400
4401
4402
4403
4404
4405
4406
4407
4408
4409
4410
4411
4412
4413
4414
4415
4416
4417
4418
4419
4420
4421
4422
4423
4424
4425
4426
4427
4428
4429
4430
4431
4432
4433
4434
4435
4436
4437
4438
4439
4440
4441
4442
4443
4444
4445
4446
4447
4448
4449
4450
4451
4452
4453
4454
4455
4456
4457
4458
4459
4460
4461
4462
4463
4464
4465
4466
4467
4468
4469
4470
4471
4472
4473
4474
4475
4476
4477
4478
4479
4480
4481
4482
4483
4484
4485
4486
4487
4488
4489
4490
4491
4492
4493
4494
4495
4496
4497
4498
4499
4500
4501
4502
4503
4504
4505
4506
4507
4508
4509
4510
4511
4512
4513
4514
4515
4516
4517
4518
4519
4520
4521
4522
4523
4524
4525
4526
4527
4528
4529
4530
4531
4532
4533
4534
4535
4536
4537
4538
4539
4540
4541
4542
4543
4544
4545
4546
4547
4548
4549
4550
4551
4552
4553
4554
4555
4556
4557
4558
4559
4560
4561
4562
4563
4564
4565
4566
4567
4568
4569
4570
4571
4572
4573
4574
4575
4576
4577
4578
4579
4580
4581
4582
4583
4584
4585
4586
4587
4588
4589
4590
4591
4592
4593
4594
4595
4596
4597
4598
4599
4600
4601
4602
4603
4604
4605
4606
4607
4608
4609
4610
4611
4612
4613
4614
4615
4616
4617
4618
4619
4620
4621
4622
4623
4624
4625
4626
4627
4628
4629
4630
4631
4632
4633
4634
4635
4636
4637
4638
4639
4640
4641
4642
4643
4644
4645
4646
4647
4648
4649
4650
4651
4652
4653
4654
4655
4656
4657
4658
4659
4660
4661
4662
4663
4664
4665
4666
4667
4668
4669
4670
4671
4672
4673
4674
4675
4676
4677
4678
4679
4680
4681
4682
4683
4684
4685
4686
4687
4688
4689
4690
4691
4692
4693
4694
4695
4696
4697
4698
4699
4700
4701
4702
4703
4704
4705
4706
4707
4708
4709
4710
4711
4712
4713
4714
4715
4716
4717
4718
4719
4720
4721
4722
4723
4724
4725
4726
4727
4728
4729
4730
4731
4732
4733
4734
4735
4736
4737
4738
4739
4740
4741
4742
4743
4744
4745
4746
4747
4748
4749
4750
4751
4752
4753
4754
4755
4756
4757
4758
4759
4760
4761
4762
4763
4764
4765
4766
4767
4768
4769
4770
4771
4772
4773
4774
4775
4776
4777
4778
4779
4780
4781
4782
4783
4784
4785
4786
4787
4788
4789
4790
4791
4792
4793
4794
4795
4796
4797
4798
4799
4800
4801
4802
4803
4804
4805
4806
4807
4808
4809
4810
4811
4812
4813
4814
4815
4816
4817
4818
4819
4820
4821
4822
4823
4824
4825
4826
4827
4828
4829
4830
4831
4832
4833
4834
4835
4836
4837
4838
4839
4840
4841
4842
4843
4844
4845
4846
4847
4848
4849
4850
4851
4852
4853
4854
4855
4856
4857
4858
4859
4860
4861
4862
4863
4864
4865
4866
4867
4868
4869
4870
4871
4872
4873
4874
4875
4876
4877
4878
4879
4880
4881
4882
4883
4884
4885
4886
4887
4888
4889
4890
4891
4892
4893
4894
4895
4896
4897
4898
4899
4900
4901
4902
4903
4904
4905
4906
4907
4908
4909
4910
4911
4912
4913
4914
4915
4916
4917
4918
4919
4920
4921
4922
4923
4924
4925
4926
4927
4928
4929
4930
4931
4932
4933
4934
4935
4936
4937
4938
4939
4940
4941
4942
4943
4944
4945
4946
4947
4948
4949
4950
4951
4952
4953
4954
4955
4956
4957
4958
4959
4960
4961
4962
4963
4964
4965
4966
4967
4968
4969
4970
4971
4972
4973
4974
4975
4976
4977
4978
4979
4980
4981
4982
4983
4984
4985
4986
4987
4988
4989
4990
4991
4992
4993
4994
4995
4996
4997
4998
4999
5000
5001
5002
5003
5004
5005
5006
5007
5008
5009
5010
5011
5012
5013
5014
5015
5016
5017
5018
5019
5020
5021
5022
5023
5024
5025
5026
5027
5028
5029
5030
5031
5032
5033
5034
5035
5036
5037
5038
5039
5040
5041
5042
5043
5044
5045
5046
5047
5048
5049
5050
5051
5052
5053
5054
5055
5056
5057
5058
5059
5060
5061
5062
5063
5064
5065
5066
5067
5068
5069
5070
5071
5072
5073
5074
5075
5076
5077
5078
5079
5080
5081
5082
5083
5084
5085
5086
5087
5088
5089
5090
5091
5092
5093
5094
5095
5096
5097
5098
5099
5100
5101
5102
5103
5104
5105
5106
5107
5108
5109
5110
5111
5112
5113
5114
5115
5116
5117
5118
5119
5120
5121
5122
5123
5124
5125
5126
5127
5128
5129
5130
5131
5132
5133
5134
5135
5136
5137
5138
5139
5140
5141
5142
5143
5144
5145
5146
5147
5148
5149
5150
5151
5152
5153
5154
5155
5156
5157
5158
5159
5160
5161
5162
5163
5164
5165
5166
5167
5168
5169
5170
5171
5172
5173
5174
5175
5176
5177
5178
5179
5180
5181
5182
5183
5184
5185
5186
5187
5188
5189
5190
5191
5192
5193
5194
5195
5196
5197
5198
5199
5200
5201
5202
5203
5204
5205
5206
5207
5208
5209
5210
5211
5212
5213
5214
5215
5216
5217
5218
5219
5220
5221
5222
5223
5224
5225
5226
5227
5228
5229
5230
5231
5232
5233
5234
5235
5236
5237
5238
5239
5240
5241
5242
5243
5244
5245
5246
5247
5248
5249
5250
5251
5252
5253
5254
5255
5256
5257
5258
5259
5260
5261
5262
5263
5264
5265
5266
5267
5268
5269
5270
5271
5272
5273
5274
5275
5276
5277
5278
5279
5280
5281
5282
5283
5284
5285
5286
5287
5288
5289
5290
5291
5292
5293
5294
5295
5296
5297
5298
5299
5300
5301
5302
5303
5304
5305
5306
5307
5308
5309
5310
5311
5312
5313
5314
5315
5316
5317
5318
5319
5320
5321
5322
5323
5324
5325
5326
5327
5328
5329
5330
5331
5332
5333
5334
5335
5336
5337
5338
5339
5340
5341
5342
5343
5344
5345
5346
5347
5348
5349
5350
5351
5352
5353
5354
5355
5356
5357
5358
5359
5360
5361
5362
5363
5364
5365
5366
5367
5368
5369
5370
5371
5372
5373
5374
5375
5376
5377
5378
5379
5380
5381
5382
5383
5384
5385
5386
5387
5388
5389
5390
5391
5392
5393
5394
5395
5396
5397
5398
5399
5400
5401
5402
5403
5404
5405
5406
5407
5408
5409
5410
5411
5412
5413
5414
5415
5416
5417
5418
5419
5420
5421
5422
5423
5424
5425
5426
5427
5428
5429
5430
5431
5432
5433
5434
5435
5436
5437
5438
5439
5440
5441
5442
5443
5444
5445
5446
5447
5448
5449
5450
5451
5452
5453
5454
5455
5456
5457
5458
5459
5460
5461
5462
5463
5464
5465
5466
5467
5468
5469
5470
5471
5472
5473
5474
5475
5476
5477
5478
5479
5480
5481
5482
5483
5484
5485
5486
5487
5488
5489
5490
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (version 1.7.0_03) on Tue May 01 19:54:43 UTC 2012 -->
<title>Index</title>
<meta name="date" content="2012-05-01">
<link rel="stylesheet" type="text/css" href="./stylesheet.css" title="Style">
</head>
<body>
<script type="text/javascript"><!--
    if (location.href.indexOf('is-external=true') == -1) {
        parent.document.title="Index";
    }
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar_top">
<!--   -->
</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow">
<!--   -->
</a>
<ul class="navList" title="Navigation">
<li><a href="./overview-summary.html">Overview</a></li>
<li>Package</li>
<li>Class</li>
<li><a href="./overview-tree.html">Tree</a></li>
<li><a href="./deprecated-list.html">Deprecated</a></li>
<li class="navBarCell1Rev">Index</li>
<li><a href="./help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="./index.html?index-all.html" target="_top">Frames</a></li>
<li><a href="index-all.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="./allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
  allClassesLink = document.getElementById("allclasses_navbar_top");
  if(window==top) {
    allClassesLink.style.display = "block";
  }
  else {
    allClassesLink.style.display = "none";
  }
  //-->
</script>
</div>
<a name="skip-navbar_top">
<!--   -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<div class="contentContainer"><a href="#_A_">A</a>&nbsp;<a href="#_B_">B</a>&nbsp;<a href="#_C_">C</a>&nbsp;<a href="#_D_">D</a>&nbsp;<a href="#_E_">E</a>&nbsp;<a href="#_F_">F</a>&nbsp;<a href="#_G_">G</a>&nbsp;<a href="#_H_">H</a>&nbsp;<a href="#_I_">I</a>&nbsp;<a href="#_J_">J</a>&nbsp;<a href="#_L_">L</a>&nbsp;<a href="#_M_">M</a>&nbsp;<a href="#_N_">N</a>&nbsp;<a href="#_O_">O</a>&nbsp;<a href="#_P_">P</a>&nbsp;<a href="#_R_">R</a>&nbsp;<a href="#_S_">S</a>&nbsp;<a href="#_T_">T</a>&nbsp;<a href="#_U_">U</a>&nbsp;<a href="#_V_">V</a>&nbsp;<a href="#_W_">W</a>&nbsp;<a href="#_X_">X</a>&nbsp;<a href="#_Y_">Y</a>&nbsp;<a href="#_Z_">Z</a>&nbsp;<a name="_A_">
<!--   -->
</a>
<h2 class="title">A</h2>
<dl>
<dt><span class="strong"><a href="./edu/hws/jcm/draw/DrawGeometric.html#a">a</a></span> - Variable in class edu.hws.jcm.draw.<a href="./edu/hws/jcm/draw/DrawGeometric.html" title="class in edu.hws.jcm.draw">DrawGeometric</a></dt>
<dd>
<div class="block">Value of x1.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/data/ExpressionProgram.html#ABS">ABS</a></span> - Static variable in class edu.hws.jcm.data.<a href="./edu/hws/jcm/data/ExpressionProgram.html" title="class in edu.hws.jcm.data">ExpressionProgram</a></dt>
<dd>
<div class="block">Code for a unary or binary operator or a standard function.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/awt/Animator.html#actionPerformed(java.awt.event.ActionEvent)">actionPerformed(ActionEvent)</a></span> - Method in class edu.hws.jcm.awt.<a href="./edu/hws/jcm/awt/Animator.html" title="class in edu.hws.jcm.awt">Animator</a></dt>
<dd>
<div class="block">Respond to button clicks.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/awt/Controller.html#actionPerformed(java.awt.event.ActionEvent)">actionPerformed(ActionEvent)</a></span> - Method in class edu.hws.jcm.awt.<a href="./edu/hws/jcm/awt/Controller.html" title="class in edu.hws.jcm.awt">Controller</a></dt>
<dd>
<div class="block">Simply calls compute when the Controller hears an ActionEvent.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/awt/MessagePopup.html#actionPerformed(java.awt.event.ActionEvent)">actionPerformed(ActionEvent)</a></span> - Method in class edu.hws.jcm.awt.<a href="./edu/hws/jcm/awt/MessagePopup.html" title="class in edu.hws.jcm.awt">MessagePopup</a></dt>
<dd>
<div class="block">Respond when user clicks OK.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/draw/LimitControlPanel.html#actionPerformed(java.awt.event.ActionEvent)">actionPerformed(ActionEvent)</a></span> - Method in class edu.hws.jcm.draw.<a href="./edu/hws/jcm/draw/LimitControlPanel.html" title="class in edu.hws.jcm.draw">LimitControlPanel</a></dt>
<dd>
<div class="block">Handle a click on one of the standard buttons.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/functions/TableFunctionInput.html#actionPerformed(java.awt.event.ActionEvent)">actionPerformed(ActionEvent)</a></span> - Method in class edu.hws.jcm.functions.<a href="./edu/hws/jcm/functions/TableFunctionInput.html" title="class in edu.hws.jcm.functions">TableFunctionInput</a></dt>
<dd>
<div class="block">React when user clicks one of the buttons or presses return in one
 of the input boxes.</div>
</dd>
<dt><span class="strong"><a href="./Evaluator.html#actionPerformed(java.awt.event.ActionEvent)">actionPerformed(ActionEvent)</a></span> - Method in class <a href="./Evaluator.html" title="class in &lt;Unnamed&gt;">Evaluator</a></dt>
<dd>
<div class="block">Respond when user clicks a button; not meant to be called directly.</div>
</dd>
<dt><span class="strong"><a href="./FunctionComposition.html#actionPerformed(java.awt.event.ActionEvent)">actionPerformed(ActionEvent)</a></span> - Method in class <a href="./FunctionComposition.html" title="class in &lt;Unnamed&gt;">FunctionComposition</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./GenericGraphApplet.html#actionPerformed(java.awt.event.ActionEvent)">actionPerformed(ActionEvent)</a></span> - Method in class <a href="./GenericGraphApplet.html" title="class in &lt;Unnamed&gt;">GenericGraphApplet</a></dt>
<dd>
<div class="block">Respond when user clicks a button; not meant to be called directly.</div>
</dd>
<dt><span class="strong"><a href="./IntegralCurves.html#actionPerformed(java.awt.event.ActionEvent)">actionPerformed(ActionEvent)</a></span> - Method in class <a href="./IntegralCurves.html" title="class in &lt;Unnamed&gt;">IntegralCurves</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./ScatterPlotApplet.html#actionPerformed(java.awt.event.ActionEvent)">actionPerformed(ActionEvent)</a></span> - Method in class <a href="./ScatterPlotApplet.html" title="class in &lt;Unnamed&gt;">ScatterPlotApplet</a></dt>
<dd>
<div class="block">Respond when user clicks a button; not meant to be called directly.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/awt/Controller.html#add(java.lang.Object)">add(Object)</a></span> - Method in class edu.hws.jcm.awt.<a href="./edu/hws/jcm/awt/Controller.html" title="class in edu.hws.jcm.awt">Controller</a></dt>
<dd>
<div class="block">Add an object to be controlled by this controller.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/awt/Tie.html#add(edu.hws.jcm.awt.Tieable)">add(Tieable)</a></span> - Method in class edu.hws.jcm.awt.<a href="./edu/hws/jcm/awt/Tie.html" title="class in edu.hws.jcm.awt">Tie</a></dt>
<dd>
<div class="block">Add item to the tie, and sync it with the items that are
 already in the Tie.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/data/Parser.html#add(edu.hws.jcm.data.MathObject)">add(MathObject)</a></span> - Method in class edu.hws.jcm.data.<a href="./edu/hws/jcm/data/Parser.html" title="class in edu.hws.jcm.data">Parser</a></dt>
<dd>
<div class="block">Register the MathObject with the Parser, associating it with its
 name.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/data/ParserContext.html#add(edu.hws.jcm.data.MathObject)">add(MathObject)</a></span> - Method in class edu.hws.jcm.data.<a href="./edu/hws/jcm/data/ParserContext.html" title="class in edu.hws.jcm.data">ParserContext</a></dt>
<dd>
<div class="block">Add a new MathObject to the symbol table.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/data/SymbolTable.html#add(edu.hws.jcm.data.MathObject)">add(MathObject)</a></span> - Method in class edu.hws.jcm.data.<a href="./edu/hws/jcm/data/SymbolTable.html" title="class in edu.hws.jcm.data">SymbolTable</a></dt>
<dd>
<div class="block">Adds sym to the SymbolTable, associating it with its name.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/data/SymbolTable.html#add(java.lang.String, edu.hws.jcm.data.MathObject)">add(String, MathObject)</a></span> - Method in class edu.hws.jcm.data.<a href="./edu/hws/jcm/data/SymbolTable.html" title="class in edu.hws.jcm.data">SymbolTable</a></dt>
<dd>
<div class="block">Adds the given MathObject, sym, to the symbol table,
 associating it with the given name (which is probably
 the name of the symbol or that name transformed to lower
 case, but it doesn't have to be).</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/draw/CoordinateRect.html#add(edu.hws.jcm.draw.Drawable)">add(Drawable)</a></span> - Method in class edu.hws.jcm.draw.<a href="./edu/hws/jcm/draw/CoordinateRect.html" title="class in edu.hws.jcm.draw">CoordinateRect</a></dt>
<dd>
<div class="block">Add a drawable item to the CoordinateRect.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/draw/DisplayCanvas.html#add(edu.hws.jcm.draw.Drawable)">add(Drawable)</a></span> - Method in class edu.hws.jcm.draw.<a href="./edu/hws/jcm/draw/DisplayCanvas.html" title="class in edu.hws.jcm.draw">DisplayCanvas</a></dt>
<dd>
<div class="block">Add the specified Drawable item to the first CoordinateRect in this DisplayCanvas.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/draw/DisplayCanvas.html#add(edu.hws.jcm.draw.Drawable, int)">add(Drawable, int)</a></span> - Method in class edu.hws.jcm.draw.<a href="./edu/hws/jcm/draw/DisplayCanvas.html" title="class in edu.hws.jcm.draw">DisplayCanvas</a></dt>
<dd>
<div class="block">Add a Drawable item to one of the CoordinateRects associated with the Canvas.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/draw/LimitControlPanel.html#add(java.awt.Component)">add(Component)</a></span> - Method in class edu.hws.jcm.draw.<a href="./edu/hws/jcm/draw/LimitControlPanel.html" title="class in edu.hws.jcm.draw">LimitControlPanel</a></dt>
<dd>
<div class="block">Redefine this method from the Component class to make it a synonym for addComponent(c);</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/draw/LimitControlPanel.html#addButtons(int)">addButtons(int)</a></span> - Method in class edu.hws.jcm.draw.<a href="./edu/hws/jcm/draw/LimitControlPanel.html" title="class in edu.hws.jcm.draw">LimitControlPanel</a></dt>
<dd>
<div class="block">Add the buttons in buttonSet to the panel, if they are not
 already there.</div>
</dd>
<dt><span class="strong"><a href="./Derivatives.html#addCanvasBorder()">addCanvasBorder()</a></span> - Method in class <a href="./Derivatives.html" title="class in &lt;Unnamed&gt;">Derivatives</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./GenericGraphApplet.html#addCanvasBorder()">addCanvasBorder()</a></span> - Method in class <a href="./GenericGraphApplet.html" title="class in &lt;Unnamed&gt;">GenericGraphApplet</a></dt>
<dd>
<div class="block">This method is called by setUpMainPanel() to add a border to the canvas (since the border is typically
 the last thing that should be added, on top of anything else in the canvas.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/data/Cases.html#addCase(int)">addCase(int)</a></span> - Method in class edu.hws.jcm.data.<a href="./edu/hws/jcm/data/Cases.html" title="class in edu.hws.jcm.data">Cases</a></dt>
<dd>
<div class="block">Add a new case value to the list stored in this object.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/awt/DataTableInput.html#addColumn()">addColumn()</a></span> - Method in class edu.hws.jcm.awt.<a href="./edu/hws/jcm/awt/DataTableInput.html" title="class in edu.hws.jcm.awt">DataTableInput</a></dt>
<dd>
<div class="block">Add a column at the right side of the table, with all cells initially
  empty.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/awt/DataTableInput.html#addColumn(java.lang.String)">addColumn(String)</a></span> - Method in class edu.hws.jcm.awt.<a href="./edu/hws/jcm/awt/DataTableInput.html" title="class in edu.hws.jcm.awt">DataTableInput</a></dt>
<dd>
<div class="block">Add a column with the specified name at the right side of the table, with all cells initially
  empty.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/data/ExpressionProgram.html#addCommand(int)">addCommand(int)</a></span> - Method in class edu.hws.jcm.data.<a href="./edu/hws/jcm/data/ExpressionProgram.html" title="class in edu.hws.jcm.data">ExpressionProgram</a></dt>
<dd>
<div class="block">Add a command code to the program, where code is one of the opCode constants
 that are public final members of this class, from CUBERT to PLUS.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/data/ExpressionProgram.html#addCommandObject(edu.hws.jcm.data.ExpressionCommand)">addCommandObject(ExpressionCommand)</a></span> - Method in class edu.hws.jcm.data.<a href="./edu/hws/jcm/data/ExpressionProgram.html" title="class in edu.hws.jcm.data">ExpressionProgram</a></dt>
<dd>
<div class="block">Adds com as the next command in the program.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/draw/LimitControlPanel.html#addComponent(java.awt.Component)">addComponent(Component)</a></span> - Method in class edu.hws.jcm.draw.<a href="./edu/hws/jcm/draw/LimitControlPanel.html" title="class in edu.hws.jcm.draw">LimitControlPanel</a></dt>
<dd>
<div class="block">Add a component to the panel.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/draw/LimitControlPanel.html#addComponentPair(java.awt.Component, java.awt.Component)">addComponentPair(Component, Component)</a></span> - Method in class edu.hws.jcm.draw.<a href="./edu/hws/jcm/draw/LimitControlPanel.html" title="class in edu.hws.jcm.draw">LimitControlPanel</a></dt>
<dd>
<div class="block">Add two components to the panel.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/data/ExpressionProgram.html#addConstant(double)">addConstant(double)</a></span> - Method in class edu.hws.jcm.data.<a href="./edu/hws/jcm/data/ExpressionProgram.html" title="class in edu.hws.jcm.data">ExpressionProgram</a></dt>
<dd>
<div class="block">Add the number d as the next command in the program.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/awt/Animator.html#addControl(int)">addControl(int)</a></span> - Method in class edu.hws.jcm.awt.<a href="./edu/hws/jcm/awt/Animator.html" title="class in edu.hws.jcm.awt">Animator</a></dt>
<dd>
<div class="block">Add one of the possible control buttons or pop-up menus to the Animator.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/draw/DisplayCanvas.html#addCoordinateRect(edu.hws.jcm.draw.CoordinateRect)">addCoordinateRect(CoordinateRect)</a></span> - Method in class edu.hws.jcm.draw.<a href="./edu/hws/jcm/draw/DisplayCanvas.html" title="class in edu.hws.jcm.draw">DisplayCanvas</a></dt>
<dd>
<div class="block">Add the specified CoordinateRect to this DisplayCanvas, filling the entire canvas,
 and with background color equal to the background color of the canvas.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/draw/DisplayCanvas.html#addCoordinateRect(edu.hws.jcm.draw.CoordinateRect, double, double, double, double, java.awt.Color)">addCoordinateRect(CoordinateRect, double, double, double, double, Color)</a></span> - Method in class edu.hws.jcm.draw.<a href="./edu/hws/jcm/draw/DisplayCanvas.html" title="class in edu.hws.jcm.draw">DisplayCanvas</a></dt>
<dd>
<div class="block">Add a CoordinateRect to the canvas, occupying a specified region of the canvas.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/draw/LimitControlPanel.html#addCoords(edu.hws.jcm.draw.CoordinateRect)">addCoords(CoordinateRect)</a></span> - Method in class edu.hws.jcm.draw.<a href="./edu/hws/jcm/draw/LimitControlPanel.html" title="class in edu.hws.jcm.draw">LimitControlPanel</a></dt>
<dd>
<div class="block">Add a CoordinateRect to be controlled by this LimitControlPanel.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/draw/LimitControlPanel.html#addCoords(edu.hws.jcm.draw.DisplayCanvas)">addCoords(DisplayCanvas)</a></span> - Method in class edu.hws.jcm.draw.<a href="./edu/hws/jcm/draw/LimitControlPanel.html" title="class in edu.hws.jcm.draw">LimitControlPanel</a></dt>
<dd>
<div class="block">Add the first CoordinateRect from the canvas to be controlled
 by this LimitControlPanel.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/functions/TableFunction.html#addIntervals(int, double, double)">addIntervals(int, double, double)</a></span> - Method in class edu.hws.jcm.functions.<a href="./edu/hws/jcm/functions/TableFunction.html" title="class in edu.hws.jcm.functions">TableFunction</a></dt>
<dd>
<div class="block">Add points to the table.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/draw/DisplayCanvas.html#addNewCoordinateRect(double, double, double, double)">addNewCoordinateRect(double, double, double, double)</a></span> - Method in class edu.hws.jcm.draw.<a href="./edu/hws/jcm/draw/DisplayCanvas.html" title="class in edu.hws.jcm.draw">DisplayCanvas</a></dt>
<dd>
<div class="block">Add a newly created CoordinateRect covering the specified section of
 the canvas.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/draw/DisplayCanvas.html#addNewCoordinateRect(double, double, double, double, java.awt.Color)">addNewCoordinateRect(double, double, double, double, Color)</a></span> - Method in class edu.hws.jcm.draw.<a href="./edu/hws/jcm/draw/DisplayCanvas.html" title="class in edu.hws.jcm.draw">DisplayCanvas</a></dt>
<dd>
<div class="block">Add a newly created CoordinateRect covering the specified section of
 the canvas, with the specfied background color.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/data/Parser.html#addOptions(int)">addOptions(int)</a></span> - Method in class edu.hws.jcm.data.<a href="./edu/hws/jcm/data/Parser.html" title="class in edu.hws.jcm.data">Parser</a></dt>
<dd>
<div class="block">Add the options in the option set newOptions to this Parser's option set.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/functions/TableFunction.html#addPoint(double, double)">addPoint(double, double)</a></span> - Method in class edu.hws.jcm.functions.<a href="./edu/hws/jcm/functions/TableFunction.html" title="class in edu.hws.jcm.functions">TableFunction</a></dt>
<dd>
<div class="block">Add a point with the specified x and y coordinates.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/functions/TableFunction.html#addPoints(double[], double[])">addPoints(double[], double[])</a></span> - Method in class edu.hws.jcm.functions.<a href="./edu/hws/jcm/functions/TableFunction.html" title="class in edu.hws.jcm.functions">TableFunction</a></dt>
<dd>
<div class="block">Add points to the table.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/draw/LimitControlPanel.html#addRange(edu.hws.jcm.awt.VariableInput, edu.hws.jcm.awt.VariableInput)">addRange(VariableInput, VariableInput)</a></span> - Method in class edu.hws.jcm.draw.<a href="./edu/hws/jcm/draw/LimitControlPanel.html" title="class in edu.hws.jcm.draw">LimitControlPanel</a></dt>
<dd>
<div class="block">Add two VariableInputs to the panel.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/awt/DataTableInput.html#addRows(int)">addRows(int)</a></span> - Method in class edu.hws.jcm.awt.<a href="./edu/hws/jcm/awt/DataTableInput.html" title="class in edu.hws.jcm.awt">DataTableInput</a></dt>
<dd>
<div class="block">Add the specified number of empty rows at the bottom of the table.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/awt/VariableInput.html#addTo(edu.hws.jcm.data.Parser)">addTo(Parser)</a></span> - Method in class edu.hws.jcm.awt.<a href="./edu/hws/jcm/awt/VariableInput.html" title="class in edu.hws.jcm.awt">VariableInput</a></dt>
<dd>
<div class="block">A convenience method that registers this VariableInput's variable
 with Parser p (but only if both p and the name of the variable are non-null).</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/awt/VariableSlider.html#addTo(edu.hws.jcm.data.Parser)">addTo(Parser)</a></span> - Method in class edu.hws.jcm.awt.<a href="./edu/hws/jcm/awt/VariableSlider.html" title="class in edu.hws.jcm.awt">VariableSlider</a></dt>
<dd>
<div class="block">A convenience method that registers this VariableSlider's variable
 with p (but only if both p and the name of the variable are non-null).</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/awt/DataTableInput.html#addVariablesToParser(edu.hws.jcm.data.Parser)">addVariablesToParser(Parser)</a></span> - Method in class edu.hws.jcm.awt.<a href="./edu/hws/jcm/awt/DataTableInput.html" title="class in edu.hws.jcm.awt">DataTableInput</a></dt>
<dd>
<div class="block">Add a row number variable (from the getRowNumberVariable() method) and
  a column variable for each column (from the getColumnVariable() method)
  to the parser.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/awt/Controller.html#adjustmentValueChanged(java.awt.event.AdjustmentEvent)">adjustmentValueChanged(AdjustmentEvent)</a></span> - Method in class edu.hws.jcm.awt.<a href="./edu/hws/jcm/awt/Controller.html" title="class in edu.hws.jcm.awt">Controller</a></dt>
<dd>
<div class="block">Simply calls compute when the Controller hears an AdjustmantEvent.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/draw/LimitControlPanel.html#ALL_BUTTONS">ALL_BUTTONS</a></span> - Static variable in class edu.hws.jcm.draw.<a href="./edu/hws/jcm/draw/LimitControlPanel.html" title="class in edu.hws.jcm.draw">LimitControlPanel</a></dt>
<dd>
<div class="block">A constant that can be used in the addButton() method to add all possible buttons to the LimitControlPanel.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/data/ExpressionProgram.html#AND">AND</a></span> - Static variable in class edu.hws.jcm.data.<a href="./edu/hws/jcm/data/ExpressionProgram.html" title="class in edu.hws.jcm.data">ExpressionProgram</a></dt>
<dd>
<div class="block">Code for a unary or binary operator or a standard function.</div>
</dd>
<dt><a href="./AnimatedGraph.html" title="class in &lt;Unnamed&gt;"><span class="strong">AnimatedGraph</span></a> - Class in <a href="./package-summary.html">&lt;Unnamed&gt;</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./AnimatedGraph.html#AnimatedGraph()">AnimatedGraph()</a></span> - Constructor for class <a href="./AnimatedGraph.html" title="class in &lt;Unnamed&gt;">AnimatedGraph</a></dt>
<dd>&nbsp;</dd>
<dt><a href="./edu/hws/jcm/awt/Animator.html" title="class in edu.hws.jcm.awt"><span class="strong">Animator</span></a> - Class in <a href="./edu/hws/jcm/awt/package-summary.html">edu.hws.jcm.awt</a></dt>
<dd>
<div class="block">An Animator can change a value continuously, without user intervention, by running
 a separate Thread.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/awt/Animator.html#Animator()">Animator()</a></span> - Constructor for class edu.hws.jcm.awt.<a href="./edu/hws/jcm/awt/Animator.html" title="class in edu.hws.jcm.awt">Animator</a></dt>
<dd>
<div class="block">Create a default Animator.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/awt/Animator.html#Animator(int)">Animator(int)</a></span> - Constructor for class edu.hws.jcm.awt.<a href="./edu/hws/jcm/awt/Animator.html" title="class in edu.hws.jcm.awt">Animator</a></dt>
<dd>
<div class="block">Create an Animator containing the specified control.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/awt/Animator.html#Animator(int, int)">Animator(int, int)</a></span> - Constructor for class edu.hws.jcm.awt.<a href="./edu/hws/jcm/awt/Animator.html" title="class in edu.hws.jcm.awt">Animator</a></dt>
<dd>
<div class="block">Create an Animator containing specified controls.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/awt/Animator.html#Animator(int, int, edu.hws.jcm.data.Value, edu.hws.jcm.data.Value, edu.hws.jcm.data.Value)">Animator(int, int, Value, Value, Value)</a></span> - Constructor for class edu.hws.jcm.awt.<a href="./edu/hws/jcm/awt/Animator.html" title="class in edu.hws.jcm.awt">Animator</a></dt>
<dd>
<div class="block">Create an Animator with specified controls, orienation, range limits and number of intervals</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/data/ConditionalExpression.html#appendOutputString(edu.hws.jcm.data.ExpressionProgram, int, java.lang.StringBuffer)">appendOutputString(ExpressionProgram, int, StringBuffer)</a></span> - Method in class edu.hws.jcm.data.<a href="./edu/hws/jcm/data/ConditionalExpression.html" title="class in edu.hws.jcm.data">ConditionalExpression</a></dt>
<dd>
<div class="block">Append the string representation of the expression (including the boolean
 condition) to the buffer.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/data/Constant.html#appendOutputString(edu.hws.jcm.data.ExpressionProgram, int, java.lang.StringBuffer)">appendOutputString(ExpressionProgram, int, StringBuffer)</a></span> - Method in class edu.hws.jcm.data.<a href="./edu/hws/jcm/data/Constant.html" title="class in edu.hws.jcm.data">Constant</a></dt>
<dd>
<div class="block">Append the print string for this Constant to the buffer.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/data/ExpressionCommand.html#appendOutputString(edu.hws.jcm.data.ExpressionProgram, int, java.lang.StringBuffer)">appendOutputString(ExpressionProgram, int, StringBuffer)</a></span> - Method in interface edu.hws.jcm.data.<a href="./edu/hws/jcm/data/ExpressionCommand.html" title="interface in edu.hws.jcm.data">ExpressionCommand</a></dt>
<dd>
<div class="block">The ExpressionCommand occurs in the program prog at the index indicated by myIndex.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/data/ExpressionProgram.html#appendOutputString(int, java.lang.StringBuffer)">appendOutputString(int, StringBuffer)</a></span> - Method in class edu.hws.jcm.data.<a href="./edu/hws/jcm/data/ExpressionProgram.html" title="class in edu.hws.jcm.data">ExpressionProgram</a></dt>
<dd>
<div class="block">Add a string representing part of the expression to the output buffer.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/functions/FunctionParserExtension.html#appendOutputString(edu.hws.jcm.data.ExpressionProgram, int, java.lang.StringBuffer)">appendOutputString(ExpressionProgram, int, StringBuffer)</a></span> - Method in class edu.hws.jcm.functions.<a href="./edu/hws/jcm/functions/FunctionParserExtension.html" title="class in edu.hws.jcm.functions">FunctionParserExtension</a></dt>
<dd>
<div class="block">Append a string representation of the function and its arguments to the buffer</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/data/ConditionalExpression.html#apply(edu.hws.jcm.data.StackOfDouble, edu.hws.jcm.data.Cases)">apply(StackOfDouble, Cases)</a></span> - Method in class edu.hws.jcm.data.<a href="./edu/hws/jcm/data/ConditionalExpression.html" title="class in edu.hws.jcm.data">ConditionalExpression</a></dt>
<dd>
<div class="block">Apply this ConditionalExpression to the stack.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/data/Constant.html#apply(edu.hws.jcm.data.StackOfDouble, edu.hws.jcm.data.Cases)">apply(StackOfDouble, Cases)</a></span> - Method in class edu.hws.jcm.data.<a href="./edu/hws/jcm/data/Constant.html" title="class in edu.hws.jcm.data">Constant</a></dt>
<dd>
<div class="block">Apply the Constant to the stack.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/data/ExpressionCommand.html#apply(edu.hws.jcm.data.StackOfDouble, edu.hws.jcm.data.Cases)">apply(StackOfDouble, Cases)</a></span> - Method in interface edu.hws.jcm.data.<a href="./edu/hws/jcm/data/ExpressionCommand.html" title="interface in edu.hws.jcm.data">ExpressionCommand</a></dt>
<dd>
<div class="block">This routine is called when an ExpressionCommand object is encountered during
 the evaluation of an ExpressionProgram.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/functions/ExpressionFunction.html#apply(edu.hws.jcm.data.StackOfDouble, edu.hws.jcm.data.Cases)">apply(StackOfDouble, Cases)</a></span> - Method in class edu.hws.jcm.functions.<a href="./edu/hws/jcm/functions/ExpressionFunction.html" title="class in edu.hws.jcm.functions">ExpressionFunction</a></dt>
<dd>
<div class="block">Find the value of the function applied to arguments popped
 from the stack, and push the result back onto the stack.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/functions/FunctionParserExtension.html#apply(edu.hws.jcm.data.StackOfDouble, edu.hws.jcm.data.Cases)">apply(StackOfDouble, Cases)</a></span> - Method in class edu.hws.jcm.functions.<a href="./edu/hws/jcm/functions/FunctionParserExtension.html" title="class in edu.hws.jcm.functions">FunctionParserExtension</a></dt>
<dd>
<div class="block">Evaluate the function applied to argument values popped from the stack,
 and leave the result on the stack.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/functions/TableFunction.html#apply(edu.hws.jcm.data.StackOfDouble, edu.hws.jcm.data.Cases)">apply(StackOfDouble, Cases)</a></span> - Method in class edu.hws.jcm.functions.<a href="./edu/hws/jcm/functions/TableFunction.html" title="class in edu.hws.jcm.functions">TableFunction</a></dt>
<dd>
<div class="block">Override method apply() from interface FunctionParserExtension, to handle cases properly.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/functions/WrapperFunction.html#apply(edu.hws.jcm.data.StackOfDouble, edu.hws.jcm.data.Cases)">apply(StackOfDouble, Cases)</a></span> - Method in class edu.hws.jcm.functions.<a href="./edu/hws/jcm/functions/WrapperFunction.html" title="class in edu.hws.jcm.functions">WrapperFunction</a></dt>
<dd>
<div class="block">Evaluate the function applied to argument values popped from the stack,
 and leave the result on the stack.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/data/ExpressionProgram.html#applyCommandCode(int)">applyCommandCode(int)</a></span> - Method in class edu.hws.jcm.data.<a href="./edu/hws/jcm/data/ExpressionProgram.html" title="class in edu.hws.jcm.data">ExpressionProgram</a></dt>
<dd>
<div class="block">Apply the stack operation represented by code (a number < 0) to the stack.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/data/ExpressionProgram.html#ARCCOS">ARCCOS</a></span> - Static variable in class edu.hws.jcm.data.<a href="./edu/hws/jcm/data/ExpressionProgram.html" title="class in edu.hws.jcm.data">ExpressionProgram</a></dt>
<dd>
<div class="block">Code for a unary or binary operator or a standard function.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/data/ExpressionProgram.html#ARCSIN">ARCSIN</a></span> - Static variable in class edu.hws.jcm.data.<a href="./edu/hws/jcm/data/ExpressionProgram.html" title="class in edu.hws.jcm.data">ExpressionProgram</a></dt>
<dd>
<div class="block">Code for a unary or binary operator or a standard function.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/data/ExpressionProgram.html#ARCTAN">ARCTAN</a></span> - Static variable in class edu.hws.jcm.data.<a href="./edu/hws/jcm/data/ExpressionProgram.html" title="class in edu.hws.jcm.data">ExpressionProgram</a></dt>
<dd>
<div class="block">Code for a unary or binary operator or a standard function.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/draw/VectorField.html#ARROWS">ARROWS</a></span> - Static variable in class edu.hws.jcm.draw.<a href="./edu/hws/jcm/draw/VectorField.html" title="class in edu.hws.jcm.draw">VectorField</a></dt>
<dd>
<div class="block">One of the possible styles for displaying a VectorField: as a direction field shown as
 arrows of equal length.</div>
</dd>
<dt><a href="./edu/hws/jcm/draw/Axes.html" title="class in edu.hws.jcm.draw"><span class="strong">Axes</span></a> - Class in <a href="./edu/hws/jcm/draw/package-summary.html">edu.hws.jcm.draw</a></dt>
<dd>
<div class="block">A set of horizontal and vertical axes that look OK and
 have reasonable, labeled tick marks.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/draw/Axes.html#Axes()">Axes()</a></span> - Constructor for class edu.hws.jcm.draw.<a href="./edu/hws/jcm/draw/Axes.html" title="class in edu.hws.jcm.draw">Axes</a></dt>
<dd>
<div class="block">Creates axes with no names on the axes.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/draw/Axes.html#Axes(java.lang.String, java.lang.String)">Axes(String, String)</a></span> - Constructor for class edu.hws.jcm.draw.<a href="./edu/hws/jcm/draw/Axes.html" title="class in edu.hws.jcm.draw">Axes</a></dt>
<dd>
<div class="block">Creates axes with given names on the axes.</div>
</dd>
</dl>
<a name="_B_">
<!--   -->
</a>
<h2 class="title">B</h2>
<dl>
<dt><span class="strong"><a href="./edu/hws/jcm/draw/DrawGeometric.html#b">b</a></span> - Variable in class edu.hws.jcm.draw.<a href="./edu/hws/jcm/draw/DrawGeometric.html" title="class in edu.hws.jcm.draw">DrawGeometric</a></dt>
<dd>
<div class="block">Value of y1.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/awt/Animator.html#BACK_AND_FORTH">BACK_AND_FORTH</a></span> - Static variable in class edu.hws.jcm.awt.<a href="./edu/hws/jcm/awt/Animator.html" title="class in edu.hws.jcm.awt">Animator</a></dt>
<dd>
<div class="block">Represents a loop style in which the animation is cycled back and forth.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/draw/DrawString.html#backgroundColor">backgroundColor</a></span> - Variable in class edu.hws.jcm.draw.<a href="./edu/hws/jcm/draw/DrawString.html" title="class in edu.hws.jcm.draw">DrawString</a></dt>
<dd>
<div class="block">If backgroundColor is non-null, then a rectangle of this color is filled
  as a background for the string;</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/draw/DrawString.html#baseString">baseString</a></span> - Variable in class edu.hws.jcm.draw.<a href="./edu/hws/jcm/draw/DrawString.html" title="class in edu.hws.jcm.draw">DrawString</a></dt>
<dd>
<div class="block">String, possibly with \n and #'s.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/data/Parser.html#BOOLEANS">BOOLEANS</a></span> - Static variable in class edu.hws.jcm.data.<a href="./edu/hws/jcm/data/Parser.html" title="class in edu.hws.jcm.data">Parser</a></dt>
<dd>
<div class="block">An option that can be set for this parser.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/draw/Axes.html#BOTTOM">BOTTOM</a></span> - Static variable in class edu.hws.jcm.draw.<a href="./edu/hws/jcm/draw/Axes.html" title="class in edu.hws.jcm.draw">Axes</a></dt>
<dd>
<div class="block">A constant that can be used in the setYAxisPosition() method to indicate the placement of the y-axs.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/draw/DrawString.html#BOTTOM_CENTER">BOTTOM_CENTER</a></span> - Static variable in class edu.hws.jcm.draw.<a href="./edu/hws/jcm/draw/DrawString.html" title="class in edu.hws.jcm.draw">DrawString</a></dt>
<dd>
<div class="block">Specify string location in rect</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/draw/DrawString.html#BOTTOM_LEFT">BOTTOM_LEFT</a></span> - Static variable in class edu.hws.jcm.draw.<a href="./edu/hws/jcm/draw/DrawString.html" title="class in edu.hws.jcm.draw">DrawString</a></dt>
<dd>
<div class="block">Specify string location in rect</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/draw/DrawString.html#BOTTOM_RIGHT">BOTTOM_RIGHT</a></span> - Static variable in class edu.hws.jcm.draw.<a href="./edu/hws/jcm/draw/DrawString.html" title="class in edu.hws.jcm.draw">DrawString</a></dt>
<dd>
<div class="block">Specify string location in rect</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/data/Parser.html#BRACES">BRACES</a></span> - Static variable in class edu.hws.jcm.data.<a href="./edu/hws/jcm/data/Parser.html" title="class in edu.hws.jcm.data">Parser</a></dt>
<dd>
<div class="block">An option that can be set for this parser.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/data/Parser.html#BRACKETS">BRACKETS</a></span> - Static variable in class edu.hws.jcm.data.<a href="./edu/hws/jcm/data/Parser.html" title="class in edu.hws.jcm.data">Parser</a></dt>
<dd>
<div class="block">An option that can be set for this parser.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/draw/LimitControlPanel.html#buttons">buttons</a></span> - Variable in class edu.hws.jcm.draw.<a href="./edu/hws/jcm/draw/LimitControlPanel.html" title="class in edu.hws.jcm.draw">LimitControlPanel</a></dt>
<dd>
<div class="block">Set of installed buttons.</div>
</dd>
</dl>
<a name="_C_">
<!--   -->
</a>
<h2 class="title">C</h2>
<dl>
<dt><span class="strong"><a href="./edu/hws/jcm/draw/DrawGeometric.html#c">c</a></span> - Variable in class edu.hws.jcm.draw.<a href="./edu/hws/jcm/draw/DrawGeometric.html" title="class in edu.hws.jcm.draw">DrawGeometric</a></dt>
<dd>
<div class="block">Value of x2.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/functions/TableFunctionInput.html#cancelEdit()">cancelEdit()</a></span> - Method in class edu.hws.jcm.functions.<a href="./edu/hws/jcm/functions/TableFunctionInput.html" title="class in edu.hws.jcm.functions">TableFunctionInput</a></dt>
<dd>
<div class="block">Discards the internal pointer to the edit function (specified by startEdit()),
 if any.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/draw/Drawable.html#canvas">canvas</a></span> - Variable in class edu.hws.jcm.draw.<a href="./edu/hws/jcm/draw/Drawable.html" title="class in edu.hws.jcm.draw">Drawable</a></dt>
<dd>
<div class="block">The canvas on which this Drawable is drawn.</div>
</dd>
<dt><span class="strong"><a href="./GenericGraphApplet.html#canvas">canvas</a></span> - Variable in class <a href="./GenericGraphApplet.html" title="class in &lt;Unnamed&gt;">GenericGraphApplet</a></dt>
<dd>
<div class="block">The canvas for displaying axes, graphs, etc.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/data/Parser.html#CASE_SENSITIVE">CASE_SENSITIVE</a></span> - Static variable in class edu.hws.jcm.data.<a href="./edu/hws/jcm/data/Parser.html" title="class in edu.hws.jcm.data">Parser</a></dt>
<dd>
<div class="block">An option that can be set for this parser.</div>
</dd>
<dt><a href="./edu/hws/jcm/data/Cases.html" title="class in edu.hws.jcm.data"><span class="strong">Cases</span></a> - Class in <a href="./edu/hws/jcm/data/package-summary.html">edu.hws.jcm.data</a></dt>
<dd>
<div class="block">An object of type Cases stores a list of "case values" that is generated
 while an expression is being evaluated using the routine Expression.getValuesWithCases().</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/data/Cases.html#Cases()">Cases()</a></span> - Constructor for class edu.hws.jcm.data.<a href="./edu/hws/jcm/data/Cases.html" title="class in edu.hws.jcm.data">Cases</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/data/ExpressionProgram.html#CEILING">CEILING</a></span> - Static variable in class edu.hws.jcm.data.<a href="./edu/hws/jcm/data/ExpressionProgram.html" title="class in edu.hws.jcm.data">ExpressionProgram</a></dt>
<dd>
<div class="block">Code for a unary or binary operator or a standard function.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/draw/Axes.html#CENTER">CENTER</a></span> - Static variable in class edu.hws.jcm.draw.<a href="./edu/hws/jcm/draw/Axes.html" title="class in edu.hws.jcm.draw">Axes</a></dt>
<dd>
<div class="block">A constant that can be used in the setXAxisPosition() and setYAxisPosition() methods to indicate the placement of the axes.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/draw/DrawString.html#CENTER">CENTER</a></span> - Static variable in class edu.hws.jcm.draw.<a href="./edu/hws/jcm/draw/DrawString.html" title="class in edu.hws.jcm.draw">DrawString</a></dt>
<dd>
<div class="block">For specifying justification of lines in multiline strings.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/draw/DrawString.html#CENTER_CENTER">CENTER_CENTER</a></span> - Static variable in class edu.hws.jcm.draw.<a href="./edu/hws/jcm/draw/DrawString.html" title="class in edu.hws.jcm.draw">DrawString</a></dt>
<dd>
<div class="block">Specify string location in rect</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/draw/DrawString.html#CENTER_LEFT">CENTER_LEFT</a></span> - Static variable in class edu.hws.jcm.draw.<a href="./edu/hws/jcm/draw/DrawString.html" title="class in edu.hws.jcm.draw">DrawString</a></dt>
<dd>
<div class="block">Specify string location in rect</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/draw/DrawString.html#CENTER_RIGHT">CENTER_RIGHT</a></span> - Static variable in class edu.hws.jcm.draw.<a href="./edu/hws/jcm/draw/DrawString.html" title="class in edu.hws.jcm.draw">DrawString</a></dt>
<dd>
<div class="block">Specify string location in rect</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/draw/CoordinateRect.html#changed">changed</a></span> - Variable in class edu.hws.jcm.draw.<a href="./edu/hws/jcm/draw/CoordinateRect.html" title="class in edu.hws.jcm.draw">CoordinateRect</a></dt>
<dd>
<div class="block">Set to true when one of the limits or the gap has changed.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/awt/Tie.html#check()">check()</a></span> - Method in class edu.hws.jcm.awt.<a href="./edu/hws/jcm/awt/Tie.html" title="class in edu.hws.jcm.awt">Tie</a></dt>
<dd>
<div class="block">If this Tie contains more than one item, find the newest
 one and sync all the items with that item.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/awt/Animator.html#checkInput()">checkInput()</a></span> - Method in class edu.hws.jcm.awt.<a href="./edu/hws/jcm/awt/Animator.html" title="class in edu.hws.jcm.awt">Animator</a></dt>
<dd>
<div class="block">Part of the IputObject interface.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/awt/Controller.html#checkInput()">checkInput()</a></span> - Method in class edu.hws.jcm.awt.<a href="./edu/hws/jcm/awt/Controller.html" title="class in edu.hws.jcm.awt">Controller</a></dt>
<dd>
<div class="block">Call checkInput() of each InputObject.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/awt/ExpressionInput.html#checkInput()">checkInput()</a></span> - Method in class edu.hws.jcm.awt.<a href="./edu/hws/jcm/awt/ExpressionInput.html" title="class in edu.hws.jcm.awt">ExpressionInput</a></dt>
<dd>
<div class="block">Get the expression from the box, maybe throw a JBCError
 if a ParseError occurs.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/awt/InputObject.html#checkInput()">checkInput()</a></span> - Method in interface edu.hws.jcm.awt.<a href="./edu/hws/jcm/awt/InputObject.html" title="interface in edu.hws.jcm.awt">InputObject</a></dt>
<dd>
<div class="block">Check and possibly change the value associated with this InputObject.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/awt/VariableInput.html#checkInput()">checkInput()</a></span> - Method in class edu.hws.jcm.awt.<a href="./edu/hws/jcm/awt/VariableInput.html" title="class in edu.hws.jcm.awt">VariableInput</a></dt>
<dd>
<div class="block">Check whether the contents are valid, and change the value
 of the associated variable if the new contents do not match
 the current value.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/awt/VariableSlider.html#checkInput()">checkInput()</a></span> - Method in class edu.hws.jcm.awt.<a href="./edu/hws/jcm/awt/VariableSlider.html" title="class in edu.hws.jcm.awt">VariableSlider</a></dt>
<dd>
<div class="block">From the InputObject interface.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/draw/CoordinateRect.html#checkInput()">checkInput()</a></span> - Method in class edu.hws.jcm.draw.<a href="./edu/hws/jcm/draw/CoordinateRect.html" title="class in edu.hws.jcm.draw">CoordinateRect</a></dt>
<dd>
<div class="block">When this is called, the CoordinateRect will call the
 checkInput method of any Drawable it contains that is
 also an InputObject.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/draw/DisplayCanvas.html#checkInput()">checkInput()</a></span> - Method in class edu.hws.jcm.draw.<a href="./edu/hws/jcm/draw/DisplayCanvas.html" title="class in edu.hws.jcm.draw">DisplayCanvas</a></dt>
<dd>
<div class="block">This is generally called by a Controller.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/draw/DraggablePoint.html#checkInput()">checkInput()</a></span> - Method in class edu.hws.jcm.draw.<a href="./edu/hws/jcm/draw/DraggablePoint.html" title="class in edu.hws.jcm.draw">DraggablePoint</a></dt>
<dd>
<div class="block">This method is required by the InputObject interface.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/draw/LimitControlPanel.html#checkInput()">checkInput()</a></span> - Method in class edu.hws.jcm.draw.<a href="./edu/hws/jcm/draw/LimitControlPanel.html" title="class in edu.hws.jcm.draw">LimitControlPanel</a></dt>
<dd>
<div class="block">Check the input boxes in this panel.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/draw/MouseTracker.html#checkInput()">checkInput()</a></span> - Method in class edu.hws.jcm.draw.<a href="./edu/hws/jcm/draw/MouseTracker.html" title="class in edu.hws.jcm.draw">MouseTracker</a></dt>
<dd>
<div class="block">Set the values of the associated variables.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/draw/RiemannSumRects.html#CIRCUMSCRIBED">CIRCUMSCRIBED</a></span> - Static variable in class edu.hws.jcm.draw.<a href="./edu/hws/jcm/draw/RiemannSumRects.html" title="class in edu.hws.jcm.draw">RiemannSumRects</a></dt>
<dd>
<div class="block">Summation method type.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/draw/DrawString.html#clamp">clamp</a></span> - Variable in class edu.hws.jcm.draw.<a href="./edu/hws/jcm/draw/DrawString.html" title="class in edu.hws.jcm.draw">DrawString</a></dt>
<dd>
<div class="block">If true, the string is clamped to lie within the CoordinateRect.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/draw/VectorField.html#CLAMPED_VECTORS">CLAMPED_VECTORS</a></span> - Static variable in class edu.hws.jcm.draw.<a href="./edu/hws/jcm/draw/VectorField.html" title="class in edu.hws.jcm.draw">VectorField</a></dt>
<dd>
<div class="block">One of the possible styles for displaying a VectorField: as a vector field where a vector is shown as
 an arrow from (x,y) to (x+xFunc(x,y),y+xFunc(x,y)), except that a maximum length is imposed.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/draw/DraggablePoint.html#clampX(edu.hws.jcm.data.Value)">clampX(Value)</a></span> - Method in class edu.hws.jcm.draw.<a href="./edu/hws/jcm/draw/DraggablePoint.html" title="class in edu.hws.jcm.draw">DraggablePoint</a></dt>
<dd>
<div class="block">Clamp the x-value of the point to v.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/draw/DraggablePoint.html#clampX(double)">clampX(double)</a></span> - Method in class edu.hws.jcm.draw.<a href="./edu/hws/jcm/draw/DraggablePoint.html" title="class in edu.hws.jcm.draw">DraggablePoint</a></dt>
<dd>
<div class="block">Clamp the x-value of the point to the constant x, so that the point is constrained to a vertical line.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/draw/DraggablePoint.html#clampX(edu.hws.jcm.data.Function)">clampX(Function)</a></span> - Method in class edu.hws.jcm.draw.<a href="./edu/hws/jcm/draw/DraggablePoint.html" title="class in edu.hws.jcm.draw">DraggablePoint</a></dt>
<dd>
<div class="block">Clamp the x-value of the point to the function f, so that the point is constrained to move along the graph of x = f(y).</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/draw/MouseTracker.html#clampX">clampX</a></span> - Variable in class edu.hws.jcm.draw.<a href="./edu/hws/jcm/draw/MouseTracker.html" title="class in edu.hws.jcm.draw">MouseTracker</a></dt>
<dd>
<div class="block">If thie is true, then the value of the variable associated with
 the x-ccordinate of the mouse is clamped to lie within the
 xmin and xmax of the coordinate rect.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/draw/DraggablePoint.html#clampY(edu.hws.jcm.data.Value)">clampY(Value)</a></span> - Method in class edu.hws.jcm.draw.<a href="./edu/hws/jcm/draw/DraggablePoint.html" title="class in edu.hws.jcm.draw">DraggablePoint</a></dt>
<dd>
<div class="block">Clamp the y-value of the point to v.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/draw/DraggablePoint.html#clampY(double)">clampY(double)</a></span> - Method in class edu.hws.jcm.draw.<a href="./edu/hws/jcm/draw/DraggablePoint.html" title="class in edu.hws.jcm.draw">DraggablePoint</a></dt>
<dd>
<div class="block">Clamp the y-value of the point to the constant y, so that the point is constrained to a horizontal line.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/draw/DraggablePoint.html#clampY(edu.hws.jcm.data.Function)">clampY(Function)</a></span> - Method in class edu.hws.jcm.draw.<a href="./edu/hws/jcm/draw/DraggablePoint.html" title="class in edu.hws.jcm.draw">DraggablePoint</a></dt>
<dd>
<div class="block">Clamp the y-value of the point to the function f, so that the point is constrained to move along the graph of y = f(x).</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/draw/MouseTracker.html#clampY">clampY</a></span> - Variable in class edu.hws.jcm.draw.<a href="./edu/hws/jcm/draw/MouseTracker.html" title="class in edu.hws.jcm.draw">MouseTracker</a></dt>
<dd>
<div class="block">If thie is true, then the value of the variable associated with
 the y-ccordinate of the mouse is clamped to lie within the
 ymin and ymax of the coordinate rect.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/awt/DataTableInput.html#clear()">clear()</a></span> - Method in class edu.hws.jcm.awt.<a href="./edu/hws/jcm/awt/DataTableInput.html" title="class in edu.hws.jcm.awt">DataTableInput</a></dt>
<dd>
<div class="block">Remove all rows from the table, leaving just one empty row.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/data/Cases.html#clear()">clear()</a></span> - Method in class edu.hws.jcm.data.<a href="./edu/hws/jcm/data/Cases.html" title="class in edu.hws.jcm.data">Cases</a></dt>
<dd>
<div class="block">Remove all the cases that have been added with addCase().</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/awt/Controller.html#clearErrorMessage()">clearErrorMessage()</a></span> - Method in class edu.hws.jcm.awt.<a href="./edu/hws/jcm/awt/Controller.html" title="class in edu.hws.jcm.awt">Controller</a></dt>
<dd>
<div class="block">Clear the error message.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/awt/ErrorReporter.html#clearErrorMessage()">clearErrorMessage()</a></span> - Method in interface edu.hws.jcm.awt.<a href="./edu/hws/jcm/awt/ErrorReporter.html" title="interface in edu.hws.jcm.awt">ErrorReporter</a></dt>
<dd>
<div class="block">Clear the error reprort, if there is one.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/awt/MessagePopup.html#clearErrorMessage()">clearErrorMessage()</a></span> - Method in class edu.hws.jcm.awt.<a href="./edu/hws/jcm/awt/MessagePopup.html" title="class in edu.hws.jcm.awt">MessagePopup</a></dt>
<dd>
<div class="block">Clear the error message and close the window.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/draw/DisplayCanvas.html#clearErrorMessage()">clearErrorMessage()</a></span> - Method in class edu.hws.jcm.draw.<a href="./edu/hws/jcm/draw/DisplayCanvas.html" title="class in edu.hws.jcm.draw">DisplayCanvas</a></dt>
<dd>
<div class="block">Clear the error message, if any, that is currently displayed on the canvas.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/draw/CoordinateRect.html#clearRestoreBuffer()">clearRestoreBuffer()</a></span> - Method in class edu.hws.jcm.draw.<a href="./edu/hws/jcm/draw/CoordinateRect.html" title="class in edu.hws.jcm.draw">CoordinateRect</a></dt>
<dd>
<div class="block">A CoordinateRect can store its current limits in a buffer.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/draw/DrawBorder.html#color">color</a></span> - Variable in class edu.hws.jcm.draw.<a href="./edu/hws/jcm/draw/DrawBorder.html" title="class in edu.hws.jcm.draw">DrawBorder</a></dt>
<dd>
<div class="block">A non-null Color, giving the color of the bortder.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/draw/DrawGeometric.html#color">color</a></span> - Variable in class edu.hws.jcm.draw.<a href="./edu/hws/jcm/draw/DrawGeometric.html" title="class in edu.hws.jcm.draw">DrawGeometric</a></dt>
<dd>
<div class="block">Color of the shappe.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/draw/DrawString.html#color">color</a></span> - Variable in class edu.hws.jcm.draw.<a href="./edu/hws/jcm/draw/DrawString.html" title="class in edu.hws.jcm.draw">DrawString</a></dt>
<dd>
<div class="block">Color of string.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/data/ConditionalExpression.html#compileDerivative(edu.hws.jcm.data.ExpressionProgram, int, edu.hws.jcm.data.ExpressionProgram, edu.hws.jcm.data.Variable)">compileDerivative(ExpressionProgram, int, ExpressionProgram, Variable)</a></span> - Method in class edu.hws.jcm.data.<a href="./edu/hws/jcm/data/ConditionalExpression.html" title="class in edu.hws.jcm.data">ConditionalExpression</a></dt>
<dd>
<div class="block">Add commands to deriv that evaluate the derivative of this conditional expression with
 respect to the variable wrt.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/data/Constant.html#compileDerivative(edu.hws.jcm.data.ExpressionProgram, int, edu.hws.jcm.data.ExpressionProgram, edu.hws.jcm.data.Variable)">compileDerivative(ExpressionProgram, int, ExpressionProgram, Variable)</a></span> - Method in class edu.hws.jcm.data.<a href="./edu/hws/jcm/data/Constant.html" title="class in edu.hws.jcm.data">Constant</a></dt>
<dd>
<div class="block">Add a commands to deriv to evaluate the derivative of this Constant with respect to the
 variable.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/data/ExpressionCommand.html#compileDerivative(edu.hws.jcm.data.ExpressionProgram, int, edu.hws.jcm.data.ExpressionProgram, edu.hws.jcm.data.Variable)">compileDerivative(ExpressionProgram, int, ExpressionProgram, Variable)</a></span> - Method in interface edu.hws.jcm.data.<a href="./edu/hws/jcm/data/ExpressionCommand.html" title="interface in edu.hws.jcm.data">ExpressionCommand</a></dt>
<dd>
<div class="block">The ExpressionCommand occurs in the program prog at the index indicated by myIndex.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/data/ExpressionProgram.html#compileDerivative(int, edu.hws.jcm.data.ExpressionProgram, edu.hws.jcm.data.Variable)">compileDerivative(int, ExpressionProgram, Variable)</a></span> - Method in class edu.hws.jcm.data.<a href="./edu/hws/jcm/data/ExpressionProgram.html" title="class in edu.hws.jcm.data">ExpressionProgram</a></dt>
<dd>
<div class="block">The command at position index in the program represents a subexpression of
 the whole expression.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/data/Variable.html#compileDerivative(edu.hws.jcm.data.ExpressionProgram, int, edu.hws.jcm.data.ExpressionProgram, edu.hws.jcm.data.Variable)">compileDerivative(ExpressionProgram, int, ExpressionProgram, Variable)</a></span> - Method in class edu.hws.jcm.data.<a href="./edu/hws/jcm/data/Variable.html" title="class in edu.hws.jcm.data">Variable</a></dt>
<dd>
<div class="block">Add a command to deriv to evaluate the derivative of this Variable with respect to the
 Variable wrt.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/functions/FunctionParserExtension.html#compileDerivative(edu.hws.jcm.data.ExpressionProgram, int, edu.hws.jcm.data.ExpressionProgram, edu.hws.jcm.data.Variable)">compileDerivative(ExpressionProgram, int, ExpressionProgram, Variable)</a></span> - Method in class edu.hws.jcm.functions.<a href="./edu/hws/jcm/functions/FunctionParserExtension.html" title="class in edu.hws.jcm.functions">FunctionParserExtension</a></dt>
<dd>
<div class="block">The function object occurs as a command at index myIndex in prog.</div>
</dd>
<dt><a href="./edu/hws/jcm/awt/Computable.html" title="interface in edu.hws.jcm.awt"><span class="strong">Computable</span></a> - Interface in <a href="./edu/hws/jcm/awt/package-summary.html">edu.hws.jcm.awt</a></dt>
<dd>
<div class="block">A Computable is an object that performs some sort of computation or
 action when its compute() method is called.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/awt/Controller.html#computables">computables</a></span> - Variable in class edu.hws.jcm.awt.<a href="./edu/hws/jcm/awt/Controller.html" title="class in edu.hws.jcm.awt">Controller</a></dt>
<dd>
<div class="block">Computable objects controlled by this controller.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/awt/Computable.html#compute()">compute()</a></span> - Method in interface edu.hws.jcm.awt.<a href="./edu/hws/jcm/awt/Computable.html" title="interface in edu.hws.jcm.awt">Computable</a></dt>
<dd>
<div class="block">Perform the computation or action associated with this
 Computable object.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/awt/Controller.html#compute()">compute()</a></span> - Method in class edu.hws.jcm.awt.<a href="./edu/hws/jcm/awt/Controller.html" title="class in edu.hws.jcm.awt">Controller</a></dt>
<dd>
<div class="block">When an contoller computes, it first calls checkInput() for any
 InputOjects that it controls (including those in sub-controllers).</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/awt/DisplayLabel.html#compute()">compute()</a></span> - Method in class edu.hws.jcm.awt.<a href="./edu/hws/jcm/awt/DisplayLabel.html" title="class in edu.hws.jcm.awt">DisplayLabel</a></dt>
<dd>
<div class="block">The compute method recalculates the displayed Values
 and changes the text of the label to show the new values.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/draw/CoordinateRect.html#compute()">compute()</a></span> - Method in class edu.hws.jcm.draw.<a href="./edu/hws/jcm/draw/CoordinateRect.html" title="class in edu.hws.jcm.draw">CoordinateRect</a></dt>
<dd>
<div class="block">When this is called, the CoordinateRect will call the compute method
 of any Drawable it contains that is also a Computable.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/draw/DisplayCanvas.html#compute()">compute()</a></span> - Method in class edu.hws.jcm.draw.<a href="./edu/hws/jcm/draw/DisplayCanvas.html" title="class in edu.hws.jcm.draw">DisplayCanvas</a></dt>
<dd>
<div class="block">This is generally called by a Controller.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/draw/DrawGeometric.html#compute()">compute()</a></span> - Method in class edu.hws.jcm.draw.<a href="./edu/hws/jcm/draw/DrawGeometric.html" title="class in edu.hws.jcm.draw">DrawGeometric</a></dt>
<dd>
<div class="block">Recompute the values that define the size/postion of the DrawGeometric.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/draw/DrawString.html#compute()">compute()</a></span> - Method in class edu.hws.jcm.draw.<a href="./edu/hws/jcm/draw/DrawString.html" title="class in edu.hws.jcm.draw">DrawString</a></dt>
<dd>
<div class="block">The compute method sets up the array of strings that is actually displayed.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/draw/Graph1D.html#compute()">compute()</a></span> - Method in class edu.hws.jcm.draw.<a href="./edu/hws/jcm/draw/Graph1D.html" title="class in edu.hws.jcm.draw">Graph1D</a></dt>
<dd>
<div class="block">Recompute data for the graph and make sure that the area of the display canvas
 that shows the graph is redrawn.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/draw/ParametricCurve.html#compute()">compute()</a></span> - Method in class edu.hws.jcm.draw.<a href="./edu/hws/jcm/draw/ParametricCurve.html" title="class in edu.hws.jcm.draw">ParametricCurve</a></dt>
<dd>
<div class="block">Recompute data for the graph and make sure that the area of the display canvas
 that shows the graph is redrawn.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/draw/RiemannSumRects.html#compute()">compute()</a></span> - Method in class edu.hws.jcm.draw.<a href="./edu/hws/jcm/draw/RiemannSumRects.html" title="class in edu.hws.jcm.draw">RiemannSumRects</a></dt>
<dd>
<div class="block">This is generally called by a Controller.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/draw/ScatterPlot.html#compute()">compute()</a></span> - Method in class edu.hws.jcm.draw.<a href="./edu/hws/jcm/draw/ScatterPlot.html" title="class in edu.hws.jcm.draw">ScatterPlot</a></dt>
<dd>
<div class="block">Recompute the data for the scatter plot.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/draw/VectorField.html#compute()">compute()</a></span> - Method in class edu.hws.jcm.draw.<a href="./edu/hws/jcm/draw/VectorField.html" title="class in edu.hws.jcm.draw">VectorField</a></dt>
<dd>
<div class="block">Recompute data for the vector field and make sure that the area of the display canvas
 that shows the vector field is redrawn.</div>
</dd>
<dt><a href="./edu/hws/jcm/awt/ComputeButton.html" title="class in edu.hws.jcm.awt"><span class="strong">ComputeButton</span></a> - Class in <a href="./edu/hws/jcm/awt/package-summary.html">edu.hws.jcm.awt</a></dt>
<dd>
<div class="block">A compute button is a button that can have an associated Controller.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/awt/ComputeButton.html#ComputeButton()">ComputeButton()</a></span> - Constructor for class edu.hws.jcm.awt.<a href="./edu/hws/jcm/awt/ComputeButton.html" title="class in edu.hws.jcm.awt">ComputeButton</a></dt>
<dd>
<div class="block">Create a Compute button labeled "Compute!".</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/awt/ComputeButton.html#ComputeButton(java.lang.String)">ComputeButton(String)</a></span> - Constructor for class edu.hws.jcm.awt.<a href="./edu/hws/jcm/awt/ComputeButton.html" title="class in edu.hws.jcm.awt">ComputeButton</a></dt>
<dd>
<div class="block">Create a Compute button displaying the given text.</div>
</dd>
<dt><span class="strong"><a href="./GenericGraphApplet.html#computeButton">computeButton</a></span> - Variable in class <a href="./GenericGraphApplet.html" title="class in &lt;Unnamed&gt;">GenericGraphApplet</a></dt>
<dd>
<div class="block">A button that the user presses to recompute the display.</div>
</dd>
<dt><a href="./edu/hws/jcm/data/ConditionalExpression.html" title="class in edu.hws.jcm.data"><span class="strong">ConditionalExpression</span></a> - Class in <a href="./edu/hws/jcm/data/package-summary.html">edu.hws.jcm.data</a></dt>
<dd>
<div class="block">A "conditional expression" is an expression using the "?" operator, such as "(x > 0)? x : -x"
 or "x <> 3 ? 1 / (x - 3)".</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/data/ConditionalExpression.html#ConditionalExpression(edu.hws.jcm.data.ExpressionProgram, edu.hws.jcm.data.ExpressionProgram)">ConditionalExpression(ExpressionProgram, ExpressionProgram)</a></span> - Constructor for class edu.hws.jcm.data.<a href="./edu/hws/jcm/data/ConditionalExpression.html" title="class in edu.hws.jcm.data">ConditionalExpression</a></dt>
<dd>
<div class="block">Create a ConditionalExpression object containing the two given expressions.</div>
</dd>
<dt><a href="./edu/hws/jcm/data/Constant.html" title="class in edu.hws.jcm.data"><span class="strong">Constant</span></a> - Class in <a href="./edu/hws/jcm/data/package-summary.html">edu.hws.jcm.data</a></dt>
<dd>
<div class="block">A Constant is a Value that represents a constant real number.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/data/Constant.html#Constant(double)">Constant(double)</a></span> - Constructor for class edu.hws.jcm.data.<a href="./edu/hws/jcm/data/Constant.html" title="class in edu.hws.jcm.data">Constant</a></dt>
<dd>
<div class="block">Create an unnamed Constant with the given value and null name.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/data/Constant.html#Constant(java.lang.String, double)">Constant(String, double)</a></span> - Constructor for class edu.hws.jcm.data.<a href="./edu/hws/jcm/data/Constant.html" title="class in edu.hws.jcm.data">Constant</a></dt>
<dd>
<div class="block">Create a Constant with the given name and value.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/data/ParseError.html#context">context</a></span> - Variable in exception edu.hws.jcm.data.<a href="./edu/hws/jcm/data/ParseError.html" title="class in edu.hws.jcm.data">ParseError</a></dt>
<dd>
<div class="block">The parsing context that was in effect
 at the time the error occurred.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/draw/Draggable.html#continueDrag(java.awt.event.MouseEvent)">continueDrag(MouseEvent)</a></span> - Method in interface edu.hws.jcm.draw.<a href="./edu/hws/jcm/draw/Draggable.html" title="interface in edu.hws.jcm.draw">Draggable</a></dt>
<dd>
<div class="block">Continue a drag that was started in startDrag().</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/draw/DraggablePoint.html#continueDrag(java.awt.event.MouseEvent)">continueDrag(MouseEvent)</a></span> - Method in class edu.hws.jcm.draw.<a href="./edu/hws/jcm/draw/DraggablePoint.html" title="class in edu.hws.jcm.draw">DraggablePoint</a></dt>
<dd>
<div class="block">Continue a drag operation begun in startDrag().</div>
</dd>
<dt><a href="./edu/hws/jcm/awt/Controller.html" title="class in edu.hws.jcm.awt"><span class="strong">Controller</span></a> - Class in <a href="./edu/hws/jcm/awt/package-summary.html">edu.hws.jcm.awt</a></dt>
<dd>
<div class="block">Controllers are the focus of all the action in the JCM system.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/awt/Controller.html#Controller()">Controller()</a></span> - Constructor for class edu.hws.jcm.awt.<a href="./edu/hws/jcm/awt/Controller.html" title="class in edu.hws.jcm.awt">Controller</a></dt>
<dd>
<div class="block">Create a Controller.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/awt/VariableInput.html#convertInput(java.lang.String)">convertInput(String)</a></span> - Method in class edu.hws.jcm.awt.<a href="./edu/hws/jcm/awt/VariableInput.html" title="class in edu.hws.jcm.awt">VariableInput</a></dt>
<dd>
<div class="block">Convert a string into a real value.</div>
</dd>
<dt><a href="./edu/hws/jcm/draw/CoordinateRect.html" title="class in edu.hws.jcm.draw"><span class="strong">CoordinateRect</span></a> - Class in <a href="./edu/hws/jcm/draw/package-summary.html">edu.hws.jcm.draw</a></dt>
<dd>
<div class="block">A CoordinateRect represents a rectagular region in the xy-plane, specified
 by values xmin,xmax,ymin,ymax.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/draw/CoordinateRect.html#CoordinateRect()">CoordinateRect()</a></span> - Constructor for class edu.hws.jcm.draw.<a href="./edu/hws/jcm/draw/CoordinateRect.html" title="class in edu.hws.jcm.draw">CoordinateRect</a></dt>
<dd>
<div class="block">Create a CoordinateRect with default limits: -5, 5, -5, 5.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/draw/CoordinateRect.html#CoordinateRect(double, double, double, double)">CoordinateRect(double, double, double, double)</a></span> - Constructor for class edu.hws.jcm.draw.<a href="./edu/hws/jcm/draw/CoordinateRect.html" title="class in edu.hws.jcm.draw">CoordinateRect</a></dt>
<dd>
<div class="block">Create a CoordinateRect with specified limits.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/draw/Drawable.html#coords">coords</a></span> - Variable in class edu.hws.jcm.draw.<a href="./edu/hws/jcm/draw/Drawable.html" title="class in edu.hws.jcm.draw">Drawable</a></dt>
<dd>
<div class="block">The CoordinateRect for the rectagular area where this
 Drawable is drawn.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/draw/LimitControlPanel.html#coords">coords</a></span> - Variable in class edu.hws.jcm.draw.<a href="./edu/hws/jcm/draw/LimitControlPanel.html" title="class in edu.hws.jcm.draw">LimitControlPanel</a></dt>
<dd>
<div class="block">The first CoordinateRect tied to this LimitControlPanel.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/functions/TableFunction.html#copyDataFrom(edu.hws.jcm.functions.TableFunction)">copyDataFrom(TableFunction)</a></span> - Method in class edu.hws.jcm.functions.<a href="./edu/hws/jcm/functions/TableFunction.html" title="class in edu.hws.jcm.functions">TableFunction</a></dt>
<dd>
<div class="block">Copy data from another TableFunction, except that the name of the funcion is 
 not duplicated.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/data/ExpressionProgram.html#copyExpression(int, edu.hws.jcm.data.ExpressionProgram)">copyExpression(int, ExpressionProgram)</a></span> - Method in class edu.hws.jcm.data.<a href="./edu/hws/jcm/data/ExpressionProgram.html" title="class in edu.hws.jcm.data">ExpressionProgram</a></dt>
<dd>
<div class="block">The command at position index in the program represents a subexpression of
 the whole expression.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/functions/TableFunctionInput.html#copyOfCurrentFunction()">copyOfCurrentFunction()</a></span> - Method in class edu.hws.jcm.functions.<a href="./edu/hws/jcm/functions/TableFunctionInput.html" title="class in edu.hws.jcm.functions">TableFunctionInput</a></dt>
<dd>
<div class="block">Create a new TableFunction containing the data that is currently
 in the TableFunctionInput panel, and return a pointer to that new function.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/draw/ScatterPlot.html#CORRELATION">CORRELATION</a></span> - Static variable in class edu.hws.jcm.draw.<a href="./edu/hws/jcm/draw/ScatterPlot.html" title="class in edu.hws.jcm.draw">ScatterPlot</a></dt>
<dd>
<div class="block">A constant that can be used in the getValueObject() method to
  indicate which statistic the object should represent.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/data/ExpressionProgram.html#COS">COS</a></span> - Static variable in class edu.hws.jcm.data.<a href="./edu/hws/jcm/data/ExpressionProgram.html" title="class in edu.hws.jcm.data">ExpressionProgram</a></dt>
<dd>
<div class="block">Code for a unary or binary operator or a standard function.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/data/ExpressionProgram.html#COT">COT</a></span> - Static variable in class edu.hws.jcm.data.<a href="./edu/hws/jcm/data/ExpressionProgram.html" title="class in edu.hws.jcm.data">ExpressionProgram</a></dt>
<dd>
<div class="block">Code for a unary or binary operator or a standard function.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/draw/DraggablePoint.html#CROSS">CROSS</a></span> - Static variable in class edu.hws.jcm.draw.<a href="./edu/hws/jcm/draw/DraggablePoint.html" title="class in edu.hws.jcm.draw">DraggablePoint</a></dt>
<dd>
<div class="block">A style constant that specifies the visual appearance of a DraggablePoint to be a cross.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/draw/DrawGeometric.html#CROSS">CROSS</a></span> - Static variable in class edu.hws.jcm.draw.<a href="./edu/hws/jcm/draw/DrawGeometric.html" title="class in edu.hws.jcm.draw">DrawGeometric</a></dt>
<dd>
<div class="block">Specifies a cross centered on the point (x1,y1).</div>
</dd>
<dt><a href="./edu/hws/jcm/draw/Crosshair.html" title="class in edu.hws.jcm.draw"><span class="strong">Crosshair</span></a> - Class in <a href="./edu/hws/jcm/draw/package-summary.html">edu.hws.jcm.draw</a></dt>
<dd>
<div class="block">A Crosshair is a small cross, 15 pixels wide and high, that is drawn in
 a CoordinateRect at a specified point.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/draw/Crosshair.html#Crosshair(edu.hws.jcm.data.Value, edu.hws.jcm.data.Value)">Crosshair(Value, Value)</a></span> - Constructor for class edu.hws.jcm.draw.<a href="./edu/hws/jcm/draw/Crosshair.html" title="class in edu.hws.jcm.draw">Crosshair</a></dt>
<dd>
<div class="block">Create a cross that appears at the point with coordinates (x,y).</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/draw/Crosshair.html#Crosshair(edu.hws.jcm.data.Value, edu.hws.jcm.data.Function)">Crosshair(Value, Function)</a></span> - Constructor for class edu.hws.jcm.draw.<a href="./edu/hws/jcm/draw/Crosshair.html" title="class in edu.hws.jcm.draw">Crosshair</a></dt>
<dd>
<div class="block">Create a cross that appears on the graph of the function y=f(x)
 at the point with coordinates (x,f(x)).</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/data/ExpressionProgram.html#CSC">CSC</a></span> - Static variable in class edu.hws.jcm.data.<a href="./edu/hws/jcm/data/ExpressionProgram.html" title="class in edu.hws.jcm.data">ExpressionProgram</a></dt>
<dd>
<div class="block">Code for a unary or binary operator or a standard function.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/data/ExpressionProgram.html#CUBERT">CUBERT</a></span> - Static variable in class edu.hws.jcm.data.<a href="./edu/hws/jcm/data/ExpressionProgram.html" title="class in edu.hws.jcm.data">ExpressionProgram</a></dt>
<dd>
<div class="block">Code for a unary or binary operator or a standard function.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/draw/RiemannSumRects.html#CURRENT_METHOD">CURRENT_METHOD</a></span> - Static variable in class edu.hws.jcm.draw.<a href="./edu/hws/jcm/draw/RiemannSumRects.html" title="class in edu.hws.jcm.draw">RiemannSumRects</a></dt>
<dd>
<div class="block">For use in getValueObject(), to indicate whatever summation method is currently set for drawing.</div>
</dd>
</dl>
<a name="_D_">
<!--   -->
</a>
<h2 class="title">D</h2>
<dl>
<dt><span class="strong"><a href="./edu/hws/jcm/draw/DrawGeometric.html#d">d</a></span> - Variable in class edu.hws.jcm.draw.<a href="./edu/hws/jcm/draw/DrawGeometric.html" title="class in edu.hws.jcm.draw">DrawGeometric</a></dt>
<dd>
<div class="block">Value of y2.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/data/ParserContext.html#data">data</a></span> - Variable in class edu.hws.jcm.data.<a href="./edu/hws/jcm/data/ParserContext.html" title="class in edu.hws.jcm.data">ParserContext</a></dt>
<dd>
<div class="block">The string that is being parsed.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/draw/ScatterPlot.html#DATACT">DATACT</a></span> - Static variable in class edu.hws.jcm.draw.<a href="./edu/hws/jcm/draw/ScatterPlot.html" title="class in edu.hws.jcm.draw">ScatterPlot</a></dt>
<dd>
<div class="block">A constant that can be used in the getValueObject() method to
  indicate which statistic the object should represent.</div>
</dd>
<dt><a href="./edu/hws/jcm/awt/DataTableInput.html" title="class in edu.hws.jcm.awt"><span class="strong">DataTableInput</span></a> - Class in <a href="./edu/hws/jcm/awt/package-summary.html">edu.hws.jcm.awt</a></dt>
<dd>
<div class="block">A DataTableInput lets the user input a grid of real numbers arranged
  in rows and columns.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/awt/DataTableInput.html#DataTableInput()">DataTableInput()</a></span> - Constructor for class edu.hws.jcm.awt.<a href="./edu/hws/jcm/awt/DataTableInput.html" title="class in edu.hws.jcm.awt">DataTableInput</a></dt>
<dd>
<div class="block">Create a DataTableInput with no columns.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/awt/DataTableInput.html#DataTableInput(java.lang.String, java.lang.String[])">DataTableInput(String, String[])</a></span> - Constructor for class edu.hws.jcm.awt.<a href="./edu/hws/jcm/awt/DataTableInput.html" title="class in edu.hws.jcm.awt">DataTableInput</a></dt>
<dd>
<div class="block">Create a table with the specified column names.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/awt/DataTableInput.html#DataTableInput(java.lang.String, int)">DataTableInput(String, int)</a></span> - Constructor for class edu.hws.jcm.awt.<a href="./edu/hws/jcm/awt/DataTableInput.html" title="class in edu.hws.jcm.awt">DataTableInput</a></dt>
<dd>
<div class="block">Create a table with the specified number of columns,
   named "A", "B", etc.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/data/Parser.html#DEFAULT_OPTIONS">DEFAULT_OPTIONS</a></span> - Static variable in class edu.hws.jcm.data.<a href="./edu/hws/jcm/data/Parser.html" title="class in edu.hws.jcm.data">Parser</a></dt>
<dd>
<div class="block">The default options set that is used for
 a newly created Parser, if none is specified 
 in the Constructor.</div>
</dd>
<dt><span class="strong"><a href="./GenericGraphApplet.html#defaultFrameSize">defaultFrameSize</a></span> - Variable in class <a href="./GenericGraphApplet.html" title="class in &lt;Unnamed&gt;">GenericGraphApplet</a></dt>
<dd>
<div class="block">The default size for the frame when the applet runs a launch button.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/awt/DataTableInput.html#deleteCurrentRow()">deleteCurrentRow()</a></span> - Method in class edu.hws.jcm.awt.<a href="./edu/hws/jcm/awt/DataTableInput.html" title="class in edu.hws.jcm.awt">DataTableInput</a></dt>
<dd>
<div class="block">Delete the row that contains the cell that the user is editing.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/awt/ExpressionInput.EI.html#dependsOn(edu.hws.jcm.data.Variable)">dependsOn(Variable)</a></span> - Method in class edu.hws.jcm.awt.<a href="./edu/hws/jcm/awt/ExpressionInput.EI.html" title="class in edu.hws.jcm.awt">ExpressionInput.EI</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/data/ConditionalExpression.html#dependsOn(edu.hws.jcm.data.Variable)">dependsOn(Variable)</a></span> - Method in class edu.hws.jcm.data.<a href="./edu/hws/jcm/data/ConditionalExpression.html" title="class in edu.hws.jcm.data">ConditionalExpression</a></dt>
<dd>
<div class="block">Returns true if x occurs in either the trueCase or the falseCase expression.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/data/Constant.html#dependsOn(edu.hws.jcm.data.Variable)">dependsOn(Variable)</a></span> - Method in class edu.hws.jcm.data.<a href="./edu/hws/jcm/data/Constant.html" title="class in edu.hws.jcm.data">Constant</a></dt>
<dd>
<div class="block">Retrun false, since the value of this Constant is independent of the value of x.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/data/Expression.html#dependsOn(edu.hws.jcm.data.Variable)">dependsOn(Variable)</a></span> - Method in interface edu.hws.jcm.data.<a href="./edu/hws/jcm/data/Expression.html" title="interface in edu.hws.jcm.data">Expression</a></dt>
<dd>
<div class="block">Checks whether the expression has any dependence on the variable x.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/data/ExpressionCommand.html#dependsOn(edu.hws.jcm.data.Variable)">dependsOn(Variable)</a></span> - Method in interface edu.hws.jcm.data.<a href="./edu/hws/jcm/data/ExpressionCommand.html" title="interface in edu.hws.jcm.data">ExpressionCommand</a></dt>
<dd>
<div class="block">Return true if this command depends on the value of x, false otherwise.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/data/ExpressionProgram.html#dependsOn(int, edu.hws.jcm.data.Variable)">dependsOn(int, Variable)</a></span> - Method in class edu.hws.jcm.data.<a href="./edu/hws/jcm/data/ExpressionProgram.html" title="class in edu.hws.jcm.data">ExpressionProgram</a></dt>
<dd>
<div class="block">The command at position index in the program represents a subexpression of
 the whole expression.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/data/ExpressionProgram.html#dependsOn(edu.hws.jcm.data.Variable)">dependsOn(Variable)</a></span> - Method in class edu.hws.jcm.data.<a href="./edu/hws/jcm/data/ExpressionProgram.html" title="class in edu.hws.jcm.data">ExpressionProgram</a></dt>
<dd>
<div class="block">Checks whether the expression as a whole has any dependence on the variable x.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/data/Function.html#dependsOn(edu.hws.jcm.data.Variable)">dependsOn(Variable)</a></span> - Method in interface edu.hws.jcm.data.<a href="./edu/hws/jcm/data/Function.html" title="interface in edu.hws.jcm.data">Function</a></dt>
<dd>
<div class="block">Return true if the defintion of this function depends 
 in some way on the variable x.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/data/SimpleFunction.html#dependsOn(edu.hws.jcm.data.Variable)">dependsOn(Variable)</a></span> - Method in class edu.hws.jcm.data.<a href="./edu/hws/jcm/data/SimpleFunction.html" title="class in edu.hws.jcm.data">SimpleFunction</a></dt>
<dd>
<div class="block">Return true if the definition of this function depends 
 in some way on the variable x.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/data/Variable.html#dependsOn(edu.hws.jcm.data.Variable)">dependsOn(Variable)</a></span> - Method in class edu.hws.jcm.data.<a href="./edu/hws/jcm/data/Variable.html" title="class in edu.hws.jcm.data">Variable</a></dt>
<dd>
<div class="block">Check whether the value of this variable depends on the value of x.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/functions/ExpressionFunction.html#dependsOn(edu.hws.jcm.data.Variable)">dependsOn(Variable)</a></span> - Method in class edu.hws.jcm.functions.<a href="./edu/hws/jcm/functions/ExpressionFunction.html" title="class in edu.hws.jcm.functions">ExpressionFunction</a></dt>
<dd>
<div class="block">Return true if the definition of this function depends 
 in some way on the variable x.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/functions/TableFunction.html#dependsOn(edu.hws.jcm.data.Variable)">dependsOn(Variable)</a></span> - Method in class edu.hws.jcm.functions.<a href="./edu/hws/jcm/functions/TableFunction.html" title="class in edu.hws.jcm.functions">TableFunction</a></dt>
<dd>
<div class="block">Returns false.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/functions/WrapperFunction.html#dependsOn(edu.hws.jcm.data.Variable)">dependsOn(Variable)</a></span> - Method in class edu.hws.jcm.functions.<a href="./edu/hws/jcm/functions/WrapperFunction.html" title="class in edu.hws.jcm.functions">WrapperFunction</a></dt>
<dd>
<div class="block">Return true if the definition of this function depends 
 in some way on the variable x.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/awt/ExpressionInput.EI.html#derivative(edu.hws.jcm.data.Variable)">derivative(Variable)</a></span> - Method in class edu.hws.jcm.awt.<a href="./edu/hws/jcm/awt/ExpressionInput.EI.html" title="class in edu.hws.jcm.awt">ExpressionInput.EI</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/data/Constant.html#derivative(edu.hws.jcm.data.Variable)">derivative(Variable)</a></span> - Method in class edu.hws.jcm.data.<a href="./edu/hws/jcm/data/Constant.html" title="class in edu.hws.jcm.data">Constant</a></dt>
<dd>
<div class="block">Return the derivative of this Constant with respect to the variable wrt.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/data/Expression.html#derivative(edu.hws.jcm.data.Variable)">derivative(Variable)</a></span> - Method in interface edu.hws.jcm.data.<a href="./edu/hws/jcm/data/Expression.html" title="interface in edu.hws.jcm.data">Expression</a></dt>
<dd>
<div class="block">Return an Expression that represents the derivative of
 this expression with respect to the variable wrt.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/data/ExpressionProgram.html#derivative(edu.hws.jcm.data.Variable)">derivative(Variable)</a></span> - Method in class edu.hws.jcm.data.<a href="./edu/hws/jcm/data/ExpressionProgram.html" title="class in edu.hws.jcm.data">ExpressionProgram</a></dt>
<dd>
<div class="block">Compute the derivative of this expression with respect to the Variable wrt.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/data/Function.html#derivative(int)">derivative(int)</a></span> - Method in interface edu.hws.jcm.data.<a href="./edu/hws/jcm/data/Function.html" title="interface in edu.hws.jcm.data">Function</a></dt>
<dd>
<div class="block">Return the derivative of the function with repect to
 argument number wrt.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/data/Function.html#derivative(edu.hws.jcm.data.Variable)">derivative(Variable)</a></span> - Method in interface edu.hws.jcm.data.<a href="./edu/hws/jcm/data/Function.html" title="interface in edu.hws.jcm.data">Function</a></dt>
<dd>
<div class="block">Return the derivative of the function with respect to the
 variable x.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/data/SimpleFunction.html#derivative(int)">derivative(int)</a></span> - Method in class edu.hws.jcm.data.<a href="./edu/hws/jcm/data/SimpleFunction.html" title="class in edu.hws.jcm.data">SimpleFunction</a></dt>
<dd>
<div class="block">Return the derivative of the function with repect to
 argument number wrt, where arguments are numbered starting from 1.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/data/SimpleFunction.html#derivative(edu.hws.jcm.data.Variable)">derivative(Variable)</a></span> - Method in class edu.hws.jcm.data.<a href="./edu/hws/jcm/data/SimpleFunction.html" title="class in edu.hws.jcm.data">SimpleFunction</a></dt>
<dd>
<div class="block">Return the derivative of the function with respect to the
 variable x.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/data/Variable.html#derivative(edu.hws.jcm.data.Variable)">derivative(Variable)</a></span> - Method in class edu.hws.jcm.data.<a href="./edu/hws/jcm/data/Variable.html" title="class in edu.hws.jcm.data">Variable</a></dt>
<dd>
<div class="block">Return the derivative of this Variable with respect to the
 Variable wrt.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/functions/ExpressionFunction.html#derivative(int)">derivative(int)</a></span> - Method in class edu.hws.jcm.functions.<a href="./edu/hws/jcm/functions/ExpressionFunction.html" title="class in edu.hws.jcm.functions">ExpressionFunction</a></dt>
<dd>
<div class="block">Return the derivative of the function with repect to
 argument number wrt, where the arguments are numbered 1, 2, 3,....</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/functions/ExpressionFunction.html#derivative(edu.hws.jcm.data.Variable)">derivative(Variable)</a></span> - Method in class edu.hws.jcm.functions.<a href="./edu/hws/jcm/functions/ExpressionFunction.html" title="class in edu.hws.jcm.functions">ExpressionFunction</a></dt>
<dd>
<div class="block">Return the derivative of the function with respect to the
 variable x.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/functions/TableFunction.html#derivative(int)">derivative(int)</a></span> - Method in class edu.hws.jcm.functions.<a href="./edu/hws/jcm/functions/TableFunction.html" title="class in edu.hws.jcm.functions">TableFunction</a></dt>
<dd>
<div class="block">Compute the derivative of this function.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/functions/TableFunction.html#derivative(edu.hws.jcm.data.Variable)">derivative(Variable)</a></span> - Method in class edu.hws.jcm.functions.<a href="./edu/hws/jcm/functions/TableFunction.html" title="class in edu.hws.jcm.functions">TableFunction</a></dt>
<dd>
<div class="block">Returns null.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/functions/WrapperFunction.html#derivative(int)">derivative(int)</a></span> - Method in class edu.hws.jcm.functions.<a href="./edu/hws/jcm/functions/WrapperFunction.html" title="class in edu.hws.jcm.functions">WrapperFunction</a></dt>
<dd>
<div class="block">Return the derivative of the function with repect to
 argument number wrt, where arguments are numbered starting from 1.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/functions/WrapperFunction.html#derivative(edu.hws.jcm.data.Variable)">derivative(Variable)</a></span> - Method in class edu.hws.jcm.functions.<a href="./edu/hws/jcm/functions/WrapperFunction.html" title="class in edu.hws.jcm.functions">WrapperFunction</a></dt>
<dd>
<div class="block">Return the derivative of the function with respect to the
 variable x (where x is NOT one of the parameters of the function).</div>
</dd>
<dt><a href="./Derivatives.html" title="class in &lt;Unnamed&gt;"><span class="strong">Derivatives</span></a> - Class in <a href="./package-summary.html">&lt;Unnamed&gt;</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./Derivatives.html#Derivatives()">Derivatives()</a></span> - Constructor for class <a href="./Derivatives.html" title="class in &lt;Unnamed&gt;">Derivatives</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./GenericGraphApplet.html#destroy()">destroy()</a></span> - Method in class <a href="./GenericGraphApplet.html" title="class in &lt;Unnamed&gt;">GenericGraphApplet</a></dt>
<dd>
<div class="block">Closes the frame (if any) when the applet is destroyed.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/draw/DraggablePoint.html#DISK">DISK</a></span> - Static variable in class edu.hws.jcm.draw.<a href="./edu/hws/jcm/draw/DraggablePoint.html" title="class in edu.hws.jcm.draw">DraggablePoint</a></dt>
<dd>
<div class="block">A style constant that specifies the visual appearance of a DraggablePoint to be a disk.</div>
</dd>
<dt><a href="./edu/hws/jcm/draw/DisplayCanvas.html" title="class in edu.hws.jcm.draw"><span class="strong">DisplayCanvas</span></a> - Class in <a href="./edu/hws/jcm/draw/package-summary.html">edu.hws.jcm.draw</a></dt>
<dd>
<div class="block">A DisplayCanvas is a drawing area that can contain one or more CoordinateRects.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/draw/DisplayCanvas.html#DisplayCanvas()">DisplayCanvas()</a></span> - Constructor for class edu.hws.jcm.draw.<a href="./edu/hws/jcm/draw/DisplayCanvas.html" title="class in edu.hws.jcm.draw">DisplayCanvas</a></dt>
<dd>
<div class="block">Create a DisplayCanvas with a white background containing no CoordinateRects.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/draw/DisplayCanvas.html#DisplayCanvas(edu.hws.jcm.draw.CoordinateRect)">DisplayCanvas(CoordinateRect)</a></span> - Constructor for class edu.hws.jcm.draw.<a href="./edu/hws/jcm/draw/DisplayCanvas.html" title="class in edu.hws.jcm.draw">DisplayCanvas</a></dt>
<dd>
<div class="block">Create a DisplayCanvas with a white background and containing the
 specified CoordinateRect.</div>
</dd>
<dt><a href="./edu/hws/jcm/awt/DisplayLabel.html" title="class in edu.hws.jcm.awt"><span class="strong">DisplayLabel</span></a> - Class in <a href="./edu/hws/jcm/awt/package-summary.html">edu.hws.jcm.awt</a></dt>
<dd>
<div class="block">A DisplayLabel is a label that can display numbers embedded in
 strings.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/awt/DisplayLabel.html#DisplayLabel()">DisplayLabel()</a></span> - Constructor for class edu.hws.jcm.awt.<a href="./edu/hws/jcm/awt/DisplayLabel.html" title="class in edu.hws.jcm.awt">DisplayLabel</a></dt>
<dd>
<div class="block">Create a label with no expressions set up to display a
 single number.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/awt/DisplayLabel.html#DisplayLabel(java.lang.String, edu.hws.jcm.data.Value)">DisplayLabel(String, Value)</a></span> - Constructor for class edu.hws.jcm.awt.<a href="./edu/hws/jcm/awt/DisplayLabel.html" title="class in edu.hws.jcm.awt">DisplayLabel</a></dt>
<dd>
<div class="block">Convenience method for making a DisplayLabel with just one value to display.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/awt/DisplayLabel.html#DisplayLabel(java.lang.String, edu.hws.jcm.data.Value[])">DisplayLabel(String, Value[])</a></span> - Constructor for class edu.hws.jcm.awt.<a href="./edu/hws/jcm/awt/DisplayLabel.html" title="class in edu.hws.jcm.awt">DisplayLabel</a></dt>
<dd>
<div class="block">Create a DisplayLabel to display one or more values.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/data/ExpressionProgram.html#DIVIDE">DIVIDE</a></span> - Static variable in class edu.hws.jcm.data.<a href="./edu/hws/jcm/data/ExpressionProgram.html" title="class in edu.hws.jcm.data">ExpressionProgram</a></dt>
<dd>
<div class="block">Code for a unary or binary operator or a standard function.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/awt/Controller.html#doCompute()">doCompute()</a></span> - Method in class edu.hws.jcm.awt.<a href="./edu/hws/jcm/awt/Controller.html" title="class in edu.hws.jcm.awt">Controller</a></dt>
<dd>
<div class="block">Compute the Computables in this controller and its sub-controllers.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/draw/CoordinateRect.html#doDraw(java.awt.Graphics)">doDraw(Graphics)</a></span> - Method in class edu.hws.jcm.draw.<a href="./edu/hws/jcm/draw/CoordinateRect.html" title="class in edu.hws.jcm.draw">CoordinateRect</a></dt>
<dd>
<div class="block">Draw all the Drawable items.</div>
</dd>
<dt><span class="strong"><a href="./AnimatedGraph.html#doLoadExample(java.lang.String)">doLoadExample(String)</a></span> - Method in class <a href="./AnimatedGraph.html" title="class in &lt;Unnamed&gt;">AnimatedGraph</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./Derivatives.html#doLoadExample(java.lang.String)">doLoadExample(String)</a></span> - Method in class <a href="./Derivatives.html" title="class in &lt;Unnamed&gt;">Derivatives</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./EpsilonDelta.html#doLoadExample(java.lang.String)">doLoadExample(String)</a></span> - Method in class <a href="./EpsilonDelta.html" title="class in &lt;Unnamed&gt;">EpsilonDelta</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./FamiliesOfGraphs.html#doLoadExample(java.lang.String)">doLoadExample(String)</a></span> - Method in class <a href="./FamiliesOfGraphs.html" title="class in &lt;Unnamed&gt;">FamiliesOfGraphs</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./FunctionComposition.html#doLoadExample(java.lang.String)">doLoadExample(String)</a></span> - Method in class <a href="./FunctionComposition.html" title="class in &lt;Unnamed&gt;">FunctionComposition</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./GenericGraphApplet.html#doLoadExample(java.lang.String)">doLoadExample(String)</a></span> - Method in class <a href="./GenericGraphApplet.html" title="class in &lt;Unnamed&gt;">GenericGraphApplet</a></dt>
<dd>
<div class="block">This method is called when the user loads an example from the example menu (if any).</div>
</dd>
<dt><span class="strong"><a href="./IntegralCurves.html#doLoadExample(java.lang.String)">doLoadExample(String)</a></span> - Method in class <a href="./IntegralCurves.html" title="class in &lt;Unnamed&gt;">IntegralCurves</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./MultiGraph.html#doLoadExample(java.lang.String)">doLoadExample(String)</a></span> - Method in class <a href="./MultiGraph.html" title="class in &lt;Unnamed&gt;">MultiGraph</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./Parametric.html#doLoadExample(java.lang.String)">doLoadExample(String)</a></span> - Method in class <a href="./Parametric.html" title="class in &lt;Unnamed&gt;">Parametric</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./RiemannSums.html#doLoadExample(java.lang.String)">doLoadExample(String)</a></span> - Method in class <a href="./RiemannSums.html" title="class in &lt;Unnamed&gt;">RiemannSums</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./SecantTangent.html#doLoadExample(java.lang.String)">doLoadExample(String)</a></span> - Method in class <a href="./SecantTangent.html" title="class in &lt;Unnamed&gt;">SecantTangent</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./SimpleGraph.html#doLoadExample(java.lang.String)">doLoadExample(String)</a></span> - Method in class <a href="./SimpleGraph.html" title="class in &lt;Unnamed&gt;">SimpleGraph</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/awt/DataTableInput.html#doParse(edu.hws.jcm.data.Parser, edu.hws.jcm.data.ParserContext)">doParse(Parser, ParserContext)</a></span> - Method in class edu.hws.jcm.awt.<a href="./edu/hws/jcm/awt/DataTableInput.html" title="class in edu.hws.jcm.awt">DataTableInput</a></dt>
<dd>
<div class="block">Required by the ParserExtension interface and not meant to be called directly.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/data/ParserExtension.html#doParse(edu.hws.jcm.data.Parser, edu.hws.jcm.data.ParserContext)">doParse(Parser, ParserContext)</a></span> - Method in interface edu.hws.jcm.data.<a href="./edu/hws/jcm/data/ParserExtension.html" title="interface in edu.hws.jcm.data">ParserExtension</a></dt>
<dd>
<div class="block">Parses the part of an expression string associated with this ParserExtension.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/functions/FunctionParserExtension.html#doParse(edu.hws.jcm.data.Parser, edu.hws.jcm.data.ParserContext)">doParse(Parser, ParserContext)</a></span> - Method in class edu.hws.jcm.functions.<a href="./edu/hws/jcm/functions/FunctionParserExtension.html" title="class in edu.hws.jcm.functions">FunctionParserExtension</a></dt>
<dd>
<div class="block">If this ParserExtension is registered with a parser and the parser
 encounters the name of the function in the string it is parsing,
 then the parser will call this routine.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/functions/SummationParser.html#doParse(edu.hws.jcm.data.Parser, edu.hws.jcm.data.ParserContext)">doParse(Parser, ParserContext)</a></span> - Method in class edu.hws.jcm.functions.<a href="./edu/hws/jcm/functions/SummationParser.html" title="class in edu.hws.jcm.functions">SummationParser</a></dt>
<dd>
<div class="block">When the name of this ParserExtension is encountered by a parser with which
 the extension is registered, the parser calls this routine to parse the
 summation subexpression.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/draw/DisplayCanvas.html#doRedraw()">doRedraw()</a></span> - Method in class edu.hws.jcm.draw.<a href="./edu/hws/jcm/draw/DisplayCanvas.html" title="class in edu.hws.jcm.draw">DisplayCanvas</a></dt>
<dd>
<div class="block">Should be called whenever the contents of the canvas have changed and so
 it needs to need to be redrawn.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/draw/DisplayCanvas.html#doRedraw(int)">doRedraw(int)</a></span> - Method in class edu.hws.jcm.draw.<a href="./edu/hws/jcm/draw/DisplayCanvas.html" title="class in edu.hws.jcm.draw">DisplayCanvas</a></dt>
<dd>
<div class="block">To be called when the contents of one of the CordinateRects have changed and so
 it needs to need to be redrawn.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/draw/DisplayCanvas.html#doRedraw(edu.hws.jcm.draw.CoordinateRect)">doRedraw(CoordinateRect)</a></span> - Method in class edu.hws.jcm.draw.<a href="./edu/hws/jcm/draw/DisplayCanvas.html" title="class in edu.hws.jcm.draw">DisplayCanvas</a></dt>
<dd>
<div class="block">To be called when the contents of one of the CordinateRects have changed and so
 it needs to need to be redrawn.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/awt/Controller.html#doTies()">doTies()</a></span> - Method in class edu.hws.jcm.awt.<a href="./edu/hws/jcm/awt/Controller.html" title="class in edu.hws.jcm.awt">Controller</a></dt>
<dd>
<div class="block">Check the Ties in this controller and its sub-controllers.</div>
</dd>
<dt><a href="./edu/hws/jcm/draw/Draggable.html" title="interface in edu.hws.jcm.draw"><span class="strong">Draggable</span></a> - Interface in <a href="./edu/hws/jcm/draw/package-summary.html">edu.hws.jcm.draw</a></dt>
<dd>
<div class="block">An interface that can be implemented by an object that can be dragged
  with the mouse.</div>
</dd>
<dt><a href="./edu/hws/jcm/draw/DraggablePoint.html" title="class in edu.hws.jcm.draw"><span class="strong">DraggablePoint</span></a> - Class in <a href="./edu/hws/jcm/draw/package-summary.html">edu.hws.jcm.draw</a></dt>
<dd>
<div class="block">A DraggablePoint can be added to a DisplayCanvas, where it appears as a small disk, square, or
 cross.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/draw/DraggablePoint.html#DraggablePoint()">DraggablePoint()</a></span> - Constructor for class edu.hws.jcm.draw.<a href="./edu/hws/jcm/draw/DraggablePoint.html" title="class in edu.hws.jcm.draw">DraggablePoint</a></dt>
<dd>
<div class="block">Create a DraggablePoint with default values for style, radius, color.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/draw/DraggablePoint.html#DraggablePoint(int)">DraggablePoint(int)</a></span> - Constructor for class edu.hws.jcm.draw.<a href="./edu/hws/jcm/draw/DraggablePoint.html" title="class in edu.hws.jcm.draw">DraggablePoint</a></dt>
<dd>
<div class="block">Create a DraggablePoint with specified visual style.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/draw/Axes.html#draw(java.awt.Graphics, boolean)">draw(Graphics, boolean)</a></span> - Method in class edu.hws.jcm.draw.<a href="./edu/hws/jcm/draw/Axes.html" title="class in edu.hws.jcm.draw">Axes</a></dt>
<dd>
<div class="block">Draw the axes.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/draw/CoordinateRect.html#draw(java.awt.Graphics, int, int)">draw(Graphics, int, int)</a></span> - Method in class edu.hws.jcm.draw.<a href="./edu/hws/jcm/draw/CoordinateRect.html" title="class in edu.hws.jcm.draw">CoordinateRect</a></dt>
<dd>
<div class="block">Draw in rect with upperleft corner (0,0) and specified width,height.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/draw/CoordinateRect.html#draw(java.awt.Graphics, int, int, int, int)">draw(Graphics, int, int, int, int)</a></span> - Method in class edu.hws.jcm.draw.<a href="./edu/hws/jcm/draw/CoordinateRect.html" title="class in edu.hws.jcm.draw">CoordinateRect</a></dt>
<dd>
<div class="block">Draw in specified rect.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/draw/DraggablePoint.html#draw(java.awt.Graphics, boolean)">draw(Graphics, boolean)</a></span> - Method in class edu.hws.jcm.draw.<a href="./edu/hws/jcm/draw/DraggablePoint.html" title="class in edu.hws.jcm.draw">DraggablePoint</a></dt>
<dd>
<div class="block">This method, from the Drawable interface, draws the point.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/draw/Drawable.html#draw(java.awt.Graphics, boolean)">draw(Graphics, boolean)</a></span> - Method in class edu.hws.jcm.draw.<a href="./edu/hws/jcm/draw/Drawable.html" title="class in edu.hws.jcm.draw">Drawable</a></dt>
<dd>
<div class="block">Draw this drawable in the graphics context g.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/draw/DrawBorder.html#draw(java.awt.Graphics, boolean)">draw(Graphics, boolean)</a></span> - Method in class edu.hws.jcm.draw.<a href="./edu/hws/jcm/draw/DrawBorder.html" title="class in edu.hws.jcm.draw">DrawBorder</a></dt>
<dd>
<div class="block">Draw the border in the given graphics context.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/draw/DrawGeometric.html#draw(java.awt.Graphics, boolean)">draw(Graphics, boolean)</a></span> - Method in class edu.hws.jcm.draw.<a href="./edu/hws/jcm/draw/DrawGeometric.html" title="class in edu.hws.jcm.draw">DrawGeometric</a></dt>
<dd>
<div class="block">Do the drawing.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/draw/DrawString.html#draw(java.awt.Graphics, boolean)">draw(Graphics, boolean)</a></span> - Method in class edu.hws.jcm.draw.<a href="./edu/hws/jcm/draw/DrawString.html" title="class in edu.hws.jcm.draw">DrawString</a></dt>
<dd>
<div class="block">Draws the string.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/draw/DrawTemp.html#draw(java.awt.Graphics, edu.hws.jcm.draw.CoordinateRect)">draw(Graphics, CoordinateRect)</a></span> - Method in interface edu.hws.jcm.draw.<a href="./edu/hws/jcm/draw/DrawTemp.html" title="interface in edu.hws.jcm.draw">DrawTemp</a></dt>
<dd>
<div class="block">Draw this item in the specified graphics context, possibly using information
 from the specified CoordinateRect.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/draw/Graph1D.html#draw(java.awt.Graphics, boolean)">draw(Graphics, boolean)</a></span> - Method in class edu.hws.jcm.draw.<a href="./edu/hws/jcm/draw/Graph1D.html" title="class in edu.hws.jcm.draw">Graph1D</a></dt>
<dd>
<div class="block">Draw the graph (possibly recomputing the data if the CoordinateRect has changed).</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/draw/Grid.html#draw(java.awt.Graphics, boolean)">draw(Graphics, boolean)</a></span> - Method in class edu.hws.jcm.draw.<a href="./edu/hws/jcm/draw/Grid.html" title="class in edu.hws.jcm.draw">Grid</a></dt>
<dd>
<div class="block">Draws the grid if an update is required.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/draw/MouseTracker.html#draw(java.awt.Graphics, boolean)">draw(Graphics, boolean)</a></span> - Method in class edu.hws.jcm.draw.<a href="./edu/hws/jcm/draw/MouseTracker.html" title="class in edu.hws.jcm.draw">MouseTracker</a></dt>
<dd>
<div class="block">A MouseTracker doesn't actually draw anything, but this method is required in 
 a Drawable object.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/draw/Panner.html#draw(java.awt.Graphics, boolean)">draw(Graphics, boolean)</a></span> - Method in class edu.hws.jcm.draw.<a href="./edu/hws/jcm/draw/Panner.html" title="class in edu.hws.jcm.draw">Panner</a></dt>
<dd>
<div class="block">Override the abstract draw() method from the Drawable class.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/draw/ParametricCurve.html#draw(java.awt.Graphics, boolean)">draw(Graphics, boolean)</a></span> - Method in class edu.hws.jcm.draw.<a href="./edu/hws/jcm/draw/ParametricCurve.html" title="class in edu.hws.jcm.draw">ParametricCurve</a></dt>
<dd>
<div class="block">Draw the graph (possibly recomputing the data if the CoordinateRect has changed).</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/draw/RiemannSumRects.html#draw(java.awt.Graphics, boolean)">draw(Graphics, boolean)</a></span> - Method in class edu.hws.jcm.draw.<a href="./edu/hws/jcm/draw/RiemannSumRects.html" title="class in edu.hws.jcm.draw">RiemannSumRects</a></dt>
<dd>
<div class="block">Draw the Rieman sum rects.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/draw/ScatterPlot.html#draw(java.awt.Graphics, boolean)">draw(Graphics, boolean)</a></span> - Method in class edu.hws.jcm.draw.<a href="./edu/hws/jcm/draw/ScatterPlot.html" title="class in edu.hws.jcm.draw">ScatterPlot</a></dt>
<dd>
<div class="block">Draw the data points and regression line.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/draw/VectorField.html#draw(java.awt.Graphics, boolean)">draw(Graphics, boolean)</a></span> - Method in class edu.hws.jcm.draw.<a href="./edu/hws/jcm/draw/VectorField.html" title="class in edu.hws.jcm.draw">VectorField</a></dt>
<dd>
<div class="block">Draw the vector field (possibly recomputing the data if the CoordinateRect has changed).</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/functions/TableFunctionGraph.html#draw(java.awt.Graphics, boolean)">draw(Graphics, boolean)</a></span> - Method in class edu.hws.jcm.functions.<a href="./edu/hws/jcm/functions/TableFunctionGraph.html" title="class in edu.hws.jcm.functions">TableFunctionGraph</a></dt>
<dd>
<div class="block">Override the draw() method from class Drawable to draw the function.</div>
</dd>
<dt><a href="./edu/hws/jcm/draw/Drawable.html" title="class in edu.hws.jcm.draw"><span class="strong">Drawable</span></a> - Class in <a href="./edu/hws/jcm/draw/package-summary.html">edu.hws.jcm.draw</a></dt>
<dd>
<div class="block">A Drawable object can be added to a CoordinateRect, which is itself in 
 a DisplayCanvas.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/draw/Drawable.html#Drawable()">Drawable()</a></span> - Constructor for class edu.hws.jcm.draw.<a href="./edu/hws/jcm/draw/Drawable.html" title="class in edu.hws.jcm.draw">Drawable</a></dt>
<dd>&nbsp;</dd>
<dt><a href="./edu/hws/jcm/draw/DrawBorder.html" title="class in edu.hws.jcm.draw"><span class="strong">DrawBorder</span></a> - Class in <a href="./edu/hws/jcm/draw/package-summary.html">edu.hws.jcm.draw</a></dt>
<dd>
<div class="block">A DrawBorder object is just a simple border around the edges of its CoordinateRect, with 
 a specified width, in pixels, and a specified color.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/draw/DrawBorder.html#DrawBorder()">DrawBorder()</a></span> - Constructor for class edu.hws.jcm.draw.<a href="./edu/hws/jcm/draw/DrawBorder.html" title="class in edu.hws.jcm.draw">DrawBorder</a></dt>
<dd>
<div class="block">Create a black border that is one pixel thick.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/draw/DrawBorder.html#DrawBorder(java.awt.Color, int)">DrawBorder(Color, int)</a></span> - Constructor for class edu.hws.jcm.draw.<a href="./edu/hws/jcm/draw/DrawBorder.html" title="class in edu.hws.jcm.draw">DrawBorder</a></dt>
<dd>
<div class="block">Create a border with the spcified color and width.</div>
</dd>
<dt><a href="./edu/hws/jcm/draw/DrawGeometric.html" title="class in edu.hws.jcm.draw"><span class="strong">DrawGeometric</span></a> - Class in <a href="./edu/hws/jcm/draw/package-summary.html">edu.hws.jcm.draw</a></dt>
<dd>
<div class="block">A DrawGeometric object is a geometic figure such as a line or rectangle that can
 be drawn in a CoordinateRect.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/draw/DrawGeometric.html#DrawGeometric()">DrawGeometric()</a></span> - Constructor for class edu.hws.jcm.draw.<a href="./edu/hws/jcm/draw/DrawGeometric.html" title="class in edu.hws.jcm.draw">DrawGeometric</a></dt>
<dd>
<div class="block">Create a DrawGeometric object.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/draw/DrawGeometric.html#DrawGeometric(int, edu.hws.jcm.data.Value, edu.hws.jcm.data.Value, edu.hws.jcm.data.Value, edu.hws.jcm.data.Value)">DrawGeometric(int, Value, Value, Value, Value)</a></span> - Constructor for class edu.hws.jcm.draw.<a href="./edu/hws/jcm/draw/DrawGeometric.html" title="class in edu.hws.jcm.draw">DrawGeometric</a></dt>
<dd>
<div class="block">Create a DrawGeometric with the specified shape and values for x1,x2,y1,y2
 Any of the shapes makes sense in this context.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/draw/DrawGeometric.html#DrawGeometric(int, edu.hws.jcm.data.Value, edu.hws.jcm.data.Value, int, int)">DrawGeometric(int, Value, Value, int, int)</a></span> - Constructor for class edu.hws.jcm.draw.<a href="./edu/hws/jcm/draw/DrawGeometric.html" title="class in edu.hws.jcm.draw">DrawGeometric</a></dt>
<dd>
<div class="block">Create a DrawGeometric with a specified shape and values.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/draw/CoordinateRect.html#drawItems">drawItems</a></span> - Variable in class edu.hws.jcm.draw.<a href="./edu/hws/jcm/draw/CoordinateRect.html" title="class in edu.hws.jcm.draw">CoordinateRect</a></dt>
<dd>
<div class="block">Drawable items contained in this CoordinateRect</div>
</dd>
<dt><a href="./edu/hws/jcm/draw/DrawString.html" title="class in edu.hws.jcm.draw"><span class="strong">DrawString</span></a> - Class in <a href="./edu/hws/jcm/draw/package-summary.html">edu.hws.jcm.draw</a></dt>
<dd>
<div class="block">A DrawString object displays a string, possibly multi-line, in a DisplayCanvas,
 inside the rectangular region of a CoordinateRect.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/draw/DrawString.html#DrawString()">DrawString()</a></span> - Constructor for class edu.hws.jcm.draw.<a href="./edu/hws/jcm/draw/DrawString.html" title="class in edu.hws.jcm.draw">DrawString</a></dt>
<dd>
<div class="block">Create a DrawString object that initially has no string to draw.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/draw/DrawString.html#DrawString(java.lang.String)">DrawString(String)</a></span> - Constructor for class edu.hws.jcm.draw.<a href="./edu/hws/jcm/draw/DrawString.html" title="class in edu.hws.jcm.draw">DrawString</a></dt>
<dd>
<div class="block">Create a DrawString for drawing a black string in the top left corner of the coordinate rect.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/draw/DrawString.html#DrawString(java.lang.String, int)">DrawString(String, int)</a></span> - Constructor for class edu.hws.jcm.draw.<a href="./edu/hws/jcm/draw/DrawString.html" title="class in edu.hws.jcm.draw">DrawString</a></dt>
<dd>
<div class="block">Create a DrawString for drawing a black string in the position specified.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/draw/DrawString.html#DrawString(java.lang.String, int, edu.hws.jcm.data.Value[])">DrawString(String, int, Value[])</a></span> - Constructor for class edu.hws.jcm.draw.<a href="./edu/hws/jcm/draw/DrawString.html" title="class in edu.hws.jcm.draw">DrawString</a></dt>
<dd>
<div class="block">Create a DrawString for drawing a black string in the specified position.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/draw/DrawString.html#DrawString(java.lang.String, int, edu.hws.jcm.data.Value, edu.hws.jcm.data.Value, edu.hws.jcm.data.Value[])">DrawString(String, int, Value, Value, Value[])</a></span> - Constructor for class edu.hws.jcm.draw.<a href="./edu/hws/jcm/draw/DrawString.html" title="class in edu.hws.jcm.draw">DrawString</a></dt>
<dd>
<div class="block">Create a string that is displayed at the reference point (xPos,yPos);
 The positioning constant, pos, gives the positioning relative to this point, if xPos or yPos is non-null.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/draw/DisplayCanvas.html#drawTemp(edu.hws.jcm.draw.DrawTemp)">drawTemp(DrawTemp)</a></span> - Method in class edu.hws.jcm.draw.<a href="./edu/hws/jcm/draw/DisplayCanvas.html" title="class in edu.hws.jcm.draw">DisplayCanvas</a></dt>
<dd>
<div class="block">Draws the specified item in the first CoordinateRect in this canvas.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/draw/DisplayCanvas.html#drawTemp(edu.hws.jcm.draw.DrawTemp, int)">drawTemp(DrawTemp, int)</a></span> - Method in class edu.hws.jcm.draw.<a href="./edu/hws/jcm/draw/DisplayCanvas.html" title="class in edu.hws.jcm.draw">DisplayCanvas</a></dt>
<dd>
<div class="block">Draws the specified item in the specified CoordinateRect in this canvas.</div>
</dd>
<dt><a href="./edu/hws/jcm/draw/DrawTemp.html" title="interface in edu.hws.jcm.draw"><span class="strong">DrawTemp</span></a> - Interface in <a href="./edu/hws/jcm/draw/package-summary.html">edu.hws.jcm.draw</a></dt>
<dd>
<div class="block">An object that implements this interface can draw itself, using information
 from a CoordinateRect (in which it presumably appears).</div>
</dd>
</dl>
<a name="_E_">
<!--   -->
</a>
<h2 class="title">E</h2>
<dl>
<dt><a href="./edu/hws/jcm/awt/package-summary.html">edu.hws.jcm.awt</a> - package edu.hws.jcm.awt</dt>
<dd>&nbsp;</dd>
<dt><a href="./edu/hws/jcm/data/package-summary.html">edu.hws.jcm.data</a> - package edu.hws.jcm.data</dt>
<dd>&nbsp;</dd>
<dt><a href="./edu/hws/jcm/draw/package-summary.html">edu.hws.jcm.draw</a> - package edu.hws.jcm.draw</dt>
<dd>&nbsp;</dd>
<dt><a href="./edu/hws/jcm/functions/package-summary.html">edu.hws.jcm.functions</a> - package edu.hws.jcm.functions</dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/data/ParserContext.html#END_OF_STRING">END_OF_STRING</a></span> - Static variable in class edu.hws.jcm.data.<a href="./edu/hws/jcm/data/ParserContext.html" title="class in edu.hws.jcm.data">ParserContext</a></dt>
<dd>
<div class="block">One of the possible token types returned by look() and next().</div>
</dd>
<dt><a href="./EpsilonDelta.html" title="class in &lt;Unnamed&gt;"><span class="strong">EpsilonDelta</span></a> - Class in <a href="./package-summary.html">&lt;Unnamed&gt;</a></dt>
<dd>
<div class="block">An applet for exploring the epsilon-delta definition of a limit.</div>
</dd>
<dt><span class="strong"><a href="./EpsilonDelta.html#EpsilonDelta()">EpsilonDelta()</a></span> - Constructor for class <a href="./EpsilonDelta.html" title="class in &lt;Unnamed&gt;">EpsilonDelta</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/data/ExpressionProgram.html#EQ">EQ</a></span> - Static variable in class edu.hws.jcm.data.<a href="./edu/hws/jcm/data/ExpressionProgram.html" title="class in edu.hws.jcm.data">ExpressionProgram</a></dt>
<dd>
<div class="block">Code for a unary or binary operator or a standard function.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/draw/LimitControlPanel.html#EQUALIZE">EQUALIZE</a></span> - Static variable in class edu.hws.jcm.draw.<a href="./edu/hws/jcm/draw/LimitControlPanel.html" title="class in edu.hws.jcm.draw">LimitControlPanel</a></dt>
<dd>
<div class="block">A constant that can be used in the addButton() method to add a button to the LimitControlPanel.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/draw/CoordinateRect.html#equalizeAxes()">equalizeAxes()</a></span> - Method in class edu.hws.jcm.draw.<a href="./edu/hws/jcm/draw/CoordinateRect.html" title="class in edu.hws.jcm.draw">CoordinateRect</a></dt>
<dd>
<div class="block">Reset limits, if necessary, so scales on the axes are the same.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/data/Cases.html#equals(edu.hws.jcm.data.Cases)">equals(Cases)</a></span> - Method in class edu.hws.jcm.data.<a href="./edu/hws/jcm/data/Cases.html" title="class in edu.hws.jcm.data">Cases</a></dt>
<dd>
<div class="block">Test whether c contains exactly the same list of case
 values as this Cases object does.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/awt/Controller.html#errorCleared()">errorCleared()</a></span> - Method in class edu.hws.jcm.awt.<a href="./edu/hws/jcm/awt/Controller.html" title="class in edu.hws.jcm.awt">Controller</a></dt>
<dd>
<div class="block">Should be called by the ErrorReporter if the ErrorReporter clears the error itself.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/awt/Controller.html#errorMessage">errorMessage</a></span> - Variable in class edu.hws.jcm.awt.<a href="./edu/hws/jcm/awt/Controller.html" title="class in edu.hws.jcm.awt">Controller</a></dt>
<dd>
<div class="block">If non-null, this is an error message
 that has been reported and not yet cleared.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/awt/ExpressionInput.html#errorMessage">errorMessage</a></span> - Variable in class edu.hws.jcm.awt.<a href="./edu/hws/jcm/awt/ExpressionInput.html" title="class in edu.hws.jcm.awt">ExpressionInput</a></dt>
<dd>
<div class="block">Error message from the most recent
 time the input was checked by a
 call to checkInput().</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/awt/VariableInput.html#errorMessage">errorMessage</a></span> - Variable in class edu.hws.jcm.awt.<a href="./edu/hws/jcm/awt/VariableInput.html" title="class in edu.hws.jcm.awt">VariableInput</a></dt>
<dd>
<div class="block">Error message from the most recent
 time checkInput() as called.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/awt/Controller.html#errorReporter">errorReporter</a></span> - Variable in class edu.hws.jcm.awt.<a href="./edu/hws/jcm/awt/Controller.html" title="class in edu.hws.jcm.awt">Controller</a></dt>
<dd>
<div class="block">Used for reporting errors that occur in the
 compute() method of this controller.</div>
</dd>
<dt><a href="./edu/hws/jcm/awt/ErrorReporter.html" title="interface in edu.hws.jcm.awt"><span class="strong">ErrorReporter</span></a> - Interface in <a href="./edu/hws/jcm/awt/package-summary.html">edu.hws.jcm.awt</a></dt>
<dd>
<div class="block">To allow different styles of reporting errors, a
 Controller uses an ErrorReporter to report any
 errors that are thrown during its checkInput/compute
 cycle.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/draw/LimitControlPanel.html#errorReporter">errorReporter</a></span> - Variable in class edu.hws.jcm.draw.<a href="./edu/hws/jcm/draw/LimitControlPanel.html" title="class in edu.hws.jcm.draw">LimitControlPanel</a></dt>
<dd>
<div class="block">For reporting errors in user input.</div>
</dd>
<dt><a href="./Evaluator.html" title="class in &lt;Unnamed&gt;"><span class="strong">Evaluator</span></a> - Class in <a href="./package-summary.html">&lt;Unnamed&gt;</a></dt>
<dd>
<div class="block">An Evaluator applet lets the user enter the values of one or more variables,
 and it displayes the values of one or more expressions that can involve those
 variables.</div>
</dd>
<dt><span class="strong"><a href="./Evaluator.html#Evaluator()">Evaluator()</a></span> - Constructor for class <a href="./Evaluator.html" title="class in &lt;Unnamed&gt;">Evaluator</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./GenericGraphApplet.html#exampleMenuPanel">exampleMenuPanel</a></span> - Variable in class <a href="./GenericGraphApplet.html" title="class in &lt;Unnamed&gt;">GenericGraphApplet</a></dt>
<dd>
<div class="block">A panel containing examples specified in applet parameters, if any.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/data/ExpressionProgram.html#EXP">EXP</a></span> - Static variable in class edu.hws.jcm.data.<a href="./edu/hws/jcm/data/ExpressionProgram.html" title="class in edu.hws.jcm.data">ExpressionProgram</a></dt>
<dd>
<div class="block">Code for a unary or binary operator or a standard function.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/awt/ExpressionInput.html#expr">expr</a></span> - Variable in class edu.hws.jcm.awt.<a href="./edu/hws/jcm/awt/ExpressionInput.html" title="class in edu.hws.jcm.awt">ExpressionInput</a></dt>
<dd>
<div class="block">The Expression associate with this input box.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/awt/VariableInput.html#EXPRESSION">EXPRESSION</a></span> - Static variable in class edu.hws.jcm.awt.<a href="./edu/hws/jcm/awt/VariableInput.html" title="class in edu.hws.jcm.awt">VariableInput</a></dt>
<dd>
<div class="block">A constant for use in the setInputStyle() method.</div>
</dd>
<dt><a href="./edu/hws/jcm/data/Expression.html" title="interface in edu.hws.jcm.data"><span class="strong">Expression</span></a> - Interface in <a href="./edu/hws/jcm/data/package-summary.html">edu.hws.jcm.data</a></dt>
<dd>
<div class="block">An Expression represents a mathematical expression such as "x+1" or
 "3" or "sin(x*ln(x)-3*abs(x/4))".</div>
</dd>
<dt><a href="./edu/hws/jcm/data/ExpressionCommand.html" title="interface in edu.hws.jcm.data"><span class="strong">ExpressionCommand</span></a> - Interface in <a href="./edu/hws/jcm/data/package-summary.html">edu.hws.jcm.data</a></dt>
<dd>
<div class="block">An ExpressionCommand can occur as a command in an ExpressionProgram.</div>
</dd>
<dt><a href="./edu/hws/jcm/functions/ExpressionFunction.html" title="class in edu.hws.jcm.functions"><span class="strong">ExpressionFunction</span></a> - Class in <a href="./edu/hws/jcm/functions/package-summary.html">edu.hws.jcm.functions</a></dt>
<dd>
<div class="block">An ExpressionFunction is a Function that is created from an expression and a list
 of variables that serve as the parameter(s) of the function.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/functions/ExpressionFunction.html#ExpressionFunction(java.lang.String, java.lang.String)">ExpressionFunction(String, String)</a></span> - Constructor for class edu.hws.jcm.functions.<a href="./edu/hws/jcm/functions/ExpressionFunction.html" title="class in edu.hws.jcm.functions">ExpressionFunction</a></dt>
<dd>
<div class="block">Constuct a function of one parameter, named "x", by parsing the String, def,
 to get the definition of the function.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/functions/ExpressionFunction.html#ExpressionFunction(java.lang.String, java.lang.String[], java.lang.String, edu.hws.jcm.data.Parser)">ExpressionFunction(String, String[], String, Parser)</a></span> - Constructor for class edu.hws.jcm.functions.<a href="./edu/hws/jcm/functions/ExpressionFunction.html" title="class in edu.hws.jcm.functions">ExpressionFunction</a></dt>
<dd>
<div class="block">Constuct a function of one or more parameters by parsing the String, def,
 to get the definition of the function.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/functions/ExpressionFunction.html#ExpressionFunction(java.lang.String, edu.hws.jcm.data.Variable[], edu.hws.jcm.data.Expression)">ExpressionFunction(String, Variable[], Expression)</a></span> - Constructor for class edu.hws.jcm.functions.<a href="./edu/hws/jcm/functions/ExpressionFunction.html" title="class in edu.hws.jcm.functions">ExpressionFunction</a></dt>
<dd>
<div class="block">Construct a function from a list of variables that serve as parameters and an expression that,
 presumably, can include those variables.</div>
</dd>
<dt><a href="./edu/hws/jcm/awt/ExpressionInput.html" title="class in edu.hws.jcm.awt"><span class="strong">ExpressionInput</span></a> - Class in <a href="./edu/hws/jcm/awt/package-summary.html">edu.hws.jcm.awt</a></dt>
<dd>
<div class="block">An ExpressionInput is an input box that allows the user
 input a mathematical expression.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/awt/ExpressionInput.html#ExpressionInput()">ExpressionInput()</a></span> - Constructor for class edu.hws.jcm.awt.<a href="./edu/hws/jcm/awt/ExpressionInput.html" title="class in edu.hws.jcm.awt">ExpressionInput</a></dt>
<dd>
<div class="block">Create a new ExpressionFunction with no associated parser.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/awt/ExpressionInput.html#ExpressionInput(java.lang.String, edu.hws.jcm.data.Parser)">ExpressionInput(String, Parser)</a></span> - Constructor for class edu.hws.jcm.awt.<a href="./edu/hws/jcm/awt/ExpressionInput.html" title="class in edu.hws.jcm.awt">ExpressionInput</a></dt>
<dd>
<div class="block">Create an ExpressionInputBox with initial contents given by initialValue.</div>
</dd>
<dt><a href="./edu/hws/jcm/awt/ExpressionInput.EI.html" title="class in edu.hws.jcm.awt"><span class="strong">ExpressionInput.EI</span></a> - Class in <a href="./edu/hws/jcm/awt/package-summary.html">edu.hws.jcm.awt</a></dt>
<dd>
<div class="block">The expression associated with an ExpressionInput belongs to this class.</div>
</dd>
<dt><a href="./edu/hws/jcm/data/ExpressionProgram.html" title="class in edu.hws.jcm.data"><span class="strong">ExpressionProgram</span></a> - Class in <a href="./edu/hws/jcm/data/package-summary.html">edu.hws.jcm.data</a></dt>
<dd>
<div class="block">An ExprssionProgram represents a mathematical expression such as "3" or "sin(x^2)", stored
 in the form of a program for a stack machine.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/data/ExpressionProgram.html#ExpressionProgram()">ExpressionProgram()</a></span> - Constructor for class edu.hws.jcm.data.<a href="./edu/hws/jcm/data/ExpressionProgram.html" title="class in edu.hws.jcm.data">ExpressionProgram</a></dt>
<dd>
<div class="block">Default constructor creates an initially empty program.</div>
</dd>
<dt><span class="strong"><a href="./IntegralCurves.html#extendCurves()">extendCurves()</a></span> - Method in class <a href="./IntegralCurves.html" title="class in &lt;Unnamed&gt;">IntegralCurves</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/data/ConditionalExpression.html#extent(edu.hws.jcm.data.ExpressionProgram, int)">extent(ExpressionProgram, int)</a></span> - Method in class edu.hws.jcm.data.<a href="./edu/hws/jcm/data/ConditionalExpression.html" title="class in edu.hws.jcm.data">ConditionalExpression</a></dt>
<dd>
<div class="block">Assume that this ConditionalExpression object occurs in prog at index myIndex.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/data/Constant.html#extent(edu.hws.jcm.data.ExpressionProgram, int)">extent(ExpressionProgram, int)</a></span> - Method in class edu.hws.jcm.data.<a href="./edu/hws/jcm/data/Constant.html" title="class in edu.hws.jcm.data">Constant</a></dt>
<dd>
<div class="block">Return the number of locations that this Constant uses in the program.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/data/ExpressionCommand.html#extent(edu.hws.jcm.data.ExpressionProgram, int)">extent(ExpressionProgram, int)</a></span> - Method in interface edu.hws.jcm.data.<a href="./edu/hws/jcm/data/ExpressionCommand.html" title="interface in edu.hws.jcm.data">ExpressionCommand</a></dt>
<dd>
<div class="block">The ExpressionCommand occurs in the program prog at the index indicated by myIndex.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/data/ExpressionProgram.html#extent(int)">extent(int)</a></span> - Method in class edu.hws.jcm.data.<a href="./edu/hws/jcm/data/ExpressionProgram.html" title="class in edu.hws.jcm.data">ExpressionProgram</a></dt>
<dd>
<div class="block">The command at position index in the program represents a subexpression of
 the whole expression.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/functions/FunctionParserExtension.html#extent(edu.hws.jcm.data.ExpressionProgram, int)">extent(ExpressionProgram, int)</a></span> - Method in class edu.hws.jcm.functions.<a href="./edu/hws/jcm/functions/FunctionParserExtension.html" title="class in edu.hws.jcm.functions">FunctionParserExtension</a></dt>
<dd>
<div class="block">Return the number of commands in prog that are part of this function reference,
 including the space occupied by the commands that compute the values of the
 function's arguments.</div>
</dd>
</dl>
<a name="_F_">
<!--   -->
</a>
<h2 class="title">F</h2>
<dl>
<dt><span class="strong"><a href="./edu/hws/jcm/data/ExpressionProgram.html#FACTORIAL">FACTORIAL</a></span> - Static variable in class edu.hws.jcm.data.<a href="./edu/hws/jcm/data/ExpressionProgram.html" title="class in edu.hws.jcm.data">ExpressionProgram</a></dt>
<dd>
<div class="block">Code for a unary or binary operator or a standard function.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/data/Parser.html#FACTORIAL">FACTORIAL</a></span> - Static variable in class edu.hws.jcm.data.<a href="./edu/hws/jcm/data/Parser.html" title="class in edu.hws.jcm.data">Parser</a></dt>
<dd>
<div class="block">An option that can be set for this parser.</div>
</dd>
<dt><a href="./FamiliesOfGraphs.html" title="class in &lt;Unnamed&gt;"><span class="strong">FamiliesOfGraphs</span></a> - Class in <a href="./package-summary.html">&lt;Unnamed&gt;</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./FamiliesOfGraphs.html#FamiliesOfGraphs()">FamiliesOfGraphs()</a></span> - Constructor for class <a href="./FamiliesOfGraphs.html" title="class in &lt;Unnamed&gt;">FamiliesOfGraphs</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/draw/DrawGeometric.html#fillColor">fillColor</a></span> - Variable in class edu.hws.jcm.draw.<a href="./edu/hws/jcm/draw/DrawGeometric.html" title="class in edu.hws.jcm.draw">DrawGeometric</a></dt>
<dd>
<div class="block">Rects and ovals are filled with this color, if it is non-null.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/draw/DisplayCanvas.html#findCoordinateRectAt(int, int)">findCoordinateRectAt(int, int)</a></span> - Method in class edu.hws.jcm.draw.<a href="./edu/hws/jcm/draw/DisplayCanvas.html" title="class in edu.hws.jcm.draw">DisplayCanvas</a></dt>
<dd>
<div class="block">Return CoordinateRect that contains the specified pixel, or
 null if there is none.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/functions/TableFunction.html#findPoint(double)">findPoint(double)</a></span> - Method in class edu.hws.jcm.functions.<a href="./edu/hws/jcm/functions/TableFunction.html" title="class in edu.hws.jcm.functions">TableFunction</a></dt>
<dd>
<div class="block">If there is a point in the list with x-coordinate x, then this function returns
 the index of that point in the list (where the index of the first point is zero).</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/draw/Draggable.html#finishDrag(java.awt.event.MouseEvent)">finishDrag(MouseEvent)</a></span> - Method in interface edu.hws.jcm.draw.<a href="./edu/hws/jcm/draw/Draggable.html" title="interface in edu.hws.jcm.draw">Draggable</a></dt>
<dd>
<div class="block">Finish a draw that was started in startDrag().</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/draw/DraggablePoint.html#finishDrag(java.awt.event.MouseEvent)">finishDrag(MouseEvent)</a></span> - Method in class edu.hws.jcm.draw.<a href="./edu/hws/jcm/draw/DraggablePoint.html" title="class in edu.hws.jcm.draw">DraggablePoint</a></dt>
<dd>
<div class="block">Finish a drag operation begun in startDrag().</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/functions/TableFunctionInput.html#finishEdit()">finishEdit()</a></span> - Method in class edu.hws.jcm.functions.<a href="./edu/hws/jcm/functions/TableFunctionInput.html" title="class in edu.hws.jcm.functions">TableFunctionInput</a></dt>
<dd>
<div class="block">If an edit function has been specified (by startEdit()), this function copies the
 data form the TableFunctionInput into that function, and returns a
 pointer to that function.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/data/ExpressionProgram.html#FLOOR">FLOOR</a></span> - Static variable in class edu.hws.jcm.data.<a href="./edu/hws/jcm/data/ExpressionProgram.html" title="class in edu.hws.jcm.data">ExpressionProgram</a></dt>
<dd>
<div class="block">Code for a unary or binary operator or a standard function.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/draw/DrawString.html#font">font</a></span> - Variable in class edu.hws.jcm.draw.<a href="./edu/hws/jcm/draw/DrawString.html" title="class in edu.hws.jcm.draw">DrawString</a></dt>
<dd>
<div class="block">Font for drawing string.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/draw/DrawString.html#frameColor">frameColor</a></span> - Variable in class edu.hws.jcm.draw.<a href="./edu/hws/jcm/draw/DrawString.html" title="class in edu.hws.jcm.draw">DrawString</a></dt>
<dd>
<div class="block">If frameWidth is greate than zero, then a frame is drawn around the string in this
  color.</div>
</dd>
<dt><span class="strong"><a href="./GenericGraphApplet.html#frameTitle">frameTitle</a></span> - Variable in class <a href="./GenericGraphApplet.html" title="class in &lt;Unnamed&gt;">GenericGraphApplet</a></dt>
<dd>
<div class="block">The string that is used as the title of the frame, if the applet appears as
 a launch button.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/draw/DrawString.html#frameWidth">frameWidth</a></span> - Variable in class edu.hws.jcm.draw.<a href="./edu/hws/jcm/draw/DrawString.html" title="class in edu.hws.jcm.draw">DrawString</a></dt>
<dd>
<div class="block">If frameWidth is greater than zero, then a frame of this width is drawn around the
  string in the color given by frameColor.</div>
</dd>
<dt><a href="./edu/hws/jcm/data/Function.html" title="interface in edu.hws.jcm.data"><span class="strong">Function</span></a> - Interface in <a href="./edu/hws/jcm/data/package-summary.html">edu.hws.jcm.data</a></dt>
<dd>
<div class="block">A Function is a mathematical real-valued function of zero or more
 real-valued arguments.</div>
</dd>
<dt><a href="./FunctionComposition.html" title="class in &lt;Unnamed&gt;"><span class="strong">FunctionComposition</span></a> - Class in <a href="./package-summary.html">&lt;Unnamed&gt;</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./FunctionComposition.html#FunctionComposition()">FunctionComposition()</a></span> - Constructor for class <a href="./FunctionComposition.html" title="class in &lt;Unnamed&gt;">FunctionComposition</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./GenericGraphApplet.html#functionInput">functionInput</a></span> - Variable in class <a href="./GenericGraphApplet.html" title="class in &lt;Unnamed&gt;">GenericGraphApplet</a></dt>
<dd>
<div class="block">An input box for inputting an expression.</div>
</dd>
<dt><a href="./edu/hws/jcm/functions/FunctionParserExtension.html" title="class in edu.hws.jcm.functions"><span class="strong">FunctionParserExtension</span></a> - Class in <a href="./edu/hws/jcm/functions/package-summary.html">edu.hws.jcm.functions</a></dt>
<dd>
<div class="block">An object belonging to a concrete subclass of FunctionParserExtesion is a 
 mathematical function that can be registered with a Parser and then used in
 strings that are parsed by that parser.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/functions/FunctionParserExtension.html#FunctionParserExtension()">FunctionParserExtension()</a></span> - Constructor for class edu.hws.jcm.functions.<a href="./edu/hws/jcm/functions/FunctionParserExtension.html" title="class in edu.hws.jcm.functions">FunctionParserExtension</a></dt>
<dd>&nbsp;</dd>
</dl>
<a name="_G_">
<!--   -->
</a>
<h2 class="title">G</h2>
<dl>
<dt><span class="strong"><a href="./edu/hws/jcm/awt/Controller.html#gatherInputs()">gatherInputs()</a></span> - Method in class edu.hws.jcm.awt.<a href="./edu/hws/jcm/awt/Controller.html" title="class in edu.hws.jcm.awt">Controller</a></dt>
<dd>
<div class="block">Calles notifyControllerOnChange(this).</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/awt/JCMPanel.html#gatherInputs()">gatherInputs()</a></span> - Method in class edu.hws.jcm.awt.<a href="./edu/hws/jcm/awt/JCMPanel.html" title="class in edu.hws.jcm.awt">JCMPanel</a></dt>
<dd>
<div class="block">This method will set all the input objects in this JCMPanel
 and in sub-JCMPanels, as well as any other input objects that have been
 added to the panels' Controllers, to notify the Controller of this JCMPanel 
 when they change.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/data/ExpressionProgram.html#GE">GE</a></span> - Static variable in class edu.hws.jcm.data.<a href="./edu/hws/jcm/data/ExpressionProgram.html" title="class in edu.hws.jcm.data">ExpressionProgram</a></dt>
<dd>
<div class="block">Code for a unary or binary operator or a standard function.</div>
</dd>
<dt><a href="./GenericGraphApplet.html" title="class in &lt;Unnamed&gt;"><span class="strong">GenericGraphApplet</span></a> - Class in <a href="./package-summary.html">&lt;Unnamed&gt;</a></dt>
<dd>
<div class="block">GenericGraphApplet serves as a base class for applets that have a DisplayCanvas in the CENTER of 
 a BorderLayout and that are configurable by a large number of applet parameters.</div>
</dd>
<dt><span class="strong"><a href="./GenericGraphApplet.html#GenericGraphApplet()">GenericGraphApplet()</a></span> - Constructor for class <a href="./GenericGraphApplet.html" title="class in &lt;Unnamed&gt;">GenericGraphApplet</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/data/Parser.html#get(java.lang.String)">get(String)</a></span> - Method in class edu.hws.jcm.data.<a href="./edu/hws/jcm/data/Parser.html" title="class in edu.hws.jcm.data">Parser</a></dt>
<dd>
<div class="block">Get the MathObject that has been registered with the parser
 under the given name.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/data/ParserContext.html#get(java.lang.String)">get(String)</a></span> - Method in class edu.hws.jcm.data.<a href="./edu/hws/jcm/data/ParserContext.html" title="class in edu.hws.jcm.data">ParserContext</a></dt>
<dd>
<div class="block">Get the MathObject associated with name in the symbol table.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/data/SymbolTable.html#get(java.lang.String)">get(String)</a></span> - Method in class edu.hws.jcm.data.<a href="./edu/hws/jcm/data/SymbolTable.html" title="class in edu.hws.jcm.data">SymbolTable</a></dt>
<dd>
<div class="block">Look up the object with the given name, if any.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/data/Function.html#getArity()">getArity()</a></span> - Method in interface edu.hws.jcm.data.<a href="./edu/hws/jcm/data/Function.html" title="interface in edu.hws.jcm.data">Function</a></dt>
<dd>
<div class="block">Return the number of arguments of this function.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/data/SimpleFunction.html#getArity()">getArity()</a></span> - Method in class edu.hws.jcm.data.<a href="./edu/hws/jcm/data/SimpleFunction.html" title="class in edu.hws.jcm.data">SimpleFunction</a></dt>
<dd>
<div class="block">Return the number of arguments of this function.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/functions/ExpressionFunction.html#getArity()">getArity()</a></span> - Method in class edu.hws.jcm.functions.<a href="./edu/hws/jcm/functions/ExpressionFunction.html" title="class in edu.hws.jcm.functions">ExpressionFunction</a></dt>
<dd>
<div class="block">Return the number of arguments of this function.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/functions/TableFunction.html#getArity()">getArity()</a></span> - Method in class edu.hws.jcm.functions.<a href="./edu/hws/jcm/functions/TableFunction.html" title="class in edu.hws.jcm.functions">TableFunction</a></dt>
<dd>
<div class="block">Returns the arity of the function, which is 1.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/functions/WrapperFunction.html#getArity()">getArity()</a></span> - Method in class edu.hws.jcm.functions.<a href="./edu/hws/jcm/functions/WrapperFunction.html" title="class in edu.hws.jcm.functions">WrapperFunction</a></dt>
<dd>
<div class="block">Return the number of arguments of this function.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/awt/DataTableInput.html#getAutoAddRows()">getAutoAddRows()</a></span> - Method in class edu.hws.jcm.awt.<a href="./edu/hws/jcm/awt/DataTableInput.html" title="class in edu.hws.jcm.awt">DataTableInput</a></dt>
<dd>
<div class="block">Get the value of the autoAddRows property, which determines whether empty 
  rows are automatically added to the bottom of the table when needed.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/draw/ScatterPlot.html#getAutoChangeLimits()">getAutoChangeLimits()</a></span> - Method in class edu.hws.jcm.draw.<a href="./edu/hws/jcm/draw/ScatterPlot.html" title="class in edu.hws.jcm.draw">ScatterPlot</a></dt>
<dd>
<div class="block">The return value indicates whether the limits on the CoordinateRect are
  automatically adjusted when the data is recomputed.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/draw/Axes.html#getAxesColor()">getAxesColor()</a></span> - Method in class edu.hws.jcm.draw.<a href="./edu/hws/jcm/draw/Axes.html" title="class in edu.hws.jcm.draw">Axes</a></dt>
<dd>
<div class="block">Get the color that is used for drawing the axes, when they are drawn in their true position.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/draw/DrawString.html#getBackgroundColor()">getBackgroundColor()</a></span> - Method in class edu.hws.jcm.draw.<a href="./edu/hws/jcm/draw/DrawString.html" title="class in edu.hws.jcm.draw">DrawString</a></dt>
<dd>
<div class="block">Get the color that is used to fill a rectangle on which the string is drawn.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/awt/DisplayLabel.html#getBaseText()">getBaseText()</a></span> - Method in class edu.hws.jcm.awt.<a href="./edu/hws/jcm/awt/DisplayLabel.html" title="class in edu.hws.jcm.awt">DisplayLabel</a></dt>
<dd>
<div class="block">Return the basic text, including the #'s where Values
 are inserted in the displayed text.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/awt/DataTableInput.html#getBlankBackground()">getBlankBackground()</a></span> - Method in class edu.hws.jcm.awt.<a href="./edu/hws/jcm/awt/DataTableInput.html" title="class in edu.hws.jcm.awt">DataTableInput</a></dt>
<dd>
<div class="block">Returns the color that is used for blank areas in the table, below the
  rows of cells.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/draw/LimitControlPanel.html#getButton(int)">getButton(int)</a></span> - Method in class edu.hws.jcm.draw.<a href="./edu/hws/jcm/draw/LimitControlPanel.html" title="class in edu.hws.jcm.draw">LimitControlPanel</a></dt>
<dd>
<div class="block">Get a Button corresponding to one of the six button types defined by the constants
  SET_LIMITS, EQUALIZE, ZOOM_IN, ZOOM_OUT, SAVE, and RESTORE in this class.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/awt/DataTableInput.html#getCellBackground()">getCellBackground()</a></span> - Method in class edu.hws.jcm.awt.<a href="./edu/hws/jcm/awt/DataTableInput.html" title="class in edu.hws.jcm.awt">DataTableInput</a></dt>
<dd>
<div class="block">Returns the color that is used as a background for cells in the table.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/awt/DataTableInput.html#getCellContents(int, int)">getCellContents(int, int)</a></span> - Method in class edu.hws.jcm.awt.<a href="./edu/hws/jcm/awt/DataTableInput.html" title="class in edu.hws.jcm.awt">DataTableInput</a></dt>
<dd>
<div class="block">Get the number in the specified row and column.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/draw/DrawString.html#getClamp()">getClamp()</a></span> - Method in class edu.hws.jcm.draw.<a href="./edu/hws/jcm/draw/DrawString.html" title="class in edu.hws.jcm.draw">DrawString</a></dt>
<dd>
<div class="block">Returns true if the string is set to be clamped to lie within the CoordinateRect.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/draw/MouseTracker.html#getClampX()">getClampX()</a></span> - Method in class edu.hws.jcm.draw.<a href="./edu/hws/jcm/draw/MouseTracker.html" title="class in edu.hws.jcm.draw">MouseTracker</a></dt>
<dd>
<div class="block">Get the "clampX" property of the MouseTracker.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/draw/MouseTracker.html#getClampY()">getClampY()</a></span> - Method in class edu.hws.jcm.draw.<a href="./edu/hws/jcm/draw/MouseTracker.html" title="class in edu.hws.jcm.draw">MouseTracker</a></dt>
<dd>
<div class="block">Get the "clampY" property of the MouseTracker.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/draw/DraggablePoint.html#getColor()">getColor()</a></span> - Method in class edu.hws.jcm.draw.<a href="./edu/hws/jcm/draw/DraggablePoint.html" title="class in edu.hws.jcm.draw">DraggablePoint</a></dt>
<dd>
<div class="block">Get the color used for drawing the point.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/draw/DrawBorder.html#getColor()">getColor()</a></span> - Method in class edu.hws.jcm.draw.<a href="./edu/hws/jcm/draw/DrawBorder.html" title="class in edu.hws.jcm.draw">DrawBorder</a></dt>
<dd>
<div class="block">Get the color of the border.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/draw/DrawGeometric.html#getColor()">getColor()</a></span> - Method in class edu.hws.jcm.draw.<a href="./edu/hws/jcm/draw/DrawGeometric.html" title="class in edu.hws.jcm.draw">DrawGeometric</a></dt>
<dd>
<div class="block">Get the non-null color that is used for drawing the shape.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/draw/DrawString.html#getColor()">getColor()</a></span> - Method in class edu.hws.jcm.draw.<a href="./edu/hws/jcm/draw/DrawString.html" title="class in edu.hws.jcm.draw">DrawString</a></dt>
<dd>
<div class="block">Get the non-null color that is used for drawing the string.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/draw/Graph1D.html#getColor()">getColor()</a></span> - Method in class edu.hws.jcm.draw.<a href="./edu/hws/jcm/draw/Graph1D.html" title="class in edu.hws.jcm.draw">Graph1D</a></dt>
<dd>
<div class="block">Get the color that is used to draw the graph.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/draw/Grid.html#getColor()">getColor()</a></span> - Method in class edu.hws.jcm.draw.<a href="./edu/hws/jcm/draw/Grid.html" title="class in edu.hws.jcm.draw">Grid</a></dt>
<dd>
<div class="block">Access method which returns the Color of the grid lines.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/draw/ParametricCurve.html#getColor()">getColor()</a></span> - Method in class edu.hws.jcm.draw.<a href="./edu/hws/jcm/draw/ParametricCurve.html" title="class in edu.hws.jcm.draw">ParametricCurve</a></dt>
<dd>
<div class="block">Get the color that is used to draw the graph.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/draw/RiemannSumRects.html#getColor()">getColor()</a></span> - Method in class edu.hws.jcm.draw.<a href="./edu/hws/jcm/draw/RiemannSumRects.html" title="class in edu.hws.jcm.draw">RiemannSumRects</a></dt>
<dd>
<div class="block">Get the current color used to draw the rectangles</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/draw/VectorField.html#getColor()">getColor()</a></span> - Method in class edu.hws.jcm.draw.<a href="./edu/hws/jcm/draw/VectorField.html" title="class in edu.hws.jcm.draw">VectorField</a></dt>
<dd>
<div class="block">Get the color that is used to draw the vector field.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/functions/TableFunctionGraph.html#getColor()">getColor()</a></span> - Method in class edu.hws.jcm.functions.<a href="./edu/hws/jcm/functions/TableFunctionGraph.html" title="class in edu.hws.jcm.functions">TableFunctionGraph</a></dt>
<dd>
<div class="block">Get the non-null color that is used for drawing the graph.</div>
</dd>
<dt><span class="strong"><a href="./Evaluator.html#getColorParam(java.lang.String, java.awt.Color)">getColorParam(String, Color)</a></span> - Method in class <a href="./Evaluator.html" title="class in &lt;Unnamed&gt;">Evaluator</a></dt>
<dd>
<div class="block">Get The value of an applet parameter that specifies a color.</div>
</dd>
<dt><span class="strong"><a href="./GenericGraphApplet.html#getColorParam(java.lang.String)">getColorParam(String)</a></span> - Method in class <a href="./GenericGraphApplet.html" title="class in &lt;Unnamed&gt;">GenericGraphApplet</a></dt>
<dd>
<div class="block">Get The value of an applet parameter that specifies a color.</div>
</dd>
<dt><span class="strong"><a href="./GenericGraphApplet.html#getColorParam(java.lang.String, java.awt.Color)">getColorParam(String, Color)</a></span> - Method in class <a href="./GenericGraphApplet.html" title="class in &lt;Unnamed&gt;">GenericGraphApplet</a></dt>
<dd>
<div class="block">Get The value of an applet parameter that specifies a color.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/awt/DataTableInput.html#getColumnCount()">getColumnCount()</a></span> - Method in class edu.hws.jcm.awt.<a href="./edu/hws/jcm/awt/DataTableInput.html" title="class in edu.hws.jcm.awt">DataTableInput</a></dt>
<dd>
<div class="block">Get the number of columns in the table.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/awt/DataTableInput.html#getColumnName(int)">getColumnName(int)</a></span> - Method in class edu.hws.jcm.awt.<a href="./edu/hws/jcm/awt/DataTableInput.html" title="class in edu.hws.jcm.awt">DataTableInput</a></dt>
<dd>
<div class="block">Get the name of column number i, where columns are numbered starting from zero.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/awt/DataTableInput.html#getColumnVariable(int)">getColumnVariable(int)</a></span> - Method in class edu.hws.jcm.awt.<a href="./edu/hws/jcm/awt/DataTableInput.html" title="class in edu.hws.jcm.awt">DataTableInput</a></dt>
<dd>
<div class="block">Return a column variable for the specified column, where columns are
  numbered starting from 1.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/awt/Animator.html#getControl(int)">getControl(int)</a></span> - Method in class edu.hws.jcm.awt.<a href="./edu/hws/jcm/awt/Animator.html" title="class in edu.hws.jcm.awt">Animator</a></dt>
<dd>
<div class="block">Get one of controls associated with the Animator.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/awt/JCMPanel.html#getController()">getController()</a></span> - Method in class edu.hws.jcm.awt.<a href="./edu/hws/jcm/awt/JCMPanel.html" title="class in edu.hws.jcm.awt">JCMPanel</a></dt>
<dd>
<div class="block">Return the controller associated with this JCMPanel.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/draw/DisplayCanvas.html#getCoordinateRect()">getCoordinateRect()</a></span> - Method in class edu.hws.jcm.draw.<a href="./edu/hws/jcm/draw/DisplayCanvas.html" title="class in edu.hws.jcm.draw">DisplayCanvas</a></dt>
<dd>
<div class="block">Get the first CoordinateRect in this canvas.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/draw/DisplayCanvas.html#getCoordinateRect(int)">getCoordinateRect(int)</a></span> - Method in class edu.hws.jcm.draw.<a href="./edu/hws/jcm/draw/DisplayCanvas.html" title="class in edu.hws.jcm.draw">DisplayCanvas</a></dt>
<dd>
<div class="block">Get the i-th CoordinateRect in this DisplayCanvas.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/awt/DataTableInput.html#getCurrentRowNumber()">getCurrentRowNumber()</a></span> - Method in class edu.hws.jcm.awt.<a href="./edu/hws/jcm/awt/DataTableInput.html" title="class in edu.hws.jcm.awt">DataTableInput</a></dt>
<dd>
<div class="block">Return the current row number.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/draw/ScatterPlot.html#getDataColor()">getDataColor()</a></span> - Method in class edu.hws.jcm.draw.<a href="./edu/hws/jcm/draw/ScatterPlot.html" title="class in edu.hws.jcm.draw">ScatterPlot</a></dt>
<dd>
<div class="block">Get the color that is used to draw the points in the data.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/functions/ExpressionFunction.html#getDefinitionString()">getDefinitionString()</a></span> - Method in class edu.hws.jcm.functions.<a href="./edu/hws/jcm/functions/ExpressionFunction.html" title="class in edu.hws.jcm.functions">ExpressionFunction</a></dt>
<dd>
<div class="block">Return the expression that defines this function, as a string.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/draw/CoordinateRect.html#getDrawable(int)">getDrawable(int)</a></span> - Method in class edu.hws.jcm.draw.<a href="./edu/hws/jcm/draw/CoordinateRect.html" title="class in edu.hws.jcm.draw">CoordinateRect</a></dt>
<dd>
<div class="block">Get the i-th Drawable in this Rect, or null if i is less than zero
 or greater than or equal to the number of items.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/draw/CoordinateRect.html#getDrawableCount()">getDrawableCount()</a></span> - Method in class edu.hws.jcm.draw.<a href="./edu/hws/jcm/draw/CoordinateRect.html" title="class in edu.hws.jcm.draw">CoordinateRect</a></dt>
<dd>
<div class="block">Returns the number of Drawable items that are in this CoordinateRect.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/awt/DataTableInput.html#getEmptyCellValue()">getEmptyCellValue()</a></span> - Method in class edu.hws.jcm.awt.<a href="./edu/hws/jcm/awt/DataTableInput.html" title="class in edu.hws.jcm.awt">DataTableInput</a></dt>
<dd>
<div class="block">Get the value that is represented by an empty cell.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/draw/DisplayCanvas.html#getErrorBackground()">getErrorBackground()</a></span> - Method in class edu.hws.jcm.draw.<a href="./edu/hws/jcm/draw/DisplayCanvas.html" title="class in edu.hws.jcm.draw">DisplayCanvas</a></dt>
<dd>
<div class="block">Get color that is used as a background when the canvas displays an error message.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/draw/DisplayCanvas.html#getErrorForeground()">getErrorForeground()</a></span> - Method in class edu.hws.jcm.draw.<a href="./edu/hws/jcm/draw/DisplayCanvas.html" title="class in edu.hws.jcm.draw">DisplayCanvas</a></dt>
<dd>
<div class="block">Get color that is used for the text when the canvas displays an error message.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/awt/ErrorReporter.html#getErrorMessage()">getErrorMessage()</a></span> - Method in interface edu.hws.jcm.awt.<a href="./edu/hws/jcm/awt/ErrorReporter.html" title="interface in edu.hws.jcm.awt">ErrorReporter</a></dt>
<dd>
<div class="block">Get the error message that is currently being displayed, or
 return null if there is no error message.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/awt/ExpressionInput.html#getErrorMessage()">getErrorMessage()</a></span> - Method in class edu.hws.jcm.awt.<a href="./edu/hws/jcm/awt/ExpressionInput.html" title="class in edu.hws.jcm.awt">ExpressionInput</a></dt>
<dd>
<div class="block">Get error message from previous call to checkInput().</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/awt/MessagePopup.html#getErrorMessage()">getErrorMessage()</a></span> - Method in class edu.hws.jcm.awt.<a href="./edu/hws/jcm/awt/MessagePopup.html" title="class in edu.hws.jcm.awt">MessagePopup</a></dt>
<dd>
<div class="block">Get the currently displayed error message.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/awt/VariableInput.html#getErrorMessage()">getErrorMessage()</a></span> - Method in class edu.hws.jcm.awt.<a href="./edu/hws/jcm/awt/VariableInput.html" title="class in edu.hws.jcm.awt">VariableInput</a></dt>
<dd>
<div class="block">Get error message from previous call to checkInput().</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/draw/DisplayCanvas.html#getErrorMessage()">getErrorMessage()</a></span> - Method in class edu.hws.jcm.draw.<a href="./edu/hws/jcm/draw/DisplayCanvas.html" title="class in edu.hws.jcm.draw">DisplayCanvas</a></dt>
<dd>
<div class="block">Get the error message that is currently displayed on the canvas.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/awt/Controller.html#getErrorReporter()">getErrorReporter()</a></span> - Method in class edu.hws.jcm.awt.<a href="./edu/hws/jcm/awt/Controller.html" title="class in edu.hws.jcm.awt">Controller</a></dt>
<dd>
<div class="block">Get the ErrorReporter for this Controller.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/draw/LimitControlPanel.html#getErrorReporter()">getErrorReporter()</a></span> - Method in class edu.hws.jcm.draw.<a href="./edu/hws/jcm/draw/LimitControlPanel.html" title="class in edu.hws.jcm.draw">LimitControlPanel</a></dt>
<dd>
<div class="block">Get the ErrorReporter that is used to report errors in the
 user's input.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/awt/ExpressionInput.html#getExpression()">getExpression()</a></span> - Method in class edu.hws.jcm.awt.<a href="./edu/hws/jcm/awt/ExpressionInput.html" title="class in edu.hws.jcm.awt">ExpressionInput</a></dt>
<dd>
<div class="block">Get the Expression associated with this ExpressionInput.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/draw/DrawGeometric.html#getFillColor()">getFillColor()</a></span> - Method in class edu.hws.jcm.draw.<a href="./edu/hws/jcm/draw/DrawGeometric.html" title="class in edu.hws.jcm.draw">DrawGeometric</a></dt>
<dd>
<div class="block">Get the color that is used for filling ovals and rects.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/draw/DrawString.html#getFont()">getFont()</a></span> - Method in class edu.hws.jcm.draw.<a href="./edu/hws/jcm/draw/DrawString.html" title="class in edu.hws.jcm.draw">DrawString</a></dt>
<dd>
<div class="block">Return the font that is used for drawing the string.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/draw/DrawString.html#getFrameColor()">getFrameColor()</a></span> - Method in class edu.hws.jcm.draw.<a href="./edu/hws/jcm/draw/DrawString.html" title="class in edu.hws.jcm.draw">DrawString</a></dt>
<dd>
<div class="block">Get the color that is used to draw a frame around the string.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/draw/DrawString.html#getFrameWidth()">getFrameWidth()</a></span> - Method in class edu.hws.jcm.draw.<a href="./edu/hws/jcm/draw/DrawString.html" title="class in edu.hws.jcm.draw">DrawString</a></dt>
<dd>
<div class="block">Get the width, in pixels, of the frame that is drawn around the string.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/draw/RiemannSumRects.html#getFuction()">getFuction()</a></span> - Method in class edu.hws.jcm.draw.<a href="./edu/hws/jcm/draw/RiemannSumRects.html" title="class in edu.hws.jcm.draw">RiemannSumRects</a></dt>
<dd>
<div class="block">Returns the function whose Riemann sums are computed.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/awt/ExpressionInput.html#getFunction(edu.hws.jcm.data.Variable)">getFunction(Variable)</a></span> - Method in class edu.hws.jcm.awt.<a href="./edu/hws/jcm/awt/ExpressionInput.html" title="class in edu.hws.jcm.awt">ExpressionInput</a></dt>
<dd>
<div class="block">Get a function of one variable whose value at a real number
 x is computed by assigning x to the variable v and then
 returning the value of the expression associated with this
 ExpressionInput.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/awt/ExpressionInput.html#getFunction(edu.hws.jcm.data.Variable[])">getFunction(Variable[])</a></span> - Method in class edu.hws.jcm.awt.<a href="./edu/hws/jcm/awt/ExpressionInput.html" title="class in edu.hws.jcm.awt">ExpressionInput</a></dt>
<dd>
<div class="block">Get a function of one or more variables whose value at arguments
 x1, x2, ...</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/draw/Graph1D.html#getFunction()">getFunction()</a></span> - Method in class edu.hws.jcm.draw.<a href="./edu/hws/jcm/draw/Graph1D.html" title="class in edu.hws.jcm.draw">Graph1D</a></dt>
<dd>
<div class="block">Get the (possibly null) function whose graph is drawn.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/functions/TableFunctionGraph.html#getFunction()">getFunction()</a></span> - Method in class edu.hws.jcm.functions.<a href="./edu/hws/jcm/functions/TableFunctionGraph.html" title="class in edu.hws.jcm.functions">TableFunctionGraph</a></dt>
<dd>
<div class="block">Get the TableFunction whose graph is drawn by this TableFunctionGraph.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/functions/WrapperFunction.html#getFunction()">getFunction()</a></span> - Method in class edu.hws.jcm.functions.<a href="./edu/hws/jcm/functions/WrapperFunction.html" title="class in edu.hws.jcm.functions">WrapperFunction</a></dt>
<dd>
<div class="block">Return the function that is currently wrapped in this WrapperFunction.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/draw/CoordinateRect.html#getGap()">getGap()</a></span> - Method in class edu.hws.jcm.draw.<a href="./edu/hws/jcm/draw/CoordinateRect.html" title="class in edu.hws.jcm.draw">CoordinateRect</a></dt>
<dd>
<div class="block">Get the gap, in pixels, between the edges of 
 the CoordinateRect and the limits specified by xmin, xmax, ymin, and ymax.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/draw/DraggablePoint.html#getGhostColor()">getGhostColor()</a></span> - Method in class edu.hws.jcm.draw.<a href="./edu/hws/jcm/draw/DraggablePoint.html" title="class in edu.hws.jcm.draw">DraggablePoint</a></dt>
<dd>
<div class="block">Get the "ghostColor" of the point.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/awt/DataTableInput.html#getGridColor()">getGridColor()</a></span> - Method in class edu.hws.jcm.awt.<a href="./edu/hws/jcm/awt/DataTableInput.html" title="class in edu.hws.jcm.awt">DataTableInput</a></dt>
<dd>
<div class="block">Returns the color that is used for the lines between cells in the table.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/draw/DrawGeometric.html#getH()">getH()</a></span> - Method in class edu.hws.jcm.draw.<a href="./edu/hws/jcm/draw/DrawGeometric.html" title="class in edu.hws.jcm.draw">DrawGeometric</a></dt>
<dd>
<div class="block">Get the horizontal offset from (x1,y1).</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/draw/DisplayCanvas.html#getHandleMouseZooms()">getHandleMouseZooms()</a></span> - Method in class edu.hws.jcm.draw.<a href="./edu/hws/jcm/draw/DisplayCanvas.html" title="class in edu.hws.jcm.draw">DisplayCanvas</a></dt>
<dd>
<div class="block">Get the "handleMouseZooms" property of this DisplayCanvas, which determines whether the
 canvas reacts to mouse events by zooming the CoordinateRect that is clicked.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/draw/CoordinateRect.html#getHeight()">getHeight()</a></span> - Method in class edu.hws.jcm.draw.<a href="./edu/hws/jcm/draw/CoordinateRect.html" title="class in edu.hws.jcm.draw">CoordinateRect</a></dt>
<dd>
<div class="block">Get the height in pixels of this CoordinateRect in the DisplayCanvas that contains it.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/awt/VariableInput.html#getInputStyle()">getInputStyle()</a></span> - Method in class edu.hws.jcm.awt.<a href="./edu/hws/jcm/awt/VariableInput.html" title="class in edu.hws.jcm.awt">VariableInput</a></dt>
<dd>
<div class="block">Return the input style, which determines what types of things
 are allowed in the input box.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/awt/JCMPanel.html#getInsets()">getInsets()</a></span> - Method in class edu.hws.jcm.awt.<a href="./edu/hws/jcm/awt/JCMPanel.html" title="class in edu.hws.jcm.awt">JCMPanel</a></dt>
<dd>
<div class="block">Called by the system to determine how much of a gap to leave
 on each edge of the panel.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/functions/TableFunctionInput.html#getInsets()">getInsets()</a></span> - Method in class edu.hws.jcm.functions.<a href="./edu/hws/jcm/functions/TableFunctionInput.html" title="class in edu.hws.jcm.functions">TableFunctionInput</a></dt>
<dd>
<div class="block">Leave a 3-pixel gap around the edges of the panel.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/awt/VariableSlider.html#getIntegerValued()">getIntegerValued()</a></span> - Method in class edu.hws.jcm.awt.<a href="./edu/hws/jcm/awt/VariableSlider.html" title="class in edu.hws.jcm.awt">VariableSlider</a></dt>
<dd>
<div class="block">Return a boolean which is true if the VariableSlider restricts ranges of values to integers, false otherwise.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/functions/TableFunctionGraph.html#getInteractive()">getInteractive()</a></span> - Method in class edu.hws.jcm.functions.<a href="./edu/hws/jcm/functions/TableFunctionGraph.html" title="class in edu.hws.jcm.functions">TableFunctionGraph</a></dt>
<dd>
<div class="block">Get the value of the interactive property, which is true if the user can
  modify the function by dragging the points from the table.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/draw/RiemannSumRects.html#getIntervalCount()">getIntervalCount()</a></span> - Method in class edu.hws.jcm.draw.<a href="./edu/hws/jcm/draw/RiemannSumRects.html" title="class in edu.hws.jcm.draw">RiemannSumRects</a></dt>
<dd>
<div class="block">Get the number of intervals used.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/awt/Animator.html#getIntervals()">getIntervals()</a></span> - Method in class edu.hws.jcm.awt.<a href="./edu/hws/jcm/awt/Animator.html" title="class in edu.hws.jcm.awt">Animator</a></dt>
<dd>
<div class="block">Get the Value object that specifies the number of frames in the animation.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/draw/ParametricCurve.html#getIntervals()">getIntervals()</a></span> - Method in class edu.hws.jcm.draw.<a href="./edu/hws/jcm/draw/ParametricCurve.html" title="class in edu.hws.jcm.draw">ParametricCurve</a></dt>
<dd>
<div class="block">Get the value object, possibly null, that determines the number of points on the curve.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/draw/DrawString.html#getJustification()">getJustification()</a></span> - Method in class edu.hws.jcm.draw.<a href="./edu/hws/jcm/draw/DrawString.html" title="class in edu.hws.jcm.draw">DrawString</a></dt>
<dd>
<div class="block">Get the justification that is used for a multiple-line string.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/awt/DataTableInput.html#getLabelBackground()">getLabelBackground()</a></span> - Method in class edu.hws.jcm.awt.<a href="./edu/hws/jcm/awt/DataTableInput.html" title="class in edu.hws.jcm.awt">DataTableInput</a></dt>
<dd>
<div class="block">Returns the color that is used as a background for row numbers and column titles.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/draw/Axes.html#getLabelColor()">getLabelColor()</a></span> - Method in class edu.hws.jcm.draw.<a href="./edu/hws/jcm/draw/Axes.html" title="class in edu.hws.jcm.draw">Axes</a></dt>
<dd>
<div class="block">Get the color that is used for drawing the labels on the x- and y-axes.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/draw/CoordinateRect.html#getLeft()">getLeft()</a></span> - Method in class edu.hws.jcm.draw.<a href="./edu/hws/jcm/draw/CoordinateRect.html" title="class in edu.hws.jcm.draw">CoordinateRect</a></dt>
<dd>
<div class="block">Get the left edge of this CoordinateRect in the DisplayCanvas that contains it.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/draw/Axes.html#getLightAxesColor()">getLightAxesColor()</a></span> - Method in class edu.hws.jcm.draw.<a href="./edu/hws/jcm/draw/Axes.html" title="class in edu.hws.jcm.draw">Axes</a></dt>
<dd>
<div class="block">Get the color that is used for drawing an axis, when it is drawn along an edge of the CoordinateRect
 instead of in its proper x- or y-position.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/awt/Limits.html#getLimits()">getLimits()</a></span> - Method in interface edu.hws.jcm.awt.<a href="./edu/hws/jcm/awt/Limits.html" title="interface in edu.hws.jcm.awt">Limits</a></dt>
<dd>
<div class="block">Return a 4-element array containing xmin, xmax, ymin, and ymax.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/draw/CoordinateRect.html#getLimits()">getLimits()</a></span> - Method in class edu.hws.jcm.draw.<a href="./edu/hws/jcm/draw/CoordinateRect.html" title="class in edu.hws.jcm.draw">CoordinateRect</a></dt>
<dd>
<div class="block">Get an array containing the limits on the CoordinateRect in the order xmin, xmax, ymin, ymax.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/draw/LimitControlPanel.html#getLimits()">getLimits()</a></span> - Method in class edu.hws.jcm.draw.<a href="./edu/hws/jcm/draw/LimitControlPanel.html" title="class in edu.hws.jcm.draw">LimitControlPanel</a></dt>
<dd>
<div class="block">Get the values in the xmin, xmax, ymin, and ymax input boxes.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/draw/ScatterPlot.html#getLineColor()">getLineColor()</a></span> - Method in class edu.hws.jcm.draw.<a href="./edu/hws/jcm/draw/ScatterPlot.html" title="class in edu.hws.jcm.draw">ScatterPlot</a></dt>
<dd>
<div class="block">Get the color that is used to draw the regression line.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/draw/DrawGeometric.html#getLineWidth()">getLineWidth()</a></span> - Method in class edu.hws.jcm.draw.<a href="./edu/hws/jcm/draw/DrawGeometric.html" title="class in edu.hws.jcm.draw">DrawGeometric</a></dt>
<dd>
<div class="block">Get the width, in pixels, of lines that are drawn.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/draw/MouseTracker.html#getListenForDrags()">getListenForDrags()</a></span> - Method in class edu.hws.jcm.draw.<a href="./edu/hws/jcm/draw/MouseTracker.html" title="class in edu.hws.jcm.draw">MouseTracker</a></dt>
<dd>
<div class="block">Gets the "listenForDrags" property of the MouseTracker, which determines
 if the MouseTracker responds to both clicks and drags, or only to clicks.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/awt/Animator.html#getLoopStyle()">getLoopStyle()</a></span> - Method in class edu.hws.jcm.awt.<a href="./edu/hws/jcm/awt/Animator.html" title="class in edu.hws.jcm.awt">Animator</a></dt>
<dd>
<div class="block">Get the loop style, which determines what happens when the final frame of the animation is reached.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/awt/Animator.html#getMax()">getMax()</a></span> - Method in class edu.hws.jcm.awt.<a href="./edu/hws/jcm/awt/Animator.html" title="class in edu.hws.jcm.awt">Animator</a></dt>
<dd>
<div class="block">Get the Value object that specifies the final value of the Animator.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/awt/VariableInput.html#getMax()">getMax()</a></span> - Method in class edu.hws.jcm.awt.<a href="./edu/hws/jcm/awt/VariableInput.html" title="class in edu.hws.jcm.awt">VariableInput</a></dt>
<dd>
<div class="block">Return the maximum value that will be accepted in this VariableInput box.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/awt/VariableSlider.html#getMax()">getMax()</a></span> - Method in class edu.hws.jcm.awt.<a href="./edu/hws/jcm/awt/VariableSlider.html" title="class in edu.hws.jcm.awt">VariableSlider</a></dt>
<dd>
<div class="block">Get the Value object that gives the value of the variable when the slider is 
 at the right (or top) of the scrollbar.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/draw/RiemannSumRects.html#getMethod()">getMethod()</a></span> - Method in class edu.hws.jcm.draw.<a href="./edu/hws/jcm/draw/RiemannSumRects.html" title="class in edu.hws.jcm.draw">RiemannSumRects</a></dt>
<dd>
<div class="block">Return the current method used to find the rectangle sums</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/awt/Animator.html#getMillisPerFrame()">getMillisPerFrame()</a></span> - Method in class edu.hws.jcm.awt.<a href="./edu/hws/jcm/awt/Animator.html" title="class in edu.hws.jcm.awt">Animator</a></dt>
<dd>
<div class="block">Get the nominal number of milliseconds per frame.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/awt/Animator.html#getMin()">getMin()</a></span> - Method in class edu.hws.jcm.awt.<a href="./edu/hws/jcm/awt/Animator.html" title="class in edu.hws.jcm.awt">Animator</a></dt>
<dd>
<div class="block">Get the Value object that specifies the starting value of the Animator.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/awt/VariableInput.html#getMin()">getMin()</a></span> - Method in class edu.hws.jcm.awt.<a href="./edu/hws/jcm/awt/VariableInput.html" title="class in edu.hws.jcm.awt">VariableInput</a></dt>
<dd>
<div class="block">Return the minimum value that will be accepted in this VariableInput box.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/awt/VariableSlider.html#getMin()">getMin()</a></span> - Method in class edu.hws.jcm.awt.<a href="./edu/hws/jcm/awt/VariableSlider.html" title="class in edu.hws.jcm.awt">VariableSlider</a></dt>
<dd>
<div class="block">Get the Value object that gives the value of the variable when the slider is 
 at the left (or bottom) of the scrollbar.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/draw/ScatterPlot.html#getMissingValueIsError()">getMissingValueIsError()</a></span> - Method in class edu.hws.jcm.draw.<a href="./edu/hws/jcm/draw/ScatterPlot.html" title="class in edu.hws.jcm.draw">ScatterPlot</a></dt>
<dd>
<div class="block">The return value indicates whether missing data is considered to be
  an error.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/awt/DataTableInput.html#getName()">getName()</a></span> - Method in class edu.hws.jcm.awt.<a href="./edu/hws/jcm/awt/DataTableInput.html" title="class in edu.hws.jcm.awt">DataTableInput</a></dt>
<dd>
<div class="block">Get the name of the DataInputTable (which might be null).</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/data/Constant.html#getName()">getName()</a></span> - Method in class edu.hws.jcm.data.<a href="./edu/hws/jcm/data/Constant.html" title="class in edu.hws.jcm.data">Constant</a></dt>
<dd>
<div class="block">Return the name of this Constant.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/data/MathObject.html#getName()">getName()</a></span> - Method in interface edu.hws.jcm.data.<a href="./edu/hws/jcm/data/MathObject.html" title="interface in edu.hws.jcm.data">MathObject</a></dt>
<dd>
<div class="block">Get the name of this object.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/data/StandardFunction.html#getName()">getName()</a></span> - Method in class edu.hws.jcm.data.<a href="./edu/hws/jcm/data/StandardFunction.html" title="class in edu.hws.jcm.data">StandardFunction</a></dt>
<dd>
<div class="block">Return the name of this StandardFunction oject.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/functions/FunctionParserExtension.html#getName()">getName()</a></span> - Method in class edu.hws.jcm.functions.<a href="./edu/hws/jcm/functions/FunctionParserExtension.html" title="class in edu.hws.jcm.functions">FunctionParserExtension</a></dt>
<dd>
<div class="block">Get the name of this MathObject.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/functions/SummationParser.html#getName()">getName()</a></span> - Method in class edu.hws.jcm.functions.<a href="./edu/hws/jcm/functions/SummationParser.html" title="class in edu.hws.jcm.functions">SummationParser</a></dt>
<dd>
<div class="block">Get the name, which will be used in place of "sum" in expressions.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/awt/DataTableInput.html#getNonEmptyRowCount()">getNonEmptyRowCount()</a></span> - Method in class edu.hws.jcm.awt.<a href="./edu/hws/jcm/awt/DataTableInput.html" title="class in edu.hws.jcm.awt">DataTableInput</a></dt>
<dd>
<div class="block">Return the number of rows in the table, ignoring empty rows at the bottom
  of the table.</div>
</dd>
<dt><span class="strong"><a href="./GenericGraphApplet.html#getNumericParam(java.lang.String)">getNumericParam(String)</a></span> - Method in class <a href="./GenericGraphApplet.html" title="class in &lt;Unnamed&gt;">GenericGraphApplet</a></dt>
<dd>
<div class="block">Get The value of an applet parameter that consists of a list of numbers.</div>
</dd>
<dt><span class="strong"><a href="./GenericGraphApplet.html#getNumericParam(java.lang.String, double[])">getNumericParam(String, double[])</a></span> - Method in class <a href="./GenericGraphApplet.html" title="class in &lt;Unnamed&gt;">GenericGraphApplet</a></dt>
<dd>
<div class="block">Get The value of an applet parameter that consists of a list of numbers.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/awt/DisplayLabel.html#getNumSize()">getNumSize()</a></span> - Method in class edu.hws.jcm.awt.<a href="./edu/hws/jcm/awt/DisplayLabel.html" title="class in edu.hws.jcm.awt">DisplayLabel</a></dt>
<dd>
<div class="block">Return the desired maximum number of characters in displayed numbers.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/draw/DrawString.html#getNumSize()">getNumSize()</a></span> - Method in class edu.hws.jcm.draw.<a href="./edu/hws/jcm/draw/DrawString.html" title="class in edu.hws.jcm.draw">DrawString</a></dt>
<dd>
<div class="block">Return the desired maximum number of characters in displayed numbers.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/draw/DrawString.html#getOffset()">getOffset()</a></span> - Method in class edu.hws.jcm.draw.<a href="./edu/hws/jcm/draw/DrawString.html" title="class in edu.hws.jcm.draw">DrawString</a></dt>
<dd>
<div class="block">Get the distance of the bounding box of the string from the reference
 point where it is drawn.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/awt/Animator.html#getOnChange()">getOnChange()</a></span> - Method in class edu.hws.jcm.awt.<a href="./edu/hws/jcm/awt/Animator.html" title="class in edu.hws.jcm.awt">Animator</a></dt>
<dd>
<div class="block">Get the Controller that is notified (by calling its compute() method) whenever
 the frame changes.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/draw/CoordinateRect.html#getOnChange()">getOnChange()</a></span> - Method in class edu.hws.jcm.draw.<a href="./edu/hws/jcm/draw/CoordinateRect.html" title="class in edu.hws.jcm.draw">CoordinateRect</a></dt>
<dd>
<div class="block">Get the controller that is notified when the limits on this
 CoordinateRect change.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/functions/TableFunctionInput.html#getOnChange()">getOnChange()</a></span> - Method in class edu.hws.jcm.functions.<a href="./edu/hws/jcm/functions/TableFunctionInput.html" title="class in edu.hws.jcm.functions">TableFunctionInput</a></dt>
<dd>
<div class="block">Get the Controller that is notified when the user edits the data
 in this panel.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/functions/TableFunctionGraph.html#getOnDrag()">getOnDrag()</a></span> - Method in class edu.hws.jcm.functions.<a href="./edu/hws/jcm/functions/TableFunctionGraph.html" title="class in edu.hws.jcm.functions">TableFunctionGraph</a></dt>
<dd>
<div class="block">Get the Computable that is notified as the user drags a point.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/draw/Panner.html#getOnFinishDrag()">getOnFinishDrag()</a></span> - Method in class edu.hws.jcm.draw.<a href="./edu/hws/jcm/draw/Panner.html" title="class in edu.hws.jcm.draw">Panner</a></dt>
<dd>
<div class="block">Get the Controller that is notified when the user finishs a drag.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/functions/TableFunctionGraph.html#getOnFinishDrag()">getOnFinishDrag()</a></span> - Method in class edu.hws.jcm.functions.<a href="./edu/hws/jcm/functions/TableFunctionGraph.html" title="class in edu.hws.jcm.functions">TableFunctionGraph</a></dt>
<dd>
<div class="block">Get the Computable that is notified when the user finishes dragging a point.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/awt/ExpressionInput.html#getOnTextChange()">getOnTextChange()</a></span> - Method in class edu.hws.jcm.awt.<a href="./edu/hws/jcm/awt/ExpressionInput.html" title="class in edu.hws.jcm.awt">ExpressionInput</a></dt>
<dd>
<div class="block">Return the Controller, if any, that is notified whenever the text
 in this input box changes</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/awt/VariableInput.html#getOnTextChange()">getOnTextChange()</a></span> - Method in class edu.hws.jcm.awt.<a href="./edu/hws/jcm/awt/VariableInput.html" title="class in edu.hws.jcm.awt">VariableInput</a></dt>
<dd>
<div class="block">Return the Controller, if any, that is notified when the text
 in this input box changes</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/awt/ComputeButton.html#getOnUserAction()">getOnUserAction()</a></span> - Method in class edu.hws.jcm.awt.<a href="./edu/hws/jcm/awt/ComputeButton.html" title="class in edu.hws.jcm.awt">ComputeButton</a></dt>
<dd>
<div class="block">Return the controlller whose compute() method is
 called when the user clicks this button.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/awt/ExpressionInput.html#getOnUserAction()">getOnUserAction()</a></span> - Method in class edu.hws.jcm.awt.<a href="./edu/hws/jcm/awt/ExpressionInput.html" title="class in edu.hws.jcm.awt">ExpressionInput</a></dt>
<dd>
<div class="block">Return the Controller, if any, that is notified when the user 
 presses return in this text-input box.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/awt/VariableInput.html#getOnUserAction()">getOnUserAction()</a></span> - Method in class edu.hws.jcm.awt.<a href="./edu/hws/jcm/awt/VariableInput.html" title="class in edu.hws.jcm.awt">VariableInput</a></dt>
<dd>
<div class="block">Return the Controller, if any, that is notified when the user 
 presses return in this text-input box.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/awt/VariableSlider.html#getOnUserAction()">getOnUserAction()</a></span> - Method in class edu.hws.jcm.awt.<a href="./edu/hws/jcm/awt/VariableSlider.html" title="class in edu.hws.jcm.awt">VariableSlider</a></dt>
<dd>
<div class="block">Return the Controller, if any, that is notified when the user 
 adjusts the position of the scroll bar.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/draw/DraggablePoint.html#getOnUserAction(edu.hws.jcm.awt.Controller)">getOnUserAction(Controller)</a></span> - Method in class edu.hws.jcm.draw.<a href="./edu/hws/jcm/draw/DraggablePoint.html" title="class in edu.hws.jcm.draw">DraggablePoint</a></dt>
<dd>
<div class="block">Get the Controller that is notified when the user drags the point.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/draw/MouseTracker.html#getOnUserAction()">getOnUserAction()</a></span> - Method in class edu.hws.jcm.draw.<a href="./edu/hws/jcm/draw/MouseTracker.html" title="class in edu.hws.jcm.draw">MouseTracker</a></dt>
<dd>
<div class="block">Get the Controller that responds when a user mouse action is detected by this MouseTracker.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/draw/Panner.html#getOnUserAction()">getOnUserAction()</a></span> - Method in class edu.hws.jcm.draw.<a href="./edu/hws/jcm/draw/Panner.html" title="class in edu.hws.jcm.draw">Panner</a></dt>
<dd>
<div class="block">Get the Controller that is notified when the user moves the mouse during a drag.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/data/StandardFunction.html#getOpCode()">getOpCode()</a></span> - Method in class edu.hws.jcm.data.<a href="./edu/hws/jcm/data/StandardFunction.html" title="class in edu.hws.jcm.data">StandardFunction</a></dt>
<dd>
<div class="block">Return the operation code for this standard function.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/awt/Animator.html#getOrientation()">getOrientation()</a></span> - Method in class edu.hws.jcm.awt.<a href="./edu/hws/jcm/awt/Animator.html" title="class in edu.hws.jcm.awt">Animator</a></dt>
<dd>
<div class="block">Get the constant, VERTICAL or HORIZONTAL, that was used to specify whether the components
 in the animator are arranged veritcally or horizontally.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/draw/RiemannSumRects.html#getOutlineColor()">getOutlineColor()</a></span> - Method in class edu.hws.jcm.draw.<a href="./edu/hws/jcm/draw/RiemannSumRects.html" title="class in edu.hws.jcm.draw">RiemannSumRects</a></dt>
<dd>
<div class="block">Get the color that is used to draw outlines around the rects.</div>
</dd>
<dt><span class="strong"><a href="./GenericGraphApplet.html#getParameter(java.lang.String)">getParameter(String)</a></span> - Method in class <a href="./GenericGraphApplet.html" title="class in &lt;Unnamed&gt;">GenericGraphApplet</a></dt>
<dd>
<div class="block">Override the standard applet method getParameter(String) so that when no param value
 is provided in the applet tag, and if parameterDefaults is non-null, it will check for a value
 the parameterDefaults.</div>
</dd>
<dt><span class="strong"><a href="./GenericGraphApplet.html#getParameter(java.lang.String, java.lang.String)">getParameter(String, String)</a></span> - Method in class <a href="./GenericGraphApplet.html" title="class in &lt;Unnamed&gt;">GenericGraphApplet</a></dt>
<dd>
<div class="block">Get the value of an applet parameter, but return a default if the value is null.</div>
</dd>
<dt><span class="strong"><a href="./ScatterPlotApplet.html#getParameter(java.lang.String, java.lang.String)">getParameter(String, String)</a></span> - Method in class <a href="./ScatterPlotApplet.html" title="class in &lt;Unnamed&gt;">ScatterPlotApplet</a></dt>
<dd>
<div class="block">Return the applet parameter with a given param name, but if no
  such applet param exists, return a default value instead.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/draw/CoordinateRect.html#getPixelHeight()">getPixelHeight()</a></span> - Method in class edu.hws.jcm.draw.<a href="./edu/hws/jcm/draw/CoordinateRect.html" title="class in edu.hws.jcm.draw">CoordinateRect</a></dt>
<dd>
<div class="block">Return the height of one pixel in this coordinate system.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/draw/VectorField.html#getPixelSpacing()">getPixelSpacing()</a></span> - Method in class edu.hws.jcm.draw.<a href="./edu/hws/jcm/draw/VectorField.html" title="class in edu.hws.jcm.draw">VectorField</a></dt>
<dd>
<div class="block">Get the value of the pixelSpacing property, which determines the grid spacing for the vector field.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/draw/CoordinateRect.html#getPixelWidth()">getPixelWidth()</a></span> - Method in class edu.hws.jcm.draw.<a href="./edu/hws/jcm/draw/CoordinateRect.html" title="class in edu.hws.jcm.draw">CoordinateRect</a></dt>
<dd>
<div class="block">Return the width of one pixel in this coordinate system.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/functions/TableFunction.html#getPointCount()">getPointCount()</a></span> - Method in class edu.hws.jcm.functions.<a href="./edu/hws/jcm/functions/TableFunction.html" title="class in edu.hws.jcm.functions">TableFunction</a></dt>
<dd>
<div class="block">Gets the number of points in the table.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/draw/DrawString.html#getPositioning()">getPositioning()</a></span> - Method in class edu.hws.jcm.draw.<a href="./edu/hws/jcm/draw/DrawString.html" title="class in edu.hws.jcm.draw">DrawString</a></dt>
<dd>
<div class="block">Return the positioning, as set by setPositioning().</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/awt/DisplayLabel.html#getPreferredSize()">getPreferredSize()</a></span> - Method in class edu.hws.jcm.awt.<a href="./edu/hws/jcm/awt/DisplayLabel.html" title="class in edu.hws.jcm.awt">DisplayLabel</a></dt>
<dd>
<div class="block">Return the preferred size of this DisplayLabel.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/awt/VariableSlider.html#getPreferredSize()">getPreferredSize()</a></span> - Method in class edu.hws.jcm.awt.<a href="./edu/hws/jcm/awt/VariableSlider.html" title="class in edu.hws.jcm.awt">VariableSlider</a></dt>
<dd>
<div class="block">Modify getPreferredSize to return a width of
 200, if the scrollbar is horzontal, or a height
 of 200, if it is vertical.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/draw/DisplayCanvas.html#getPreferredSize()">getPreferredSize()</a></span> - Method in class edu.hws.jcm.draw.<a href="./edu/hws/jcm/draw/DisplayCanvas.html" title="class in edu.hws.jcm.draw">DisplayCanvas</a></dt>
<dd>
<div class="block">This has been overridden to return a default size of 350-by-350 pixels.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/draw/LimitControlPanel.html#getPreferredSize()">getPreferredSize()</a></span> - Method in class edu.hws.jcm.draw.<a href="./edu/hws/jcm/draw/LimitControlPanel.html" title="class in edu.hws.jcm.draw">LimitControlPanel</a></dt>
<dd>
<div class="block">Compute the preferred size of this panel.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/draw/DraggablePoint.html#getRadius()">getRadius()</a></span> - Method in class edu.hws.jcm.draw.<a href="./edu/hws/jcm/draw/DraggablePoint.html" title="class in edu.hws.jcm.draw">DraggablePoint</a></dt>
<dd>
<div class="block">Get the radius used for drawing the point.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/awt/DataTableInput.html#getRowNumberVariable()">getRowNumberVariable()</a></span> - Method in class edu.hws.jcm.awt.<a href="./edu/hws/jcm/awt/DataTableInput.html" title="class in edu.hws.jcm.awt">DataTableInput</a></dt>
<dd>
<div class="block">Get a variable that represents the current row number in the table,
  as set by the setCurrentRowNumber() method.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/awt/Animator.html#getSerialNumber()">getSerialNumber()</a></span> - Method in class edu.hws.jcm.awt.<a href="./edu/hws/jcm/awt/Animator.html" title="class in edu.hws.jcm.awt">Animator</a></dt>
<dd>
<div class="block">Part of the Tieable interface.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/awt/DataTableInput.html#getSerialNumber()">getSerialNumber()</a></span> - Method in class edu.hws.jcm.awt.<a href="./edu/hws/jcm/awt/DataTableInput.html" title="class in edu.hws.jcm.awt">DataTableInput</a></dt>
<dd>
<div class="block">Get the serial number of the table.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/awt/Tieable.html#getSerialNumber()">getSerialNumber()</a></span> - Method in interface edu.hws.jcm.awt.<a href="./edu/hws/jcm/awt/Tieable.html" title="interface in edu.hws.jcm.awt">Tieable</a></dt>
<dd>
<div class="block">Get the serial number associated with this Tieable.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/awt/VariableInput.html#getSerialNumber()">getSerialNumber()</a></span> - Method in class edu.hws.jcm.awt.<a href="./edu/hws/jcm/awt/VariableInput.html" title="class in edu.hws.jcm.awt">VariableInput</a></dt>
<dd>
<div class="block">Return this object's serial number, which increases whenever the
 value of the associated variable changes.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/awt/VariableSlider.html#getSerialNumber()">getSerialNumber()</a></span> - Method in class edu.hws.jcm.awt.<a href="./edu/hws/jcm/awt/VariableSlider.html" title="class in edu.hws.jcm.awt">VariableSlider</a></dt>
<dd>
<div class="block">Return this object's serial number, which is increased every time the
 value changes.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/draw/CoordinateRect.html#getSerialNumber()">getSerialNumber()</a></span> - Method in class edu.hws.jcm.draw.<a href="./edu/hws/jcm/draw/CoordinateRect.html" title="class in edu.hws.jcm.draw">CoordinateRect</a></dt>
<dd>
<div class="block">Return the serial number of the CoordinateRect, which is incremented each time the limits change.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/draw/LimitControlPanel.html#getSerialNumber()">getSerialNumber()</a></span> - Method in class edu.hws.jcm.draw.<a href="./edu/hws/jcm/draw/LimitControlPanel.html" title="class in edu.hws.jcm.draw">LimitControlPanel</a></dt>
<dd>
<div class="block">Part of the Tieable interface, and not meant to be called directly.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/awt/DataTableInput.html#getShowColumnTitles()">getShowColumnTitles()</a></span> - Method in class edu.hws.jcm.awt.<a href="./edu/hws/jcm/awt/DataTableInput.html" title="class in edu.hws.jcm.awt">DataTableInput</a></dt>
<dd>
<div class="block">Test whether the column name is shown at the top of each column.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/functions/TableFunctionGraph.html#getShowPoints()">getShowPoints()</a></span> - Method in class edu.hws.jcm.functions.<a href="./edu/hws/jcm/functions/TableFunctionGraph.html" title="class in edu.hws.jcm.functions">TableFunctionGraph</a></dt>
<dd>
<div class="block">Get the showPoints property, which determines whether the points
  from the table that defines the function are visible as little
  disks.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/draw/ScatterPlot.html#getShowRegressionLine()">getShowRegressionLine()</a></span> - Method in class edu.hws.jcm.draw.<a href="./edu/hws/jcm/draw/ScatterPlot.html" title="class in edu.hws.jcm.draw">ScatterPlot</a></dt>
<dd>
<div class="block">The return value tells whether a regression line is drawn.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/awt/DataTableInput.html#getShowRowNumbers()">getShowRowNumbers()</a></span> - Method in class edu.hws.jcm.awt.<a href="./edu/hws/jcm/awt/DataTableInput.html" title="class in edu.hws.jcm.awt">DataTableInput</a></dt>
<dd>
<div class="block">Test whether row numbers are shown.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/draw/DrawString.html#getString()">getString()</a></span> - Method in class edu.hws.jcm.draw.<a href="./edu/hws/jcm/draw/DrawString.html" title="class in edu.hws.jcm.draw">DrawString</a></dt>
<dd>
<div class="block">Get a copy of the display string (with \n's #'s, not with substitued values.)</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/draw/DraggablePoint.html#getStyle()">getStyle()</a></span> - Method in class edu.hws.jcm.draw.<a href="./edu/hws/jcm/draw/DraggablePoint.html" title="class in edu.hws.jcm.draw">DraggablePoint</a></dt>
<dd>
<div class="block">Get the visual style of the point, which must be one of the constants
  DraggablePoint.DISK, DraggablePoint.SQUARE, or DraggablePoint.CROSS.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/draw/VectorField.html#getStyle()">getStyle()</a></span> - Method in class edu.hws.jcm.draw.<a href="./edu/hws/jcm/draw/VectorField.html" title="class in edu.hws.jcm.draw">VectorField</a></dt>
<dd>
<div class="block">Get the style in which the vector field is displayed.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/functions/TableFunction.html#getStyle()">getStyle()</a></span> - Method in class edu.hws.jcm.functions.<a href="./edu/hws/jcm/functions/TableFunction.html" title="class in edu.hws.jcm.functions">TableFunction</a></dt>
<dd>
<div class="block">Get the style of this TableFunction, which specifies how values are
 interpolated between points on the curve.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/draw/ScatterPlot.html#getTable()">getTable()</a></span> - Method in class edu.hws.jcm.draw.<a href="./edu/hws/jcm/draw/ScatterPlot.html" title="class in edu.hws.jcm.draw">ScatterPlot</a></dt>
<dd>
<div class="block">Get the DataTableInput from which the plotted data is obtained.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/awt/DataTableInput.html#getThrowErrors()">getThrowErrors()</a></span> - Method in class edu.hws.jcm.awt.<a href="./edu/hws/jcm/awt/DataTableInput.html" title="class in edu.hws.jcm.awt">DataTableInput</a></dt>
<dd>
<div class="block">Get the value of the throwErrors property, which determines whether an error
  is thrown when an attempt is made to refer to the value of a cell that
  contains an invalid string.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/awt/ExpressionInput.html#getThrowErrors()">getThrowErrors()</a></span> - Method in class edu.hws.jcm.awt.<a href="./edu/hws/jcm/awt/ExpressionInput.html" title="class in edu.hws.jcm.awt">ExpressionInput</a></dt>
<dd>
<div class="block">Return the value of the throwErrors property, which determines whether errors
 can be thrown when checkInput() is called.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/awt/VariableInput.html#getThrowErrors()">getThrowErrors()</a></span> - Method in class edu.hws.jcm.awt.<a href="./edu/hws/jcm/awt/VariableInput.html" title="class in edu.hws.jcm.awt">VariableInput</a></dt>
<dd>
<div class="block">Return the value of the throwErrors property.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/draw/ParametricCurve.html#getTMax()">getTMax()</a></span> - Method in class edu.hws.jcm.draw.<a href="./edu/hws/jcm/draw/ParametricCurve.html" title="class in edu.hws.jcm.draw">ParametricCurve</a></dt>
<dd>
<div class="block">Get the Value object, possibly null, that gives the right endpoint of the domain of the parameter.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/draw/ParametricCurve.html#getTMin()">getTMin()</a></span> - Method in class edu.hws.jcm.draw.<a href="./edu/hws/jcm/draw/ParametricCurve.html" title="class in edu.hws.jcm.draw">ParametricCurve</a></dt>
<dd>
<div class="block">Get the Value object, possibly null, that gives the left endpoint of the domain of the parameter.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/draw/CoordinateRect.html#getTop()">getTop()</a></span> - Method in class edu.hws.jcm.draw.<a href="./edu/hws/jcm/draw/CoordinateRect.html" title="class in edu.hws.jcm.draw">CoordinateRect</a></dt>
<dd>
<div class="block">Get the top edge of this CoordinateRect in the DisplayCanvas that contains it.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/draw/MouseTracker.html#getUndefinedWhenNotDragging()">getUndefinedWhenNotDragging()</a></span> - Method in class edu.hws.jcm.draw.<a href="./edu/hws/jcm/draw/MouseTracker.html" title="class in edu.hws.jcm.draw">MouseTracker</a></dt>
<dd>
<div class="block">Gets the "undefinedWhenNotDragging" property of the MouseTracker.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/awt/Animator.html#getUndefinedWhenNotRunning()">getUndefinedWhenNotRunning()</a></span> - Method in class edu.hws.jcm.awt.<a href="./edu/hws/jcm/awt/Animator.html" title="class in edu.hws.jcm.awt">Animator</a></dt>
<dd>
<div class="block">Get the value of the undefinedWhenNotRunning property.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/draw/DisplayCanvas.html#getUseOffscreenCanvas()">getUseOffscreenCanvas()</a></span> - Method in class edu.hws.jcm.draw.<a href="./edu/hws/jcm/draw/DisplayCanvas.html" title="class in edu.hws.jcm.draw">DisplayCanvas</a></dt>
<dd>
<div class="block">Set the "useOffscreenCanvas" property of this DisplayCanvas.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/draw/LimitControlPanel.html#getUseTwoColumnsIfPossible()">getUseTwoColumnsIfPossible()</a></span> - Method in class edu.hws.jcm.draw.<a href="./edu/hws/jcm/draw/LimitControlPanel.html" title="class in edu.hws.jcm.draw">LimitControlPanel</a></dt>
<dd>
<div class="block">Get the value of the "useTwoColumnsIfPossible" property of this panel.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/draw/DrawGeometric.html#getV()">getV()</a></span> - Method in class edu.hws.jcm.draw.<a href="./edu/hws/jcm/draw/DrawGeometric.html" title="class in edu.hws.jcm.draw">DrawGeometric</a></dt>
<dd>
<div class="block">Get the vertical offset from (x1,y1).</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/awt/Animator.html#getVal()">getVal()</a></span> - Method in class edu.hws.jcm.awt.<a href="./edu/hws/jcm/awt/Animator.html" title="class in edu.hws.jcm.awt">Animator</a></dt>
<dd>
<div class="block">Get the current value of the Animator.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/awt/ExpressionInput.EI.html#getVal()">getVal()</a></span> - Method in class edu.hws.jcm.awt.<a href="./edu/hws/jcm/awt/ExpressionInput.EI.html" title="class in edu.hws.jcm.awt">ExpressionInput.EI</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/awt/ExpressionInput.html#getVal()">getVal()</a></span> - Method in class edu.hws.jcm.awt.<a href="./edu/hws/jcm/awt/ExpressionInput.html" title="class in edu.hws.jcm.awt">ExpressionInput</a></dt>
<dd>
<div class="block">Return the current value of the expression associated with
 this ExpressionInput.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/awt/VariableInput.html#getVal()">getVal()</a></span> - Method in class edu.hws.jcm.awt.<a href="./edu/hws/jcm/awt/VariableInput.html" title="class in edu.hws.jcm.awt">VariableInput</a></dt>
<dd>
<div class="block">Return the value of the associated variable, which might not
 reflect the value of the contents of the input box.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/awt/VariableSlider.html#getVal()">getVal()</a></span> - Method in class edu.hws.jcm.awt.<a href="./edu/hws/jcm/awt/VariableSlider.html" title="class in edu.hws.jcm.awt">VariableSlider</a></dt>
<dd>
<div class="block">Get the value of this VariableSlider.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/data/Constant.html#getVal()">getVal()</a></span> - Method in class edu.hws.jcm.data.<a href="./edu/hws/jcm/data/Constant.html" title="class in edu.hws.jcm.data">Constant</a></dt>
<dd>
<div class="block">Return the value of this Constant.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/data/ExpressionProgram.html#getVal()">getVal()</a></span> - Method in class edu.hws.jcm.data.<a href="./edu/hws/jcm/data/ExpressionProgram.html" title="class in edu.hws.jcm.data">ExpressionProgram</a></dt>
<dd>
<div class="block">Run the ExprssionProgram and return the value that it computes.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/data/Function.html#getVal(double[])">getVal(double[])</a></span> - Method in interface edu.hws.jcm.data.<a href="./edu/hws/jcm/data/Function.html" title="interface in edu.hws.jcm.data">Function</a></dt>
<dd>
<div class="block">Find the value of the function at the argument values
 given by arguments[0], arguments[1], ...</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/data/SimpleFunction.html#getVal(double[])">getVal(double[])</a></span> - Method in class edu.hws.jcm.data.<a href="./edu/hws/jcm/data/SimpleFunction.html" title="class in edu.hws.jcm.data">SimpleFunction</a></dt>
<dd>
<div class="block">Find the value of the function at the argument values
 argument[0], argument[1]....</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/data/Value.html#getVal()">getVal()</a></span> - Method in interface edu.hws.jcm.data.<a href="./edu/hws/jcm/data/Value.html" title="interface in edu.hws.jcm.data">Value</a></dt>
<dd>
<div class="block">Gets the current value of this object.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/data/ValueMath.html#getVal()">getVal()</a></span> - Method in class edu.hws.jcm.data.<a href="./edu/hws/jcm/data/ValueMath.html" title="class in edu.hws.jcm.data">ValueMath</a></dt>
<dd>
<div class="block">Get the value of this object.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/functions/ExpressionFunction.html#getVal(double[])">getVal(double[])</a></span> - Method in class edu.hws.jcm.functions.<a href="./edu/hws/jcm/functions/ExpressionFunction.html" title="class in edu.hws.jcm.functions">ExpressionFunction</a></dt>
<dd>
<div class="block">Find the value of the function at the argument values
 given by arguments[0], arguments[1], ...</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/functions/TableFunction.html#getVal(double)">getVal(double)</a></span> - Method in class edu.hws.jcm.functions.<a href="./edu/hws/jcm/functions/TableFunction.html" title="class in edu.hws.jcm.functions">TableFunction</a></dt>
<dd>
<div class="block">Get the value of the function at x, using interpolation if x lies between
 two x-coordinates in the list of points that define the function.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/functions/TableFunction.html#getVal(double[])">getVal(double[])</a></span> - Method in class edu.hws.jcm.functions.<a href="./edu/hws/jcm/functions/TableFunction.html" title="class in edu.hws.jcm.functions">TableFunction</a></dt>
<dd>
<div class="block">Get the value of the function at the specified parameter value.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/functions/WrapperFunction.html#getVal(double[])">getVal(double[])</a></span> - Method in class edu.hws.jcm.functions.<a href="./edu/hws/jcm/functions/WrapperFunction.html" title="class in edu.hws.jcm.functions">WrapperFunction</a></dt>
<dd>
<div class="block">Find the value of the function at the argument value
 argument[0], ....</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/awt/Animator.html#getValueAsVariable()">getValueAsVariable()</a></span> - Method in class edu.hws.jcm.awt.<a href="./edu/hws/jcm/awt/Animator.html" title="class in edu.hws.jcm.awt">Animator</a></dt>
<dd>
<div class="block">Get a variable whose value is always equal to the value of the animator.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/awt/Animator.html#getValueAsVariable(java.lang.String)">getValueAsVariable(String)</a></span> - Method in class edu.hws.jcm.awt.<a href="./edu/hws/jcm/awt/Animator.html" title="class in edu.hws.jcm.awt">Animator</a></dt>
<dd>
<div class="block">Get a variable whose value is always equal to the value of the animator.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/draw/CoordinateRect.html#getValueObject(int)">getValueObject(int)</a></span> - Method in class edu.hws.jcm.draw.<a href="./edu/hws/jcm/draw/CoordinateRect.html" title="class in edu.hws.jcm.draw">CoordinateRect</a></dt>
<dd>
<div class="block">Get a Value object representing one of the limits on this CoordinateRect.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/draw/RiemannSumRects.html#getValueObject(int)">getValueObject(int)</a></span> - Method in class edu.hws.jcm.draw.<a href="./edu/hws/jcm/draw/RiemannSumRects.html" title="class in edu.hws.jcm.draw">RiemannSumRects</a></dt>
<dd>
<div class="block">Gets a Value object that gives the value of the Riemann sum for the specified method.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/draw/ScatterPlot.html#getValueObject(int)">getValueObject(int)</a></span> - Method in class edu.hws.jcm.draw.<a href="./edu/hws/jcm/draw/ScatterPlot.html" title="class in edu.hws.jcm.draw">ScatterPlot</a></dt>
<dd>
<div class="block">Get a Value that represents a statistic about the data that is shown
  in the scatter plot.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/awt/DisplayLabel.html#getValues()">getValues()</a></span> - Method in class edu.hws.jcm.awt.<a href="./edu/hws/jcm/awt/DisplayLabel.html" title="class in edu.hws.jcm.awt">DisplayLabel</a></dt>
<dd>
<div class="block">Get the array of Value objects whose values are displayed
 in this DisplayLabel.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/draw/DrawString.html#getValues()">getValues()</a></span> - Method in class edu.hws.jcm.draw.<a href="./edu/hws/jcm/draw/DrawString.html" title="class in edu.hws.jcm.draw">DrawString</a></dt>
<dd>
<div class="block">Return the array of values that are substituted for #'s in the string.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/awt/ExpressionInput.EI.html#getValueWithCases(edu.hws.jcm.data.Cases)">getValueWithCases(Cases)</a></span> - Method in class edu.hws.jcm.awt.<a href="./edu/hws/jcm/awt/ExpressionInput.EI.html" title="class in edu.hws.jcm.awt">ExpressionInput.EI</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/data/Constant.html#getValueWithCases(edu.hws.jcm.data.Cases)">getValueWithCases(Cases)</a></span> - Method in class edu.hws.jcm.data.<a href="./edu/hws/jcm/data/Constant.html" title="class in edu.hws.jcm.data">Constant</a></dt>
<dd>
<div class="block">Return the value of the Constant.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/data/Expression.html#getValueWithCases(edu.hws.jcm.data.Cases)">getValueWithCases(Cases)</a></span> - Method in interface edu.hws.jcm.data.<a href="./edu/hws/jcm/data/Expression.html" title="interface in edu.hws.jcm.data">Expression</a></dt>
<dd>
<div class="block">Compute and return the value of this expression.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/data/ExpressionProgram.html#getValueWithCases(edu.hws.jcm.data.Cases)">getValueWithCases(Cases)</a></span> - Method in class edu.hws.jcm.data.<a href="./edu/hws/jcm/data/ExpressionProgram.html" title="class in edu.hws.jcm.data">ExpressionProgram</a></dt>
<dd>
<div class="block">Run the ExprssionProgram and return the value that it computes.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/data/Function.html#getValueWithCases(double[], edu.hws.jcm.data.Cases)">getValueWithCases(double[], Cases)</a></span> - Method in interface edu.hws.jcm.data.<a href="./edu/hws/jcm/data/Function.html" title="interface in edu.hws.jcm.data">Function</a></dt>
<dd>
<div class="block">Find the value of the function at the argument values
 given by arguments[0], arguments[1], ...</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/data/SimpleFunction.html#getValueWithCases(double[], edu.hws.jcm.data.Cases)">getValueWithCases(double[], Cases)</a></span> - Method in class edu.hws.jcm.data.<a href="./edu/hws/jcm/data/SimpleFunction.html" title="class in edu.hws.jcm.data">SimpleFunction</a></dt>
<dd>
<div class="block">Find the value of the function at the argument values
 argument[0], argument[1]....</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/functions/ExpressionFunction.html#getValueWithCases(double[], edu.hws.jcm.data.Cases)">getValueWithCases(double[], Cases)</a></span> - Method in class edu.hws.jcm.functions.<a href="./edu/hws/jcm/functions/ExpressionFunction.html" title="class in edu.hws.jcm.functions">ExpressionFunction</a></dt>
<dd>
<div class="block">Find the value of the function at the argument values
 given by arguments[0], arguments[1], ...</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/functions/TableFunction.html#getValueWithCases(double[], edu.hws.jcm.data.Cases)">getValueWithCases(double[], Cases)</a></span> - Method in class edu.hws.jcm.functions.<a href="./edu/hws/jcm/functions/TableFunction.html" title="class in edu.hws.jcm.functions">TableFunction</a></dt>
<dd>
<div class="block">Get the value of the function at the specified parameter value.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/functions/WrapperFunction.html#getValueWithCases(double[], edu.hws.jcm.data.Cases)">getValueWithCases(double[], Cases)</a></span> - Method in class edu.hws.jcm.functions.<a href="./edu/hws/jcm/functions/WrapperFunction.html" title="class in edu.hws.jcm.functions">WrapperFunction</a></dt>
<dd>
<div class="block">Find the value of the function at the argument values
 argument[0],....</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/awt/VariableInput.html#getVariable()">getVariable()</a></span> - Method in class edu.hws.jcm.awt.<a href="./edu/hws/jcm/awt/VariableInput.html" title="class in edu.hws.jcm.awt">VariableInput</a></dt>
<dd>
<div class="block">Get the associated variable for the VariableInput box.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/awt/VariableSlider.html#getVariable()">getVariable()</a></span> - Method in class edu.hws.jcm.awt.<a href="./edu/hws/jcm/awt/VariableSlider.html" title="class in edu.hws.jcm.awt">VariableSlider</a></dt>
<dd>
<div class="block">Return the variable associated with this VariableSlider.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/draw/Drawable.html#getVisible()">getVisible()</a></span> - Method in class edu.hws.jcm.draw.<a href="./edu/hws/jcm/draw/Drawable.html" title="class in edu.hws.jcm.draw">Drawable</a></dt>
<dd>
<div class="block">Return true if this Drawable is visible, false if it is hidden.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/draw/CoordinateRect.html#getWidth()">getWidth()</a></span> - Method in class edu.hws.jcm.draw.<a href="./edu/hws/jcm/draw/CoordinateRect.html" title="class in edu.hws.jcm.draw">CoordinateRect</a></dt>
<dd>
<div class="block">Get the width in pixels of this CoordinateRect in the DisplayCanvas that contains it.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/draw/DrawBorder.html#getWidth()">getWidth()</a></span> - Method in class edu.hws.jcm.draw.<a href="./edu/hws/jcm/draw/DrawBorder.html" title="class in edu.hws.jcm.draw">DrawBorder</a></dt>
<dd>
<div class="block">Get the width of the border, in pixels.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/functions/TableFunction.html#getX(int)">getX(int)</a></span> - Method in class edu.hws.jcm.functions.<a href="./edu/hws/jcm/functions/TableFunction.html" title="class in edu.hws.jcm.functions">TableFunction</a></dt>
<dd>
<div class="block">Get the x-coordinate in the i-th point, where the first point
 is number zero.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/draw/DrawGeometric.html#getX1()">getX1()</a></span> - Method in class edu.hws.jcm.draw.<a href="./edu/hws/jcm/draw/DrawGeometric.html" title="class in edu.hws.jcm.draw">DrawGeometric</a></dt>
<dd>
<div class="block">Get the value that gives the x-coordinate of the first point that determines the shape.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/draw/DrawGeometric.html#getX2()">getX2()</a></span> - Method in class edu.hws.jcm.draw.<a href="./edu/hws/jcm/draw/DrawGeometric.html" title="class in edu.hws.jcm.draw">DrawGeometric</a></dt>
<dd>
<div class="block">Get the value that gives the x-coordinate of the second point that determines the shape.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/draw/Axes.html#getXAxisPosition()">getXAxisPosition()</a></span> - Method in class edu.hws.jcm.draw.<a href="./edu/hws/jcm/draw/Axes.html" title="class in edu.hws.jcm.draw">Axes</a></dt>
<dd>
<div class="block">Get the positioning constant that tells where the x-axis is drawn.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/draw/ParametricCurve.html#getXFunction()">getXFunction()</a></span> - Method in class edu.hws.jcm.draw.<a href="./edu/hws/jcm/draw/ParametricCurve.html" title="class in edu.hws.jcm.draw">ParametricCurve</a></dt>
<dd>
<div class="block">Get the (possibly null) function that gives the x-coordinate of the curve.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/draw/VectorField.html#getXFunction()">getXFunction()</a></span> - Method in class edu.hws.jcm.draw.<a href="./edu/hws/jcm/draw/VectorField.html" title="class in edu.hws.jcm.draw">VectorField</a></dt>
<dd>
<div class="block">Get the (possibly null) function that gives the x-component of the vector field.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/draw/Axes.html#getXLabel()">getXLabel()</a></span> - Method in class edu.hws.jcm.draw.<a href="./edu/hws/jcm/draw/Axes.html" title="class in edu.hws.jcm.draw">Axes</a></dt>
<dd>
<div class="block">Get the label that appears on the x-axis.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/draw/CoordinateRect.html#getXmax()">getXmax()</a></span> - Method in class edu.hws.jcm.draw.<a href="./edu/hws/jcm/draw/CoordinateRect.html" title="class in edu.hws.jcm.draw">CoordinateRect</a></dt>
<dd>
<div class="block">Get the maximum x-coordinate.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/draw/CoordinateRect.html#getXmin()">getXmin()</a></span> - Method in class edu.hws.jcm.draw.<a href="./edu/hws/jcm/draw/CoordinateRect.html" title="class in edu.hws.jcm.draw">CoordinateRect</a></dt>
<dd>
<div class="block">Get the mimimum x-coordinate.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/draw/DrawString.html#getXPos()">getXPos()</a></span> - Method in class edu.hws.jcm.draw.<a href="./edu/hws/jcm/draw/DrawString.html" title="class in edu.hws.jcm.draw">DrawString</a></dt>
<dd>
<div class="block">Return the Value object that gives the x-coordinate of the reference
 point of this string.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/draw/Grid.html#getXSP()">getXSP()</a></span> - Method in class edu.hws.jcm.draw.<a href="./edu/hws/jcm/draw/Grid.html" title="class in edu.hws.jcm.draw">Grid</a></dt>
<dd>
<div class="block">Access method to return the x spacing used between grid lines.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/draw/DraggablePoint.html#getXVar()">getXVar()</a></span> - Method in class edu.hws.jcm.draw.<a href="./edu/hws/jcm/draw/DraggablePoint.html" title="class in edu.hws.jcm.draw">DraggablePoint</a></dt>
<dd>
<div class="block">Get the variable that represents the current x-value of the point.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/draw/MouseTracker.html#getXVar()">getXVar()</a></span> - Method in class edu.hws.jcm.draw.<a href="./edu/hws/jcm/draw/MouseTracker.html" title="class in edu.hws.jcm.draw">MouseTracker</a></dt>
<dd>
<div class="block">Get the variable whose value represents the x-coordinate of the MouseTracker.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/functions/TableFunction.html#getY(int)">getY(int)</a></span> - Method in class edu.hws.jcm.functions.<a href="./edu/hws/jcm/functions/TableFunction.html" title="class in edu.hws.jcm.functions">TableFunction</a></dt>
<dd>
<div class="block">Get the y-coordinate in the i-th point, where the first point
 is number zero.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/draw/DrawGeometric.html#getY1()">getY1()</a></span> - Method in class edu.hws.jcm.draw.<a href="./edu/hws/jcm/draw/DrawGeometric.html" title="class in edu.hws.jcm.draw">DrawGeometric</a></dt>
<dd>
<div class="block">Get the value that gives the y-coordinate of the first point that determines the shape.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/draw/DrawGeometric.html#getY2()">getY2()</a></span> - Method in class edu.hws.jcm.draw.<a href="./edu/hws/jcm/draw/DrawGeometric.html" title="class in edu.hws.jcm.draw">DrawGeometric</a></dt>
<dd>
<div class="block">Get the value that gives the y-coordinate of the second point that determines the shape.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/draw/Axes.html#getYAxisPosition()">getYAxisPosition()</a></span> - Method in class edu.hws.jcm.draw.<a href="./edu/hws/jcm/draw/Axes.html" title="class in edu.hws.jcm.draw">Axes</a></dt>
<dd>
<div class="block">Get the positioning constant that tells where the y-axis is drawn.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/draw/ParametricCurve.html#getYFunction()">getYFunction()</a></span> - Method in class edu.hws.jcm.draw.<a href="./edu/hws/jcm/draw/ParametricCurve.html" title="class in edu.hws.jcm.draw">ParametricCurve</a></dt>
<dd>
<div class="block">Get the (possibly null) function that gives the y-coordinate of the curve.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/draw/VectorField.html#getYFunction()">getYFunction()</a></span> - Method in class edu.hws.jcm.draw.<a href="./edu/hws/jcm/draw/VectorField.html" title="class in edu.hws.jcm.draw">VectorField</a></dt>
<dd>
<div class="block">Get the (possibly null) function that gives the y-component of the vector field.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/draw/Axes.html#getYLabel()">getYLabel()</a></span> - Method in class edu.hws.jcm.draw.<a href="./edu/hws/jcm/draw/Axes.html" title="class in edu.hws.jcm.draw">Axes</a></dt>
<dd>
<div class="block">Get the label that appears on the y-axis.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/draw/CoordinateRect.html#getYmax()">getYmax()</a></span> - Method in class edu.hws.jcm.draw.<a href="./edu/hws/jcm/draw/CoordinateRect.html" title="class in edu.hws.jcm.draw">CoordinateRect</a></dt>
<dd>
<div class="block">Get the maximum x-coordinate.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/draw/CoordinateRect.html#getYmin()">getYmin()</a></span> - Method in class edu.hws.jcm.draw.<a href="./edu/hws/jcm/draw/CoordinateRect.html" title="class in edu.hws.jcm.draw">CoordinateRect</a></dt>
<dd>
<div class="block">Get the mimimum y-coordinate.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/draw/DrawString.html#getYPos()">getYPos()</a></span> - Method in class edu.hws.jcm.draw.<a href="./edu/hws/jcm/draw/DrawString.html" title="class in edu.hws.jcm.draw">DrawString</a></dt>
<dd>
<div class="block">Return the Value object that gives the y-coordinate of the reference
 point of this string.point of this string.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/draw/Grid.html#getYSP()">getYSP()</a></span> - Method in class edu.hws.jcm.draw.<a href="./edu/hws/jcm/draw/Grid.html" title="class in edu.hws.jcm.draw">Grid</a></dt>
<dd>
<div class="block">Access method to return the y spacing used between grid lines</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/draw/DraggablePoint.html#getYVar()">getYVar()</a></span> - Method in class edu.hws.jcm.draw.<a href="./edu/hws/jcm/draw/DraggablePoint.html" title="class in edu.hws.jcm.draw">DraggablePoint</a></dt>
<dd>
<div class="block">Get the variable that represents the current y-value of the point.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/draw/MouseTracker.html#getYVar()">getYVar()</a></span> - Method in class edu.hws.jcm.draw.<a href="./edu/hws/jcm/draw/MouseTracker.html" title="class in edu.hws.jcm.draw">MouseTracker</a></dt>
<dd>
<div class="block">Get the variable whose value represents the y-coordinate of the MouseTracker.</div>
</dd>
<dt><a href="./edu/hws/jcm/draw/Graph1D.html" title="class in edu.hws.jcm.draw"><span class="strong">Graph1D</span></a> - Class in <a href="./edu/hws/jcm/draw/package-summary.html">edu.hws.jcm.draw</a></dt>
<dd>
<div class="block">A Graph1D represents the graph of a function of one variable, to be
 displayed in a given CoordinateRect.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/draw/Graph1D.html#Graph1D()">Graph1D()</a></span> - Constructor for class edu.hws.jcm.draw.<a href="./edu/hws/jcm/draw/Graph1D.html" title="class in edu.hws.jcm.draw">Graph1D</a></dt>
<dd>
<div class="block">Create a Graph1D with no function to graph.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/draw/Graph1D.html#Graph1D(edu.hws.jcm.data.Function)">Graph1D(Function)</a></span> - Constructor for class edu.hws.jcm.draw.<a href="./edu/hws/jcm/draw/Graph1D.html" title="class in edu.hws.jcm.draw">Graph1D</a></dt>
<dd>
<div class="block">Create a graph of the specified function.</div>
</dd>
<dt><a href="./edu/hws/jcm/draw/Grid.html" title="class in edu.hws.jcm.draw"><span class="strong">Grid</span></a> - Class in <a href="./edu/hws/jcm/draw/package-summary.html">edu.hws.jcm.draw</a></dt>
<dd>
<div class="block">A Grid object draws a graph paper-like grid on a Canvas.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/draw/Grid.html#Grid()">Grid()</a></span> - Constructor for class edu.hws.jcm.draw.<a href="./edu/hws/jcm/draw/Grid.html" title="class in edu.hws.jcm.draw">Grid</a></dt>
<dd>
<div class="block">Create a Grid object with x and y spacing 1.0.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/draw/Grid.html#Grid(double, double)">Grid(double, double)</a></span> - Constructor for class edu.hws.jcm.draw.<a href="./edu/hws/jcm/draw/Grid.html" title="class in edu.hws.jcm.draw">Grid</a></dt>
<dd>
<div class="block">Create a Grid object with spacing specified.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/data/ExpressionProgram.html#GT">GT</a></span> - Static variable in class edu.hws.jcm.data.<a href="./edu/hws/jcm/data/ExpressionProgram.html" title="class in edu.hws.jcm.data">ExpressionProgram</a></dt>
<dd>
<div class="block">Code for a unary or binary operator or a standard function.</div>
</dd>
</dl>
<a name="_H_">
<!--   -->
</a>
<h2 class="title">H</h2>
<dl>
<dt><span class="strong"><a href="./edu/hws/jcm/draw/DrawGeometric.html#h">h</a></span> - Variable in class edu.hws.jcm.draw.<a href="./edu/hws/jcm/draw/DrawGeometric.html" title="class in edu.hws.jcm.draw">DrawGeometric</a></dt>
<dd>
<div class="block">Integer that gives horizontal pixel offset from x1.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/awt/Animator.html#HORIZONTAL">HORIZONTAL</a></span> - Static variable in class edu.hws.jcm.awt.<a href="./edu/hws/jcm/awt/Animator.html" title="class in edu.hws.jcm.awt">Animator</a></dt>
<dd>
<div class="block">Indicates that the components in the Animator panel are to be in a horizontal row.</div>
</dd>
</dl>
<a name="_I_">
<!--   -->
</a>
<h2 class="title">I</h2>
<dl>
<dt><span class="strong"><a href="./edu/hws/jcm/data/ParserContext.html#IDENTIFIER">IDENTIFIER</a></span> - Static variable in class edu.hws.jcm.data.<a href="./edu/hws/jcm/data/ParserContext.html" title="class in edu.hws.jcm.data">ParserContext</a></dt>
<dd>
<div class="block">One of the possible token types returned by look() and next().</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/draw/DrawGeometric.html#INFINITE_LINE_ABSOLUTE">INFINITE_LINE_ABSOLUTE</a></span> - Static variable in class edu.hws.jcm.draw.<a href="./edu/hws/jcm/draw/DrawGeometric.html" title="class in edu.hws.jcm.draw">DrawGeometric</a></dt>
<dd>
<div class="block">Specifies a  line that extends through the points (x1,y1) and (x2,y2) and beyond.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/draw/DrawGeometric.html#INFINITE_LINE_RELATIVE">INFINITE_LINE_RELATIVE</a></span> - Static variable in class edu.hws.jcm.draw.<a href="./edu/hws/jcm/draw/DrawGeometric.html" title="class in edu.hws.jcm.draw">DrawGeometric</a></dt>
<dd>
<div class="block">Specifies an infinite line through (x1,y1) and (x1+x2,y1+y2), or through (x1,y1) and (x1+h,y1+v) if x2,y2 are null.</div>
</dd>
<dt><span class="strong"><a href="./Evaluator.html#init()">init()</a></span> - Method in class <a href="./Evaluator.html" title="class in &lt;Unnamed&gt;">Evaluator</a></dt>
<dd>
<div class="block">The init() method is called by the system to set up the applet.</div>
</dd>
<dt><span class="strong"><a href="./GenericGraphApplet.html#init()">init()</a></span> - Method in class <a href="./GenericGraphApplet.html" title="class in &lt;Unnamed&gt;">GenericGraphApplet</a></dt>
<dd>
<div class="block">The init() method is called by the system to set up the applet.</div>
</dd>
<dt><span class="strong"><a href="./ScatterPlotApplet.html#init()">init()</a></span> - Method in class <a href="./ScatterPlotApplet.html" title="class in &lt;Unnamed&gt;">ScatterPlotApplet</a></dt>
<dd>
<div class="block">The init() method is called by the system to set up the applet.</div>
</dd>
<dt><a href="./edu/hws/jcm/awt/InputObject.html" title="interface in edu.hws.jcm.awt"><span class="strong">InputObject</span></a> - Interface in <a href="./edu/hws/jcm/awt/package-summary.html">edu.hws.jcm.awt</a></dt>
<dd>
<div class="block">An InputObject represents some sort of value that can be changed
 by, for example, user interaction with a GUI element.</div>
</dd>
<dt><span class="strong"><a href="./GenericGraphApplet.html#inputPanel">inputPanel</a></span> - Variable in class <a href="./GenericGraphApplet.html" title="class in &lt;Unnamed&gt;">GenericGraphApplet</a></dt>
<dd>
<div class="block">A panel containing the functionInput.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/awt/Controller.html#inputs">inputs</a></span> - Variable in class edu.hws.jcm.awt.<a href="./edu/hws/jcm/awt/Controller.html" title="class in edu.hws.jcm.awt">Controller</a></dt>
<dd>
<div class="block">InputObjects controlled by this controller.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/awt/VariableInput.html#inputStyle">inputStyle</a></span> - Variable in class edu.hws.jcm.awt.<a href="./edu/hws/jcm/awt/VariableInput.html" title="class in edu.hws.jcm.awt">VariableInput</a></dt>
<dd>
<div class="block">One of the constant values EXPRESSION, REAL, or
 INTEGER, specifying the style of input.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/draw/RiemannSumRects.html#INSCRIBED">INSCRIBED</a></span> - Static variable in class edu.hws.jcm.draw.<a href="./edu/hws/jcm/draw/RiemannSumRects.html" title="class in edu.hws.jcm.draw">RiemannSumRects</a></dt>
<dd>
<div class="block">Summation method type.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/awt/DataTableInput.html#insertRow()">insertRow()</a></span> - Method in class edu.hws.jcm.awt.<a href="./edu/hws/jcm/awt/DataTableInput.html" title="class in edu.hws.jcm.awt">DataTableInput</a></dt>
<dd>
<div class="block">Insert a row before the row that contains the cell that the user is editing.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/awt/VariableInput.html#INTEGER">INTEGER</a></span> - Static variable in class edu.hws.jcm.awt.<a href="./edu/hws/jcm/awt/VariableInput.html" title="class in edu.hws.jcm.awt">VariableInput</a></dt>
<dd>
<div class="block">A constant for use in the setInputStyle() method.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/awt/VariableSlider.html#integerValued">integerValued</a></span> - Variable in class edu.hws.jcm.awt.<a href="./edu/hws/jcm/awt/VariableSlider.html" title="class in edu.hws.jcm.awt">VariableSlider</a></dt>
<dd>
<div class="block">If this is true, then the value of the
 variable associated with this slider is
 an integer.</div>
</dd>
<dt><a href="./IntegralCurves.html" title="class in &lt;Unnamed&gt;"><span class="strong">IntegralCurves</span></a> - Class in <a href="./package-summary.html">&lt;Unnamed&gt;</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./IntegralCurves.html#IntegralCurves()">IntegralCurves()</a></span> - Constructor for class <a href="./IntegralCurves.html" title="class in &lt;Unnamed&gt;">IntegralCurves</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/draw/ScatterPlot.html#INTERCEPT">INTERCEPT</a></span> - Static variable in class edu.hws.jcm.draw.<a href="./edu/hws/jcm/draw/ScatterPlot.html" title="class in edu.hws.jcm.draw">ScatterPlot</a></dt>
<dd>
<div class="block">A constant that can be used in the getValueObject() method to
  indicate which statistic the object should represent.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/awt/VariableSlider.html#intervals">intervals</a></span> - Variable in class edu.hws.jcm.awt.<a href="./edu/hws/jcm/awt/VariableSlider.html" title="class in edu.hws.jcm.awt">VariableSlider</a></dt>
<dd>
<div class="block">The number of possible value of the scrollbar
 (Unless integerValued is true.)</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/data/StackOfDouble.html#isEmpty()">isEmpty()</a></span> - Method in class edu.hws.jcm.data.<a href="./edu/hws/jcm/data/StackOfDouble.html" title="class in edu.hws.jcm.data">StackOfDouble</a></dt>
<dd>
<div class="block">Return true if and only if the stack contains no items.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/awt/Tie.html#items">items</a></span> - Variable in class edu.hws.jcm.awt.<a href="./edu/hws/jcm/awt/Tie.html" title="class in edu.hws.jcm.awt">Tie</a></dt>
<dd>
<div class="block">The Tieables in this Tie.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/draw/LimitControlPanel.html#items">items</a></span> - Variable in class edu.hws.jcm.draw.<a href="./edu/hws/jcm/draw/LimitControlPanel.html" title="class in edu.hws.jcm.draw">LimitControlPanel</a></dt>
<dd>
<div class="block">Vector of components and component pairs that have
 been added to this panel, including at least the xmin, xmax, ymin, ymax
 input boxes.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/awt/Animator.html#itemStateChanged(java.awt.event.ItemEvent)">itemStateChanged(ItemEvent)</a></span> - Method in class edu.hws.jcm.awt.<a href="./edu/hws/jcm/awt/Animator.html" title="class in edu.hws.jcm.awt">Animator</a></dt>
<dd>
<div class="block">Respond to clicks on pop-up menus.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/awt/Controller.html#itemStateChanged(java.awt.event.ItemEvent)">itemStateChanged(ItemEvent)</a></span> - Method in class edu.hws.jcm.awt.<a href="./edu/hws/jcm/awt/Controller.html" title="class in edu.hws.jcm.awt">Controller</a></dt>
<dd>
<div class="block">Simply calls compute when the Controller hears an ItemEvent.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/functions/TableFunctionInput.html#itemStateChanged(java.awt.event.ItemEvent)">itemStateChanged(ItemEvent)</a></span> - Method in class edu.hws.jcm.functions.<a href="./edu/hws/jcm/functions/TableFunctionInput.html" title="class in edu.hws.jcm.functions">TableFunctionInput</a></dt>
<dd>
<div class="block">React when user clicks on a point in the list of points or clicks one
 of the radio buttons for specifying the style of the function.</div>
</dd>
<dt><span class="strong"><a href="./FunctionComposition.html#itemStateChanged(java.awt.event.ItemEvent)">itemStateChanged(ItemEvent)</a></span> - Method in class <a href="./FunctionComposition.html" title="class in &lt;Unnamed&gt;">FunctionComposition</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./GenericGraphApplet.html#itemStateChanged(java.awt.event.ItemEvent)">itemStateChanged(ItemEvent)</a></span> - Method in class <a href="./GenericGraphApplet.html" title="class in &lt;Unnamed&gt;">GenericGraphApplet</a></dt>
<dd>
<div class="block">Respond when user chooses an example from the example menu.</div>
</dd>
<dt><span class="strong"><a href="./RiemannSums.html#itemStateChanged(java.awt.event.ItemEvent)">itemStateChanged(ItemEvent)</a></span> - Method in class <a href="./RiemannSums.html" title="class in &lt;Unnamed&gt;">RiemannSums</a></dt>
<dd>&nbsp;</dd>
</dl>
<a name="_J_">
<!--   -->
</a>
<h2 class="title">J</h2>
<dl>
<dt><a href="./edu/hws/jcm/awt/JCMError.html" title="class in edu.hws.jcm.awt"><span class="strong">JCMError</span></a> - Exception in <a href="./edu/hws/jcm/awt/package-summary.html">edu.hws.jcm.awt</a></dt>
<dd>
<div class="block">JCMErrors can be generated by objects belonging to various classes
 in edu.hws.jcm.awt and edu.hws.jcm.draw.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/awt/JCMError.html#JCMError(java.lang.String)">JCMError(String)</a></span> - Constructor for exception edu.hws.jcm.awt.<a href="./edu/hws/jcm/awt/JCMError.html" title="class in edu.hws.jcm.awt">JCMError</a></dt>
<dd>
<div class="block">Create a JCMError with the given error message and no associated object.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/awt/JCMError.html#JCMError(java.lang.String, java.lang.Object)">JCMError(String, Object)</a></span> - Constructor for exception edu.hws.jcm.awt.<a href="./edu/hws/jcm/awt/JCMError.html" title="class in edu.hws.jcm.awt">JCMError</a></dt>
<dd>
<div class="block">Create a JCMError with the given error message and associated object.</div>
</dd>
<dt><a href="./edu/hws/jcm/awt/JCMPanel.html" title="class in edu.hws.jcm.awt"><span class="strong">JCMPanel</span></a> - Class in <a href="./edu/hws/jcm/awt/package-summary.html">edu.hws.jcm.awt</a></dt>
<dd>
<div class="block">A JCMPanel is a Panel with an associated Controller.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/awt/JCMPanel.html#JCMPanel(java.awt.LayoutManager)">JCMPanel(LayoutManager)</a></span> - Constructor for class edu.hws.jcm.awt.<a href="./edu/hws/jcm/awt/JCMPanel.html" title="class in edu.hws.jcm.awt">JCMPanel</a></dt>
<dd>
<div class="block">Create a JCMPanel that uses a given layout manager.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/awt/JCMPanel.html#JCMPanel()">JCMPanel()</a></span> - Constructor for class edu.hws.jcm.awt.<a href="./edu/hws/jcm/awt/JCMPanel.html" title="class in edu.hws.jcm.awt">JCMPanel</a></dt>
<dd>
<div class="block">Create a JCMPanel that uses a BorderLayout with horizontal and veritcal
 gaps of 3 pixels.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/awt/JCMPanel.html#JCMPanel(int)">JCMPanel(int)</a></span> - Constructor for class edu.hws.jcm.awt.<a href="./edu/hws/jcm/awt/JCMPanel.html" title="class in edu.hws.jcm.awt">JCMPanel</a></dt>
<dd>
<div class="block">Create a JCMPanel that uses a BorderLayout with horizontal and vertical
 gaps of "gap" pixels.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/awt/JCMPanel.html#JCMPanel(int, int)">JCMPanel(int, int)</a></span> - Constructor for class edu.hws.jcm.awt.<a href="./edu/hws/jcm/awt/JCMPanel.html" title="class in edu.hws.jcm.awt">JCMPanel</a></dt>
<dd>
<div class="block">Create a JCMPanel that uses a GridLayout with the specified number of rows
 and columns and with horizontal and veritcal gaps of 3 pixels between components.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/awt/JCMPanel.html#JCMPanel(int, int, int)">JCMPanel(int, int, int)</a></span> - Constructor for class edu.hws.jcm.awt.<a href="./edu/hws/jcm/awt/JCMPanel.html" title="class in edu.hws.jcm.awt">JCMPanel</a></dt>
<dd>
<div class="block">Create a JCMPanel that uses a GridLayout with the specified number of rows
 and columns and with horizontal and vertical gaps of "gap" pixels.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/draw/DrawString.html#justification">justification</a></span> - Variable in class edu.hws.jcm.draw.<a href="./edu/hws/jcm/draw/DrawString.html" title="class in edu.hws.jcm.draw">DrawString</a></dt>
<dd>
<div class="block">Left, right, or center justification of lines in the text.</div>
</dd>
</dl>
<a name="_L_">
<!--   -->
</a>
<h2 class="title">L</h2>
<dl>
<dt><span class="strong"><a href="./edu/hws/jcm/data/ExpressionProgram.html#LE">LE</a></span> - Static variable in class edu.hws.jcm.data.<a href="./edu/hws/jcm/data/ExpressionProgram.html" title="class in edu.hws.jcm.data">ExpressionProgram</a></dt>
<dd>
<div class="block">Code for a unary or binary operator or a standard function.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/draw/Axes.html#LEFT">LEFT</a></span> - Static variable in class edu.hws.jcm.draw.<a href="./edu/hws/jcm/draw/Axes.html" title="class in edu.hws.jcm.draw">Axes</a></dt>
<dd>
<div class="block">A constant that can be used in the setXAxisPosition() method to indicate the placement of the x-axis.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/draw/DrawString.html#LEFT">LEFT</a></span> - Static variable in class edu.hws.jcm.draw.<a href="./edu/hws/jcm/draw/DrawString.html" title="class in edu.hws.jcm.draw">DrawString</a></dt>
<dd>
<div class="block">For specifying justification of lines in multiline strings.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/draw/RiemannSumRects.html#LEFTENDPOINT">LEFTENDPOINT</a></span> - Static variable in class edu.hws.jcm.draw.<a href="./edu/hws/jcm/draw/RiemannSumRects.html" title="class in edu.hws.jcm.draw">RiemannSumRects</a></dt>
<dd>
<div class="block">Summation method type.</div>
</dd>
<dt><a href="./edu/hws/jcm/draw/LimitControlPanel.html" title="class in edu.hws.jcm.draw"><span class="strong">LimitControlPanel</span></a> - Class in <a href="./edu/hws/jcm/draw/package-summary.html">edu.hws.jcm.draw</a></dt>
<dd>
<div class="block">A LimitControlPanel has four input boxes for specifying the xmin, xmax, ymin, and ymax 
 of a CoodinateRect.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/draw/LimitControlPanel.html#LimitControlPanel()">LimitControlPanel()</a></span> - Constructor for class edu.hws.jcm.draw.<a href="./edu/hws/jcm/draw/LimitControlPanel.html" title="class in edu.hws.jcm.draw">LimitControlPanel</a></dt>
<dd>
<div class="block">Create a LimitControlPanel containing input boxes labeled
 "xmin", "xmax", "ymin", "ymax" and a SET_LIMITS button.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/draw/LimitControlPanel.html#LimitControlPanel(int, boolean)">LimitControlPanel(int, boolean)</a></span> - Constructor for class edu.hws.jcm.draw.<a href="./edu/hws/jcm/draw/LimitControlPanel.html" title="class in edu.hws.jcm.draw">LimitControlPanel</a></dt>
<dd>
<div class="block">Create a LimitControlPanel containing input boxes labeled
 "xmin", "xmax", "ymin", "ymax" and whatever buttons are in the
 set specified by the first parameter.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/draw/LimitControlPanel.html#LimitControlPanel(java.lang.String, java.lang.String, java.lang.String, java.lang.String, int, boolean)">LimitControlPanel(String, String, String, String, int, boolean)</a></span> - Constructor for class edu.hws.jcm.draw.<a href="./edu/hws/jcm/draw/LimitControlPanel.html" title="class in edu.hws.jcm.draw">LimitControlPanel</a></dt>
<dd>
<div class="block">Create a LimitControlPanel containing input boxes labeled 
 with the given names and containing whatever buttons are in the
 set buttonsToAdd.</div>
</dd>
<dt><a href="./edu/hws/jcm/awt/Limits.html" title="interface in edu.hws.jcm.awt"><span class="strong">Limits</span></a> - Interface in <a href="./edu/hws/jcm/awt/package-summary.html">edu.hws.jcm.awt</a></dt>
<dd>
<div class="block">The Limits interface is implemented by edu.hws.jcm.data.CoordinateRect
 and by other objects that can be "Tied" to a CoordinateRect, such as
 LimitControlPanel.</div>
</dd>
<dt><span class="strong"><a href="./GenericGraphApplet.html#limitsPanel">limitsPanel</a></span> - Variable in class <a href="./GenericGraphApplet.html" title="class in &lt;Unnamed&gt;">GenericGraphApplet</a></dt>
<dd>
<div class="block">Controls the limits of the x- and y-coordinates on the canvas.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/draw/DrawGeometric.html#LINE_ABSOLUTE">LINE_ABSOLUTE</a></span> - Static variable in class edu.hws.jcm.draw.<a href="./edu/hws/jcm/draw/DrawGeometric.html" title="class in edu.hws.jcm.draw">DrawGeometric</a></dt>
<dd>
<div class="block">Specifies a line segment from (x1,y1) to (x2,y2).</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/draw/DrawGeometric.html#LINE_CENTERED">LINE_CENTERED</a></span> - Static variable in class edu.hws.jcm.draw.<a href="./edu/hws/jcm/draw/DrawGeometric.html" title="class in edu.hws.jcm.draw">DrawGeometric</a></dt>
<dd>
<div class="block">Specifies a  line segment centered on (x1,y1).</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/draw/DrawGeometric.html#LINE_RELATIVE">LINE_RELATIVE</a></span> - Static variable in class edu.hws.jcm.draw.<a href="./edu/hws/jcm/draw/DrawGeometric.html" title="class in edu.hws.jcm.draw">DrawGeometric</a></dt>
<dd>
<div class="block">Specifies a  line segment from (x1,y1) to (x1+x2,y1+y2), or to (x1+h,y1+v) if x2,y2 are null.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/draw/VectorField.html#LINES">LINES</a></span> - Static variable in class edu.hws.jcm.draw.<a href="./edu/hws/jcm/draw/VectorField.html" title="class in edu.hws.jcm.draw">VectorField</a></dt>
<dd>
<div class="block">One of the possible styles for displaying a VectorField: as a direction field shown as
 tangent lines.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/draw/DrawGeometric.html#lineWidth">lineWidth</a></span> - Variable in class edu.hws.jcm.draw.<a href="./edu/hws/jcm/draw/DrawGeometric.html" title="class in edu.hws.jcm.draw">DrawGeometric</a></dt>
<dd>
<div class="block">The width, in pixels, of lines, including the outlines
 of rects and ovals.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/draw/MouseTracker.html#listenForDrags">listenForDrags</a></span> - Variable in class edu.hws.jcm.draw.<a href="./edu/hws/jcm/draw/MouseTracker.html" title="class in edu.hws.jcm.draw">MouseTracker</a></dt>
<dd>
<div class="block">If true, the MouseTracker responds to both clicks and drags.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/data/ExpressionProgram.html#LN">LN</a></span> - Static variable in class edu.hws.jcm.data.<a href="./edu/hws/jcm/data/ExpressionProgram.html" title="class in edu.hws.jcm.data">ExpressionProgram</a></dt>
<dd>
<div class="block">Code for a unary or binary operator or a standard function.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/data/ExpressionProgram.html#LOG10">LOG10</a></span> - Static variable in class edu.hws.jcm.data.<a href="./edu/hws/jcm/data/ExpressionProgram.html" title="class in edu.hws.jcm.data">ExpressionProgram</a></dt>
<dd>
<div class="block">Code for a unary or binary operator or a standard function.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/data/ExpressionProgram.html#LOG2">LOG2</a></span> - Static variable in class edu.hws.jcm.data.<a href="./edu/hws/jcm/data/ExpressionProgram.html" title="class in edu.hws.jcm.data">ExpressionProgram</a></dt>
<dd>
<div class="block">Code for a unary or binary operator or a standard function.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/data/ParserContext.html#look()">look()</a></span> - Method in class edu.hws.jcm.data.<a href="./edu/hws/jcm/data/ParserContext.html" title="class in edu.hws.jcm.data">ParserContext</a></dt>
<dd>
<div class="block">Look ahead at the next token in the data string, without consuming it.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/awt/Animator.html#LOOP">LOOP</a></span> - Static variable in class edu.hws.jcm.awt.<a href="./edu/hws/jcm/awt/Animator.html" title="class in edu.hws.jcm.awt">Animator</a></dt>
<dd>
<div class="block">Represents a loop style in which the animation is played repeatedly.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/awt/Animator.html#LOOP_CHOICE">LOOP_CHOICE</a></span> - Static variable in class edu.hws.jcm.awt.<a href="./edu/hws/jcm/awt/Animator.html" title="class in edu.hws.jcm.awt">Animator</a></dt>
<dd>
<div class="block">Used to add a component to the Animator Panel; can be used in a constructor
 or in the addControl() method.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/data/ExpressionProgram.html#LT">LT</a></span> - Static variable in class edu.hws.jcm.data.<a href="./edu/hws/jcm/data/ExpressionProgram.html" title="class in edu.hws.jcm.data">ExpressionProgram</a></dt>
<dd>
<div class="block">Code for a unary or binary operator or a standard function.</div>
</dd>
</dl>
<a name="_M_">
<!--   -->
</a>
<h2 class="title">M</h2>
<dl>
<dt><span class="strong"><a href="./GenericGraphApplet.html#mainController">mainController</a></span> - Variable in class <a href="./GenericGraphApplet.html" title="class in &lt;Unnamed&gt;">GenericGraphApplet</a></dt>
<dd>
<div class="block">The Controller from the mainPanel.</div>
</dd>
<dt><span class="strong"><a href="./GenericGraphApplet.html#mainPanel">mainPanel</a></span> - Variable in class <a href="./GenericGraphApplet.html" title="class in &lt;Unnamed&gt;">GenericGraphApplet</a></dt>
<dd>
<div class="block">The main panel of the applet, containing a display canvas and other components.</div>
</dd>
<dt><span class="strong"><a href="./GenericGraphApplet.html#makeAxes()">makeAxes()</a></span> - Method in class <a href="./GenericGraphApplet.html" title="class in &lt;Unnamed&gt;">GenericGraphApplet</a></dt>
<dd>
<div class="block">Construct a set of Axes, based on applet params  "AxesColor", "AxesLightColor", 
  "XLabel", "YLabel", "LabelColor".</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/data/StackOfDouble.html#makeEmpty()">makeEmpty()</a></span> - Method in class edu.hws.jcm.data.<a href="./edu/hws/jcm/data/StackOfDouble.html" title="class in edu.hws.jcm.data">StackOfDouble</a></dt>
<dd>
<div class="block">Clear all items from the stack.</div>
</dd>
<dt><span class="strong"><a href="./Evaluator.html#makeMainPanel()">makeMainPanel()</a></span> - Method in class <a href="./Evaluator.html" title="class in &lt;Unnamed&gt;">Evaluator</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./ScatterPlotApplet.html#makeMainPanel()">makeMainPanel()</a></span> - Method in class <a href="./ScatterPlotApplet.html" title="class in &lt;Unnamed&gt;">ScatterPlotApplet</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/data/ParserContext.html#mark()">mark()</a></span> - Method in class edu.hws.jcm.data.<a href="./edu/hws/jcm/data/ParserContext.html" title="class in edu.hws.jcm.data">ParserContext</a></dt>
<dd>
<div class="block">MathObjects added to the symbol table after a call to mark() will
  be removed by a later, matching call to revert().</div>
</dd>
<dt><a href="./edu/hws/jcm/data/MathObject.html" title="interface in edu.hws.jcm.data"><span class="strong">MathObject</span></a> - Interface in <a href="./edu/hws/jcm/data/package-summary.html">edu.hws.jcm.data</a></dt>
<dd>
<div class="block">A MathObject is just an object that has setName and getName methods.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/awt/VariableSlider.html#max">max</a></span> - Variable in class edu.hws.jcm.awt.<a href="./edu/hws/jcm/awt/VariableSlider.html" title="class in edu.hws.jcm.awt">VariableSlider</a></dt>
<dd>
<div class="block">The Values that specify the range of values represented
 by the slider.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/awt/VariableSlider.html#maxVal">maxVal</a></span> - Variable in class edu.hws.jcm.awt.<a href="./edu/hws/jcm/awt/VariableSlider.html" title="class in edu.hws.jcm.awt">VariableSlider</a></dt>
<dd>
<div class="block">The values found for min and max the last time
 checkInput() was called.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/awt/VariableInput.html#maxValue">maxValue</a></span> - Variable in class edu.hws.jcm.awt.<a href="./edu/hws/jcm/awt/VariableInput.html" title="class in edu.hws.jcm.awt">VariableInput</a></dt>
<dd>
<div class="block">Largest allowable value.</div>
</dd>
<dt><a href="./edu/hws/jcm/awt/MessagePopup.html" title="class in edu.hws.jcm.awt"><span class="strong">MessagePopup</span></a> - Class in <a href="./edu/hws/jcm/awt/package-summary.html">edu.hws.jcm.awt</a></dt>
<dd>
<div class="block">The class MessagePopup represents a Window that pops up to display an error
 message.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/awt/MessagePopup.html#MessagePopup(java.awt.Component)">MessagePopup(Component)</a></span> - Constructor for class edu.hws.jcm.awt.<a href="./edu/hws/jcm/awt/MessagePopup.html" title="class in edu.hws.jcm.awt">MessagePopup</a></dt>
<dd>
<div class="block">Create a MessagePopup with the give source component.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/draw/RiemannSumRects.html#MIDPOINT">MIDPOINT</a></span> - Static variable in class edu.hws.jcm.draw.<a href="./edu/hws/jcm/draw/RiemannSumRects.html" title="class in edu.hws.jcm.draw">RiemannSumRects</a></dt>
<dd>
<div class="block">Summation method type.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/awt/VariableSlider.html#min">min</a></span> - Variable in class edu.hws.jcm.awt.<a href="./edu/hws/jcm/awt/VariableSlider.html" title="class in edu.hws.jcm.awt">VariableSlider</a></dt>
<dd>
<div class="block">The Values that specify the range of values represented
 by the slider.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/data/ExpressionProgram.html#MINUS">MINUS</a></span> - Static variable in class edu.hws.jcm.data.<a href="./edu/hws/jcm/data/ExpressionProgram.html" title="class in edu.hws.jcm.data">ExpressionProgram</a></dt>
<dd>
<div class="block">Code for a unary or binary operator or a standard function.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/awt/VariableSlider.html#minVal">minVal</a></span> - Variable in class edu.hws.jcm.awt.<a href="./edu/hws/jcm/awt/VariableSlider.html" title="class in edu.hws.jcm.awt">VariableSlider</a></dt>
<dd>
<div class="block">The values found for min and max the last time
 checkInput() was called.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/awt/VariableInput.html#minValue">minValue</a></span> - Variable in class edu.hws.jcm.awt.<a href="./edu/hws/jcm/awt/VariableInput.html" title="class in edu.hws.jcm.awt">VariableInput</a></dt>
<dd>
<div class="block">Smallest allowable value.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/draw/ScatterPlot.html#MISSINGCT">MISSINGCT</a></span> - Static variable in class edu.hws.jcm.draw.<a href="./edu/hws/jcm/draw/ScatterPlot.html" title="class in edu.hws.jcm.draw">ScatterPlot</a></dt>
<dd>
<div class="block">A constant that can be used in the getValueObject() method to
  indicate which statistic the object should represent.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/draw/MouseTracker.html#mouseClicked(java.awt.event.MouseEvent)">mouseClicked(MouseEvent)</a></span> - Method in class edu.hws.jcm.draw.<a href="./edu/hws/jcm/draw/MouseTracker.html" title="class in edu.hws.jcm.draw">MouseTracker</a></dt>
<dd>
<div class="block">Empty method, required by MouseListener interface.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/draw/Panner.html#mouseClicked(java.awt.event.MouseEvent)">mouseClicked(MouseEvent)</a></span> - Method in class edu.hws.jcm.draw.<a href="./edu/hws/jcm/draw/Panner.html" title="class in edu.hws.jcm.draw">Panner</a></dt>
<dd>
<div class="block">Responds to a mouse-click.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/functions/TableFunctionGraph.html#mouseClicked(java.awt.event.MouseEvent)">mouseClicked(MouseEvent)</a></span> - Method in class edu.hws.jcm.functions.<a href="./edu/hws/jcm/functions/TableFunctionGraph.html" title="class in edu.hws.jcm.functions">TableFunctionGraph</a></dt>
<dd>
<div class="block">Empty method, required by the MouseListener interface.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/functions/TableFunctionInput.html#mouseClicked(java.awt.event.MouseEvent)">mouseClicked(MouseEvent)</a></span> - Method in class edu.hws.jcm.functions.<a href="./edu/hws/jcm/functions/TableFunctionInput.html" title="class in edu.hws.jcm.functions">TableFunctionInput</a></dt>
<dd>
<div class="block">Empty method, required by the MouseListener interface.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/draw/MouseTracker.html#mouseDragged(java.awt.event.MouseEvent)">mouseDragged(MouseEvent)</a></span> - Method in class edu.hws.jcm.draw.<a href="./edu/hws/jcm/draw/MouseTracker.html" title="class in edu.hws.jcm.draw">MouseTracker</a></dt>
<dd>
<div class="block">Responds when the user drags the mouse.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/draw/Panner.html#mouseDragged(java.awt.event.MouseEvent)">mouseDragged(MouseEvent)</a></span> - Method in class edu.hws.jcm.draw.<a href="./edu/hws/jcm/draw/Panner.html" title="class in edu.hws.jcm.draw">Panner</a></dt>
<dd>
<div class="block">Responds to a mouse-drag.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/functions/TableFunctionGraph.html#mouseDragged(java.awt.event.MouseEvent)">mouseDragged(MouseEvent)</a></span> - Method in class edu.hws.jcm.functions.<a href="./edu/hws/jcm/functions/TableFunctionGraph.html" title="class in edu.hws.jcm.functions">TableFunctionGraph</a></dt>
<dd>
<div class="block">Method required by the MouseListener interface.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/functions/TableFunctionInput.html#mouseDragged(java.awt.event.MouseEvent)">mouseDragged(MouseEvent)</a></span> - Method in class edu.hws.jcm.functions.<a href="./edu/hws/jcm/functions/TableFunctionInput.html" title="class in edu.hws.jcm.functions">TableFunctionInput</a></dt>
<dd>
<div class="block">Method required by the MouseListener interface.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/draw/MouseTracker.html#mouseEntered(java.awt.event.MouseEvent)">mouseEntered(MouseEvent)</a></span> - Method in class edu.hws.jcm.draw.<a href="./edu/hws/jcm/draw/MouseTracker.html" title="class in edu.hws.jcm.draw">MouseTracker</a></dt>
<dd>
<div class="block">Empty method, required by MouseMotionListener interface.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/draw/Panner.html#mouseEntered(java.awt.event.MouseEvent)">mouseEntered(MouseEvent)</a></span> - Method in class edu.hws.jcm.draw.<a href="./edu/hws/jcm/draw/Panner.html" title="class in edu.hws.jcm.draw">Panner</a></dt>
<dd>
<div class="block">Responds to a mouse-enter event.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/functions/TableFunctionGraph.html#mouseEntered(java.awt.event.MouseEvent)">mouseEntered(MouseEvent)</a></span> - Method in class edu.hws.jcm.functions.<a href="./edu/hws/jcm/functions/TableFunctionGraph.html" title="class in edu.hws.jcm.functions">TableFunctionGraph</a></dt>
<dd>
<div class="block">Empty method, required by the MouseMotionListener interface.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/functions/TableFunctionInput.html#mouseEntered(java.awt.event.MouseEvent)">mouseEntered(MouseEvent)</a></span> - Method in class edu.hws.jcm.functions.<a href="./edu/hws/jcm/functions/TableFunctionInput.html" title="class in edu.hws.jcm.functions">TableFunctionInput</a></dt>
<dd>
<div class="block">Empty method, required by the MouseMotionListener interface.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/draw/MouseTracker.html#mouseExited(java.awt.event.MouseEvent)">mouseExited(MouseEvent)</a></span> - Method in class edu.hws.jcm.draw.<a href="./edu/hws/jcm/draw/MouseTracker.html" title="class in edu.hws.jcm.draw">MouseTracker</a></dt>
<dd>
<div class="block">Empty method, required by MouseMotionListener interface.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/draw/Panner.html#mouseExited(java.awt.event.MouseEvent)">mouseExited(MouseEvent)</a></span> - Method in class edu.hws.jcm.draw.<a href="./edu/hws/jcm/draw/Panner.html" title="class in edu.hws.jcm.draw">Panner</a></dt>
<dd>
<div class="block">Responds to a mouse-exit event.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/functions/TableFunctionGraph.html#mouseExited(java.awt.event.MouseEvent)">mouseExited(MouseEvent)</a></span> - Method in class edu.hws.jcm.functions.<a href="./edu/hws/jcm/functions/TableFunctionGraph.html" title="class in edu.hws.jcm.functions">TableFunctionGraph</a></dt>
<dd>
<div class="block">Empty method, required by the MouseMotionListener interface.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/functions/TableFunctionInput.html#mouseExited(java.awt.event.MouseEvent)">mouseExited(MouseEvent)</a></span> - Method in class edu.hws.jcm.functions.<a href="./edu/hws/jcm/functions/TableFunctionInput.html" title="class in edu.hws.jcm.functions">TableFunctionInput</a></dt>
<dd>
<div class="block">Empty method, required by the MouseMotionListener interface.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/draw/MouseTracker.html#mouseMoved(java.awt.event.MouseEvent)">mouseMoved(MouseEvent)</a></span> - Method in class edu.hws.jcm.draw.<a href="./edu/hws/jcm/draw/MouseTracker.html" title="class in edu.hws.jcm.draw">MouseTracker</a></dt>
<dd>
<div class="block">Empty method, required by MouseMotionListener interface.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/draw/Panner.html#mouseMoved(java.awt.event.MouseEvent)">mouseMoved(MouseEvent)</a></span> - Method in class edu.hws.jcm.draw.<a href="./edu/hws/jcm/draw/Panner.html" title="class in edu.hws.jcm.draw">Panner</a></dt>
<dd>
<div class="block">Responds when mouse moves.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/functions/TableFunctionGraph.html#mouseMoved(java.awt.event.MouseEvent)">mouseMoved(MouseEvent)</a></span> - Method in class edu.hws.jcm.functions.<a href="./edu/hws/jcm/functions/TableFunctionGraph.html" title="class in edu.hws.jcm.functions">TableFunctionGraph</a></dt>
<dd>
<div class="block">Empty method, required by the MouseMotionListener interface.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/functions/TableFunctionInput.html#mouseMoved(java.awt.event.MouseEvent)">mouseMoved(MouseEvent)</a></span> - Method in class edu.hws.jcm.functions.<a href="./edu/hws/jcm/functions/TableFunctionInput.html" title="class in edu.hws.jcm.functions">TableFunctionInput</a></dt>
<dd>
<div class="block">Empty method, required by the MouseMotionListener interface.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/draw/MouseTracker.html#mousePressed(java.awt.event.MouseEvent)">mousePressed(MouseEvent)</a></span> - Method in class edu.hws.jcm.draw.<a href="./edu/hws/jcm/draw/MouseTracker.html" title="class in edu.hws.jcm.draw">MouseTracker</a></dt>
<dd>
<div class="block">Responds when the user clicks the mouse in the rectangular
 area occupied by the CoordinateRect that contains this MouseTracker.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/draw/Panner.html#mousePressed(java.awt.event.MouseEvent)">mousePressed(MouseEvent)</a></span> - Method in class edu.hws.jcm.draw.<a href="./edu/hws/jcm/draw/Panner.html" title="class in edu.hws.jcm.draw">Panner</a></dt>
<dd>
<div class="block">Responds to a mouse-press.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/functions/TableFunctionGraph.html#mousePressed(java.awt.event.MouseEvent)">mousePressed(MouseEvent)</a></span> - Method in class edu.hws.jcm.functions.<a href="./edu/hws/jcm/functions/TableFunctionGraph.html" title="class in edu.hws.jcm.functions">TableFunctionGraph</a></dt>
<dd>
<div class="block">Method required by the MouseListener interface.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/functions/TableFunctionInput.html#mousePressed(java.awt.event.MouseEvent)">mousePressed(MouseEvent)</a></span> - Method in class edu.hws.jcm.functions.<a href="./edu/hws/jcm/functions/TableFunctionInput.html" title="class in edu.hws.jcm.functions">TableFunctionInput</a></dt>
<dd>
<div class="block">Method required by the MouseListener interface.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/draw/MouseTracker.html#mouseReleased(java.awt.event.MouseEvent)">mouseReleased(MouseEvent)</a></span> - Method in class edu.hws.jcm.draw.<a href="./edu/hws/jcm/draw/MouseTracker.html" title="class in edu.hws.jcm.draw">MouseTracker</a></dt>
<dd>
<div class="block">Responds when the user releases the mouse.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/draw/Panner.html#mouseReleased(java.awt.event.MouseEvent)">mouseReleased(MouseEvent)</a></span> - Method in class edu.hws.jcm.draw.<a href="./edu/hws/jcm/draw/Panner.html" title="class in edu.hws.jcm.draw">Panner</a></dt>
<dd>
<div class="block">Responds to a mouse-release.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/functions/TableFunctionGraph.html#mouseReleased(java.awt.event.MouseEvent)">mouseReleased(MouseEvent)</a></span> - Method in class edu.hws.jcm.functions.<a href="./edu/hws/jcm/functions/TableFunctionGraph.html" title="class in edu.hws.jcm.functions">TableFunctionGraph</a></dt>
<dd>
<div class="block">Method required by the MouseListener interface.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/functions/TableFunctionInput.html#mouseReleased(java.awt.event.MouseEvent)">mouseReleased(MouseEvent)</a></span> - Method in class edu.hws.jcm.functions.<a href="./edu/hws/jcm/functions/TableFunctionInput.html" title="class in edu.hws.jcm.functions">TableFunctionInput</a></dt>
<dd>
<div class="block">Method required by the MouseListener interface.</div>
</dd>
<dt><a href="./edu/hws/jcm/draw/MouseTracker.html" title="class in edu.hws.jcm.draw"><span class="strong">MouseTracker</span></a> - Class in <a href="./edu/hws/jcm/draw/package-summary.html">edu.hws.jcm.draw</a></dt>
<dd>
<div class="block">A MouseTracker can be added to a CoordinateRect in a DisplayCanvas to respond to user
 mouse actions in the rectangular area occupied by the CoordinateRect.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/draw/MouseTracker.html#MouseTracker()">MouseTracker()</a></span> - Constructor for class edu.hws.jcm.draw.<a href="./edu/hws/jcm/draw/MouseTracker.html" title="class in edu.hws.jcm.draw">MouseTracker</a></dt>
<dd>
<div class="block">Create a MouseTracker that responds to both clicks and drags.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/draw/MouseTracker.html#MouseTracker(boolean, boolean)">MouseTracker(boolean, boolean)</a></span> - Constructor for class edu.hws.jcm.draw.<a href="./edu/hws/jcm/draw/MouseTracker.html" title="class in edu.hws.jcm.draw">MouseTracker</a></dt>
<dd>
<div class="block">Creates a mouse tracker.</div>
</dd>
<dt><a href="./MultiGraph.html" title="class in &lt;Unnamed&gt;"><span class="strong">MultiGraph</span></a> - Class in <a href="./package-summary.html">&lt;Unnamed&gt;</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./MultiGraph.html#MultiGraph()">MultiGraph()</a></span> - Constructor for class <a href="./MultiGraph.html" title="class in &lt;Unnamed&gt;">MultiGraph</a></dt>
<dd>&nbsp;</dd>
</dl>
<a name="_N_">
<!--   -->
</a>
<h2 class="title">N</h2>
<dl>
<dt><span class="strong"><a href="./edu/hws/jcm/functions/FunctionParserExtension.html#name">name</a></span> - Variable in class edu.hws.jcm.functions.<a href="./edu/hws/jcm/functions/FunctionParserExtension.html" title="class in edu.hws.jcm.functions">FunctionParserExtension</a></dt>
<dd>
<div class="block">The name of this MathObject, possibly null.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/data/ExpressionProgram.html#NE">NE</a></span> - Static variable in class edu.hws.jcm.data.<a href="./edu/hws/jcm/data/ExpressionProgram.html" title="class in edu.hws.jcm.data">ExpressionProgram</a></dt>
<dd>
<div class="block">Code for a unary or binary operator or a standard function.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/draw/Drawable.html#needsRedraw()">needsRedraw()</a></span> - Method in class edu.hws.jcm.draw.<a href="./edu/hws/jcm/draw/Drawable.html" title="class in edu.hws.jcm.draw">Drawable</a></dt>
<dd>
<div class="block">This routine should be called if the appearance of the Drawable changes
 so that the rectangular area that it occupies has to be redrawn.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/awt/VariableSlider.html#needsValueCheck">needsValueCheck</a></span> - Variable in class edu.hws.jcm.awt.<a href="./edu/hws/jcm/awt/VariableSlider.html" title="class in edu.hws.jcm.awt">VariableSlider</a></dt>
<dd>
<div class="block">This is set to true when checkInput() is called
 to indicate that the min and max values must be
 checked the next time getVal() is called.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/awt/Animator.html#next()">next()</a></span> - Method in class edu.hws.jcm.awt.<a href="./edu/hws/jcm/awt/Animator.html" title="class in edu.hws.jcm.awt">Animator</a></dt>
<dd>
<div class="block">Advance the animation by one frame.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/data/ParserContext.html#next()">next()</a></span> - Method in class edu.hws.jcm.data.<a href="./edu/hws/jcm/data/ParserContext.html" title="class in edu.hws.jcm.data">ParserContext</a></dt>
<dd>
<div class="block">Consume one token from the string.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/awt/Animator.html#NEXT_BUTTON">NEXT_BUTTON</a></span> - Static variable in class edu.hws.jcm.awt.<a href="./edu/hws/jcm/awt/Animator.html" title="class in edu.hws.jcm.awt">Animator</a></dt>
<dd>
<div class="block">Used to add a component to the Animator Panel; can be used in a constructor
 or in the addControl() method.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/data/Parser.html#NO_DIGITS_IN_IDENTIFIERS">NO_DIGITS_IN_IDENTIFIERS</a></span> - Static variable in class edu.hws.jcm.data.<a href="./edu/hws/jcm/data/Parser.html" title="class in edu.hws.jcm.data">Parser</a></dt>
<dd>
<div class="block">An option that can be set for this parser.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/data/Parser.html#NO_UNDERSCORE_IN_IDENTIFIERS">NO_UNDERSCORE_IN_IDENTIFIERS</a></span> - Static variable in class edu.hws.jcm.data.<a href="./edu/hws/jcm/data/Parser.html" title="class in edu.hws.jcm.data">Parser</a></dt>
<dd>
<div class="block">An option that can be set for this parser.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/data/ExpressionProgram.html#NOT">NOT</a></span> - Static variable in class edu.hws.jcm.data.<a href="./edu/hws/jcm/data/ExpressionProgram.html" title="class in edu.hws.jcm.data">ExpressionProgram</a></dt>
<dd>
<div class="block">Code for a unary or binary operator or a standard function.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/awt/Animator.html#notifyControllerOnChange(edu.hws.jcm.awt.Controller)">notifyControllerOnChange(Controller)</a></span> - Method in class edu.hws.jcm.awt.<a href="./edu/hws/jcm/awt/Animator.html" title="class in edu.hws.jcm.awt">Animator</a></dt>
<dd>
<div class="block">Method required by the InputObject interface.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/awt/Controller.html#notifyControllerOnChange(edu.hws.jcm.awt.Controller)">notifyControllerOnChange(Controller)</a></span> - Method in class edu.hws.jcm.awt.<a href="./edu/hws/jcm/awt/Controller.html" title="class in edu.hws.jcm.awt">Controller</a></dt>
<dd>
<div class="block">Method required by InputObject interface; in this class, calls the same method
 recursively on any input objects controlled by this controller.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/awt/ExpressionInput.html#notifyControllerOnChange(edu.hws.jcm.awt.Controller)">notifyControllerOnChange(Controller)</a></span> - Method in class edu.hws.jcm.awt.<a href="./edu/hws/jcm/awt/ExpressionInput.html" title="class in edu.hws.jcm.awt">ExpressionInput</a></dt>
<dd>
<div class="block">Method required by InputObject interface; in this class, it simply calls
 setOnUserAction(c).</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/awt/InputObject.html#notifyControllerOnChange(edu.hws.jcm.awt.Controller)">notifyControllerOnChange(Controller)</a></span> - Method in interface edu.hws.jcm.awt.<a href="./edu/hws/jcm/awt/InputObject.html" title="interface in edu.hws.jcm.awt">InputObject</a></dt>
<dd>
<div class="block">This method was introduced to provide a common interface for setting
 a Controller that is to be notified when there is a change in the
 InputObject.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/awt/VariableInput.html#notifyControllerOnChange(edu.hws.jcm.awt.Controller)">notifyControllerOnChange(Controller)</a></span> - Method in class edu.hws.jcm.awt.<a href="./edu/hws/jcm/awt/VariableInput.html" title="class in edu.hws.jcm.awt">VariableInput</a></dt>
<dd>
<div class="block">Method required by InputObject interface; in this class, it simply calls
 setOnUserAction(c).</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/awt/VariableSlider.html#notifyControllerOnChange(edu.hws.jcm.awt.Controller)">notifyControllerOnChange(Controller)</a></span> - Method in class edu.hws.jcm.awt.<a href="./edu/hws/jcm/awt/VariableSlider.html" title="class in edu.hws.jcm.awt">VariableSlider</a></dt>
<dd>
<div class="block">Method required by InputObject interface; in this class, it simply calls
 setOnUserAction(c).</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/draw/CoordinateRect.html#notifyControllerOnChange(edu.hws.jcm.awt.Controller)">notifyControllerOnChange(Controller)</a></span> - Method in class edu.hws.jcm.draw.<a href="./edu/hws/jcm/draw/CoordinateRect.html" title="class in edu.hws.jcm.draw">CoordinateRect</a></dt>
<dd>
<div class="block">Method required by InputObject interface; in this class, it calls the same method
 recursively on any input objects containted in this CoordinateRect.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/draw/DisplayCanvas.html#notifyControllerOnChange(edu.hws.jcm.awt.Controller)">notifyControllerOnChange(Controller)</a></span> - Method in class edu.hws.jcm.draw.<a href="./edu/hws/jcm/draw/DisplayCanvas.html" title="class in edu.hws.jcm.draw">DisplayCanvas</a></dt>
<dd>
<div class="block">Method required by InputObject interface; in this class, calls the same method
 recursively on any CoordinateRects contained in this DisplayCanvas.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/draw/DraggablePoint.html#notifyControllerOnChange(edu.hws.jcm.awt.Controller)">notifyControllerOnChange(Controller)</a></span> - Method in class edu.hws.jcm.draw.<a href="./edu/hws/jcm/draw/DraggablePoint.html" title="class in edu.hws.jcm.draw">DraggablePoint</a></dt>
<dd>
<div class="block">Method required by InputObject interface; in this class, it simply calls
 setOnUserAction(c).</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/draw/LimitControlPanel.html#notifyControllerOnChange(edu.hws.jcm.awt.Controller)">notifyControllerOnChange(Controller)</a></span> - Method in class edu.hws.jcm.draw.<a href="./edu/hws/jcm/draw/LimitControlPanel.html" title="class in edu.hws.jcm.draw">LimitControlPanel</a></dt>
<dd>
<div class="block">Method required by CheckInput interface.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/draw/MouseTracker.html#notifyControllerOnChange(edu.hws.jcm.awt.Controller)">notifyControllerOnChange(Controller)</a></span> - Method in class edu.hws.jcm.draw.<a href="./edu/hws/jcm/draw/MouseTracker.html" title="class in edu.hws.jcm.draw">MouseTracker</a></dt>
<dd>
<div class="block">Method required by InputObject interface; in this class, it simply calls
 setOnUserAction(c).</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/data/ParserContext.html#NUMBER">NUMBER</a></span> - Static variable in class edu.hws.jcm.data.<a href="./edu/hws/jcm/data/ParserContext.html" title="class in edu.hws.jcm.data">ParserContext</a></dt>
<dd>
<div class="block">One of the possible token types returned by look() and next().</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/awt/DisplayLabel.html#numSize">numSize</a></span> - Variable in class edu.hws.jcm.awt.<a href="./edu/hws/jcm/awt/DisplayLabel.html" title="class in edu.hws.jcm.awt">DisplayLabel</a></dt>
<dd>
<div class="block">Desired maximum number of characters in displayed numbers.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/draw/DrawString.html#numSize">numSize</a></span> - Variable in class edu.hws.jcm.draw.<a href="./edu/hws/jcm/draw/DrawString.html" title="class in edu.hws.jcm.draw">DrawString</a></dt>
<dd>
<div class="block">Maximum number of characters desired in numbers; actual number might actually be larger.</div>
</dd>
<dt><a href="./edu/hws/jcm/data/NumUtils.html" title="class in edu.hws.jcm.data"><span class="strong">NumUtils</span></a> - Class in <a href="./edu/hws/jcm/data/package-summary.html">edu.hws.jcm.data</a></dt>
<dd>
<div class="block">This class provides a few static functions for converting real numbers
 to strings and strings to real numbers.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/data/NumUtils.html#NumUtils()">NumUtils()</a></span> - Constructor for class edu.hws.jcm.data.<a href="./edu/hws/jcm/data/NumUtils.html" title="class in edu.hws.jcm.data">NumUtils</a></dt>
<dd>&nbsp;</dd>
</dl>
<a name="_O_">
<!--   -->
</a>
<h2 class="title">O</h2>
<dl>
<dt><span class="strong"><a href="./edu/hws/jcm/awt/JCMError.html#object">object</a></span> - Variable in exception edu.hws.jcm.awt.<a href="./edu/hws/jcm/awt/JCMError.html" title="class in edu.hws.jcm.awt">JCMError</a></dt>
<dd>
<div class="block">Object, possibly null, associated with this error.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/draw/DrawString.html#offset">offset</a></span> - Variable in class edu.hws.jcm.draw.<a href="./edu/hws/jcm/draw/DrawString.html" title="class in edu.hws.jcm.draw">DrawString</a></dt>
<dd>
<div class="block">If absolute positioning is used, then this gives a gap between the string and edge of rect.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/awt/VariableSlider.html#oldPosition">oldPosition</a></span> - Variable in class edu.hws.jcm.awt.<a href="./edu/hws/jcm/awt/VariableSlider.html" title="class in edu.hws.jcm.awt">VariableSlider</a></dt>
<dd>
<div class="block">This is the position of the scrollbar the last time
 getVal() or setVal() was called.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/awt/Animator.html#ONCE">ONCE</a></span> - Static variable in class edu.hws.jcm.awt.<a href="./edu/hws/jcm/awt/Animator.html" title="class in edu.hws.jcm.awt">Animator</a></dt>
<dd>
<div class="block">Represents a loop style in which the animation is played once.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/draw/CoordinateRect.html#onChange">onChange</a></span> - Variable in class edu.hws.jcm.draw.<a href="./edu/hws/jcm/draw/CoordinateRect.html" title="class in edu.hws.jcm.draw">CoordinateRect</a></dt>
<dd>
<div class="block">If non-null, this is the Controller that is notified when the limits change.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/draw/MouseTracker.html#onUserAction">onUserAction</a></span> - Variable in class edu.hws.jcm.draw.<a href="./edu/hws/jcm/draw/MouseTracker.html" title="class in edu.hws.jcm.draw">MouseTracker</a></dt>
<dd>
<div class="block">If this is non-null, then its compute() method is called
 when the user clicks the mouse and, if listenForDrags is also
 true, when the user drags and releases the mouse.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/data/ParserContext.html#OPCHARS">OPCHARS</a></span> - Static variable in class edu.hws.jcm.data.<a href="./edu/hws/jcm/data/ParserContext.html" title="class in edu.hws.jcm.data">ParserContext</a></dt>
<dd>
<div class="block">One of the possible token types returned by look() and next().</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/data/Parser.html#OPTIONAL_PARENS">OPTIONAL_PARENS</a></span> - Static variable in class edu.hws.jcm.data.<a href="./edu/hws/jcm/data/Parser.html" title="class in edu.hws.jcm.data">Parser</a></dt>
<dd>
<div class="block">An option that can be set for this parser.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/data/Parser.html#OPTIONAL_SPACES">OPTIONAL_SPACES</a></span> - Static variable in class edu.hws.jcm.data.<a href="./edu/hws/jcm/data/Parser.html" title="class in edu.hws.jcm.data">Parser</a></dt>
<dd>
<div class="block">An option that can be set for this parser.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/data/Parser.html#OPTIONAL_STARS">OPTIONAL_STARS</a></span> - Static variable in class edu.hws.jcm.data.<a href="./edu/hws/jcm/data/Parser.html" title="class in edu.hws.jcm.data">Parser</a></dt>
<dd>
<div class="block">An that can be set for this parser.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/data/Parser.html#options">options</a></span> - Variable in class edu.hws.jcm.data.<a href="./edu/hws/jcm/data/Parser.html" title="class in edu.hws.jcm.data">Parser</a></dt>
<dd>
<div class="block">The set of options that have been enabled for this parser.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/data/ParserContext.html#options">options</a></span> - Variable in class edu.hws.jcm.data.<a href="./edu/hws/jcm/data/ParserContext.html" title="class in edu.hws.jcm.data">ParserContext</a></dt>
<dd>
<div class="block">The options from the Parser.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/data/ExpressionProgram.html#OR">OR</a></span> - Static variable in class edu.hws.jcm.data.<a href="./edu/hws/jcm/data/ExpressionProgram.html" title="class in edu.hws.jcm.data">ExpressionProgram</a></dt>
<dd>
<div class="block">Code for a unary or binary operator or a standard function.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/draw/DrawGeometric.html#OVAL_ABSOLUTE">OVAL_ABSOLUTE</a></span> - Static variable in class edu.hws.jcm.draw.<a href="./edu/hws/jcm/draw/DrawGeometric.html" title="class in edu.hws.jcm.draw">DrawGeometric</a></dt>
<dd>
<div class="block">Specifies an oval that just fits in the rectangle with corners at (x1,y1) and (x2,y2).</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/draw/DrawGeometric.html#OVAL_CENTERED">OVAL_CENTERED</a></span> - Static variable in class edu.hws.jcm.draw.<a href="./edu/hws/jcm/draw/DrawGeometric.html" title="class in edu.hws.jcm.draw">DrawGeometric</a></dt>
<dd>
<div class="block">Specifies an oval that just fits inside the rect specified by RECT_CENTERED.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/draw/DrawGeometric.html#OVAL_RELATIVE">OVAL_RELATIVE</a></span> - Static variable in class edu.hws.jcm.draw.<a href="./edu/hws/jcm/draw/DrawGeometric.html" title="class in edu.hws.jcm.draw">DrawGeometric</a></dt>
<dd>
<div class="block">Specifies an oval that just fits inside the rect specified by RECT_RELATIVE.</div>
</dd>
</dl>
<a name="_P_">
<!--   -->
</a>
<h2 class="title">P</h2>
<dl>
<dt><span class="strong"><a href="./edu/hws/jcm/draw/DisplayCanvas.html#paint(java.awt.Graphics)">paint(Graphics)</a></span> - Method in class edu.hws.jcm.draw.<a href="./edu/hws/jcm/draw/DisplayCanvas.html" title="class in edu.hws.jcm.draw">DisplayCanvas</a></dt>
<dd>
<div class="block">Draw the contents of the DisplayCanvas.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/draw/LimitControlPanel.html#paint(java.awt.Graphics)">paint(Graphics)</a></span> - Method in class edu.hws.jcm.draw.<a href="./edu/hws/jcm/draw/LimitControlPanel.html" title="class in edu.hws.jcm.draw">LimitControlPanel</a></dt>
<dd>
<div class="block">Draw the input box labels.</div>
</dd>
<dt><a href="./edu/hws/jcm/draw/Panner.html" title="class in edu.hws.jcm.draw"><span class="strong">Panner</span></a> - Class in <a href="./edu/hws/jcm/draw/package-summary.html">edu.hws.jcm.draw</a></dt>
<dd>
<div class="block">When a Panner object is added to a CoordinateRect, it becomes possible to 
  "grab" the coordinate rectangle and pan it (that is, slide it around by 
  moving it with the mouse).</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/draw/Panner.html#Panner()">Panner()</a></span> - Constructor for class edu.hws.jcm.draw.<a href="./edu/hws/jcm/draw/Panner.html" title="class in edu.hws.jcm.draw">Panner</a></dt>
<dd>
<div class="block">Create a Panner object that will let the user pan the CoordinateRect 
  that contains the Panner by
  right-clicking and dragging (or, on Macintosh, command-clicking).</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/draw/Panner.html#Panner(int)">Panner(int)</a></span> - Constructor for class edu.hws.jcm.draw.<a href="./edu/hws/jcm/draw/Panner.html" title="class in edu.hws.jcm.draw">Panner</a></dt>
<dd>
<div class="block">Create a Panner object that will let the user click-and-drag to pan the CoordinateRect
  that contains the Panner.</div>
</dd>
<dt><span class="strong"><a href="./GenericGraphApplet.html#parameterDefaults">parameterDefaults</a></span> - Variable in class <a href="./GenericGraphApplet.html" title="class in &lt;Unnamed&gt;">GenericGraphApplet</a></dt>
<dd>
<div class="block">A hash table that, if non-null, can hold values for applet params.</div>
</dd>
<dt><a href="./Parametric.html" title="class in &lt;Unnamed&gt;"><span class="strong">Parametric</span></a> - Class in <a href="./package-summary.html">&lt;Unnamed&gt;</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./Parametric.html#Parametric()">Parametric()</a></span> - Constructor for class <a href="./Parametric.html" title="class in &lt;Unnamed&gt;">Parametric</a></dt>
<dd>&nbsp;</dd>
<dt><a href="./edu/hws/jcm/draw/ParametricCurve.html" title="class in edu.hws.jcm.draw"><span class="strong">ParametricCurve</span></a> - Class in <a href="./edu/hws/jcm/draw/package-summary.html">edu.hws.jcm.draw</a></dt>
<dd>
<div class="block">A ParametricCurve is defined by two functions, x(t) and y(t) of a variable, t,
 for t in a specified interval.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/draw/ParametricCurve.html#ParametricCurve()">ParametricCurve()</a></span> - Constructor for class edu.hws.jcm.draw.<a href="./edu/hws/jcm/draw/ParametricCurve.html" title="class in edu.hws.jcm.draw">ParametricCurve</a></dt>
<dd>
<div class="block">Create a ParametricCurve with nothing to graph.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/draw/ParametricCurve.html#ParametricCurve(edu.hws.jcm.data.Function, edu.hws.jcm.data.Function)">ParametricCurve(Function, Function)</a></span> - Constructor for class edu.hws.jcm.draw.<a href="./edu/hws/jcm/draw/ParametricCurve.html" title="class in edu.hws.jcm.draw">ParametricCurve</a></dt>
<dd>
<div class="block">Create a parametric curve with x and y coordinates given by the specified functions
 of the parameter t.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/draw/ParametricCurve.html#ParametricCurve(edu.hws.jcm.data.Function, edu.hws.jcm.data.Function, edu.hws.jcm.data.Value, edu.hws.jcm.data.Value, edu.hws.jcm.data.Value)">ParametricCurve(Function, Function, Value, Value, Value)</a></span> - Constructor for class edu.hws.jcm.draw.<a href="./edu/hws/jcm/draw/ParametricCurve.html" title="class in edu.hws.jcm.draw">ParametricCurve</a></dt>
<dd>
<div class="block">Create a parametric curve with the specified values.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/awt/Controller.html#parent">parent</a></span> - Variable in class edu.hws.jcm.awt.<a href="./edu/hws/jcm/awt/Controller.html" title="class in edu.hws.jcm.awt">Controller</a></dt>
<dd>
<div class="block">The parent of this controller, if any.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/data/Parser.html#parse(java.lang.String)">parse(String)</a></span> - Method in class edu.hws.jcm.data.<a href="./edu/hws/jcm/data/Parser.html" title="class in edu.hws.jcm.data">Parser</a></dt>
<dd>
<div class="block">Parse the string str and create the corresponding expression.</div>
</dd>
<dt><a href="./edu/hws/jcm/data/ParseError.html" title="class in edu.hws.jcm.data"><span class="strong">ParseError</span></a> - Exception in <a href="./edu/hws/jcm/data/package-summary.html">edu.hws.jcm.data</a></dt>
<dd>
<div class="block">Represents a syntax error that is found while a string is being parsed.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/data/ParseError.html#ParseError(java.lang.String, edu.hws.jcm.data.ParserContext)">ParseError(String, ParserContext)</a></span> - Constructor for exception edu.hws.jcm.data.<a href="./edu/hws/jcm/data/ParseError.html" title="class in edu.hws.jcm.data">ParseError</a></dt>
<dd>
<div class="block">Create a new ParseError with a given error message and parsing context.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/data/Parser.html#parseExpression(edu.hws.jcm.data.ParserContext)">parseExpression(ParserContext)</a></span> - Method in class edu.hws.jcm.data.<a href="./edu/hws/jcm/data/Parser.html" title="class in edu.hws.jcm.data">Parser</a></dt>
<dd>
<div class="block">Called as part of the parsing process.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/data/Parser.html#parseFactor(edu.hws.jcm.data.ParserContext)">parseFactor(ParserContext)</a></span> - Method in class edu.hws.jcm.data.<a href="./edu/hws/jcm/data/Parser.html" title="class in edu.hws.jcm.data">Parser</a></dt>
<dd>
<div class="block">Called as part of the parsing process.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/data/Parser.html#parseLogical(java.lang.String)">parseLogical(String)</a></span> - Method in class edu.hws.jcm.data.<a href="./edu/hws/jcm/data/Parser.html" title="class in edu.hws.jcm.data">Parser</a></dt>
<dd>
<div class="block">Parse the String, str, and create a corresponding logical-valued expression.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/data/Parser.html#parseLogicalExpression(edu.hws.jcm.data.ParserContext)">parseLogicalExpression(ParserContext)</a></span> - Method in class edu.hws.jcm.data.<a href="./edu/hws/jcm/data/Parser.html" title="class in edu.hws.jcm.data">Parser</a></dt>
<dd>
<div class="block">Called as part of the parsing process.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/data/Parser.html#parseLogicalFactor(edu.hws.jcm.data.ParserContext)">parseLogicalFactor(ParserContext)</a></span> - Method in class edu.hws.jcm.data.<a href="./edu/hws/jcm/data/Parser.html" title="class in edu.hws.jcm.data">Parser</a></dt>
<dd>
<div class="block">Called as part of the parsing process.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/data/Parser.html#parseLogicalTerm(edu.hws.jcm.data.ParserContext)">parseLogicalTerm(ParserContext)</a></span> - Method in class edu.hws.jcm.data.<a href="./edu/hws/jcm/data/Parser.html" title="class in edu.hws.jcm.data">Parser</a></dt>
<dd>
<div class="block">Called as part of the parsing process.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/data/Parser.html#parsePrimary(edu.hws.jcm.data.ParserContext)">parsePrimary(ParserContext)</a></span> - Method in class edu.hws.jcm.data.<a href="./edu/hws/jcm/data/Parser.html" title="class in edu.hws.jcm.data">Parser</a></dt>
<dd>
<div class="block">Called as part of the parsing process.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/awt/ExpressionInput.html#parser">parser</a></span> - Variable in class edu.hws.jcm.awt.<a href="./edu/hws/jcm/awt/ExpressionInput.html" title="class in edu.hws.jcm.awt">ExpressionInput</a></dt>
<dd>
<div class="block">A parser for parsing the user's input
 expression.</div>
</dd>
<dt><a href="./edu/hws/jcm/data/Parser.html" title="class in edu.hws.jcm.data"><span class="strong">Parser</span></a> - Class in <a href="./edu/hws/jcm/data/package-summary.html">edu.hws.jcm.data</a></dt>
<dd>
<div class="block">A Parser can take a string and compile it into an ExpressionProgram.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/data/Parser.html#Parser()">Parser()</a></span> - Constructor for class edu.hws.jcm.data.<a href="./edu/hws/jcm/data/Parser.html" title="class in edu.hws.jcm.data">Parser</a></dt>
<dd>
<div class="block">Construct a Parser with no parent and with the default options,
 BOOLEANS and STANDARD_FUNCTIONS.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/data/Parser.html#Parser(edu.hws.jcm.data.Parser)">Parser(Parser)</a></span> - Constructor for class edu.hws.jcm.data.<a href="./edu/hws/jcm/data/Parser.html" title="class in edu.hws.jcm.data">Parser</a></dt>
<dd>
<div class="block">Create a Parser with the specified parent.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/data/Parser.html#Parser(int)">Parser(int)</a></span> - Constructor for class edu.hws.jcm.data.<a href="./edu/hws/jcm/data/Parser.html" title="class in edu.hws.jcm.data">Parser</a></dt>
<dd>
<div class="block">Create a Parser with the spedified option set and with no parent.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/data/Parser.html#Parser(edu.hws.jcm.data.Parser, int)">Parser(Parser, int)</a></span> - Constructor for class edu.hws.jcm.data.<a href="./edu/hws/jcm/data/Parser.html" title="class in edu.hws.jcm.data">Parser</a></dt>
<dd>
<div class="block">Create a Parser with the specified parent.</div>
</dd>
<dt><span class="strong"><a href="./GenericGraphApplet.html#parser">parser</a></span> - Variable in class <a href="./GenericGraphApplet.html" title="class in &lt;Unnamed&gt;">GenericGraphApplet</a></dt>
<dd>
<div class="block">The parser which is used for parsing input from the functionInput box.</div>
</dd>
<dt><a href="./edu/hws/jcm/data/ParserContext.html" title="class in edu.hws.jcm.data"><span class="strong">ParserContext</span></a> - Class in <a href="./edu/hws/jcm/data/package-summary.html">edu.hws.jcm.data</a></dt>
<dd>
<div class="block">A ParserContext holds all the state data for a parsing operation, including the
 string that is being parsed, a pointer to the current position in that string,
 and the most recently parsed token from the string.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/data/ParserContext.html#ParserContext(java.lang.String, int, edu.hws.jcm.data.SymbolTable)">ParserContext(String, int, SymbolTable)</a></span> - Constructor for class edu.hws.jcm.data.<a href="./edu/hws/jcm/data/ParserContext.html" title="class in edu.hws.jcm.data">ParserContext</a></dt>
<dd>
<div class="block">Create a ParserContext for parsing the data String, using the
 specified options and symbol table.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/data/Parser.html#parseRelation(edu.hws.jcm.data.ParserContext)">parseRelation(ParserContext)</a></span> - Method in class edu.hws.jcm.data.<a href="./edu/hws/jcm/data/Parser.html" title="class in edu.hws.jcm.data">Parser</a></dt>
<dd>
<div class="block">Called as part of the parsing process.</div>
</dd>
<dt><a href="./edu/hws/jcm/data/ParserExtension.html" title="interface in edu.hws.jcm.data"><span class="strong">ParserExtension</span></a> - Interface in <a href="./edu/hws/jcm/data/package-summary.html">edu.hws.jcm.data</a></dt>
<dd>
<div class="block">A ParserExtension can be defined to add new capabilities to a
 standard Parser.</div>
</dd>
<dt><span class="strong"><a href="./GenericGraphApplet.html#parseTableFuncDef(java.lang.String)">parseTableFuncDef(String)</a></span> - Method in class <a href="./GenericGraphApplet.html" title="class in &lt;Unnamed&gt;">GenericGraphApplet</a></dt>
<dd>
<div class="block">Create a TableFunction from a string.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/data/Parser.html#parseTerm(edu.hws.jcm.data.ParserContext)">parseTerm(ParserContext)</a></span> - Method in class edu.hws.jcm.data.<a href="./edu/hws/jcm/data/Parser.html" title="class in edu.hws.jcm.data">Parser</a></dt>
<dd>
<div class="block">Called as part of the parsing process.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/awt/Animator.html#pause()">pause()</a></span> - Method in class edu.hws.jcm.awt.<a href="./edu/hws/jcm/awt/Animator.html" title="class in edu.hws.jcm.awt">Animator</a></dt>
<dd>
<div class="block">Pause the animation, if it is running.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/awt/Animator.html#PAUSE_BUTTON">PAUSE_BUTTON</a></span> - Static variable in class edu.hws.jcm.awt.<a href="./edu/hws/jcm/awt/Animator.html" title="class in edu.hws.jcm.awt">Animator</a></dt>
<dd>
<div class="block">Used to add a component to the Animator Panel; can be used in a constructor
 or in the addControl() method.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/functions/TableFunction.html#PIECEWISE_LINEAR">PIECEWISE_LINEAR</a></span> - Static variable in class edu.hws.jcm.functions.<a href="./edu/hws/jcm/functions/TableFunction.html" title="class in edu.hws.jcm.functions">TableFunction</a></dt>
<dd>
<div class="block">If the style of the function is set to PIECEWISE_LINEAR,
 then linear interpolation is used to find the value
 of the functions for x-values between the points that define the function.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/draw/CoordinateRect.html#pixelToX(int)">pixelToX(int)</a></span> - Method in class edu.hws.jcm.draw.<a href="./edu/hws/jcm/draw/CoordinateRect.html" title="class in edu.hws.jcm.draw">CoordinateRect</a></dt>
<dd>
<div class="block">Convert a horizontal pixel coordinate into an x-coordinate.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/draw/CoordinateRect.html#pixelToY(int)">pixelToY(int)</a></span> - Method in class edu.hws.jcm.draw.<a href="./edu/hws/jcm/draw/CoordinateRect.html" title="class in edu.hws.jcm.draw">CoordinateRect</a></dt>
<dd>
<div class="block">Convert a vertical pixel coordinate into a y-coordinate.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/data/ExpressionProgram.html#PLUS">PLUS</a></span> - Static variable in class edu.hws.jcm.data.<a href="./edu/hws/jcm/data/ExpressionProgram.html" title="class in edu.hws.jcm.data">ExpressionProgram</a></dt>
<dd>
<div class="block">Code for a unary or binary operator or a standard function.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/data/StackOfDouble.html#pop()">pop()</a></span> - Method in class edu.hws.jcm.data.<a href="./edu/hws/jcm/data/StackOfDouble.html" title="class in edu.hws.jcm.data">StackOfDouble</a></dt>
<dd>
<div class="block">Remove and return the top item on the stack.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/data/ParserContext.html#pos">pos</a></span> - Variable in class edu.hws.jcm.data.<a href="./edu/hws/jcm/data/ParserContext.html" title="class in edu.hws.jcm.data">ParserContext</a></dt>
<dd>
<div class="block">Current position in that string, indicating how many
 characters have been consumed.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/draw/DrawString.html#position">position</a></span> - Variable in class edu.hws.jcm.draw.<a href="./edu/hws/jcm/draw/DrawString.html" title="class in edu.hws.jcm.draw">DrawString</a></dt>
<dd>
<div class="block">one of the constants defined in this class for specifying position</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/data/ExpressionProgram.html#POWER">POWER</a></span> - Static variable in class edu.hws.jcm.data.<a href="./edu/hws/jcm/data/ExpressionProgram.html" title="class in edu.hws.jcm.data">ExpressionProgram</a></dt>
<dd>
<div class="block">Code for a unary or binary operator or a standard function.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/awt/Animator.html#prev()">prev()</a></span> - Method in class edu.hws.jcm.awt.<a href="./edu/hws/jcm/awt/Animator.html" title="class in edu.hws.jcm.awt">Animator</a></dt>
<dd>
<div class="block">Advance the animation BACK one frame.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/awt/Animator.html#PREV_BUTTON">PREV_BUTTON</a></span> - Static variable in class edu.hws.jcm.awt.<a href="./edu/hws/jcm/awt/Animator.html" title="class in edu.hws.jcm.awt">Animator</a></dt>
<dd>
<div class="block">Used to add a component to the Animator Panel; can be used in a constructor
 or in the addControl() method.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/awt/ExpressionInput.html#previousContents">previousContents</a></span> - Variable in class edu.hws.jcm.awt.<a href="./edu/hws/jcm/awt/ExpressionInput.html" title="class in edu.hws.jcm.awt">ExpressionInput</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/awt/VariableInput.html#previousContents">previousContents</a></span> - Variable in class edu.hws.jcm.awt.<a href="./edu/hws/jcm/awt/VariableInput.html" title="class in edu.hws.jcm.awt">VariableInput</a></dt>
<dd>
<div class="block">This is set to true if the text in the
 box has been changed since the last time
 the value of the variable was checked by checkInput().</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/awt/ComputeButton.html#processActionEvent(java.awt.event.ActionEvent)">processActionEvent(ActionEvent)</a></span> - Method in class edu.hws.jcm.awt.<a href="./edu/hws/jcm/awt/ComputeButton.html" title="class in edu.hws.jcm.awt">ComputeButton</a></dt>
<dd>
<div class="block">This is called by the system when the user clicks the
 button.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/awt/ExpressionInput.html#processActionEvent(java.awt.event.ActionEvent)">processActionEvent(ActionEvent)</a></span> - Method in class edu.hws.jcm.awt.<a href="./edu/hws/jcm/awt/ExpressionInput.html" title="class in edu.hws.jcm.awt">ExpressionInput</a></dt>
<dd>
<div class="block">Overridden to call onUserAction.compute() if onUserAction is non-null.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/awt/VariableInput.html#processActionEvent(java.awt.event.ActionEvent)">processActionEvent(ActionEvent)</a></span> - Method in class edu.hws.jcm.awt.<a href="./edu/hws/jcm/awt/VariableInput.html" title="class in edu.hws.jcm.awt">VariableInput</a></dt>
<dd>
<div class="block">Overridden to call onUserAction.compute() if onUserAction is non-null.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/awt/VariableSlider.html#processAdjustmentEvent(java.awt.event.AdjustmentEvent)">processAdjustmentEvent(AdjustmentEvent)</a></span> - Method in class edu.hws.jcm.awt.<a href="./edu/hws/jcm/awt/VariableSlider.html" title="class in edu.hws.jcm.awt">VariableSlider</a></dt>
<dd>
<div class="block">Overridden to call onUserAction.compute() if onUserAction is non-null.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/draw/LimitControlPanel.html#processComponentEvent(java.awt.event.ComponentEvent)">processComponentEvent(ComponentEvent)</a></span> - Method in class edu.hws.jcm.draw.<a href="./edu/hws/jcm/draw/LimitControlPanel.html" title="class in edu.hws.jcm.draw">LimitControlPanel</a></dt>
<dd>
<div class="block">Recompute component locations when the panel is resized.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/awt/JCMPanel.html#processContainerEvent(java.awt.event.ContainerEvent)">processContainerEvent(ContainerEvent)</a></span> - Method in class edu.hws.jcm.awt.<a href="./edu/hws/jcm/awt/JCMPanel.html" title="class in edu.hws.jcm.awt">JCMPanel</a></dt>
<dd>
<div class="block">Called by the system when a component is added to or removed from
 this panel.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/draw/DisplayCanvas.html#processMouseEvent(java.awt.event.MouseEvent)">processMouseEvent(MouseEvent)</a></span> - Method in class edu.hws.jcm.draw.<a href="./edu/hws/jcm/draw/DisplayCanvas.html" title="class in edu.hws.jcm.draw">DisplayCanvas</a></dt>
<dd>
<div class="block">This has been overridden to handle the mouse zoom feature.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/draw/DisplayCanvas.html#processMouseMotionEvent(java.awt.event.MouseEvent)">processMouseMotionEvent(MouseEvent)</a></span> - Method in class edu.hws.jcm.draw.<a href="./edu/hws/jcm/draw/DisplayCanvas.html" title="class in edu.hws.jcm.draw">DisplayCanvas</a></dt>
<dd>
<div class="block">This has been overridden to handle the mouse zoom feature.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/awt/ExpressionInput.html#processTextEvent(java.awt.event.TextEvent)">processTextEvent(TextEvent)</a></span> - Method in class edu.hws.jcm.awt.<a href="./edu/hws/jcm/awt/ExpressionInput.html" title="class in edu.hws.jcm.awt">ExpressionInput</a></dt>
<dd>
<div class="block">Overridden to call onUserAction.compute() if onUserAction is non-null.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/awt/VariableInput.html#processTextEvent(java.awt.event.TextEvent)">processTextEvent(TextEvent)</a></span> - Method in class edu.hws.jcm.awt.<a href="./edu/hws/jcm/awt/VariableInput.html" title="class in edu.hws.jcm.awt">VariableInput</a></dt>
<dd>
<div class="block">Overridden to call onUserAction.compute() if onUserAction is non-null.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/data/ParserContext.html#prog">prog</a></span> - Variable in class edu.hws.jcm.data.<a href="./edu/hws/jcm/data/ParserContext.html" title="class in edu.hws.jcm.data">ParserContext</a></dt>
<dd>
<div class="block">The ExpressionProgram that is being generated as the string
 is parsed.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/data/StackOfDouble.html#push(double)">push(double)</a></span> - Method in class edu.hws.jcm.data.<a href="./edu/hws/jcm/data/StackOfDouble.html" title="class in edu.hws.jcm.data">StackOfDouble</a></dt>
<dd>
<div class="block">Add x to top of stack.</div>
</dd>
</dl>
<a name="_R_">
<!--   -->
</a>
<h2 class="title">R</h2>
<dl>
<dt><span class="strong"><a href="./edu/hws/jcm/awt/DataTableInput.html#readFromStream(java.io.Reader)">readFromStream(Reader)</a></span> - Method in class edu.hws.jcm.awt.<a href="./edu/hws/jcm/awt/DataTableInput.html" title="class in edu.hws.jcm.awt">DataTableInput</a></dt>
<dd>
<div class="block">Read data for table from the specified Reader.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/awt/VariableInput.html#REAL">REAL</a></span> - Static variable in class edu.hws.jcm.awt.<a href="./edu/hws/jcm/awt/VariableInput.html" title="class in edu.hws.jcm.awt">VariableInput</a></dt>
<dd>
<div class="block">A constant for use in the setInputStyle() method.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/data/NumUtils.html#realToString(double)">realToString(double)</a></span> - Static method in class edu.hws.jcm.data.<a href="./edu/hws/jcm/data/NumUtils.html" title="class in edu.hws.jcm.data">NumUtils</a></dt>
<dd>
<div class="block">Return a string representation of the real number
 x occupying, if possible, at most 10 spaces.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/data/NumUtils.html#realToString(double, int)">realToString(double, int)</a></span> - Static method in class edu.hws.jcm.data.<a href="./edu/hws/jcm/data/NumUtils.html" title="class in edu.hws.jcm.data">NumUtils</a></dt>
<dd>
<div class="block">Goal is to return a reasonable string representation
 of x, using at most width spaces.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/draw/DrawGeometric.html#RECT_ABSOLUTE">RECT_ABSOLUTE</a></span> - Static variable in class edu.hws.jcm.draw.<a href="./edu/hws/jcm/draw/DrawGeometric.html" title="class in edu.hws.jcm.draw">DrawGeometric</a></dt>
<dd>
<div class="block">Specifies a  rectangle with corners at (x1,y1) and (x2,y2).</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/draw/DrawGeometric.html#RECT_CENTERED">RECT_CENTERED</a></span> - Static variable in class edu.hws.jcm.draw.<a href="./edu/hws/jcm/draw/DrawGeometric.html" title="class in edu.hws.jcm.draw">DrawGeometric</a></dt>
<dd>
<div class="block">Specifies a  Rectangle centered on (x1,y1).</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/draw/DrawGeometric.html#RECT_RELATIVE">RECT_RELATIVE</a></span> - Static variable in class edu.hws.jcm.draw.<a href="./edu/hws/jcm/draw/DrawGeometric.html" title="class in edu.hws.jcm.draw">DrawGeometric</a></dt>
<dd>
<div class="block">Specifies a  rectangle with one corner at (x1,y1), and with width given by x2, or h if
 if x2 is null, and with height given by y2, or by v if y2 is null.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/functions/ExpressionFunction.html#redefine(java.lang.String)">redefine(String)</a></span> - Method in class edu.hws.jcm.functions.<a href="./edu/hws/jcm/functions/ExpressionFunction.html" title="class in edu.hws.jcm.functions">ExpressionFunction</a></dt>
<dd>
<div class="block">Set the definition of this function by parsing the given string,
 using a default parser.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/functions/ExpressionFunction.html#redefine(java.lang.String, edu.hws.jcm.data.Parser)">redefine(String, Parser)</a></span> - Method in class edu.hws.jcm.functions.<a href="./edu/hws/jcm/functions/ExpressionFunction.html" title="class in edu.hws.jcm.functions">ExpressionFunction</a></dt>
<dd>
<div class="block">Set the definition of this function, using the specified parser (or a default
 parser if parser is null).</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/draw/DisplayCanvas.html#releaseResources()">releaseResources()</a></span> - Method in class edu.hws.jcm.draw.<a href="./edu/hws/jcm/draw/DisplayCanvas.html" title="class in edu.hws.jcm.draw">DisplayCanvas</a></dt>
<dd>
<div class="block">Release the memory used the by the off-screen image, if any, that is used for
 double-buffering.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/awt/Controller.html#remove(java.lang.Object)">remove(Object)</a></span> - Method in class edu.hws.jcm.awt.<a href="./edu/hws/jcm/awt/Controller.html" title="class in edu.hws.jcm.awt">Controller</a></dt>
<dd>
<div class="block">Remove the object from the controller (if present).</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/data/Parser.html#remove(java.lang.String)">remove(String)</a></span> - Method in class edu.hws.jcm.data.<a href="./edu/hws/jcm/data/Parser.html" title="class in edu.hws.jcm.data">Parser</a></dt>
<dd>
<div class="block">Deregister the MathObject with the given name, if there is one
 registered with the Parser.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/data/SymbolTable.html#remove(java.lang.String)">remove(String)</a></span> - Method in class edu.hws.jcm.data.<a href="./edu/hws/jcm/data/SymbolTable.html" title="class in edu.hws.jcm.data">SymbolTable</a></dt>
<dd>
<div class="block">Remove the object with the given name from the symbol table,
 but NOT from the parent symbol table.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/draw/CoordinateRect.html#remove(edu.hws.jcm.draw.Drawable)">remove(Drawable)</a></span> - Method in class edu.hws.jcm.draw.<a href="./edu/hws/jcm/draw/CoordinateRect.html" title="class in edu.hws.jcm.draw">CoordinateRect</a></dt>
<dd>
<div class="block">Remove the given Drawable item, if present in this CoordinateRect.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/functions/TableFunction.html#removeAllPoints()">removeAllPoints()</a></span> - Method in class edu.hws.jcm.functions.<a href="./edu/hws/jcm/functions/TableFunction.html" title="class in edu.hws.jcm.functions">TableFunction</a></dt>
<dd>
<div class="block">Remove all points.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/awt/Controller.html#removeFromParent()">removeFromParent()</a></span> - Method in class edu.hws.jcm.awt.<a href="./edu/hws/jcm/awt/Controller.html" title="class in edu.hws.jcm.awt">Controller</a></dt>
<dd>
<div class="block">If this controller has a parent, remove it from its parent.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/functions/TableFunction.html#removePointAt(int)">removePointAt(int)</a></span> - Method in class edu.hws.jcm.functions.<a href="./edu/hws/jcm/functions/TableFunction.html" title="class in edu.hws.jcm.functions">TableFunction</a></dt>
<dd>
<div class="block">Removes the i-th point from the list of points.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/awt/Controller.html#reportError(java.lang.String)">reportError(String)</a></span> - Method in class edu.hws.jcm.awt.<a href="./edu/hws/jcm/awt/Controller.html" title="class in edu.hws.jcm.awt">Controller</a></dt>
<dd>
<div class="block">Report the specified error message.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/draw/CoordinateRect.html#restore()">restore()</a></span> - Method in class edu.hws.jcm.draw.<a href="./edu/hws/jcm/draw/CoordinateRect.html" title="class in edu.hws.jcm.draw">CoordinateRect</a></dt>
<dd>
<div class="block">A CoordinateRect can store its current limits in a buffer.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/draw/LimitControlPanel.html#RESTORE">RESTORE</a></span> - Static variable in class edu.hws.jcm.draw.<a href="./edu/hws/jcm/draw/LimitControlPanel.html" title="class in edu.hws.jcm.draw">LimitControlPanel</a></dt>
<dd>
<div class="block">A constant that can be used in the addButton() method to add a button to the LimitControlPanel.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/data/ParserContext.html#revert()">revert()</a></span> - Method in class edu.hws.jcm.data.<a href="./edu/hws/jcm/data/ParserContext.html" title="class in edu.hws.jcm.data">ParserContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/functions/TableFunctionInput.html#revertEditFunction()">revertEditFunction()</a></span> - Method in class edu.hws.jcm.functions.<a href="./edu/hws/jcm/functions/TableFunctionInput.html" title="class in edu.hws.jcm.functions">TableFunctionInput</a></dt>
<dd>
<div class="block">If a function has been specified using startEdit(), and neither
 finishEdit() nor cancelEdit have been called, then this method
 will discard the current data in and replace it with data from
 the edit function.</div>
</dd>
<dt><a href="./edu/hws/jcm/draw/RiemannSumRects.html" title="class in edu.hws.jcm.draw"><span class="strong">RiemannSumRects</span></a> - Class in <a href="./edu/hws/jcm/draw/package-summary.html">edu.hws.jcm.draw</a></dt>
<dd>
<div class="block">A RiemannSumRects calculates a Riemann sum for a function.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/draw/RiemannSumRects.html#RiemannSumRects()">RiemannSumRects()</a></span> - Constructor for class edu.hws.jcm.draw.<a href="./edu/hws/jcm/draw/RiemannSumRects.html" title="class in edu.hws.jcm.draw">RiemannSumRects</a></dt>
<dd>
<div class="block">Construct a RiemannSumRects object that initially has nothing to draw and that
  is set up to use the default number of intervals, 5.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/draw/RiemannSumRects.html#RiemannSumRects(edu.hws.jcm.data.Function, edu.hws.jcm.data.Value)">RiemannSumRects(Function, Value)</a></span> - Constructor for class edu.hws.jcm.draw.<a href="./edu/hws/jcm/draw/RiemannSumRects.html" title="class in edu.hws.jcm.draw">RiemannSumRects</a></dt>
<dd>
<div class="block">Construct a new RiemannSumRects object.</div>
</dd>
<dt><a href="./RiemannSums.html" title="class in &lt;Unnamed&gt;"><span class="strong">RiemannSums</span></a> - Class in <a href="./package-summary.html">&lt;Unnamed&gt;</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./RiemannSums.html#RiemannSums()">RiemannSums()</a></span> - Constructor for class <a href="./RiemannSums.html" title="class in &lt;Unnamed&gt;">RiemannSums</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/draw/Axes.html#RIGHT">RIGHT</a></span> - Static variable in class edu.hws.jcm.draw.<a href="./edu/hws/jcm/draw/Axes.html" title="class in edu.hws.jcm.draw">Axes</a></dt>
<dd>
<div class="block">A constant that can be used in the setXAxisPosition() method to indicate the placement of the x-axis.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/draw/DrawString.html#RIGHT">RIGHT</a></span> - Static variable in class edu.hws.jcm.draw.<a href="./edu/hws/jcm/draw/DrawString.html" title="class in edu.hws.jcm.draw">DrawString</a></dt>
<dd>
<div class="block">For specifying justification of lines in multiline strings.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/draw/RiemannSumRects.html#RIGHTENDPOINT">RIGHTENDPOINT</a></span> - Static variable in class edu.hws.jcm.draw.<a href="./edu/hws/jcm/draw/RiemannSumRects.html" title="class in edu.hws.jcm.draw">RiemannSumRects</a></dt>
<dd>
<div class="block">Summation method type.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/data/ExpressionProgram.html#ROUND">ROUND</a></span> - Static variable in class edu.hws.jcm.data.<a href="./edu/hws/jcm/data/ExpressionProgram.html" title="class in edu.hws.jcm.data">ExpressionProgram</a></dt>
<dd>
<div class="block">Code for a unary or binary operator or a standard function.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/awt/Animator.html#run()">run()</a></span> - Method in class edu.hws.jcm.awt.<a href="./edu/hws/jcm/awt/Animator.html" title="class in edu.hws.jcm.awt">Animator</a></dt>
<dd>
<div class="block">The method that is run by the animation thread.</div>
</dd>
</dl>
<a name="_S_">
<!--   -->
</a>
<h2 class="title">S</h2>
<dl>
<dt><span class="strong"><a href="./edu/hws/jcm/draw/LimitControlPanel.html#SAVE">SAVE</a></span> - Static variable in class edu.hws.jcm.draw.<a href="./edu/hws/jcm/draw/LimitControlPanel.html" title="class in edu.hws.jcm.draw">LimitControlPanel</a></dt>
<dd>
<div class="block">A constant that can be used in the addButton() method to add a button to the LimitControlPanel.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/draw/VectorField.html#SCALED_LINES">SCALED_LINES</a></span> - Static variable in class edu.hws.jcm.draw.<a href="./edu/hws/jcm/draw/VectorField.html" title="class in edu.hws.jcm.draw">VectorField</a></dt>
<dd>
<div class="block">One of the possible styles for displaying a VectorField: as a field of tangent lines where the length
 of the line is proportional to the length of the vector.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/draw/VectorField.html#SCALED_VECTORS">SCALED_VECTORS</a></span> - Static variable in class edu.hws.jcm.draw.<a href="./edu/hws/jcm/draw/VectorField.html" title="class in edu.hws.jcm.draw">VectorField</a></dt>
<dd>
<div class="block">One of the possible styles for displaying a VectorField: as a vector field where a vector is shown as
 an arrow with length proportional to the length of the vector.</div>
</dd>
<dt><a href="./edu/hws/jcm/draw/ScatterPlot.html" title="class in edu.hws.jcm.draw"><span class="strong">ScatterPlot</span></a> - Class in <a href="./edu/hws/jcm/draw/package-summary.html">edu.hws.jcm.draw</a></dt>
<dd>
<div class="block">A ScatterPlot graphs data taken from a DataTableInput.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/draw/ScatterPlot.html#ScatterPlot()">ScatterPlot()</a></span> - Constructor for class edu.hws.jcm.draw.<a href="./edu/hws/jcm/draw/ScatterPlot.html" title="class in edu.hws.jcm.draw">ScatterPlot</a></dt>
<dd>
<div class="block">Default constructor.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/draw/ScatterPlot.html#ScatterPlot(edu.hws.jcm.awt.DataTableInput)">ScatterPlot(DataTableInput)</a></span> - Constructor for class edu.hws.jcm.draw.<a href="./edu/hws/jcm/draw/ScatterPlot.html" title="class in edu.hws.jcm.draw">ScatterPlot</a></dt>
<dd>
<div class="block">Create a scatter plot to plot data from the specified table.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/draw/ScatterPlot.html#ScatterPlot(edu.hws.jcm.awt.DataTableInput, int, int)">ScatterPlot(DataTableInput, int, int)</a></span> - Constructor for class edu.hws.jcm.draw.<a href="./edu/hws/jcm/draw/ScatterPlot.html" title="class in edu.hws.jcm.draw">ScatterPlot</a></dt>
<dd>
<div class="block">Create a scatter plot to plot data from two specified columns in a table.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/draw/ScatterPlot.html#ScatterPlot(edu.hws.jcm.awt.DataTableInput, edu.hws.jcm.data.Expression, edu.hws.jcm.data.Expression)">ScatterPlot(DataTableInput, Expression, Expression)</a></span> - Constructor for class edu.hws.jcm.draw.<a href="./edu/hws/jcm/draw/ScatterPlot.html" title="class in edu.hws.jcm.draw">ScatterPlot</a></dt>
<dd>
<div class="block">Create  scatter plot to plot specified expressions using data from a table.</div>
</dd>
<dt><a href="./ScatterPlotApplet.html" title="class in &lt;Unnamed&gt;"><span class="strong">ScatterPlotApplet</span></a> - Class in <a href="./package-summary.html">&lt;Unnamed&gt;</a></dt>
<dd>
<div class="block">A ScatterPlotApplet shows a scatter plot of data from a DataTableInput.</div>
</dd>
<dt><span class="strong"><a href="./ScatterPlotApplet.html#ScatterPlotApplet()">ScatterPlotApplet()</a></span> - Constructor for class <a href="./ScatterPlotApplet.html" title="class in &lt;Unnamed&gt;">ScatterPlotApplet</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/data/ExpressionProgram.html#SEC">SEC</a></span> - Static variable in class edu.hws.jcm.data.<a href="./edu/hws/jcm/data/ExpressionProgram.html" title="class in edu.hws.jcm.data">ExpressionProgram</a></dt>
<dd>
<div class="block">Code for a unary or binary operator or a standard function.</div>
</dd>
<dt><a href="./SecantTangent.html" title="class in &lt;Unnamed&gt;"><span class="strong">SecantTangent</span></a> - Class in <a href="./package-summary.html">&lt;Unnamed&gt;</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./SecantTangent.html#SecantTangent()">SecantTangent()</a></span> - Constructor for class <a href="./SecantTangent.html" title="class in &lt;Unnamed&gt;">SecantTangent</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/awt/VariableInput.html#serialNumber">serialNumber</a></span> - Variable in class edu.hws.jcm.awt.<a href="./edu/hws/jcm/awt/VariableInput.html" title="class in edu.hws.jcm.awt">VariableInput</a></dt>
<dd>
<div class="block">This serial number is increased
 each time the value of the variable
 changes.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/awt/VariableSlider.html#serialNumber">serialNumber</a></span> - Variable in class edu.hws.jcm.awt.<a href="./edu/hws/jcm/awt/VariableSlider.html" title="class in edu.hws.jcm.awt">VariableSlider</a></dt>
<dd>
<div class="block">This increases every time the value of the variable changes.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/draw/LimitControlPanel.html#serialNumber">serialNumber</a></span> - Variable in class edu.hws.jcm.draw.<a href="./edu/hws/jcm/draw/LimitControlPanel.html" title="class in edu.hws.jcm.draw">LimitControlPanel</a></dt>
<dd>
<div class="block">This is increased when the user changes the limits.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/draw/LimitControlPanel.html#SET_LIMITS">SET_LIMITS</a></span> - Static variable in class edu.hws.jcm.draw.<a href="./edu/hws/jcm/draw/LimitControlPanel.html" title="class in edu.hws.jcm.draw">LimitControlPanel</a></dt>
<dd>
<div class="block">A constant that can be used in the addButton() method to add a button to the LimitControlPanel.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/awt/DataTableInput.html#setAutoAddRows(boolean)">setAutoAddRows(boolean)</a></span> - Method in class edu.hws.jcm.awt.<a href="./edu/hws/jcm/awt/DataTableInput.html" title="class in edu.hws.jcm.awt">DataTableInput</a></dt>
<dd>
<div class="block">If the value of autoAddRows is true, then an empty row is added to the table
  automatically when the user attempts to move down from the last row of
  the table, provided that the last row is non-empty (so there can only be
  one auto-added row at a time).</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/draw/ScatterPlot.html#setAutoChangeLimits(boolean)">setAutoChangeLimits(boolean)</a></span> - Method in class edu.hws.jcm.draw.<a href="./edu/hws/jcm/draw/ScatterPlot.html" title="class in edu.hws.jcm.draw">ScatterPlot</a></dt>
<dd>
<div class="block">If the parameter is true, then the limits on the CoordinateRect that contains
  this ScatterPlot are automatically adjusted whenever the data is recomputed.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/draw/Axes.html#setAxesColor(java.awt.Color)">setAxesColor(Color)</a></span> - Method in class edu.hws.jcm.draw.<a href="./edu/hws/jcm/draw/Axes.html" title="class in edu.hws.jcm.draw">Axes</a></dt>
<dd>
<div class="block">Set the color that is used for drawing the axes, when they are drawn in their true position.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/draw/DrawString.html#setBackgroundColor(java.awt.Color)">setBackgroundColor(Color)</a></span> - Method in class edu.hws.jcm.draw.<a href="./edu/hws/jcm/draw/DrawString.html" title="class in edu.hws.jcm.draw">DrawString</a></dt>
<dd>
<div class="block">Set the color that is used to fill a rectangle on which the string is drawn.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/awt/DataTableInput.html#setBlankBackground(java.awt.Color)">setBlankBackground(Color)</a></span> - Method in class edu.hws.jcm.awt.<a href="./edu/hws/jcm/awt/DataTableInput.html" title="class in edu.hws.jcm.awt">DataTableInput</a></dt>
<dd>
<div class="block">Get the color to be used as a background blank areas in the table, below the
  rows of cells.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/awt/DataTableInput.html#setCellBackground(java.awt.Color)">setCellBackground(Color)</a></span> - Method in class edu.hws.jcm.awt.<a href="./edu/hws/jcm/awt/DataTableInput.html" title="class in edu.hws.jcm.awt">DataTableInput</a></dt>
<dd>
<div class="block">Set the color to be used as a background for cells in the table.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/awt/DataTableInput.html#setCellContents(int, int, double)">setCellContents(int, int, double)</a></span> - Method in class edu.hws.jcm.awt.<a href="./edu/hws/jcm/awt/DataTableInput.html" title="class in edu.hws.jcm.awt">DataTableInput</a></dt>
<dd>
<div class="block">Put the given real number, val, in the cell in the specified row
  and column, where rows are numbered starting from 1 and columns are
  numbered starting from zero.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/draw/DrawString.html#setClamp(boolean)">setClamp(boolean)</a></span> - Method in class edu.hws.jcm.draw.<a href="./edu/hws/jcm/draw/DrawString.html" title="class in edu.hws.jcm.draw">DrawString</a></dt>
<dd>
<div class="block">Set the "clamp" property of the DrawString.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/draw/MouseTracker.html#setClampX(boolean)">setClampX(boolean)</a></span> - Method in class edu.hws.jcm.draw.<a href="./edu/hws/jcm/draw/MouseTracker.html" title="class in edu.hws.jcm.draw">MouseTracker</a></dt>
<dd>
<div class="block">Set the "clampX" property of the MouseTracker.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/draw/MouseTracker.html#setClampY(boolean)">setClampY(boolean)</a></span> - Method in class edu.hws.jcm.draw.<a href="./edu/hws/jcm/draw/MouseTracker.html" title="class in edu.hws.jcm.draw">MouseTracker</a></dt>
<dd>
<div class="block">Set the "clampY" property of the MouseTracker.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/draw/DraggablePoint.html#setColor(java.awt.Color)">setColor(Color)</a></span> - Method in class edu.hws.jcm.draw.<a href="./edu/hws/jcm/draw/DraggablePoint.html" title="class in edu.hws.jcm.draw">DraggablePoint</a></dt>
<dd>
<div class="block">Set the color to be used for drawing the point.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/draw/DrawBorder.html#setColor(java.awt.Color)">setColor(Color)</a></span> - Method in class edu.hws.jcm.draw.<a href="./edu/hws/jcm/draw/DrawBorder.html" title="class in edu.hws.jcm.draw">DrawBorder</a></dt>
<dd>
<div class="block">Set the color of the border to the specified color.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/draw/DrawGeometric.html#setColor(java.awt.Color)">setColor(Color)</a></span> - Method in class edu.hws.jcm.draw.<a href="./edu/hws/jcm/draw/DrawGeometric.html" title="class in edu.hws.jcm.draw">DrawGeometric</a></dt>
<dd>
<div class="block">Set the color that is used for drawing the shape.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/draw/DrawString.html#setColor(java.awt.Color)">setColor(Color)</a></span> - Method in class edu.hws.jcm.draw.<a href="./edu/hws/jcm/draw/DrawString.html" title="class in edu.hws.jcm.draw">DrawString</a></dt>
<dd>
<div class="block">Set the color for the string.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/draw/Graph1D.html#setColor(java.awt.Color)">setColor(Color)</a></span> - Method in class edu.hws.jcm.draw.<a href="./edu/hws/jcm/draw/Graph1D.html" title="class in edu.hws.jcm.draw">Graph1D</a></dt>
<dd>
<div class="block">Set the color to be used for drawing the graph.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/draw/Grid.html#setColor(java.awt.Color)">setColor(Color)</a></span> - Method in class edu.hws.jcm.draw.<a href="./edu/hws/jcm/draw/Grid.html" title="class in edu.hws.jcm.draw">Grid</a></dt>
<dd>
<div class="block">Method to set the Color used to draw grid lines.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/draw/ParametricCurve.html#setColor(java.awt.Color)">setColor(Color)</a></span> - Method in class edu.hws.jcm.draw.<a href="./edu/hws/jcm/draw/ParametricCurve.html" title="class in edu.hws.jcm.draw">ParametricCurve</a></dt>
<dd>
<div class="block">Set the color to be used for drawing the graph.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/draw/RiemannSumRects.html#setColor(java.awt.Color)">setColor(Color)</a></span> - Method in class edu.hws.jcm.draw.<a href="./edu/hws/jcm/draw/RiemannSumRects.html" title="class in edu.hws.jcm.draw">RiemannSumRects</a></dt>
<dd>
<div class="block">Set the color used to draw the rectangles.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/draw/VectorField.html#setColor(java.awt.Color)">setColor(Color)</a></span> - Method in class edu.hws.jcm.draw.<a href="./edu/hws/jcm/draw/VectorField.html" title="class in edu.hws.jcm.draw">VectorField</a></dt>
<dd>
<div class="block">Set the color to be used for drawing the vector field.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/functions/TableFunctionGraph.html#setColor(java.awt.Color)">setColor(Color)</a></span> - Method in class edu.hws.jcm.functions.<a href="./edu/hws/jcm/functions/TableFunctionGraph.html" title="class in edu.hws.jcm.functions">TableFunctionGraph</a></dt>
<dd>
<div class="block">Set the color that is used for drawing the graph.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/awt/DataTableInput.html#setColumnName(int, java.lang.String)">setColumnName(int, String)</a></span> - Method in class edu.hws.jcm.awt.<a href="./edu/hws/jcm/awt/DataTableInput.html" title="class in edu.hws.jcm.awt">DataTableInput</a></dt>
<dd>
<div class="block">Set the name of column number i, where columns are numbered starting
  from zero.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/draw/ScatterPlot.html#setColumns(int, int)">setColumns(int, int)</a></span> - Method in class edu.hws.jcm.draw.<a href="./edu/hws/jcm/draw/ScatterPlot.html" title="class in edu.hws.jcm.draw">ScatterPlot</a></dt>
<dd>
<div class="block">Specify that the data to be plotted should be taken from the specified
  columns in the table.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/awt/DataTableInput.html#setCurrentRowNumber(int)">setCurrentRowNumber(int)</a></span> - Method in class edu.hws.jcm.awt.<a href="./edu/hws/jcm/awt/DataTableInput.html" title="class in edu.hws.jcm.awt">DataTableInput</a></dt>
<dd>
<div class="block">Set the current row in the table.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/draw/ScatterPlot.html#setDataColor(java.awt.Color)">setDataColor(Color)</a></span> - Method in class edu.hws.jcm.draw.<a href="./edu/hws/jcm/draw/ScatterPlot.html" title="class in edu.hws.jcm.draw">ScatterPlot</a></dt>
<dd>
<div class="block">Set the color that is used to draw the points in the data.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/awt/DataTableInput.html#setEmptyCellValue(double)">setEmptyCellValue(double)</a></span> - Method in class edu.hws.jcm.awt.<a href="./edu/hws/jcm/awt/DataTableInput.html" title="class in edu.hws.jcm.awt">DataTableInput</a></dt>
<dd>
<div class="block">Set the value that should be returned when the value of an empty cell is
  requested.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/draw/DisplayCanvas.html#setErrorBackground(java.awt.Color)">setErrorBackground(Color)</a></span> - Method in class edu.hws.jcm.draw.<a href="./edu/hws/jcm/draw/DisplayCanvas.html" title="class in edu.hws.jcm.draw">DisplayCanvas</a></dt>
<dd>
<div class="block">Set color to be used as a background when the canvas displays an error message.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/draw/DisplayCanvas.html#setErrorForeground(java.awt.Color)">setErrorForeground(Color)</a></span> - Method in class edu.hws.jcm.draw.<a href="./edu/hws/jcm/draw/DisplayCanvas.html" title="class in edu.hws.jcm.draw">DisplayCanvas</a></dt>
<dd>
<div class="block">Set color to be used for the text when the canvas displays an error message.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/awt/ErrorReporter.html#setErrorMessage(edu.hws.jcm.awt.Controller, java.lang.String)">setErrorMessage(Controller, String)</a></span> - Method in interface edu.hws.jcm.awt.<a href="./edu/hws/jcm/awt/ErrorReporter.html" title="interface in edu.hws.jcm.awt">ErrorReporter</a></dt>
<dd>
<div class="block">Report the specifed message as an error.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/awt/MessagePopup.html#setErrorMessage(edu.hws.jcm.awt.Controller, java.lang.String)">setErrorMessage(Controller, String)</a></span> - Method in class edu.hws.jcm.awt.<a href="./edu/hws/jcm/awt/MessagePopup.html" title="class in edu.hws.jcm.awt">MessagePopup</a></dt>
<dd>
<div class="block">Show the given message in a dialog box or independent window,
 depending on whether the source component is contained in
 a Frame or not.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/draw/DisplayCanvas.html#setErrorMessage(edu.hws.jcm.awt.Controller, java.lang.String)">setErrorMessage(Controller, String)</a></span> - Method in class edu.hws.jcm.draw.<a href="./edu/hws/jcm/draw/DisplayCanvas.html" title="class in edu.hws.jcm.draw">DisplayCanvas</a></dt>
<dd>
<div class="block">Set an error message to be displayed on the canvas.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/awt/Controller.html#setErrorReporter(edu.hws.jcm.awt.ErrorReporter)">setErrorReporter(ErrorReporter)</a></span> - Method in class edu.hws.jcm.awt.<a href="./edu/hws/jcm/awt/Controller.html" title="class in edu.hws.jcm.awt">Controller</a></dt>
<dd>
<div class="block">Set the ErrorReporter used to report errors that occur when the
 compute() method of this Controller is executed.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/draw/LimitControlPanel.html#setErrorReporter(edu.hws.jcm.awt.ErrorReporter)">setErrorReporter(ErrorReporter)</a></span> - Method in class edu.hws.jcm.draw.<a href="./edu/hws/jcm/draw/LimitControlPanel.html" title="class in edu.hws.jcm.draw">LimitControlPanel</a></dt>
<dd>
<div class="block">Set the ErrorReporter that is used to report errors in the
 user's input.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/draw/ScatterPlot.html#setExpressions(edu.hws.jcm.data.Expression, edu.hws.jcm.data.Expression)">setExpressions(Expression, Expression)</a></span> - Method in class edu.hws.jcm.draw.<a href="./edu/hws/jcm/draw/ScatterPlot.html" title="class in edu.hws.jcm.draw">ScatterPlot</a></dt>
<dd>
<div class="block">Specify the data for the the plot is to be obtained by evaluating
  the two expressions that are given as parameters.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/draw/DrawGeometric.html#setFillColor(java.awt.Color)">setFillColor(Color)</a></span> - Method in class edu.hws.jcm.draw.<a href="./edu/hws/jcm/draw/DrawGeometric.html" title="class in edu.hws.jcm.draw">DrawGeometric</a></dt>
<dd>
<div class="block">Set the color that is used for filling ovals and rects.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/draw/DrawString.html#setFont(java.awt.Font)">setFont(Font)</a></span> - Method in class edu.hws.jcm.draw.<a href="./edu/hws/jcm/draw/DrawString.html" title="class in edu.hws.jcm.draw">DrawString</a></dt>
<dd>
<div class="block">Set the font that is used for drawing this string.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/draw/DrawString.html#setFrameColor(java.awt.Color)">setFrameColor(Color)</a></span> - Method in class edu.hws.jcm.draw.<a href="./edu/hws/jcm/draw/DrawString.html" title="class in edu.hws.jcm.draw">DrawString</a></dt>
<dd>
<div class="block">Set the color that is used to draw a frame around the string.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/draw/DrawString.html#setFrameWidth(int)">setFrameWidth(int)</a></span> - Method in class edu.hws.jcm.draw.<a href="./edu/hws/jcm/draw/DrawString.html" title="class in edu.hws.jcm.draw">DrawString</a></dt>
<dd>
<div class="block">Set the width, in pixels, of a frame to draw around the string.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/draw/Graph1D.html#setFunction(edu.hws.jcm.data.Function)">setFunction(Function)</a></span> - Method in class edu.hws.jcm.draw.<a href="./edu/hws/jcm/draw/Graph1D.html" title="class in edu.hws.jcm.draw">Graph1D</a></dt>
<dd>
<div class="block">Set the function to be graphed.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/draw/RiemannSumRects.html#setFunction(edu.hws.jcm.data.Function)">setFunction(Function)</a></span> - Method in class edu.hws.jcm.draw.<a href="./edu/hws/jcm/draw/RiemannSumRects.html" title="class in edu.hws.jcm.draw">RiemannSumRects</a></dt>
<dd>
<div class="block">Set the function whose Riemann sums are to be computed.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/functions/TableFunctionGraph.html#setFunction(edu.hws.jcm.functions.TableFunction)">setFunction(TableFunction)</a></span> - Method in class edu.hws.jcm.functions.<a href="./edu/hws/jcm/functions/TableFunctionGraph.html" title="class in edu.hws.jcm.functions">TableFunctionGraph</a></dt>
<dd>
<div class="block">Set the function whose graph is drawn by this TableFunctionGraph.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/functions/WrapperFunction.html#setFunction(edu.hws.jcm.data.Function)">setFunction(Function)</a></span> - Method in class edu.hws.jcm.functions.<a href="./edu/hws/jcm/functions/WrapperFunction.html" title="class in edu.hws.jcm.functions">WrapperFunction</a></dt>
<dd>
<div class="block">Set the function that is contained in this WrapperFunction.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/draw/ParametricCurve.html#setFunctions(edu.hws.jcm.data.Function, edu.hws.jcm.data.Function)">setFunctions(Function, Function)</a></span> - Method in class edu.hws.jcm.draw.<a href="./edu/hws/jcm/draw/ParametricCurve.html" title="class in edu.hws.jcm.draw">ParametricCurve</a></dt>
<dd>
<div class="block">Sets the functions that gives the coordinates of the curve to be graphed.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/draw/VectorField.html#setFunctions(edu.hws.jcm.data.Function, edu.hws.jcm.data.Function)">setFunctions(Function, Function)</a></span> - Method in class edu.hws.jcm.draw.<a href="./edu/hws/jcm/draw/VectorField.html" title="class in edu.hws.jcm.draw">VectorField</a></dt>
<dd>
<div class="block">Sets the functions that give the components of the vector field.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/functions/TableFunctionGraph.html#setFunctionStyle(int)">setFunctionStyle(int)</a></span> - Method in class edu.hws.jcm.functions.<a href="./edu/hws/jcm/functions/TableFunctionGraph.html" title="class in edu.hws.jcm.functions">TableFunctionGraph</a></dt>
<dd>
<div class="block">Provided as a convenience.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/draw/CoordinateRect.html#setGap(int)">setGap(int)</a></span> - Method in class edu.hws.jcm.draw.<a href="./edu/hws/jcm/draw/CoordinateRect.html" title="class in edu.hws.jcm.draw">CoordinateRect</a></dt>
<dd>
<div class="block">Set the gap.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/draw/DraggablePoint.html#setGhostColor(java.awt.Color)">setGhostColor(Color)</a></span> - Method in class edu.hws.jcm.draw.<a href="./edu/hws/jcm/draw/DraggablePoint.html" title="class in edu.hws.jcm.draw">DraggablePoint</a></dt>
<dd>
<div class="block">Set the ghoseColor to be used for drawing the point when it location is undefined or is outside the
 proper limits.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/awt/DataTableInput.html#setGridColor(java.awt.Color)">setGridColor(Color)</a></span> - Method in class edu.hws.jcm.awt.<a href="./edu/hws/jcm/awt/DataTableInput.html" title="class in edu.hws.jcm.awt">DataTableInput</a></dt>
<dd>
<div class="block">Get the color to be used for the lines between cells in the table.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/draw/DrawGeometric.html#setH(int)">setH(int)</a></span> - Method in class edu.hws.jcm.draw.<a href="./edu/hws/jcm/draw/DrawGeometric.html" title="class in edu.hws.jcm.draw">DrawGeometric</a></dt>
<dd>
<div class="block">Set the integer that gives the horizontal offset from (x1,y1).</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/draw/DisplayCanvas.html#setHandleMouseZooms(boolean)">setHandleMouseZooms(boolean)</a></span> - Method in class edu.hws.jcm.draw.<a href="./edu/hws/jcm/draw/DisplayCanvas.html" title="class in edu.hws.jcm.draw">DisplayCanvas</a></dt>
<dd>
<div class="block">Set the "handleMouseZooms" property of this DisplayCanvas.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/awt/VariableInput.html#setInputStyle(int)">setInputStyle(int)</a></span> - Method in class edu.hws.jcm.awt.<a href="./edu/hws/jcm/awt/VariableInput.html" title="class in edu.hws.jcm.awt">VariableInput</a></dt>
<dd>
<div class="block">Specify what types of things are allowed in the input box.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/awt/JCMPanel.html#setInsetGap(int)">setInsetGap(int)</a></span> - Method in class edu.hws.jcm.awt.<a href="./edu/hws/jcm/awt/JCMPanel.html" title="class in edu.hws.jcm.awt">JCMPanel</a></dt>
<dd>
<div class="block">Set the size of the "Insets" for this JCMPanel.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/awt/VariableSlider.html#setIntegerValued(boolean)">setIntegerValued(boolean)</a></span> - Method in class edu.hws.jcm.awt.<a href="./edu/hws/jcm/awt/VariableSlider.html" title="class in edu.hws.jcm.awt">VariableSlider</a></dt>
<dd>
<div class="block">If set to true, restrict the values of the variable associated with this
 slider to be integers.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/functions/TableFunctionGraph.html#setInteractive(boolean)">setInteractive(boolean)</a></span> - Method in class edu.hws.jcm.functions.<a href="./edu/hws/jcm/functions/TableFunctionGraph.html" title="class in edu.hws.jcm.functions">TableFunctionGraph</a></dt>
<dd>
<div class="block">Set the value of the interactive property, which is true if the user can
  modify the function by dragging the points from the table.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/draw/RiemannSumRects.html#setIntervalCount(edu.hws.jcm.data.Value)">setIntervalCount(Value)</a></span> - Method in class edu.hws.jcm.draw.<a href="./edu/hws/jcm/draw/RiemannSumRects.html" title="class in edu.hws.jcm.draw">RiemannSumRects</a></dt>
<dd>
<div class="block">Set the interval count (the RiemannSumRects will be redrawn after this function
 is called).</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/awt/Animator.html#setIntervals(edu.hws.jcm.data.Value)">setIntervals(Value)</a></span> - Method in class edu.hws.jcm.awt.<a href="./edu/hws/jcm/awt/Animator.html" title="class in edu.hws.jcm.awt">Animator</a></dt>
<dd>
<div class="block">Set the Value object that specifies the number of frames in the animation.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/awt/Animator.html#setIntervals(int)">setIntervals(int)</a></span> - Method in class edu.hws.jcm.awt.<a href="./edu/hws/jcm/awt/Animator.html" title="class in edu.hws.jcm.awt">Animator</a></dt>
<dd>
<div class="block">A convenience method that simply calls setIntervals(new Constant(d)).</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/draw/ParametricCurve.html#setIntervals(edu.hws.jcm.data.Value)">setIntervals(Value)</a></span> - Method in class edu.hws.jcm.draw.<a href="./edu/hws/jcm/draw/ParametricCurve.html" title="class in edu.hws.jcm.draw">ParametricCurve</a></dt>
<dd>
<div class="block">Specify the number of subintervals into which the domain of the parametric curve is divided.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/draw/DrawString.html#setJustification(int)">setJustification(int)</a></span> - Method in class edu.hws.jcm.draw.<a href="./edu/hws/jcm/draw/DrawString.html" title="class in edu.hws.jcm.draw">DrawString</a></dt>
<dd>
<div class="block">Set the justification to be used if there are multiple lins in the string.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/awt/DataTableInput.html#setLabelBackground(java.awt.Color)">setLabelBackground(Color)</a></span> - Method in class edu.hws.jcm.awt.<a href="./edu/hws/jcm/awt/DataTableInput.html" title="class in edu.hws.jcm.awt">DataTableInput</a></dt>
<dd>
<div class="block">Set the color to be used as a background for row numbers and column titles.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/draw/Axes.html#setLabelColor(java.awt.Color)">setLabelColor(Color)</a></span> - Method in class edu.hws.jcm.draw.<a href="./edu/hws/jcm/draw/Axes.html" title="class in edu.hws.jcm.draw">Axes</a></dt>
<dd>
<div class="block">Set the color that is used for drawing the labels (usually the names of the variables) on the x- and y-axes.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/draw/Axes.html#setLightAxesColor(java.awt.Color)">setLightAxesColor(Color)</a></span> - Method in class edu.hws.jcm.draw.<a href="./edu/hws/jcm/draw/Axes.html" title="class in edu.hws.jcm.draw">Axes</a></dt>
<dd>
<div class="block">Get the color that is used for drawing an axis, when it is drawn along an edge of the CoordinateRect
 instead of in its proper x- or y-position.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/awt/Limits.html#setLimits(double[])">setLimits(double[])</a></span> - Method in interface edu.hws.jcm.awt.<a href="./edu/hws/jcm/awt/Limits.html" title="interface in edu.hws.jcm.awt">Limits</a></dt>
<dd>
<div class="block">Set the current limits.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/draw/CoordinateRect.html#setLimits(double, double, double, double)">setLimits(double, double, double, double)</a></span> - Method in class edu.hws.jcm.draw.<a href="./edu/hws/jcm/draw/CoordinateRect.html" title="class in edu.hws.jcm.draw">CoordinateRect</a></dt>
<dd>
<div class="block">Set the limits on the CoordinteRect</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/draw/CoordinateRect.html#setLimits(double[])">setLimits(double[])</a></span> - Method in class edu.hws.jcm.draw.<a href="./edu/hws/jcm/draw/CoordinateRect.html" title="class in edu.hws.jcm.draw">CoordinateRect</a></dt>
<dd>
<div class="block">Set the coordinate limits from array; extra elements in array are ignored.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/draw/LimitControlPanel.html#setLimits(double[])">setLimits(double[])</a></span> - Method in class edu.hws.jcm.draw.<a href="./edu/hws/jcm/draw/LimitControlPanel.html" title="class in edu.hws.jcm.draw">LimitControlPanel</a></dt>
<dd>
<div class="block">Set the values in the xmin, xmax, ymin, and ymax input boxes.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/draw/ParametricCurve.html#setLimits(edu.hws.jcm.data.Value, edu.hws.jcm.data.Value)">setLimits(Value, Value)</a></span> - Method in class edu.hws.jcm.draw.<a href="./edu/hws/jcm/draw/ParametricCurve.html" title="class in edu.hws.jcm.draw">ParametricCurve</a></dt>
<dd>
<div class="block">Set the Value objects that specify the domain of the paratmeter.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/draw/ScatterPlot.html#setLineColor(java.awt.Color)">setLineColor(Color)</a></span> - Method in class edu.hws.jcm.draw.<a href="./edu/hws/jcm/draw/ScatterPlot.html" title="class in edu.hws.jcm.draw">ScatterPlot</a></dt>
<dd>
<div class="block">Set the color that is used to draw the regression line.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/draw/DrawGeometric.html#setLineWidth(int)">setLineWidth(int)</a></span> - Method in class edu.hws.jcm.draw.<a href="./edu/hws/jcm/draw/DrawGeometric.html" title="class in edu.hws.jcm.draw">DrawGeometric</a></dt>
<dd>
<div class="block">Set the width, in pixels, of lines that are drawn.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/draw/MouseTracker.html#setListenForDrags(boolean)">setListenForDrags(boolean)</a></span> - Method in class edu.hws.jcm.draw.<a href="./edu/hws/jcm/draw/MouseTracker.html" title="class in edu.hws.jcm.draw">MouseTracker</a></dt>
<dd>
<div class="block">Sets the "listenForDrags" property of the MouseTracker.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/draw/DraggablePoint.html#setLocation(double, double)">setLocation(double, double)</a></span> - Method in class edu.hws.jcm.draw.<a href="./edu/hws/jcm/draw/DraggablePoint.html" title="class in edu.hws.jcm.draw">DraggablePoint</a></dt>
<dd>
<div class="block">Move the point to (x,y), then "clamp" the value of x or y, if a clamp Value has been set.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/awt/Animator.html#setLoopStyle(int)">setLoopStyle(int)</a></span> - Method in class edu.hws.jcm.awt.<a href="./edu/hws/jcm/awt/Animator.html" title="class in edu.hws.jcm.awt">Animator</a></dt>
<dd>
<div class="block">Set the loop style, which determines what happens when the final frame of the animation is reached.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/awt/Animator.html#setMax(edu.hws.jcm.data.Value)">setMax(Value)</a></span> - Method in class edu.hws.jcm.awt.<a href="./edu/hws/jcm/awt/Animator.html" title="class in edu.hws.jcm.awt">Animator</a></dt>
<dd>
<div class="block">Set the Value object that gives the final value of the Animator.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/awt/Animator.html#setMax(double)">setMax(double)</a></span> - Method in class edu.hws.jcm.awt.<a href="./edu/hws/jcm/awt/Animator.html" title="class in edu.hws.jcm.awt">Animator</a></dt>
<dd>
<div class="block">A convenience method that simply calls setMax(new Constant(d)).</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/awt/VariableInput.html#setMax(double)">setMax(double)</a></span> - Method in class edu.hws.jcm.awt.<a href="./edu/hws/jcm/awt/VariableInput.html" title="class in edu.hws.jcm.awt">VariableInput</a></dt>
<dd>
<div class="block">Specify the largest allowed value for the content of this VariableInput box.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/awt/VariableSlider.html#setMax(edu.hws.jcm.data.Value)">setMax(Value)</a></span> - Method in class edu.hws.jcm.awt.<a href="./edu/hws/jcm/awt/VariableSlider.html" title="class in edu.hws.jcm.awt">VariableSlider</a></dt>
<dd>
<div class="block">Set the value that the variable has when the slider is at the right (or
 top) of the scrollbar.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/draw/RiemannSumRects.html#setMethod(int)">setMethod(int)</a></span> - Method in class edu.hws.jcm.draw.<a href="./edu/hws/jcm/draw/RiemannSumRects.html" title="class in edu.hws.jcm.draw">RiemannSumRects</a></dt>
<dd>
<div class="block">Set the method used to calculate the rectangles.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/awt/Animator.html#setMillisPerFrame(int)">setMillisPerFrame(int)</a></span> - Method in class edu.hws.jcm.awt.<a href="./edu/hws/jcm/awt/Animator.html" title="class in edu.hws.jcm.awt">Animator</a></dt>
<dd>
<div class="block">Set the nominal number of milliseconds per frame.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/awt/Animator.html#setMin(edu.hws.jcm.data.Value)">setMin(Value)</a></span> - Method in class edu.hws.jcm.awt.<a href="./edu/hws/jcm/awt/Animator.html" title="class in edu.hws.jcm.awt">Animator</a></dt>
<dd>
<div class="block">Set the Value object that gives the starting value of the Animator.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/awt/Animator.html#setMin(double)">setMin(double)</a></span> - Method in class edu.hws.jcm.awt.<a href="./edu/hws/jcm/awt/Animator.html" title="class in edu.hws.jcm.awt">Animator</a></dt>
<dd>
<div class="block">A convenience method that simply calls setMin(new Constant(d)).</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/awt/VariableInput.html#setMin(double)">setMin(double)</a></span> - Method in class edu.hws.jcm.awt.<a href="./edu/hws/jcm/awt/VariableInput.html" title="class in edu.hws.jcm.awt">VariableInput</a></dt>
<dd>
<div class="block">Specify the smallest allowed value for the content of this VariableInput box.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/awt/VariableSlider.html#setMin(edu.hws.jcm.data.Value)">setMin(Value)</a></span> - Method in class edu.hws.jcm.awt.<a href="./edu/hws/jcm/awt/VariableSlider.html" title="class in edu.hws.jcm.awt">VariableSlider</a></dt>
<dd>
<div class="block">Set the value that the variable has when the slider is at the left (or
 bottom) of the scrollbar.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/draw/ScatterPlot.html#setMissingValueIsError(boolean)">setMissingValueIsError(boolean)</a></span> - Method in class edu.hws.jcm.draw.<a href="./edu/hws/jcm/draw/ScatterPlot.html" title="class in edu.hws.jcm.draw">ScatterPlot</a></dt>
<dd>
<div class="block">If the parameter is true, then a missing data value (an empty cell or
  an undefined value for one of the expressions) is considered to be an
  error, and a JCMError is thrown when it is encountered.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/awt/DataTableInput.html#setName(java.lang.String)">setName(String)</a></span> - Method in class edu.hws.jcm.awt.<a href="./edu/hws/jcm/awt/DataTableInput.html" title="class in edu.hws.jcm.awt">DataTableInput</a></dt>
<dd>
<div class="block">Set the name of this DataTableInput.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/awt/VariableInput.html#setName(java.lang.String)">setName(String)</a></span> - Method in class edu.hws.jcm.awt.<a href="./edu/hws/jcm/awt/VariableInput.html" title="class in edu.hws.jcm.awt">VariableInput</a></dt>
<dd>
<div class="block">Set the name of the variable.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/awt/VariableSlider.html#setName(java.lang.String)">setName(String)</a></span> - Method in class edu.hws.jcm.awt.<a href="./edu/hws/jcm/awt/VariableSlider.html" title="class in edu.hws.jcm.awt">VariableSlider</a></dt>
<dd>
<div class="block">Set the name of the associated variable.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/data/Constant.html#setName(java.lang.String)">setName(String)</a></span> - Method in class edu.hws.jcm.data.<a href="./edu/hws/jcm/data/Constant.html" title="class in edu.hws.jcm.data">Constant</a></dt>
<dd>
<div class="block">Set the name of this Constant.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/data/MathObject.html#setName(java.lang.String)">setName(String)</a></span> - Method in interface edu.hws.jcm.data.<a href="./edu/hws/jcm/data/MathObject.html" title="interface in edu.hws.jcm.data">MathObject</a></dt>
<dd>
<div class="block">Set the name of this object.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/data/StandardFunction.html#setName(java.lang.String)">setName(String)</a></span> - Method in class edu.hws.jcm.data.<a href="./edu/hws/jcm/data/StandardFunction.html" title="class in edu.hws.jcm.data">StandardFunction</a></dt>
<dd>
<div class="block">Change the name of this StandardFunction.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/functions/FunctionParserExtension.html#setName(java.lang.String)">setName(String)</a></span> - Method in class edu.hws.jcm.functions.<a href="./edu/hws/jcm/functions/FunctionParserExtension.html" title="class in edu.hws.jcm.functions">FunctionParserExtension</a></dt>
<dd>
<div class="block">Set the name of this object.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/functions/SummationParser.html#setName(java.lang.String)">setName(String)</a></span> - Method in class edu.hws.jcm.functions.<a href="./edu/hws/jcm/functions/SummationParser.html" title="class in edu.hws.jcm.functions">SummationParser</a></dt>
<dd>
<div class="block">Set the name, which will be used in place of "sum" in expressions.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/awt/DisplayLabel.html#setNumSize(int)">setNumSize(int)</a></span> - Method in class edu.hws.jcm.awt.<a href="./edu/hws/jcm/awt/DisplayLabel.html" title="class in edu.hws.jcm.awt">DisplayLabel</a></dt>
<dd>
<div class="block">Set the desired maximum number of characters in displayed numbers.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/draw/DrawString.html#setNumSize(int)">setNumSize(int)</a></span> - Method in class edu.hws.jcm.draw.<a href="./edu/hws/jcm/draw/DrawString.html" title="class in edu.hws.jcm.draw">DrawString</a></dt>
<dd>
<div class="block">Set the desired maximum number of characters in displayed numbers.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/draw/DrawString.html#setOffset(int)">setOffset(int)</a></span> - Method in class edu.hws.jcm.draw.<a href="./edu/hws/jcm/draw/DrawString.html" title="class in edu.hws.jcm.draw">DrawString</a></dt>
<dd>
<div class="block">Set the distance of the bounding box of the string from the reference
 point where it is drawn.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/awt/Animator.html#setOnChange(edu.hws.jcm.awt.Computable)">setOnChange(Computable)</a></span> - Method in class edu.hws.jcm.awt.<a href="./edu/hws/jcm/awt/Animator.html" title="class in edu.hws.jcm.awt">Animator</a></dt>
<dd>
<div class="block">Set the Controller that is notified (by calling its compute() method) whenever
 the frame changes.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/draw/CoordinateRect.html#setOnChange(edu.hws.jcm.awt.Controller)">setOnChange(Controller)</a></span> - Method in class edu.hws.jcm.draw.<a href="./edu/hws/jcm/draw/CoordinateRect.html" title="class in edu.hws.jcm.draw">CoordinateRect</a></dt>
<dd>
<div class="block">Specify a controller to be notified when the limits on this
 CoordinateRect change.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/functions/TableFunctionInput.html#setOnChange(edu.hws.jcm.awt.Controller)">setOnChange(Controller)</a></span> - Method in class edu.hws.jcm.functions.<a href="./edu/hws/jcm/functions/TableFunctionInput.html" title="class in edu.hws.jcm.functions">TableFunctionInput</a></dt>
<dd>
<div class="block">Specify a controller whose compute() method will be called whenever
 the user edits the data in this TableFunctionInput panel.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/functions/TableFunctionGraph.html#setOnDrag(edu.hws.jcm.awt.Computable)">setOnDrag(Computable)</a></span> - Method in class edu.hws.jcm.functions.<a href="./edu/hws/jcm/functions/TableFunctionGraph.html" title="class in edu.hws.jcm.functions">TableFunctionGraph</a></dt>
<dd>
<div class="block">Specify a controller whose compute() method will be called repeatedly
 as the user drags one of the points from the table function.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/draw/Panner.html#setOnFinishDrag(edu.hws.jcm.awt.Controller)">setOnFinishDrag(Controller)</a></span> - Method in class edu.hws.jcm.draw.<a href="./edu/hws/jcm/draw/Panner.html" title="class in edu.hws.jcm.draw">Panner</a></dt>
<dd>
<div class="block">Set a Controller that will be notified (by calling its compute method) whenever
  the user finishes a drag operation.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/functions/TableFunctionGraph.html#setOnFinishDrag(edu.hws.jcm.awt.Computable)">setOnFinishDrag(Computable)</a></span> - Method in class edu.hws.jcm.functions.<a href="./edu/hws/jcm/functions/TableFunctionGraph.html" title="class in edu.hws.jcm.functions">TableFunctionGraph</a></dt>
<dd>
<div class="block">Specify a controller whose compute() method will be called once
 when the user finishes dragging one of the points from the table function.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/awt/ExpressionInput.html#setOnTextChange(edu.hws.jcm.awt.Controller)">setOnTextChange(Controller)</a></span> - Method in class edu.hws.jcm.awt.<a href="./edu/hws/jcm/awt/ExpressionInput.html" title="class in edu.hws.jcm.awt">ExpressionInput</a></dt>
<dd>
<div class="block">If the parameter, c, is non-null, then its compute method will be called whenever
 the text in this input box changes.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/awt/VariableInput.html#setOnTextChange(edu.hws.jcm.awt.Controller)">setOnTextChange(Controller)</a></span> - Method in class edu.hws.jcm.awt.<a href="./edu/hws/jcm/awt/VariableInput.html" title="class in edu.hws.jcm.awt">VariableInput</a></dt>
<dd>
<div class="block">If the Controller, cm is non-null, then its compute() method will be called whenever
 the text in this input box changes.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/awt/ComputeButton.html#setOnUserAction(edu.hws.jcm.awt.Controller)">setOnUserAction(Controller)</a></span> - Method in class edu.hws.jcm.awt.<a href="./edu/hws/jcm/awt/ComputeButton.html" title="class in edu.hws.jcm.awt">ComputeButton</a></dt>
<dd>
<div class="block">Set the controller whose compute() method is called
 when the user clicks this button.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/awt/ExpressionInput.html#setOnUserAction(edu.hws.jcm.awt.Controller)">setOnUserAction(Controller)</a></span> - Method in class edu.hws.jcm.awt.<a href="./edu/hws/jcm/awt/ExpressionInput.html" title="class in edu.hws.jcm.awt">ExpressionInput</a></dt>
<dd>
<div class="block">If the parameter c is non-null, then its compute method will be called whenever
 the user presses the return key while typing in this text-input box.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/awt/VariableInput.html#setOnUserAction(edu.hws.jcm.awt.Controller)">setOnUserAction(Controller)</a></span> - Method in class edu.hws.jcm.awt.<a href="./edu/hws/jcm/awt/VariableInput.html" title="class in edu.hws.jcm.awt">VariableInput</a></dt>
<dd>
<div class="block">If the Controller, c, is non-null, then its compute() method will be called whenever
 the user presses the return key while typing in this text-input box.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/awt/VariableSlider.html#setOnUserAction(edu.hws.jcm.awt.Controller)">setOnUserAction(Controller)</a></span> - Method in class edu.hws.jcm.awt.<a href="./edu/hws/jcm/awt/VariableSlider.html" title="class in edu.hws.jcm.awt">VariableSlider</a></dt>
<dd>
<div class="block">If the Controller, c, is non-null, then its compute method will be called whenever
 the user adjusts the position of the scroll bar.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/draw/DraggablePoint.html#setOnUserAction(edu.hws.jcm.awt.Controller)">setOnUserAction(Controller)</a></span> - Method in class edu.hws.jcm.draw.<a href="./edu/hws/jcm/draw/DraggablePoint.html" title="class in edu.hws.jcm.draw">DraggablePoint</a></dt>
<dd>
<div class="block">Set the Controller that is to be notified when the user drags the point.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/draw/MouseTracker.html#setOnUserAction(edu.hws.jcm.awt.Controller)">setOnUserAction(Controller)</a></span> - Method in class edu.hws.jcm.draw.<a href="./edu/hws/jcm/draw/MouseTracker.html" title="class in edu.hws.jcm.draw">MouseTracker</a></dt>
<dd>
<div class="block">Set a Controller to respond to user mouse actions tracked
 by this MouseTracker.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/draw/Panner.html#setOnUserAction(edu.hws.jcm.awt.Controller)">setOnUserAction(Controller)</a></span> - Method in class edu.hws.jcm.draw.<a href="./edu/hws/jcm/draw/Panner.html" title="class in edu.hws.jcm.draw">Panner</a></dt>
<dd>
<div class="block">Set a Controller that will be notified (by calling its compute method) whenever
  the user moves the mouse during a drag.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/awt/Animator.html#setOrientation(int)">setOrientation(int)</a></span> - Method in class edu.hws.jcm.awt.<a href="./edu/hws/jcm/awt/Animator.html" title="class in edu.hws.jcm.awt">Animator</a></dt>
<dd>
<div class="block">Set the orientation of the components in the Animator panel.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/draw/RiemannSumRects.html#setOutlineColor(java.awt.Color)">setOutlineColor(Color)</a></span> - Method in class edu.hws.jcm.draw.<a href="./edu/hws/jcm/draw/RiemannSumRects.html" title="class in edu.hws.jcm.draw">RiemannSumRects</a></dt>
<dd>
<div class="block">Set the color that will be used to draw outlines around the rects.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/draw/Drawable.html#setOwnerData(edu.hws.jcm.draw.DisplayCanvas, edu.hws.jcm.draw.CoordinateRect)">setOwnerData(DisplayCanvas, CoordinateRect)</a></span> - Method in class edu.hws.jcm.draw.<a href="./edu/hws/jcm/draw/Drawable.html" title="class in edu.hws.jcm.draw">Drawable</a></dt>
<dd>
<div class="block">Sets the values of member variables canvas and coords.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/draw/MouseTracker.html#setOwnerData(edu.hws.jcm.draw.DisplayCanvas, edu.hws.jcm.draw.CoordinateRect)">setOwnerData(DisplayCanvas, CoordinateRect)</a></span> - Method in class edu.hws.jcm.draw.<a href="./edu/hws/jcm/draw/MouseTracker.html" title="class in edu.hws.jcm.draw">MouseTracker</a></dt>
<dd>
<div class="block">This is called automatically by CoordinateRect when the
 MouseTracker is added to the CoordinateRect.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/draw/Panner.html#setOwnerData(edu.hws.jcm.draw.DisplayCanvas, edu.hws.jcm.draw.CoordinateRect)">setOwnerData(DisplayCanvas, CoordinateRect)</a></span> - Method in class edu.hws.jcm.draw.<a href="./edu/hws/jcm/draw/Panner.html" title="class in edu.hws.jcm.draw">Panner</a></dt>
<dd>
<div class="block">Called when this object is added to a DisplayCanvas.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/functions/TableFunctionGraph.html#setOwnerData(edu.hws.jcm.draw.DisplayCanvas, edu.hws.jcm.draw.CoordinateRect)">setOwnerData(DisplayCanvas, CoordinateRect)</a></span> - Method in class edu.hws.jcm.functions.<a href="./edu/hws/jcm/functions/TableFunctionGraph.html" title="class in edu.hws.jcm.functions">TableFunctionGraph</a></dt>
<dd>
<div class="block">Sets the values of member variables canvas and coords.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/functions/FunctionParserExtension.html#setParensCanBeOptional(boolean)">setParensCanBeOptional(boolean)</a></span> - Method in class edu.hws.jcm.functions.<a href="./edu/hws/jcm/functions/FunctionParserExtension.html" title="class in edu.hws.jcm.functions">FunctionParserExtension</a></dt>
<dd>
<div class="block">Call this function with b = true if this is a function of one variable
 and you want it to behave like a standard function in that parentheses
 can be optional around the argument of the function.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/awt/ExpressionInput.html#setParser(edu.hws.jcm.data.Parser)">setParser(Parser)</a></span> - Method in class edu.hws.jcm.awt.<a href="./edu/hws/jcm/awt/ExpressionInput.html" title="class in edu.hws.jcm.awt">ExpressionInput</a></dt>
<dd>
<div class="block">Set the parser that is used to parse the user's input strings.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/draw/VectorField.html#setPixelSpacing(int)">setPixelSpacing(int)</a></span> - Method in class edu.hws.jcm.draw.<a href="./edu/hws/jcm/draw/VectorField.html" title="class in edu.hws.jcm.draw">VectorField</a></dt>
<dd>
<div class="block">Set the value of the pixelSpacing property, which determines the grid spacing for the vector field.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/draw/DrawGeometric.html#setPoints(edu.hws.jcm.data.Value, edu.hws.jcm.data.Value, edu.hws.jcm.data.Value, edu.hws.jcm.data.Value)">setPoints(Value, Value, Value, Value)</a></span> - Method in class edu.hws.jcm.draw.<a href="./edu/hws/jcm/draw/DrawGeometric.html" title="class in edu.hws.jcm.draw">DrawGeometric</a></dt>
<dd>
<div class="block">Set the Value objects that specify the two points that determine the shape.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/draw/DrawGeometric.html#setPoints(edu.hws.jcm.data.Value, edu.hws.jcm.data.Value, int, int)">setPoints(Value, Value, int, int)</a></span> - Method in class edu.hws.jcm.draw.<a href="./edu/hws/jcm/draw/DrawGeometric.html" title="class in edu.hws.jcm.draw">DrawGeometric</a></dt>
<dd>
<div class="block">Set the values that specify a point (x1,y1) and an offset (h,v) from that point.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/draw/DrawString.html#setPositioning(int)">setPositioning(int)</a></span> - Method in class edu.hws.jcm.draw.<a href="./edu/hws/jcm/draw/DrawString.html" title="class in edu.hws.jcm.draw">DrawString</a></dt>
<dd>
<div class="block">Set the positioning of the string.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/draw/DraggablePoint.html#setRadius(int)">setRadius(int)</a></span> - Method in class edu.hws.jcm.draw.<a href="./edu/hws/jcm/draw/DraggablePoint.html" title="class in edu.hws.jcm.draw">DraggablePoint</a></dt>
<dd>
<div class="block">Set the radius that determines the size of the point when it is drawn.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/draw/DrawString.html#setReferencePoint(edu.hws.jcm.data.Value, edu.hws.jcm.data.Value)">setReferencePoint(Value, Value)</a></span> - Method in class edu.hws.jcm.draw.<a href="./edu/hws/jcm/draw/DrawString.html" title="class in edu.hws.jcm.draw">DrawString</a></dt>
<dd>
<div class="block">Set the values of the (x,y) coordinates of the 
 reference point for the stirng.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/draw/CoordinateRect.html#setRestoreBuffer()">setRestoreBuffer()</a></span> - Method in class edu.hws.jcm.draw.<a href="./edu/hws/jcm/draw/CoordinateRect.html" title="class in edu.hws.jcm.draw">CoordinateRect</a></dt>
<dd>
<div class="block">Save current limits in buffer.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/draw/DrawGeometric.html#setShape(int)">setShape(int)</a></span> - Method in class edu.hws.jcm.draw.<a href="./edu/hws/jcm/draw/DrawGeometric.html" title="class in edu.hws.jcm.draw">DrawGeometric</a></dt>
<dd>
<div class="block">Set the shape, which should be given as one of the shape constants such as LINE_ABSOLUTE or CROSS.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/awt/DataTableInput.html#setShowColumnTitles(boolean)">setShowColumnTitles(boolean)</a></span> - Method in class edu.hws.jcm.awt.<a href="./edu/hws/jcm/awt/DataTableInput.html" title="class in edu.hws.jcm.awt">DataTableInput</a></dt>
<dd>
<div class="block">If set to true, then the column name is shown at the top of each column.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/functions/TableFunctionGraph.html#setShowPoints(boolean)">setShowPoints(boolean)</a></span> - Method in class edu.hws.jcm.functions.<a href="./edu/hws/jcm/functions/TableFunctionGraph.html" title="class in edu.hws.jcm.functions">TableFunctionGraph</a></dt>
<dd>
<div class="block">Set the showPoints property, which determines whether the points
  from the table that defines the function are visible as little
  disks.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/draw/ScatterPlot.html#setShowRegressionLine(boolean)">setShowRegressionLine(boolean)</a></span> - Method in class edu.hws.jcm.draw.<a href="./edu/hws/jcm/draw/ScatterPlot.html" title="class in edu.hws.jcm.draw">ScatterPlot</a></dt>
<dd>
<div class="block">If the parameter is true, then a regression line for the data is drawn.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/awt/DataTableInput.html#setShowRowNumbers(boolean)">setShowRowNumbers(boolean)</a></span> - Method in class edu.hws.jcm.awt.<a href="./edu/hws/jcm/awt/DataTableInput.html" title="class in edu.hws.jcm.awt">DataTableInput</a></dt>
<dd>
<div class="block">If set to true, then the row number is shown at the left of each row.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/awt/Animator.html#setStartButtonName(java.lang.String)">setStartButtonName(String)</a></span> - Method in class edu.hws.jcm.awt.<a href="./edu/hws/jcm/awt/Animator.html" title="class in edu.hws.jcm.awt">Animator</a></dt>
<dd>
<div class="block">The name of the Start/Stop button is managed by the Animator, so changing it directly makes
 no sense.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/awt/Animator.html#setStopButtonName(java.lang.String)">setStopButtonName(String)</a></span> - Method in class edu.hws.jcm.awt.<a href="./edu/hws/jcm/awt/Animator.html" title="class in edu.hws.jcm.awt">Animator</a></dt>
<dd>
<div class="block">The name of the Start/Stop button is managed by the Animator, so changing it directly makes
 no sense.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/draw/DrawString.html#setString(java.lang.String)">setString(String)</a></span> - Method in class edu.hws.jcm.draw.<a href="./edu/hws/jcm/draw/DrawString.html" title="class in edu.hws.jcm.draw">DrawString</a></dt>
<dd>
<div class="block">Set the string that is displayed.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/draw/DraggablePoint.html#setStyle(int)">setStyle(int)</a></span> - Method in class edu.hws.jcm.draw.<a href="./edu/hws/jcm/draw/DraggablePoint.html" title="class in edu.hws.jcm.draw">DraggablePoint</a></dt>
<dd>
<div class="block">Set the visual style of the point.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/draw/VectorField.html#setStyle(int)">setStyle(int)</a></span> - Method in class edu.hws.jcm.draw.<a href="./edu/hws/jcm/draw/VectorField.html" title="class in edu.hws.jcm.draw">VectorField</a></dt>
<dd>
<div class="block">Set the style in which the vector field is displayed.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/functions/TableFunction.html#setStyle(int)">setStyle(int)</a></span> - Method in class edu.hws.jcm.functions.<a href="./edu/hws/jcm/functions/TableFunction.html" title="class in edu.hws.jcm.functions">TableFunction</a></dt>
<dd>
<div class="block">Set the style of this TableFunction, to specify how values are interpolated
 between points on the curve.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/draw/CoordinateRect.html#setSyncWith(edu.hws.jcm.awt.Tie)">setSyncWith(Tie)</a></span> - Method in class edu.hws.jcm.draw.<a href="./edu/hws/jcm/draw/CoordinateRect.html" title="class in edu.hws.jcm.draw">CoordinateRect</a></dt>
<dd>
<div class="block">Set the Tie object that is used to synchronize this CoordinareRect with other objects.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/draw/ScatterPlot.html#setTable(edu.hws.jcm.awt.DataTableInput)">setTable(DataTableInput)</a></span> - Method in class edu.hws.jcm.draw.<a href="./edu/hws/jcm/draw/ScatterPlot.html" title="class in edu.hws.jcm.draw">ScatterPlot</a></dt>
<dd>
<div class="block">Specify the table from which the plotted data is to be taken.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/awt/DisplayLabel.html#setText(java.lang.String)">setText(String)</a></span> - Method in class edu.hws.jcm.awt.<a href="./edu/hws/jcm/awt/DisplayLabel.html" title="class in edu.hws.jcm.awt">DisplayLabel</a></dt>
<dd>
<div class="block">Set text for display -- text should include as many (single) #'s
 as there are values to display.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/awt/ExpressionInput.html#setText(java.lang.String)">setText(String)</a></span> - Method in class edu.hws.jcm.awt.<a href="./edu/hws/jcm/awt/ExpressionInput.html" title="class in edu.hws.jcm.awt">ExpressionInput</a></dt>
<dd>
<div class="block">Set the text displayed in this input box.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/awt/VariableInput.html#setText(java.lang.String)">setText(String)</a></span> - Method in class edu.hws.jcm.awt.<a href="./edu/hws/jcm/awt/VariableInput.html" title="class in edu.hws.jcm.awt">VariableInput</a></dt>
<dd>
<div class="block">This overrides the setText() method from the TextField class so that
 it will also force the contents to be checked the next time
 the checkInput() method is called.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/awt/DataTableInput.html#setThrowErrors(boolean)">setThrowErrors(boolean)</a></span> - Method in class edu.hws.jcm.awt.<a href="./edu/hws/jcm/awt/DataTableInput.html" title="class in edu.hws.jcm.awt">DataTableInput</a></dt>
<dd>
<div class="block">Set the throwErrors property.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/awt/ExpressionInput.html#setThrowErrors(boolean)">setThrowErrors(boolean)</a></span> - Method in class edu.hws.jcm.awt.<a href="./edu/hws/jcm/awt/ExpressionInput.html" title="class in edu.hws.jcm.awt">ExpressionInput</a></dt>
<dd>
<div class="block">Set the throwErrors property.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/awt/VariableInput.html#setThrowErrors(boolean)">setThrowErrors(boolean)</a></span> - Method in class edu.hws.jcm.awt.<a href="./edu/hws/jcm/awt/VariableInput.html" title="class in edu.hws.jcm.awt">VariableInput</a></dt>
<dd>
<div class="block">Set the throwErrors property.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/draw/ParametricCurve.html#setTMax(edu.hws.jcm.data.Value)">setTMax(Value)</a></span> - Method in class edu.hws.jcm.draw.<a href="./edu/hws/jcm/draw/ParametricCurve.html" title="class in edu.hws.jcm.draw">ParametricCurve</a></dt>
<dd>
<div class="block">Set the Value object that gives the right endpoint of the domain of the parameter.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/draw/ParametricCurve.html#setTMin(edu.hws.jcm.data.Value)">setTMin(Value)</a></span> - Method in class edu.hws.jcm.draw.<a href="./edu/hws/jcm/draw/ParametricCurve.html" title="class in edu.hws.jcm.draw">ParametricCurve</a></dt>
<dd>
<div class="block">Set the Value object that gives the left endpoint of the domain of the parameter.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/draw/MouseTracker.html#setUndefinedWhenNotDragging(boolean)">setUndefinedWhenNotDragging(boolean)</a></span> - Method in class edu.hws.jcm.draw.<a href="./edu/hws/jcm/draw/MouseTracker.html" title="class in edu.hws.jcm.draw">MouseTracker</a></dt>
<dd>
<div class="block">Sets the "undefinedWhenNotDragging" property of the MouseTracker.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/awt/Animator.html#setUndefinedWhenNotRunning(boolean)">setUndefinedWhenNotRunning(boolean)</a></span> - Method in class edu.hws.jcm.awt.<a href="./edu/hws/jcm/awt/Animator.html" title="class in edu.hws.jcm.awt">Animator</a></dt>
<dd>
<div class="block">Set the value of the undefinedWhenNotRunning property.</div>
</dd>
<dt><span class="strong"><a href="./AnimatedGraph.html#setUpBottomPanel()">setUpBottomPanel()</a></span> - Method in class <a href="./AnimatedGraph.html" title="class in &lt;Unnamed&gt;">AnimatedGraph</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./EpsilonDelta.html#setUpBottomPanel()">setUpBottomPanel()</a></span> - Method in class <a href="./EpsilonDelta.html" title="class in &lt;Unnamed&gt;">EpsilonDelta</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./FamiliesOfGraphs.html#setUpBottomPanel()">setUpBottomPanel()</a></span> - Method in class <a href="./FamiliesOfGraphs.html" title="class in &lt;Unnamed&gt;">FamiliesOfGraphs</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./GenericGraphApplet.html#setUpBottomPanel()">setUpBottomPanel()</a></span> - Method in class <a href="./GenericGraphApplet.html" title="class in &lt;Unnamed&gt;">GenericGraphApplet</a></dt>
<dd>
<div class="block">This method checks the applet parameter "UseFunctionInput".</div>
</dd>
<dt><span class="strong"><a href="./IntegralCurves.html#setUpBottomPanel()">setUpBottomPanel()</a></span> - Method in class <a href="./IntegralCurves.html" title="class in &lt;Unnamed&gt;">IntegralCurves</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./MultiGraph.html#setUpBottomPanel()">setUpBottomPanel()</a></span> - Method in class <a href="./MultiGraph.html" title="class in &lt;Unnamed&gt;">MultiGraph</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./Parametric.html#setUpBottomPanel()">setUpBottomPanel()</a></span> - Method in class <a href="./Parametric.html" title="class in &lt;Unnamed&gt;">Parametric</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./AnimatedGraph.html#setUpCanvas()">setUpCanvas()</a></span> - Method in class <a href="./AnimatedGraph.html" title="class in &lt;Unnamed&gt;">AnimatedGraph</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./Derivatives.html#setUpCanvas()">setUpCanvas()</a></span> - Method in class <a href="./Derivatives.html" title="class in &lt;Unnamed&gt;">Derivatives</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./EpsilonDelta.html#setUpCanvas()">setUpCanvas()</a></span> - Method in class <a href="./EpsilonDelta.html" title="class in &lt;Unnamed&gt;">EpsilonDelta</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./FamiliesOfGraphs.html#setUpCanvas()">setUpCanvas()</a></span> - Method in class <a href="./FamiliesOfGraphs.html" title="class in &lt;Unnamed&gt;">FamiliesOfGraphs</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./GenericGraphApplet.html#setUpCanvas()">setUpCanvas()</a></span> - Method in class <a href="./GenericGraphApplet.html" title="class in &lt;Unnamed&gt;">GenericGraphApplet</a></dt>
<dd>
<div class="block">This method is called by mainPanel() to set up the display canvas and add it to the
 main panel.</div>
</dd>
<dt><span class="strong"><a href="./IntegralCurves.html#setUpCanvas()">setUpCanvas()</a></span> - Method in class <a href="./IntegralCurves.html" title="class in &lt;Unnamed&gt;">IntegralCurves</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./MultiGraph.html#setUpCanvas()">setUpCanvas()</a></span> - Method in class <a href="./MultiGraph.html" title="class in &lt;Unnamed&gt;">MultiGraph</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./Parametric.html#setUpCanvas()">setUpCanvas()</a></span> - Method in class <a href="./Parametric.html" title="class in &lt;Unnamed&gt;">Parametric</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./RiemannSums.html#setUpCanvas()">setUpCanvas()</a></span> - Method in class <a href="./RiemannSums.html" title="class in &lt;Unnamed&gt;">RiemannSums</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./SecantTangent.html#setUpCanvas()">setUpCanvas()</a></span> - Method in class <a href="./SecantTangent.html" title="class in &lt;Unnamed&gt;">SecantTangent</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./SimpleGraph.html#setUpCanvas()">setUpCanvas()</a></span> - Method in class <a href="./SimpleGraph.html" title="class in &lt;Unnamed&gt;">SimpleGraph</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./GenericGraphApplet.html#setUpExampleMenu()">setUpExampleMenu()</a></span> - Method in class <a href="./GenericGraphApplet.html" title="class in &lt;Unnamed&gt;">GenericGraphApplet</a></dt>
<dd>
<div class="block">This method processes applet parameters that specify examples for the applet and adds them
 to a menu of examples.</div>
</dd>
<dt><span class="strong"><a href="./AnimatedGraph.html#setUpLimitsPanel()">setUpLimitsPanel()</a></span> - Method in class <a href="./AnimatedGraph.html" title="class in &lt;Unnamed&gt;">AnimatedGraph</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./GenericGraphApplet.html#setUpLimitsPanel()">setUpLimitsPanel()</a></span> - Method in class <a href="./GenericGraphApplet.html" title="class in &lt;Unnamed&gt;">GenericGraphApplet</a></dt>
<dd>
<div class="block">This method sets up the limit control panel and adds it to the main panel.</div>
</dd>
<dt><span class="strong"><a href="./MultiGraph.html#setUpLimitsPanel()">setUpLimitsPanel()</a></span> - Method in class <a href="./MultiGraph.html" title="class in &lt;Unnamed&gt;">MultiGraph</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./Parametric.html#setUpLimitsPanel()">setUpLimitsPanel()</a></span> - Method in class <a href="./Parametric.html" title="class in &lt;Unnamed&gt;">Parametric</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./Derivatives.html#setUpMainPanel()">setUpMainPanel()</a></span> - Method in class <a href="./Derivatives.html" title="class in &lt;Unnamed&gt;">Derivatives</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./FunctionComposition.html#setUpMainPanel()">setUpMainPanel()</a></span> - Method in class <a href="./FunctionComposition.html" title="class in &lt;Unnamed&gt;">FunctionComposition</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./GenericGraphApplet.html#setUpMainPanel()">setUpMainPanel()</a></span> - Method in class <a href="./GenericGraphApplet.html" title="class in &lt;Unnamed&gt;">GenericGraphApplet</a></dt>
<dd>
<div class="block">This method is called to set up the main panel of the applet.</div>
</dd>
<dt><span class="strong"><a href="./Parametric.html#setUpMainPanel()">setUpMainPanel()</a></span> - Method in class <a href="./Parametric.html" title="class in &lt;Unnamed&gt;">Parametric</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./RiemannSums.html#setUpMainPanel()">setUpMainPanel()</a></span> - Method in class <a href="./RiemannSums.html" title="class in &lt;Unnamed&gt;">RiemannSums</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./SimpleGraph.html#setUpMainPanel()">setUpMainPanel()</a></span> - Method in class <a href="./SimpleGraph.html" title="class in &lt;Unnamed&gt;">SimpleGraph</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./Derivatives.html#setUpParameterDefaults()">setUpParameterDefaults()</a></span> - Method in class <a href="./Derivatives.html" title="class in &lt;Unnamed&gt;">Derivatives</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./GenericGraphApplet.html#setUpParameterDefaults()">setUpParameterDefaults()</a></span> - Method in class <a href="./GenericGraphApplet.html" title="class in &lt;Unnamed&gt;">GenericGraphApplet</a></dt>
<dd>
<div class="block">This method, which is empty in the GenericGraphApplet class, can be defined in a subclass
 to set default values for applet params that are different from the ones provided in
 this class.</div>
</dd>
<dt><span class="strong"><a href="./Parametric.html#setUpParameterDefaults()">setUpParameterDefaults()</a></span> - Method in class <a href="./Parametric.html" title="class in &lt;Unnamed&gt;">Parametric</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./RiemannSums.html#setUpParameterDefaults()">setUpParameterDefaults()</a></span> - Method in class <a href="./RiemannSums.html" title="class in &lt;Unnamed&gt;">RiemannSums</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./SecantTangent.html#setUpParameterDefaults()">setUpParameterDefaults()</a></span> - Method in class <a href="./SecantTangent.html" title="class in &lt;Unnamed&gt;">SecantTangent</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./AnimatedGraph.html#setUpParser()">setUpParser()</a></span> - Method in class <a href="./AnimatedGraph.html" title="class in &lt;Unnamed&gt;">AnimatedGraph</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./FamiliesOfGraphs.html#setUpParser()">setUpParser()</a></span> - Method in class <a href="./FamiliesOfGraphs.html" title="class in &lt;Unnamed&gt;">FamiliesOfGraphs</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./GenericGraphApplet.html#setUpParser()">setUpParser()</a></span> - Method in class <a href="./GenericGraphApplet.html" title="class in &lt;Unnamed&gt;">GenericGraphApplet</a></dt>
<dd>
<div class="block">This method is called by setUpMainPanel() to set up the parser to be used in the applet.</div>
</dd>
<dt><span class="strong"><a href="./IntegralCurves.html#setUpParser()">setUpParser()</a></span> - Method in class <a href="./IntegralCurves.html" title="class in &lt;Unnamed&gt;">IntegralCurves</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./MultiGraph.html#setUpParser()">setUpParser()</a></span> - Method in class <a href="./MultiGraph.html" title="class in &lt;Unnamed&gt;">MultiGraph</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./GenericGraphApplet.html#setUpTopPanel()">setUpTopPanel()</a></span> - Method in class <a href="./GenericGraphApplet.html" title="class in &lt;Unnamed&gt;">GenericGraphApplet</a></dt>
<dd>
<div class="block">This method is called by setUpMainPanel() to add a panel at the top of the applet.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/draw/DisplayCanvas.html#setUseOffscreenCanvas(boolean)">setUseOffscreenCanvas(boolean)</a></span> - Method in class edu.hws.jcm.draw.<a href="./edu/hws/jcm/draw/DisplayCanvas.html" title="class in edu.hws.jcm.draw">DisplayCanvas</a></dt>
<dd>
<div class="block">Get the "useOffscreenCanvas" property of this DisplayCanvas, which determines whether
 double-buffering is used.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/draw/LimitControlPanel.html#setUseTwoColumnsIfPossible(boolean)">setUseTwoColumnsIfPossible(boolean)</a></span> - Method in class edu.hws.jcm.draw.<a href="./edu/hws/jcm/draw/LimitControlPanel.html" title="class in edu.hws.jcm.draw">LimitControlPanel</a></dt>
<dd>
<div class="block">Set to true if you want the components to be shown in
 two columns (provided the panel is wide enough).</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/draw/DrawGeometric.html#setV(int)">setV(int)</a></span> - Method in class edu.hws.jcm.draw.<a href="./edu/hws/jcm/draw/DrawGeometric.html" title="class in edu.hws.jcm.draw">DrawGeometric</a></dt>
<dd>
<div class="block">Set the integer that gives the vertical offset from (x1,y1).</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/awt/Animator.html#setVal(double)">setVal(double)</a></span> - Method in class edu.hws.jcm.awt.<a href="./edu/hws/jcm/awt/Animator.html" title="class in edu.hws.jcm.awt">Animator</a></dt>
<dd>
<div class="block">Set the value of the animation.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/awt/VariableInput.html#setVal(double)">setVal(double)</a></span> - Method in class edu.hws.jcm.awt.<a href="./edu/hws/jcm/awt/VariableInput.html" title="class in edu.hws.jcm.awt">VariableInput</a></dt>
<dd>
<div class="block">Set the value of the associated variable.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/awt/VariableSlider.html#setVal(double)">setVal(double)</a></span> - Method in class edu.hws.jcm.awt.<a href="./edu/hws/jcm/awt/VariableSlider.html" title="class in edu.hws.jcm.awt">VariableSlider</a></dt>
<dd>
<div class="block">Set the value of the variable to x.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/data/Variable.html#setVal(double)">setVal(double)</a></span> - Method in class edu.hws.jcm.data.<a href="./edu/hws/jcm/data/Variable.html" title="class in edu.hws.jcm.data">Variable</a></dt>
<dd>
<div class="block">Set the value of this Variable to the specified value.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/awt/DisplayLabel.html#setValue(edu.hws.jcm.data.Value)">setValue(Value)</a></span> - Method in class edu.hws.jcm.awt.<a href="./edu/hws/jcm/awt/DisplayLabel.html" title="class in edu.hws.jcm.awt">DisplayLabel</a></dt>
<dd>
<div class="block">A convenience method that can be used when the display string contains
  just a single #.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/awt/DisplayLabel.html#setValues(edu.hws.jcm.data.Value[])">setValues(Value[])</a></span> - Method in class edu.hws.jcm.awt.<a href="./edu/hws/jcm/awt/DisplayLabel.html" title="class in edu.hws.jcm.awt">DisplayLabel</a></dt>
<dd>
<div class="block">Set the array of Value objects whose values are displayed
 in this DisplayLabel, and change the display to show
 the new values.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/draw/DrawString.html#setValues(edu.hws.jcm.data.Value[])">setValues(Value[])</a></span> - Method in class edu.hws.jcm.draw.<a href="./edu/hws/jcm/draw/DrawString.html" title="class in edu.hws.jcm.draw">DrawString</a></dt>
<dd>
<div class="block">Set the Values that are substituted for (single) #'s in the string.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/draw/Drawable.html#setVisible(boolean)">setVisible(boolean)</a></span> - Method in class edu.hws.jcm.draw.<a href="./edu/hws/jcm/draw/Drawable.html" title="class in edu.hws.jcm.draw">Drawable</a></dt>
<dd>
<div class="block">Set the visibility of this Drawable.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/draw/DrawBorder.html#setWidth(int)">setWidth(int)</a></span> - Method in class edu.hws.jcm.draw.<a href="./edu/hws/jcm/draw/DrawBorder.html" title="class in edu.hws.jcm.draw">DrawBorder</a></dt>
<dd>
<div class="block">Set the width of the border to be w pixels.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/draw/DrawGeometric.html#setX1(edu.hws.jcm.data.Value)">setX1(Value)</a></span> - Method in class edu.hws.jcm.draw.<a href="./edu/hws/jcm/draw/DrawGeometric.html" title="class in edu.hws.jcm.draw">DrawGeometric</a></dt>
<dd>
<div class="block">Set the value that gives the x-coordinate of the first point that determines the shape.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/draw/DrawGeometric.html#setX2(edu.hws.jcm.data.Value)">setX2(Value)</a></span> - Method in class edu.hws.jcm.draw.<a href="./edu/hws/jcm/draw/DrawGeometric.html" title="class in edu.hws.jcm.draw">DrawGeometric</a></dt>
<dd>
<div class="block">Set the value that gives the x-coordinate of the second point that determines the shape.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/draw/Axes.html#setXAxisPosition(int)">setXAxisPosition(int)</a></span> - Method in class edu.hws.jcm.draw.<a href="./edu/hws/jcm/draw/Axes.html" title="class in edu.hws.jcm.draw">Axes</a></dt>
<dd>
<div class="block">Set the positioning constant that tells where the x-axis is drawn.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/draw/ParametricCurve.html#setXFunction(edu.hws.jcm.data.Function)">setXFunction(Function)</a></span> - Method in class edu.hws.jcm.draw.<a href="./edu/hws/jcm/draw/ParametricCurve.html" title="class in edu.hws.jcm.draw">ParametricCurve</a></dt>
<dd>
<div class="block">Set the function that gives the x-coordinate of the curve to be graphed.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/draw/VectorField.html#setXFunction(edu.hws.jcm.data.Function)">setXFunction(Function)</a></span> - Method in class edu.hws.jcm.draw.<a href="./edu/hws/jcm/draw/VectorField.html" title="class in edu.hws.jcm.draw">VectorField</a></dt>
<dd>
<div class="block">Set the function that gives the x-component of the vector field.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/draw/Axes.html#setXLabel(java.lang.String)">setXLabel(String)</a></span> - Method in class edu.hws.jcm.draw.<a href="./edu/hws/jcm/draw/Axes.html" title="class in edu.hws.jcm.draw">Axes</a></dt>
<dd>
<div class="block">Set the label that appears on the x-axis.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/draw/Grid.html#setXSP(double)">setXSP(double)</a></span> - Method in class edu.hws.jcm.draw.<a href="./edu/hws/jcm/draw/Grid.html" title="class in edu.hws.jcm.draw">Grid</a></dt>
<dd>
<div class="block">Method to set the x spacing between grid lines.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/functions/TableFunction.html#setY(int, double)">setY(int, double)</a></span> - Method in class edu.hws.jcm.functions.<a href="./edu/hws/jcm/functions/TableFunction.html" title="class in edu.hws.jcm.functions">TableFunction</a></dt>
<dd>
<div class="block">Set the y-coordinate in the i-th point to y, where the first point
 is number zero.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/draw/DrawGeometric.html#setY1(edu.hws.jcm.data.Value)">setY1(Value)</a></span> - Method in class edu.hws.jcm.draw.<a href="./edu/hws/jcm/draw/DrawGeometric.html" title="class in edu.hws.jcm.draw">DrawGeometric</a></dt>
<dd>
<div class="block">Set the value that gives the y-coordinate of the first point that determines the shape.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/draw/DrawGeometric.html#setY2(edu.hws.jcm.data.Value)">setY2(Value)</a></span> - Method in class edu.hws.jcm.draw.<a href="./edu/hws/jcm/draw/DrawGeometric.html" title="class in edu.hws.jcm.draw">DrawGeometric</a></dt>
<dd>
<div class="block">Set the value that gives the y-coordinate of the second point that determines the shape.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/draw/Axes.html#setYAxisPosition(int)">setYAxisPosition(int)</a></span> - Method in class edu.hws.jcm.draw.<a href="./edu/hws/jcm/draw/Axes.html" title="class in edu.hws.jcm.draw">Axes</a></dt>
<dd>
<div class="block">Set the positioning constant that tells where the y-axis is drawn.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/draw/ParametricCurve.html#setYFunction(edu.hws.jcm.data.Function)">setYFunction(Function)</a></span> - Method in class edu.hws.jcm.draw.<a href="./edu/hws/jcm/draw/ParametricCurve.html" title="class in edu.hws.jcm.draw">ParametricCurve</a></dt>
<dd>
<div class="block">Set the function that gives the y-coordinate of the curve to be graphed.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/draw/VectorField.html#setYFunction(edu.hws.jcm.data.Function)">setYFunction(Function)</a></span> - Method in class edu.hws.jcm.draw.<a href="./edu/hws/jcm/draw/VectorField.html" title="class in edu.hws.jcm.draw">VectorField</a></dt>
<dd>
<div class="block">Set the function that gives the y-component of the vector field.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/draw/Axes.html#setYLabel(java.lang.String)">setYLabel(String)</a></span> - Method in class edu.hws.jcm.draw.<a href="./edu/hws/jcm/draw/Axes.html" title="class in edu.hws.jcm.draw">Axes</a></dt>
<dd>
<div class="block">Set the label that appears on the y-axis.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/draw/Grid.html#setYSP(double)">setYSP(double)</a></span> - Method in class edu.hws.jcm.draw.<a href="./edu/hws/jcm/draw/Grid.html" title="class in edu.hws.jcm.draw">Grid</a></dt>
<dd>
<div class="block">Method to set the y spacing between grid lines.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/draw/DrawGeometric.html#shape">shape</a></span> - Variable in class edu.hws.jcm.draw.<a href="./edu/hws/jcm/draw/DrawGeometric.html" title="class in edu.hws.jcm.draw">DrawGeometric</a></dt>
<dd>
<div class="block">One of the constants such as OVAL_CENTERED, specifying the shape to be drawn</div>
</dd>
<dt><a href="./edu/hws/jcm/data/SimpleFunction.html" title="class in edu.hws.jcm.data"><span class="strong">SimpleFunction</span></a> - Class in <a href="./edu/hws/jcm/data/package-summary.html">edu.hws.jcm.data</a></dt>
<dd>
<div class="block">An object belonging to this class is a function of one or more variables.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/data/SimpleFunction.html#SimpleFunction(edu.hws.jcm.data.Expression, edu.hws.jcm.data.Variable)">SimpleFunction(Expression, Variable)</a></span> - Constructor for class edu.hws.jcm.data.<a href="./edu/hws/jcm/data/SimpleFunction.html" title="class in edu.hws.jcm.data">SimpleFunction</a></dt>
<dd>
<div class="block">Create the function of one variable such that the value
 of the function at x is obtained by temporarily assigning x as the
 value of the variable v and then evaluating e.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/data/SimpleFunction.html#SimpleFunction(edu.hws.jcm.data.Expression, edu.hws.jcm.data.Variable[])">SimpleFunction(Expression, Variable[])</a></span> - Constructor for class edu.hws.jcm.data.<a href="./edu/hws/jcm/data/SimpleFunction.html" title="class in edu.hws.jcm.data">SimpleFunction</a></dt>
<dd>
<div class="block">Create a function.</div>
</dd>
<dt><a href="./SimpleGraph.html" title="class in &lt;Unnamed&gt;"><span class="strong">SimpleGraph</span></a> - Class in <a href="./package-summary.html">&lt;Unnamed&gt;</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./SimpleGraph.html#SimpleGraph()">SimpleGraph()</a></span> - Constructor for class <a href="./SimpleGraph.html" title="class in &lt;Unnamed&gt;">SimpleGraph</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/data/ExpressionProgram.html#SIN">SIN</a></span> - Static variable in class edu.hws.jcm.data.<a href="./edu/hws/jcm/data/ExpressionProgram.html" title="class in edu.hws.jcm.data">ExpressionProgram</a></dt>
<dd>
<div class="block">Code for a unary or binary operator or a standard function.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/data/StackOfDouble.html#size()">size()</a></span> - Method in class edu.hws.jcm.data.<a href="./edu/hws/jcm/data/StackOfDouble.html" title="class in edu.hws.jcm.data">StackOfDouble</a></dt>
<dd>
<div class="block">Return the number of items on the stack.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/draw/ScatterPlot.html#SLOPE">SLOPE</a></span> - Static variable in class edu.hws.jcm.draw.<a href="./edu/hws/jcm/draw/ScatterPlot.html" title="class in edu.hws.jcm.draw">ScatterPlot</a></dt>
<dd>
<div class="block">A constant that can be used in the getValueObject() method to
  indicate which statistic the object should represent.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/draw/Axes.html#SMART">SMART</a></span> - Static variable in class edu.hws.jcm.draw.<a href="./edu/hws/jcm/draw/Axes.html" title="class in edu.hws.jcm.draw">Axes</a></dt>
<dd>
<div class="block">A constant that can be used in the setXAxisPosition() and setYAxisPosition() methods to indicate the placement of the axes.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/functions/TableFunction.html#SMOOTH">SMOOTH</a></span> - Static variable in class edu.hws.jcm.functions.<a href="./edu/hws/jcm/functions/TableFunction.html" title="class in edu.hws.jcm.functions">TableFunction</a></dt>
<dd>
<div class="block">If the style of the function is set to SMOOTH,
 then cubic interpolation is used to find the value
 of the functions for x-values between the points that define the function.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/data/ExpressionProgram.html#sourceString">sourceString</a></span> - Variable in class edu.hws.jcm.data.<a href="./edu/hws/jcm/data/ExpressionProgram.html" title="class in edu.hws.jcm.data">ExpressionProgram</a></dt>
<dd>
<div class="block">If this is non-null, it is used as the print string
 for this expression in the toString() method.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/awt/Animator.html#SPEED_CHOICE">SPEED_CHOICE</a></span> - Static variable in class edu.hws.jcm.awt.<a href="./edu/hws/jcm/awt/Animator.html" title="class in edu.hws.jcm.awt">Animator</a></dt>
<dd>
<div class="block">Used to add a component to the Animator Panel; can be used in a constructor
 or in the addControl() method.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/data/ExpressionProgram.html#SQRT">SQRT</a></span> - Static variable in class edu.hws.jcm.data.<a href="./edu/hws/jcm/data/ExpressionProgram.html" title="class in edu.hws.jcm.data">ExpressionProgram</a></dt>
<dd>
<div class="block">Code for a unary or binary operator or a standard function.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/draw/DraggablePoint.html#SQUARE">SQUARE</a></span> - Static variable in class edu.hws.jcm.draw.<a href="./edu/hws/jcm/draw/DraggablePoint.html" title="class in edu.hws.jcm.draw">DraggablePoint</a></dt>
<dd>
<div class="block">A style constant that specifies the visual appearance of a DraggablePoint to be a square.</div>
</dd>
<dt><a href="./edu/hws/jcm/data/StackOfDouble.html" title="class in edu.hws.jcm.data"><span class="strong">StackOfDouble</span></a> - Class in <a href="./edu/hws/jcm/data/package-summary.html">edu.hws.jcm.data</a></dt>
<dd>
<div class="block">A standard stack of values of type double, which can grow to arbitrary size.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/data/StackOfDouble.html#StackOfDouble()">StackOfDouble()</a></span> - Constructor for class edu.hws.jcm.data.<a href="./edu/hws/jcm/data/StackOfDouble.html" title="class in edu.hws.jcm.data">StackOfDouble</a></dt>
<dd>
<div class="block">Create an initially empty stack.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/data/StackOfDouble.html#StackOfDouble(int)">StackOfDouble(int)</a></span> - Constructor for class edu.hws.jcm.data.<a href="./edu/hws/jcm/data/StackOfDouble.html" title="class in edu.hws.jcm.data">StackOfDouble</a></dt>
<dd>
<div class="block">Create an empty stack that initially has space for initialSize items pre-allocated.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/data/Parser.html#STANDARD_FUNCTIONS">STANDARD_FUNCTIONS</a></span> - Static variable in class edu.hws.jcm.data.<a href="./edu/hws/jcm/data/Parser.html" title="class in edu.hws.jcm.data">Parser</a></dt>
<dd>
<div class="block">An option that can be set for this parser.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/draw/ScatterPlot.html#STANDARDERROR">STANDARDERROR</a></span> - Static variable in class edu.hws.jcm.draw.<a href="./edu/hws/jcm/draw/ScatterPlot.html" title="class in edu.hws.jcm.draw">ScatterPlot</a></dt>
<dd>
<div class="block">A constant that can be used in the getValueObject() method to
  indicate which statistic the object should represent.</div>
</dd>
<dt><a href="./edu/hws/jcm/data/StandardFunction.html" title="class in edu.hws.jcm.data"><span class="strong">StandardFunction</span></a> - Class in <a href="./edu/hws/jcm/data/package-summary.html">edu.hws.jcm.data</a></dt>
<dd>
<div class="block">This class exists to associate standard functions, such as sin and abs, with
 their names.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/data/StandardFunction.html#StandardFunction(int)">StandardFunction(int)</a></span> - Constructor for class edu.hws.jcm.data.<a href="./edu/hws/jcm/data/StandardFunction.html" title="class in edu.hws.jcm.data">StandardFunction</a></dt>
<dd>
<div class="block">Create a StandardFunction object to represent the standard
 function with the given operation code, where opCode is one
 of the codes for standard functions defined in class ExpressionProgram.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/data/StandardFunction.html#StandardFunction(java.lang.String, int)">StandardFunction(String, int)</a></span> - Constructor for class edu.hws.jcm.data.<a href="./edu/hws/jcm/data/StandardFunction.html" title="class in edu.hws.jcm.data">StandardFunction</a></dt>
<dd>
<div class="block">Create a StandardFunction object to represent the standard
 function with the given operation code, where opCode is one
 of the codes for stadard functions defined in class ExpressionProgram.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/data/StandardFunction.html#standardFunctionName(int)">standardFunctionName(int)</a></span> - Static method in class edu.hws.jcm.data.<a href="./edu/hws/jcm/data/StandardFunction.html" title="class in edu.hws.jcm.data">StandardFunction</a></dt>
<dd>
<div class="block">Return the usual name for the standard function with the
 specified opCode.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/awt/Animator.html#start()">start()</a></span> - Method in class edu.hws.jcm.awt.<a href="./edu/hws/jcm/awt/Animator.html" title="class in edu.hws.jcm.awt">Animator</a></dt>
<dd>
<div class="block">Start the animation from the first frame, or continue it if it was paused.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/awt/Animator.html#START_BUTTON">START_BUTTON</a></span> - Static variable in class edu.hws.jcm.awt.<a href="./edu/hws/jcm/awt/Animator.html" title="class in edu.hws.jcm.awt">Animator</a></dt>
<dd>
<div class="block">Used to add a component to the Animator Panel; can be used in a constructor
 or in the addControl() method.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/awt/Animator.html#START_STOP_BUTTON">START_STOP_BUTTON</a></span> - Static variable in class edu.hws.jcm.awt.<a href="./edu/hws/jcm/awt/Animator.html" title="class in edu.hws.jcm.awt">Animator</a></dt>
<dd>
<div class="block">Used to add a component to the Animator Panel; can be used in a constructor
 or in the addControl() method.</div>
</dd>
<dt><span class="strong"><a href="./IntegralCurves.html#startCurve(double, double)">startCurve(double, double)</a></span> - Method in class <a href="./IntegralCurves.html" title="class in &lt;Unnamed&gt;">IntegralCurves</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/draw/Draggable.html#startDrag(java.awt.event.MouseEvent)">startDrag(MouseEvent)</a></span> - Method in interface edu.hws.jcm.draw.<a href="./edu/hws/jcm/draw/Draggable.html" title="interface in edu.hws.jcm.draw">Draggable</a></dt>
<dd>
<div class="block">Tell the object that a drag operation might be beginning.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/draw/DraggablePoint.html#startDrag(java.awt.event.MouseEvent)">startDrag(MouseEvent)</a></span> - Method in class edu.hws.jcm.draw.<a href="./edu/hws/jcm/draw/DraggablePoint.html" title="class in edu.hws.jcm.draw">DraggablePoint</a></dt>
<dd>
<div class="block">Check whether a mouse click (as specified in the MouseEvent parameter) is a 
  click on this DraggablePoint.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/functions/TableFunctionInput.html#startEdit(edu.hws.jcm.functions.TableFunction)">startEdit(TableFunction)</a></span> - Method in class edu.hws.jcm.functions.<a href="./edu/hws/jcm/functions/TableFunctionInput.html" title="class in edu.hws.jcm.functions">TableFunctionInput</a></dt>
<dd>
<div class="block">Install a function to be edited.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/functions/TableFunction.html#STEP">STEP</a></span> - Static variable in class edu.hws.jcm.functions.<a href="./edu/hws/jcm/functions/TableFunction.html" title="class in edu.hws.jcm.functions">TableFunction</a></dt>
<dd>
<div class="block">If the style of the function is set to STEP, then the function is 
 piecewise constant, and the value of the function at x is taken
 from the nearest point in the list of points that define the function.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/functions/TableFunction.html#STEP_LEFT">STEP_LEFT</a></span> - Static variable in class edu.hws.jcm.functions.<a href="./edu/hws/jcm/functions/TableFunction.html" title="class in edu.hws.jcm.functions">TableFunction</a></dt>
<dd>
<div class="block">If the style of the function is set to STEP_LEFT, then the function is 
 piecewise constant, and the value of the function at x is taken
 from the nearest point to the left in the list of points that define the function.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/functions/TableFunction.html#STEP_RIGHT">STEP_RIGHT</a></span> - Static variable in class edu.hws.jcm.functions.<a href="./edu/hws/jcm/functions/TableFunction.html" title="class in edu.hws.jcm.functions">TableFunction</a></dt>
<dd>
<div class="block">If the style of the function is set to STEP_RIGHT, then the function is 
 piecewise constant, and the value of the function at x is taken
 from the nearest point to the right in the list of points that define the function.</div>
</dd>
<dt><span class="strong"><a href="./AnimatedGraph.html#stop()">stop()</a></span> - Method in class <a href="./AnimatedGraph.html" title="class in &lt;Unnamed&gt;">AnimatedGraph</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/awt/Animator.html#stop()">stop()</a></span> - Method in class edu.hws.jcm.awt.<a href="./edu/hws/jcm/awt/Animator.html" title="class in edu.hws.jcm.awt">Animator</a></dt>
<dd>
<div class="block">Stop the animation, if it is running or paused.</div>
</dd>
<dt><span class="strong"><a href="./GenericGraphApplet.html#stop()">stop()</a></span> - Method in class <a href="./GenericGraphApplet.html" title="class in &lt;Unnamed&gt;">GenericGraphApplet</a></dt>
<dd>
<div class="block">Releases the resources used by the display canvas when the applet is stopped.</div>
</dd>
<dt><span class="strong"><a href="./IntegralCurves.html#stop()">stop()</a></span> - Method in class <a href="./IntegralCurves.html" title="class in &lt;Unnamed&gt;">IntegralCurves</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./Parametric.html#stop()">stop()</a></span> - Method in class <a href="./Parametric.html" title="class in &lt;Unnamed&gt;">Parametric</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/awt/Animator.html#STOP_BUTTON">STOP_BUTTON</a></span> - Static variable in class edu.hws.jcm.awt.<a href="./edu/hws/jcm/awt/Animator.html" title="class in edu.hws.jcm.awt">Animator</a></dt>
<dd>
<div class="block">Used to add a component to the Animator Panel; can be used in a constructor
 or in the addControl() method.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/draw/DrawString.html#strings">strings</a></span> - Variable in class edu.hws.jcm.draw.<a href="./edu/hws/jcm/draw/DrawString.html" title="class in edu.hws.jcm.draw">DrawString</a></dt>
<dd>
<div class="block">The actual lines to draw, derived from baseString.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/data/NumUtils.html#stringToReal(java.lang.String)">stringToReal(String)</a></span> - Static method in class edu.hws.jcm.data.<a href="./edu/hws/jcm/data/NumUtils.html" title="class in edu.hws.jcm.data">NumUtils</a></dt>
<dd>
<div class="block">Return the real number represented by the String s,
 or return Double.NaN if s does not represent a legal
 real number.</div>
</dd>
<dt><a href="./edu/hws/jcm/functions/SummationParser.html" title="class in edu.hws.jcm.functions"><span class="strong">SummationParser</span></a> - Class in <a href="./edu/hws/jcm/functions/package-summary.html">edu.hws.jcm.functions</a></dt>
<dd>
<div class="block">The SummationParser class makes it possible to use summations such as  sum(i,1,5,x^i)  in a Parser.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/functions/SummationParser.html#SummationParser()">SummationParser()</a></span> - Constructor for class edu.hws.jcm.functions.<a href="./edu/hws/jcm/functions/SummationParser.html" title="class in edu.hws.jcm.functions">SummationParser</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/data/Parser.html#symbols">symbols</a></span> - Variable in class edu.hws.jcm.data.<a href="./edu/hws/jcm/data/Parser.html" title="class in edu.hws.jcm.data">Parser</a></dt>
<dd>
<div class="block">The symbol table that contains the MathObjects
 that have been registered with this parser.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/data/ParserContext.html#symbols">symbols</a></span> - Variable in class edu.hws.jcm.data.<a href="./edu/hws/jcm/data/ParserContext.html" title="class in edu.hws.jcm.data">ParserContext</a></dt>
<dd>
<div class="block">The Parser's symbol table, which is used for looking up
 tokens of type IDENTIFIER.</div>
</dd>
<dt><a href="./edu/hws/jcm/data/SymbolTable.html" title="class in edu.hws.jcm.data"><span class="strong">SymbolTable</span></a> - Class in <a href="./edu/hws/jcm/data/package-summary.html">edu.hws.jcm.data</a></dt>
<dd>
<div class="block">A symbol table contains MathObjects, associating them
 with their names.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/awt/Animator.html#sync(edu.hws.jcm.awt.Tie, edu.hws.jcm.awt.Tieable)">sync(Tie, Tieable)</a></span> - Method in class edu.hws.jcm.awt.<a href="./edu/hws/jcm/awt/Animator.html" title="class in edu.hws.jcm.awt">Animator</a></dt>
<dd>
<div class="block">Part of the Tieable interface.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/awt/Tieable.html#sync(edu.hws.jcm.awt.Tie, edu.hws.jcm.awt.Tieable)">sync(Tie, Tieable)</a></span> - Method in interface edu.hws.jcm.awt.<a href="./edu/hws/jcm/awt/Tieable.html" title="interface in edu.hws.jcm.awt">Tieable</a></dt>
<dd>
<div class="block">This routine is called to tell this Tieable that the serial
 numbers of the Tieables that have been added to the Tie do not
 match.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/awt/VariableInput.html#sync(edu.hws.jcm.awt.Tie, edu.hws.jcm.awt.Tieable)">sync(Tie, Tieable)</a></span> - Method in class edu.hws.jcm.awt.<a href="./edu/hws/jcm/awt/VariableInput.html" title="class in edu.hws.jcm.awt">VariableInput</a></dt>
<dd>
<div class="block">Synchronize serial number and value with newest, unless
 this VariableInput is itself newest.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/awt/VariableSlider.html#sync(edu.hws.jcm.awt.Tie, edu.hws.jcm.awt.Tieable)">sync(Tie, Tieable)</a></span> - Method in class edu.hws.jcm.awt.<a href="./edu/hws/jcm/awt/VariableSlider.html" title="class in edu.hws.jcm.awt">VariableSlider</a></dt>
<dd>
<div class="block">Change the value and serial number of this object to match
 those of newest.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/draw/CoordinateRect.html#sync(edu.hws.jcm.awt.Tie, edu.hws.jcm.awt.Tieable)">sync(Tie, Tieable)</a></span> - Method in class edu.hws.jcm.draw.<a href="./edu/hws/jcm/draw/CoordinateRect.html" title="class in edu.hws.jcm.draw">CoordinateRect</a></dt>
<dd>
<div class="block">Part of the Tieable interface.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/draw/LimitControlPanel.html#sync(edu.hws.jcm.awt.Tie, edu.hws.jcm.awt.Tieable)">sync(Tie, Tieable)</a></span> - Method in class edu.hws.jcm.draw.<a href="./edu/hws/jcm/draw/LimitControlPanel.html" title="class in edu.hws.jcm.draw">LimitControlPanel</a></dt>
<dd>
<div class="block">Part of the Tieable interface, and not meant to be called directly.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/draw/CoordinateRect.html#syncWith">syncWith</a></span> - Variable in class edu.hws.jcm.draw.<a href="./edu/hws/jcm/draw/CoordinateRect.html" title="class in edu.hws.jcm.draw">CoordinateRect</a></dt>
<dd>
<div class="block">This contains other Limit objects with which the CoordinateRect is
  synchronizing.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/draw/LimitControlPanel.html#syncWith">syncWith</a></span> - Variable in class edu.hws.jcm.draw.<a href="./edu/hws/jcm/draw/LimitControlPanel.html" title="class in edu.hws.jcm.draw">LimitControlPanel</a></dt>
<dd>
<div class="block">A Tie holding this panel and the CoordinateRects that it controls.</div>
</dd>
</dl>
<a name="_T_">
<!--   -->
</a>
<h2 class="title">T</h2>
<dl>
<dt><a href="./edu/hws/jcm/functions/TableFunction.html" title="class in edu.hws.jcm.functions"><span class="strong">TableFunction</span></a> - Class in <a href="./edu/hws/jcm/functions/package-summary.html">edu.hws.jcm.functions</a></dt>
<dd>
<div class="block">A TableFunction is a function that is specified by a table of (x,y)-points.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/functions/TableFunction.html#TableFunction()">TableFunction()</a></span> - Constructor for class edu.hws.jcm.functions.<a href="./edu/hws/jcm/functions/TableFunction.html" title="class in edu.hws.jcm.functions">TableFunction</a></dt>
<dd>
<div class="block">Create a TableFunction with SMOOTH style and no points.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/functions/TableFunction.html#TableFunction(int)">TableFunction(int)</a></span> - Constructor for class edu.hws.jcm.functions.<a href="./edu/hws/jcm/functions/TableFunction.html" title="class in edu.hws.jcm.functions">TableFunction</a></dt>
<dd>
<div class="block">Create a TableFunction with specified style and no points.</div>
</dd>
<dt><a href="./edu/hws/jcm/functions/TableFunctionGraph.html" title="class in edu.hws.jcm.functions"><span class="strong">TableFunctionGraph</span></a> - Class in <a href="./edu/hws/jcm/functions/package-summary.html">edu.hws.jcm.functions</a></dt>
<dd>
<div class="block">A TableFunctionGraph is a Drawable object that can be added to a CoordinateRect (or DisplayCanvas).</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/functions/TableFunctionGraph.html#TableFunctionGraph()">TableFunctionGraph()</a></span> - Constructor for class edu.hws.jcm.functions.<a href="./edu/hws/jcm/functions/TableFunctionGraph.html" title="class in edu.hws.jcm.functions">TableFunctionGraph</a></dt>
<dd>
<div class="block">Create a TableFunctionGraph that initially draws no function.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/functions/TableFunctionGraph.html#TableFunctionGraph(edu.hws.jcm.functions.TableFunction)">TableFunctionGraph(TableFunction)</a></span> - Constructor for class edu.hws.jcm.functions.<a href="./edu/hws/jcm/functions/TableFunctionGraph.html" title="class in edu.hws.jcm.functions">TableFunctionGraph</a></dt>
<dd>
<div class="block">Create a TableFunctionGraph to draw the specified TableFunction.</div>
</dd>
<dt><a href="./edu/hws/jcm/functions/TableFunctionInput.html" title="class in edu.hws.jcm.functions"><span class="strong">TableFunctionInput</span></a> - Class in <a href="./edu/hws/jcm/functions/package-summary.html">edu.hws.jcm.functions</a></dt>
<dd>
<div class="block">A TableInputFunction is a Panel that can be used to define a TableFunction
 or to edit an existing TableFunction.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/functions/TableFunctionInput.html#TableFunctionInput()">TableFunctionInput()</a></span> - Constructor for class edu.hws.jcm.functions.<a href="./edu/hws/jcm/functions/TableFunctionInput.html" title="class in edu.hws.jcm.functions">TableFunctionInput</a></dt>
<dd>
<div class="block">Create a TableFunctionInput panel.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/data/ExpressionProgram.html#TAN">TAN</a></span> - Static variable in class edu.hws.jcm.data.<a href="./edu/hws/jcm/data/ExpressionProgram.html" title="class in edu.hws.jcm.data">ExpressionProgram</a></dt>
<dd>
<div class="block">Code for a unary or binary operator or a standard function.</div>
</dd>
<dt><a href="./edu/hws/jcm/draw/TangentLine.html" title="class in edu.hws.jcm.draw"><span class="strong">TangentLine</span></a> - Class in <a href="./edu/hws/jcm/draw/package-summary.html">edu.hws.jcm.draw</a></dt>
<dd>
<div class="block">A Tangent line is a line that is tangent to the graph of a specified function of one argument
 at a specified value of its argument.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/draw/TangentLine.html#TangentLine(edu.hws.jcm.data.Value, edu.hws.jcm.data.Function)">TangentLine(Value, Function)</a></span> - Constructor for class edu.hws.jcm.draw.<a href="./edu/hws/jcm/draw/TangentLine.html" title="class in edu.hws.jcm.draw">TangentLine</a></dt>
<dd>
<div class="block">Create a tangent line to the graph of a function.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/awt/DisplayLabel.html#text">text</a></span> - Variable in class edu.hws.jcm.awt.<a href="./edu/hws/jcm/awt/DisplayLabel.html" title="class in edu.hws.jcm.awt">DisplayLabel</a></dt>
<dd>
<div class="block">Unsubstituted text for display.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/awt/Controller.html#textValueChanged(java.awt.event.TextEvent)">textValueChanged(TextEvent)</a></span> - Method in class edu.hws.jcm.awt.<a href="./edu/hws/jcm/awt/Controller.html" title="class in edu.hws.jcm.awt">Controller</a></dt>
<dd>
<div class="block">Simply calls compute when the Controller hears a TextEvent.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/awt/ExpressionInput.html#throwErrors">throwErrors</a></span> - Variable in class edu.hws.jcm.awt.<a href="./edu/hws/jcm/awt/ExpressionInput.html" title="class in edu.hws.jcm.awt">ExpressionInput</a></dt>
<dd>
<div class="block">True if an error should be thrown
 when checkInput() is called,
 but the content of the box is not
 a legal expression.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/awt/VariableInput.html#throwErrors">throwErrors</a></span> - Variable in class edu.hws.jcm.awt.<a href="./edu/hws/jcm/awt/VariableInput.html" title="class in edu.hws.jcm.awt">VariableInput</a></dt>
<dd>
<div class="block">True if an error should be thrown
 when checkInput() is calles and
 the contents do not define a
 legal number.</div>
</dd>
<dt><a href="./edu/hws/jcm/awt/Tie.html" title="class in edu.hws.jcm.awt"><span class="strong">Tie</span></a> - Class in <a href="./edu/hws/jcm/awt/package-summary.html">edu.hws.jcm.awt</a></dt>
<dd>
<div class="block">A Tie associates several Tieable objects.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/awt/Tie.html#Tie()">Tie()</a></span> - Constructor for class edu.hws.jcm.awt.<a href="./edu/hws/jcm/awt/Tie.html" title="class in edu.hws.jcm.awt">Tie</a></dt>
<dd>
<div class="block">Create a Tie, initially containing no objects.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/awt/Tie.html#Tie(edu.hws.jcm.awt.Tieable)">Tie(Tieable)</a></span> - Constructor for class edu.hws.jcm.awt.<a href="./edu/hws/jcm/awt/Tie.html" title="class in edu.hws.jcm.awt">Tie</a></dt>
<dd>
<div class="block">Create a Tie initally containing only the object item.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/awt/Tie.html#Tie(edu.hws.jcm.awt.Tieable, edu.hws.jcm.awt.Tieable)">Tie(Tieable, Tieable)</a></span> - Constructor for class edu.hws.jcm.awt.<a href="./edu/hws/jcm/awt/Tie.html" title="class in edu.hws.jcm.awt">Tie</a></dt>
<dd>
<div class="block">Create a Tie initially containing item1 and item2.</div>
</dd>
<dt><a href="./edu/hws/jcm/awt/Tieable.html" title="interface in edu.hws.jcm.awt"><span class="strong">Tieable</span></a> - Interface in <a href="./edu/hws/jcm/awt/package-summary.html">edu.hws.jcm.awt</a></dt>
<dd>
<div class="block">A Tieable object has an associated serial number.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/awt/Controller.html#ties">ties</a></span> - Variable in class edu.hws.jcm.awt.<a href="./edu/hws/jcm/awt/Controller.html" title="class in edu.hws.jcm.awt">Controller</a></dt>
<dd>
<div class="block">Ties that have been added to this controller.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/data/ExpressionProgram.html#TIMES">TIMES</a></span> - Static variable in class edu.hws.jcm.data.<a href="./edu/hws/jcm/data/ExpressionProgram.html" title="class in edu.hws.jcm.data">ExpressionProgram</a></dt>
<dd>
<div class="block">Code for a unary or binary operator or a standard function.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/data/ParserContext.html#token">token</a></span> - Variable in class edu.hws.jcm.data.<a href="./edu/hws/jcm/data/ParserContext.html" title="class in edu.hws.jcm.data">ParserContext</a></dt>
<dd>
<div class="block">The most recently read token type, or NONE if that token
 has been consumed by a call to next().</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/data/ParserContext.html#tokenObject">tokenObject</a></span> - Variable in class edu.hws.jcm.data.<a href="./edu/hws/jcm/data/ParserContext.html" title="class in edu.hws.jcm.data">ParserContext</a></dt>
<dd>
<div class="block">If the most recently read token was of type IDENTIFIER, then
 this is the corresponding MathObject from the symbol table,
 or null if the identifier is not in the symbol table.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/data/ParserContext.html#tokenString">tokenString</a></span> - Variable in class edu.hws.jcm.data.<a href="./edu/hws/jcm/data/ParserContext.html" title="class in edu.hws.jcm.data">ParserContext</a></dt>
<dd>
<div class="block">The substring of the parse string that corresponds to the most recently
 read token.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/data/ParserContext.html#tokenValue">tokenValue</a></span> - Variable in class edu.hws.jcm.data.<a href="./edu/hws/jcm/data/ParserContext.html" title="class in edu.hws.jcm.data">ParserContext</a></dt>
<dd>
<div class="block">If the most recently read token was of type NUMBER, then
 this is its numerical value.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/draw/Axes.html#TOP">TOP</a></span> - Static variable in class edu.hws.jcm.draw.<a href="./edu/hws/jcm/draw/Axes.html" title="class in edu.hws.jcm.draw">Axes</a></dt>
<dd>
<div class="block">A constant that can be used in the setYAxisPosition() method to indicate the placement of the y-axis.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/draw/DrawString.html#TOP_CENTER">TOP_CENTER</a></span> - Static variable in class edu.hws.jcm.draw.<a href="./edu/hws/jcm/draw/DrawString.html" title="class in edu.hws.jcm.draw">DrawString</a></dt>
<dd>
<div class="block">Specify string location in rect</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/draw/DrawString.html#TOP_LEFT">TOP_LEFT</a></span> - Static variable in class edu.hws.jcm.draw.<a href="./edu/hws/jcm/draw/DrawString.html" title="class in edu.hws.jcm.draw">DrawString</a></dt>
<dd>
<div class="block">Specify string location in rect</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/draw/DrawString.html#TOP_RIGHT">TOP_RIGHT</a></span> - Static variable in class edu.hws.jcm.draw.<a href="./edu/hws/jcm/draw/DrawString.html" title="class in edu.hws.jcm.draw">DrawString</a></dt>
<dd>
<div class="block">Specify string location in rect</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/awt/ExpressionInput.EI.html#toString()">toString()</a></span> - Method in class edu.hws.jcm.awt.<a href="./edu/hws/jcm/awt/ExpressionInput.EI.html" title="class in edu.hws.jcm.awt">ExpressionInput.EI</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/data/Constant.html#toString()">toString()</a></span> - Method in class edu.hws.jcm.data.<a href="./edu/hws/jcm/data/Constant.html" title="class in edu.hws.jcm.data">Constant</a></dt>
<dd>
<div class="block">Return the print string representing this Constant.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/data/Expression.html#toString()">toString()</a></span> - Method in interface edu.hws.jcm.data.<a href="./edu/hws/jcm/data/Expression.html" title="interface in edu.hws.jcm.data">Expression</a></dt>
<dd>
<div class="block">Get a print string representation of this expression.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/data/ExpressionProgram.html#toString()">toString()</a></span> - Method in class edu.hws.jcm.data.<a href="./edu/hws/jcm/data/ExpressionProgram.html" title="class in edu.hws.jcm.data">ExpressionProgram</a></dt>
<dd>
<div class="block">If a source string has been saved, use it as the print string.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/data/Variable.html#toString()">toString()</a></span> - Method in class edu.hws.jcm.data.<a href="./edu/hws/jcm/data/Variable.html" title="class in edu.hws.jcm.data">Variable</a></dt>
<dd>
<div class="block">Return a print string representing this variable.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/functions/ExpressionFunction.html#toString()">toString()</a></span> - Method in class edu.hws.jcm.functions.<a href="./edu/hws/jcm/functions/ExpressionFunction.html" title="class in edu.hws.jcm.functions">ExpressionFunction</a></dt>
<dd>
<div class="block">Return a string that describes this function, such as "function f(x,y) given by x^2 - y^2".</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/draw/RiemannSumRects.html#TRAPEZOID">TRAPEZOID</a></span> - Static variable in class edu.hws.jcm.draw.<a href="./edu/hws/jcm/draw/RiemannSumRects.html" title="class in edu.hws.jcm.draw">RiemannSumRects</a></dt>
<dd>
<div class="block">Summation method type.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/data/ExpressionProgram.html#trim()">trim()</a></span> - Method in class edu.hws.jcm.data.<a href="./edu/hws/jcm/data/ExpressionProgram.html" title="class in edu.hws.jcm.data">ExpressionProgram</a></dt>
<dd>
<div class="block">To save space, cut the arrays that holds the program data down to the actual
 amount of data that they contain.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/data/ExpressionProgram.html#TRUNC">TRUNC</a></span> - Static variable in class edu.hws.jcm.data.<a href="./edu/hws/jcm/data/ExpressionProgram.html" title="class in edu.hws.jcm.data">ExpressionProgram</a></dt>
<dd>
<div class="block">Code for a unary or binary operator or a standard function.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/draw/LimitControlPanel.html#twoColumn">twoColumn</a></span> - Variable in class edu.hws.jcm.draw.<a href="./edu/hws/jcm/draw/LimitControlPanel.html" title="class in edu.hws.jcm.draw">LimitControlPanel</a></dt>
<dd>
<div class="block">Use two columns for display, if possible.</div>
</dd>
</dl>
<a name="_U_">
<!--   -->
</a>
<h2 class="title">U</h2>
<dl>
<dt><span class="strong"><a href="./edu/hws/jcm/data/ExpressionProgram.html#UNARY_MINUS">UNARY_MINUS</a></span> - Static variable in class edu.hws.jcm.data.<a href="./edu/hws/jcm/data/ExpressionProgram.html" title="class in edu.hws.jcm.data">ExpressionProgram</a></dt>
<dd>
<div class="block">Code for a unary or binary operator or a standard function.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/draw/MouseTracker.html#undefinedWhenNotDragging">undefinedWhenNotDragging</a></span> - Variable in class edu.hws.jcm.draw.<a href="./edu/hws/jcm/draw/MouseTracker.html" title="class in edu.hws.jcm.draw">MouseTracker</a></dt>
<dd>
<div class="block">If true, the values of the associated variables are
 undefined except during the time that the user is
 clicking and dragging the mouse.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/draw/DisplayCanvas.html#update(java.awt.Graphics)">update(Graphics)</a></span> - Method in class edu.hws.jcm.draw.<a href="./edu/hws/jcm/draw/DisplayCanvas.html" title="class in edu.hws.jcm.draw">DisplayCanvas</a></dt>
<dd>
<div class="block">This has been overridden to implemnt double-buffering.</div>
</dd>
</dl>
<a name="_V_">
<!--   -->
</a>
<h2 class="title">V</h2>
<dl>
<dt><span class="strong"><a href="./edu/hws/jcm/draw/DrawGeometric.html#v">v</a></span> - Variable in class edu.hws.jcm.draw.<a href="./edu/hws/jcm/draw/DrawGeometric.html" title="class in edu.hws.jcm.draw">DrawGeometric</a></dt>
<dd>
<div class="block">Integer that gives vertical pixel offset fromy1.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/data/Constant.html#value">value</a></span> - Variable in class edu.hws.jcm.data.<a href="./edu/hws/jcm/data/Constant.html" title="class in edu.hws.jcm.data">Constant</a></dt>
<dd>
<div class="block">The value of this Constant.</div>
</dd>
<dt><a href="./edu/hws/jcm/data/Value.html" title="interface in edu.hws.jcm.data"><span class="strong">Value</span></a> - Interface in <a href="./edu/hws/jcm/data/package-summary.html">edu.hws.jcm.data</a></dt>
<dd>
<div class="block">An object of type Value has a real-number value that can be retrieved by 
 calling the getVal() method.</div>
</dd>
<dt><a href="./edu/hws/jcm/data/ValueMath.html" title="class in edu.hws.jcm.data"><span class="strong">ValueMath</span></a> - Class in <a href="./edu/hws/jcm/data/package-summary.html">edu.hws.jcm.data</a></dt>
<dd>
<div class="block">A ValueMath object is an easy way to create Value objects that are computed
  from other Value objects.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/data/ValueMath.html#ValueMath(edu.hws.jcm.data.Value, edu.hws.jcm.data.Value, char)">ValueMath(Value, Value, char)</a></span> - Constructor for class edu.hws.jcm.data.<a href="./edu/hws/jcm/data/ValueMath.html" title="class in edu.hws.jcm.data">ValueMath</a></dt>
<dd>
<div class="block">Create a ValueMath object whose value is computed by applying an arithmetic
 operator the values of x and y.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/data/ValueMath.html#ValueMath(edu.hws.jcm.data.Function, edu.hws.jcm.data.Value)">ValueMath(Function, Value)</a></span> - Constructor for class edu.hws.jcm.data.<a href="./edu/hws/jcm/data/ValueMath.html" title="class in edu.hws.jcm.data">ValueMath</a></dt>
<dd>
<div class="block">Create a ValueMath object whose value is computed as f(x).</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/awt/DisplayLabel.html#values">values</a></span> - Variable in class edu.hws.jcm.awt.<a href="./edu/hws/jcm/awt/DisplayLabel.html" title="class in edu.hws.jcm.awt">DisplayLabel</a></dt>
<dd>
<div class="block">Value objects whose values will be
 substituted for #'s in text.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/draw/DrawString.html#values">values</a></span> - Variable in class edu.hws.jcm.draw.<a href="./edu/hws/jcm/draw/DrawString.html" title="class in edu.hws.jcm.draw">DrawString</a></dt>
<dd>
<div class="block">Values to be substituted for #'s in the baseString.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/awt/VariableInput.html#variable">variable</a></span> - Variable in class edu.hws.jcm.awt.<a href="./edu/hws/jcm/awt/VariableInput.html" title="class in edu.hws.jcm.awt">VariableInput</a></dt>
<dd>
<div class="block">The Variable that represents
 the value of this input box.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/awt/VariableSlider.html#variable">variable</a></span> - Variable in class edu.hws.jcm.awt.<a href="./edu/hws/jcm/awt/VariableSlider.html" title="class in edu.hws.jcm.awt">VariableSlider</a></dt>
<dd>
<div class="block">The variable associated with this VariableSlider.</div>
</dd>
<dt><a href="./edu/hws/jcm/data/Variable.html" title="class in edu.hws.jcm.data"><span class="strong">Variable</span></a> - Class in <a href="./edu/hws/jcm/data/package-summary.html">edu.hws.jcm.data</a></dt>
<dd>
<div class="block">A Variable is a Value object whose value can be changed.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/data/Variable.html#Variable()">Variable()</a></span> - Constructor for class edu.hws.jcm.data.<a href="./edu/hws/jcm/data/Variable.html" title="class in edu.hws.jcm.data">Variable</a></dt>
<dd>
<div class="block">Create an unnamed Variable with initial value 0.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/data/Variable.html#Variable(java.lang.String)">Variable(String)</a></span> - Constructor for class edu.hws.jcm.data.<a href="./edu/hws/jcm/data/Variable.html" title="class in edu.hws.jcm.data">Variable</a></dt>
<dd>
<div class="block">Create a Variable with the given name and with initial value zero.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/data/Variable.html#Variable(java.lang.String, double)">Variable(String, double)</a></span> - Constructor for class edu.hws.jcm.data.<a href="./edu/hws/jcm/data/Variable.html" title="class in edu.hws.jcm.data">Variable</a></dt>
<dd>
<div class="block">Create a Variable with the given name and given initial value.</div>
</dd>
<dt><a href="./edu/hws/jcm/awt/VariableInput.html" title="class in edu.hws.jcm.awt"><span class="strong">VariableInput</span></a> - Class in <a href="./edu/hws/jcm/awt/package-summary.html">edu.hws.jcm.awt</a></dt>
<dd>
<div class="block">A VariableInput is an input box into which the user can type a real
 number value, which becomes the value of an associated Variable.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/awt/VariableInput.html#VariableInput()">VariableInput()</a></span> - Constructor for class edu.hws.jcm.awt.<a href="./edu/hws/jcm/awt/VariableInput.html" title="class in edu.hws.jcm.awt">VariableInput</a></dt>
<dd>
<div class="block">Create an unnamed VariableInput with initial contents "0".</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/awt/VariableInput.html#VariableInput(java.lang.String, java.lang.String)">VariableInput(String, String)</a></span> - Constructor for class edu.hws.jcm.awt.<a href="./edu/hws/jcm/awt/VariableInput.html" title="class in edu.hws.jcm.awt">VariableInput</a></dt>
<dd>
<div class="block">Construct a VariableInput with the given name
 and initial String (which can both be null).</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/awt/VariableInput.html#VariableInput(java.lang.String, java.lang.String, edu.hws.jcm.data.Parser)">VariableInput(String, String, Parser)</a></span> - Constructor for class edu.hws.jcm.awt.<a href="./edu/hws/jcm/awt/VariableInput.html" title="class in edu.hws.jcm.awt">VariableInput</a></dt>
<dd>
<div class="block">Create a VariableInput just as in the constructor
 VariableInput(String,String).</div>
</dd>
<dt><a href="./edu/hws/jcm/awt/VariableSlider.html" title="class in edu.hws.jcm.awt"><span class="strong">VariableSlider</span></a> - Class in <a href="./edu/hws/jcm/awt/package-summary.html">edu.hws.jcm.awt</a></dt>
<dd>
<div class="block">A VariableSlider is a slider (implemented as a Scrollbar) whose 
 position represents the value of an associated variable.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/awt/VariableSlider.html#VariableSlider()">VariableSlider()</a></span> - Constructor for class edu.hws.jcm.awt.<a href="./edu/hws/jcm/awt/VariableSlider.html" title="class in edu.hws.jcm.awt">VariableSlider</a></dt>
<dd>
<div class="block">Create a horizontal variable slider with no name and with a default
 value range of -5 to 5.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/awt/VariableSlider.html#VariableSlider(edu.hws.jcm.data.Value, edu.hws.jcm.data.Value)">VariableSlider(Value, Value)</a></span> - Constructor for class edu.hws.jcm.awt.<a href="./edu/hws/jcm/awt/VariableSlider.html" title="class in edu.hws.jcm.awt">VariableSlider</a></dt>
<dd>
<div class="block">Create a horizontal variable slider with no name and with the
 specified range of values.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/awt/VariableSlider.html#VariableSlider(java.lang.String, edu.hws.jcm.data.Value, edu.hws.jcm.data.Value, edu.hws.jcm.data.Parser)">VariableSlider(String, Value, Value, Parser)</a></span> - Constructor for class edu.hws.jcm.awt.<a href="./edu/hws/jcm/awt/VariableSlider.html" title="class in edu.hws.jcm.awt">VariableSlider</a></dt>
<dd>
<div class="block">Create a horizontal variable slider with the given name and range of 
 values, and register it with the given parser (but only if
 both name and p are non-null).</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/awt/VariableSlider.html#VariableSlider(java.lang.String, edu.hws.jcm.data.Value, edu.hws.jcm.data.Value, edu.hws.jcm.data.Parser, int, int)">VariableSlider(String, Value, Value, Parser, int, int)</a></span> - Constructor for class edu.hws.jcm.awt.<a href="./edu/hws/jcm/awt/VariableSlider.html" title="class in edu.hws.jcm.awt">VariableSlider</a></dt>
<dd>
<div class="block">Create a variable slider with the given name and range of 
 values, and register it with the given parser (but only if
 both name and p are non-null).</div>
</dd>
<dt><a href="./edu/hws/jcm/draw/VectorField.html" title="class in edu.hws.jcm.draw"><span class="strong">VectorField</span></a> - Class in <a href="./edu/hws/jcm/draw/package-summary.html">edu.hws.jcm.draw</a></dt>
<dd>
<div class="block">A VectorField displays lines or arrows on a grid of points where the direction
 and/or lengths are given by two functions (f1(x,y),f2(x,y)).</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/draw/VectorField.html#VectorField()">VectorField()</a></span> - Constructor for class edu.hws.jcm.draw.<a href="./edu/hws/jcm/draw/VectorField.html" title="class in edu.hws.jcm.draw">VectorField</a></dt>
<dd>
<div class="block">Create a VectorField object with nothing to graph.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/draw/VectorField.html#VectorField(edu.hws.jcm.data.Function, edu.hws.jcm.data.Function)">VectorField(Function, Function)</a></span> - Constructor for class edu.hws.jcm.draw.<a href="./edu/hws/jcm/draw/VectorField.html" title="class in edu.hws.jcm.draw">VectorField</a></dt>
<dd>
<div class="block">Create a VectorField that will be displayed using the default style, as a direction field of 
 equal-length arrows.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/draw/VectorField.html#VectorField(edu.hws.jcm.data.Function, edu.hws.jcm.data.Function, int)">VectorField(Function, Function, int)</a></span> - Constructor for class edu.hws.jcm.draw.<a href="./edu/hws/jcm/draw/VectorField.html" title="class in edu.hws.jcm.draw">VectorField</a></dt>
<dd>
<div class="block">Create a VectorField with the specified functions and style.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/awt/Animator.html#VERTICAL">VERTICAL</a></span> - Static variable in class edu.hws.jcm.awt.<a href="./edu/hws/jcm/awt/Animator.html" title="class in edu.hws.jcm.awt">Animator</a></dt>
<dd>
<div class="block">Indicates that the components in the Animator panel are to be stacked vertically.</div>
</dd>
</dl>
<a name="_W_">
<!--   -->
</a>
<h2 class="title">W</h2>
<dl>
<dt><span class="strong"><a href="./edu/hws/jcm/draw/DrawBorder.html#width">width</a></span> - Variable in class edu.hws.jcm.draw.<a href="./edu/hws/jcm/draw/DrawBorder.html" title="class in edu.hws.jcm.draw">DrawBorder</a></dt>
<dd>
<div class="block">A non-negative integer giving the width of the border in pixels.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/awt/VariableInput.html#withLabel()">withLabel()</a></span> - Method in class edu.hws.jcm.awt.<a href="./edu/hws/jcm/awt/VariableInput.html" title="class in edu.hws.jcm.awt">VariableInput</a></dt>
<dd>
<div class="block">Convenience method for creating a component containing
 this VariableInput together with a label of the form
 "<name> = ".</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/awt/VariableInput.html#withLabel(java.awt.Color, java.awt.Color)">withLabel(Color, Color)</a></span> - Method in class edu.hws.jcm.awt.<a href="./edu/hws/jcm/awt/VariableInput.html" title="class in edu.hws.jcm.awt">VariableInput</a></dt>
<dd>
<div class="block">Convenience method for creating a component containing
 this VariableInput together with a label of the form
 "name = ".</div>
</dd>
<dt><a href="./edu/hws/jcm/functions/WrapperFunction.html" title="class in edu.hws.jcm.functions"><span class="strong">WrapperFunction</span></a> - Class in <a href="./edu/hws/jcm/functions/package-summary.html">edu.hws.jcm.functions</a></dt>
<dd>
<div class="block">A WrapperFunction contains another function and delegates to it
 all calls to methods from the Function interface, except for calls
 to setName() and getName().</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/functions/WrapperFunction.html#WrapperFunction(edu.hws.jcm.data.Function)">WrapperFunction(Function)</a></span> - Constructor for class edu.hws.jcm.functions.<a href="./edu/hws/jcm/functions/WrapperFunction.html" title="class in edu.hws.jcm.functions">WrapperFunction</a></dt>
<dd>
<div class="block">Create a WrapperFunction object containing a specified function.</div>
</dd>
</dl>
<a name="_X_">
<!--   -->
</a>
<h2 class="title">X</h2>
<dl>
<dt><span class="strong"><a href="./edu/hws/jcm/draw/DrawGeometric.html#x1">x1</a></span> - Variable in class edu.hws.jcm.draw.<a href="./edu/hws/jcm/draw/DrawGeometric.html" title="class in edu.hws.jcm.draw">DrawGeometric</a></dt>
<dd>
<div class="block">One of the Value objects that determine the shape that is drawn.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/draw/DrawGeometric.html#x2">x2</a></span> - Variable in class edu.hws.jcm.draw.<a href="./edu/hws/jcm/draw/DrawGeometric.html" title="class in edu.hws.jcm.draw">DrawGeometric</a></dt>
<dd>
<div class="block">One of the Value objects that determine the shape that is drawn.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/draw/CoordinateRect.html#XMAX">XMAX</a></span> - Static variable in class edu.hws.jcm.draw.<a href="./edu/hws/jcm/draw/CoordinateRect.html" title="class in edu.hws.jcm.draw">CoordinateRect</a></dt>
<dd>
<div class="block">A constant for use with the getValueObject() method to specify which Value is to be returned.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/draw/LimitControlPanel.html#xmax">xmax</a></span> - Variable in class edu.hws.jcm.draw.<a href="./edu/hws/jcm/draw/LimitControlPanel.html" title="class in edu.hws.jcm.draw">LimitControlPanel</a></dt>
<dd>
<div class="block">The input boxes for the x- and y-value ranges.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/draw/CoordinateRect.html#XMIN">XMIN</a></span> - Static variable in class edu.hws.jcm.draw.<a href="./edu/hws/jcm/draw/CoordinateRect.html" title="class in edu.hws.jcm.draw">CoordinateRect</a></dt>
<dd>
<div class="block">A constant for use with the getValueObject() method to specify which Value is to be returned.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/draw/LimitControlPanel.html#xmin">xmin</a></span> - Variable in class edu.hws.jcm.draw.<a href="./edu/hws/jcm/draw/LimitControlPanel.html" title="class in edu.hws.jcm.draw">LimitControlPanel</a></dt>
<dd>
<div class="block">The input boxes for the x- and y-value ranges.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/draw/DrawString.html#xPos">xPos</a></span> - Variable in class edu.hws.jcm.draw.<a href="./edu/hws/jcm/draw/DrawString.html" title="class in edu.hws.jcm.draw">DrawString</a></dt>
<dd>
<div class="block">xy-coords for drawing the string.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/draw/CoordinateRect.html#xToPixel(double)">xToPixel(double)</a></span> - Method in class edu.hws.jcm.draw.<a href="./edu/hws/jcm/draw/CoordinateRect.html" title="class in edu.hws.jcm.draw">CoordinateRect</a></dt>
<dd>
<div class="block">Convert an x-coodinate into a horizontal pixel coordinate.</div>
</dd>
<dt><span class="strong"><a href="./GenericGraphApplet.html#xVar">xVar</a></span> - Variable in class <a href="./GenericGraphApplet.html" title="class in &lt;Unnamed&gt;">GenericGraphApplet</a></dt>
<dd>
<div class="block">The variable that is created and added to the parser.</div>
</dd>
</dl>
<a name="_Y_">
<!--   -->
</a>
<h2 class="title">Y</h2>
<dl>
<dt><span class="strong"><a href="./edu/hws/jcm/draw/DrawGeometric.html#y1">y1</a></span> - Variable in class edu.hws.jcm.draw.<a href="./edu/hws/jcm/draw/DrawGeometric.html" title="class in edu.hws.jcm.draw">DrawGeometric</a></dt>
<dd>
<div class="block">One of the Value objects that determine the shape that is drawn.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/draw/DrawGeometric.html#y2">y2</a></span> - Variable in class edu.hws.jcm.draw.<a href="./edu/hws/jcm/draw/DrawGeometric.html" title="class in edu.hws.jcm.draw">DrawGeometric</a></dt>
<dd>
<div class="block">One of the Value objects that determine the shape that is drawn.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/draw/CoordinateRect.html#YMAX">YMAX</a></span> - Static variable in class edu.hws.jcm.draw.<a href="./edu/hws/jcm/draw/CoordinateRect.html" title="class in edu.hws.jcm.draw">CoordinateRect</a></dt>
<dd>
<div class="block">A constant for use with the getValueObject() method to specify which Value is to be returned.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/draw/LimitControlPanel.html#ymax">ymax</a></span> - Variable in class edu.hws.jcm.draw.<a href="./edu/hws/jcm/draw/LimitControlPanel.html" title="class in edu.hws.jcm.draw">LimitControlPanel</a></dt>
<dd>
<div class="block">The input boxes for the x- and y-value ranges.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/draw/CoordinateRect.html#YMIN">YMIN</a></span> - Static variable in class edu.hws.jcm.draw.<a href="./edu/hws/jcm/draw/CoordinateRect.html" title="class in edu.hws.jcm.draw">CoordinateRect</a></dt>
<dd>
<div class="block">A constant for use with the getValueObject() method to specify which Value is to be returned.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/draw/LimitControlPanel.html#ymin">ymin</a></span> - Variable in class edu.hws.jcm.draw.<a href="./edu/hws/jcm/draw/LimitControlPanel.html" title="class in edu.hws.jcm.draw">LimitControlPanel</a></dt>
<dd>
<div class="block">The input boxes for the x- and y-value ranges.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/draw/DrawString.html#yPos">yPos</a></span> - Variable in class edu.hws.jcm.draw.<a href="./edu/hws/jcm/draw/DrawString.html" title="class in edu.hws.jcm.draw">DrawString</a></dt>
<dd>
<div class="block">xy-coords for drawing the string.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/draw/CoordinateRect.html#yToPixel(double)">yToPixel(double)</a></span> - Method in class edu.hws.jcm.draw.<a href="./edu/hws/jcm/draw/CoordinateRect.html" title="class in edu.hws.jcm.draw">CoordinateRect</a></dt>
<dd>
<div class="block">Convert a y-coodinate into a vertical pixel coordinate.</div>
</dd>
</dl>
<a name="_Z_">
<!--   -->
</a>
<h2 class="title">Z</h2>
<dl>
<dt><span class="strong"><a href="./edu/hws/jcm/draw/LimitControlPanel.html#ZOOM_IN">ZOOM_IN</a></span> - Static variable in class edu.hws.jcm.draw.<a href="./edu/hws/jcm/draw/LimitControlPanel.html" title="class in edu.hws.jcm.draw">LimitControlPanel</a></dt>
<dd>
<div class="block">A constant that can be used in the addButton() method to add a button to the LimitControlPanel.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/draw/LimitControlPanel.html#ZOOM_OUT">ZOOM_OUT</a></span> - Static variable in class edu.hws.jcm.draw.<a href="./edu/hws/jcm/draw/LimitControlPanel.html" title="class in edu.hws.jcm.draw">LimitControlPanel</a></dt>
<dd>
<div class="block">A constant that can be used in the addButton() method to add a button to the LimitControlPanel.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/draw/CoordinateRect.html#zoomIn()">zoomIn()</a></span> - Method in class edu.hws.jcm.draw.<a href="./edu/hws/jcm/draw/CoordinateRect.html" title="class in edu.hws.jcm.draw">CoordinateRect</a></dt>
<dd>
<div class="block">Change limits to zoom in by a factor of 2.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/draw/CoordinateRect.html#zoomInOnPixel(int, int)">zoomInOnPixel(int, int)</a></span> - Method in class edu.hws.jcm.draw.<a href="./edu/hws/jcm/draw/CoordinateRect.html" title="class in edu.hws.jcm.draw">CoordinateRect</a></dt>
<dd>
<div class="block">Change limits to zoom in by a factor of 2, centered on a specified point.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/draw/CoordinateRect.html#zoomOut()">zoomOut()</a></span> - Method in class edu.hws.jcm.draw.<a href="./edu/hws/jcm/draw/CoordinateRect.html" title="class in edu.hws.jcm.draw">CoordinateRect</a></dt>
<dd>
<div class="block">Change limits to zoom out by a factor of 2.</div>
</dd>
<dt><span class="strong"><a href="./edu/hws/jcm/draw/CoordinateRect.html#zoomOutFromPixel(int, int)">zoomOutFromPixel(int, int)</a></span> - Method in class edu.hws.jcm.draw.<a href="./edu/hws/jcm/draw/CoordinateRect.html" title="class in edu.hws.jcm.draw">CoordinateRect</a></dt>
<dd>
<div class="block">Change limits to zoom out by a factor of 2, centered on a specified point.</div>
</dd>
</dl>
<a href="#_A_">A</a>&nbsp;<a href="#_B_">B</a>&nbsp;<a href="#_C_">C</a>&nbsp;<a href="#_D_">D</a>&nbsp;<a href="#_E_">E</a>&nbsp;<a href="#_F_">F</a>&nbsp;<a href="#_G_">G</a>&nbsp;<a href="#_H_">H</a>&nbsp;<a href="#_I_">I</a>&nbsp;<a href="#_J_">J</a>&nbsp;<a href="#_L_">L</a>&nbsp;<a href="#_M_">M</a>&nbsp;<a href="#_N_">N</a>&nbsp;<a href="#_O_">O</a>&nbsp;<a href="#_P_">P</a>&nbsp;<a href="#_R_">R</a>&nbsp;<a href="#_S_">S</a>&nbsp;<a href="#_T_">T</a>&nbsp;<a href="#_U_">U</a>&nbsp;<a href="#_V_">V</a>&nbsp;<a href="#_W_">W</a>&nbsp;<a href="#_X_">X</a>&nbsp;<a href="#_Y_">Y</a>&nbsp;<a href="#_Z_">Z</a>&nbsp;</div>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar_bottom">
<!--   -->
</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow">
<!--   -->
</a>
<ul class="navList" title="Navigation">
<li><a href="./overview-summary.html">Overview</a></li>
<li>Package</li>
<li>Class</li>
<li><a href="./overview-tree.html">Tree</a></li>
<li><a href="./deprecated-list.html">Deprecated</a></li>
<li class="navBarCell1Rev">Index</li>
<li><a href="./help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="./index.html?index-all.html" target="_top">Frames</a></li>
<li><a href="index-all.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="./allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
  allClassesLink = document.getElementById("allclasses_navbar_bottom");
  if(window==top) {
    allClassesLink.style.display = "block";
  }
  else {
    allClassesLink.style.display = "none";
  }
  //-->
</script>
</div>
<a name="skip-navbar_bottom">
<!--   -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
</body>
</html>