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
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.6.0_24) on Fri Apr 13 08:21:42 UTC 2012 -->
<TITLE>
Index
</TITLE>

<META NAME="date" CONTENT="2012-04-13">

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

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

</HEAD>

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


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

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


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

<A HREF="#_A_">A</A> <A HREF="#_B_">B</A> <A HREF="#_C_">C</A> <A HREF="#_D_">D</A> <A HREF="#_E_">E</A> <A HREF="#_F_">F</A> <A HREF="#_G_">G</A> <A HREF="#_H_">H</A> <A HREF="#_I_">I</A> <A HREF="#_J_">J</A> <A HREF="#_L_">L</A> <A HREF="#_M_">M</A> <A HREF="#_N_">N</A> <A HREF="#_O_">O</A> <A HREF="#_P_">P</A> <A HREF="#_R_">R</A> <A HREF="#_S_">S</A> <A HREF="#_T_">T</A> <A HREF="#_U_">U</A> <A HREF="#_V_">V</A> <A HREF="#_W_">W</A> <A HREF="#_X_">X</A> <A HREF="#_Y_">Y</A> <A HREF="#_Z_">Z</A> <HR>
<A NAME="_A_"><!-- --></A><H2>
<B>A</B></H2>
<DL>
<DT><A HREF="./edu/hws/jcm/draw/DrawGeometric.html#a"><B>a</B></A> - 
Variable in class edu.hws.jcm.draw.<A HREF="./edu/hws/jcm/draw/DrawGeometric.html" title="class in edu.hws.jcm.draw">DrawGeometric</A>
<DD>Value of x1.
<DT><A HREF="./edu/hws/jcm/data/ExpressionProgram.html#ABS"><B>ABS</B></A> - 
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>
<DD>Code for a unary or binary operator or a standard function.
<DT><A HREF="./edu/hws/jcm/awt/Animator.html#actionPerformed(java.awt.event.ActionEvent)"><B>actionPerformed(ActionEvent)</B></A> - 
Method in class edu.hws.jcm.awt.<A HREF="./edu/hws/jcm/awt/Animator.html" title="class in edu.hws.jcm.awt">Animator</A>
<DD>Respond to button clicks.
<DT><A HREF="./edu/hws/jcm/awt/Controller.html#actionPerformed(java.awt.event.ActionEvent)"><B>actionPerformed(ActionEvent)</B></A> - 
Method in class edu.hws.jcm.awt.<A HREF="./edu/hws/jcm/awt/Controller.html" title="class in edu.hws.jcm.awt">Controller</A>
<DD>Simply calls compute when the Controller hears an ActionEvent.
<DT><A HREF="./edu/hws/jcm/awt/MessagePopup.html#actionPerformed(java.awt.event.ActionEvent)"><B>actionPerformed(ActionEvent)</B></A> - 
Method in class edu.hws.jcm.awt.<A HREF="./edu/hws/jcm/awt/MessagePopup.html" title="class in edu.hws.jcm.awt">MessagePopup</A>
<DD>Respond when user clicks OK.
<DT><A HREF="./edu/hws/jcm/draw/LimitControlPanel.html#actionPerformed(java.awt.event.ActionEvent)"><B>actionPerformed(ActionEvent)</B></A> - 
Method in class edu.hws.jcm.draw.<A HREF="./edu/hws/jcm/draw/LimitControlPanel.html" title="class in edu.hws.jcm.draw">LimitControlPanel</A>
<DD>Handle a click on one of the standard buttons.
<DT><A HREF="./edu/hws/jcm/functions/TableFunctionInput.html#actionPerformed(java.awt.event.ActionEvent)"><B>actionPerformed(ActionEvent)</B></A> - 
Method in class edu.hws.jcm.functions.<A HREF="./edu/hws/jcm/functions/TableFunctionInput.html" title="class in edu.hws.jcm.functions">TableFunctionInput</A>
<DD>React when user clicks one of the buttons or presses return in one
 of the input boxes.
<DT><A HREF="./Evaluator.html#actionPerformed(java.awt.event.ActionEvent)"><B>actionPerformed(ActionEvent)</B></A> - 
Method in class <A HREF="./Evaluator.html" title="class in &lt;Unnamed&gt;">Evaluator</A>
<DD>Respond when user clicks a button; not meant to be called directly.
<DT><A HREF="./FunctionComposition.html#actionPerformed(java.awt.event.ActionEvent)"><B>actionPerformed(ActionEvent)</B></A> - 
Method in class <A HREF="./FunctionComposition.html" title="class in &lt;Unnamed&gt;">FunctionComposition</A>
<DD>&nbsp;
<DT><A HREF="./GenericGraphApplet.html#actionPerformed(java.awt.event.ActionEvent)"><B>actionPerformed(ActionEvent)</B></A> - 
Method in class <A HREF="./GenericGraphApplet.html" title="class in &lt;Unnamed&gt;">GenericGraphApplet</A>
<DD>Respond when user clicks a button; not meant to be called directly.
<DT><A HREF="./IntegralCurves.html#actionPerformed(java.awt.event.ActionEvent)"><B>actionPerformed(ActionEvent)</B></A> - 
Method in class <A HREF="./IntegralCurves.html" title="class in &lt;Unnamed&gt;">IntegralCurves</A>
<DD>&nbsp;
<DT><A HREF="./ScatterPlotApplet.html#actionPerformed(java.awt.event.ActionEvent)"><B>actionPerformed(ActionEvent)</B></A> - 
Method in class <A HREF="./ScatterPlotApplet.html" title="class in &lt;Unnamed&gt;">ScatterPlotApplet</A>
<DD>Respond when user clicks a button; not meant to be called directly.
<DT><A HREF="./edu/hws/jcm/awt/Controller.html#add(java.lang.Object)"><B>add(Object)</B></A> - 
Method in class edu.hws.jcm.awt.<A HREF="./edu/hws/jcm/awt/Controller.html" title="class in edu.hws.jcm.awt">Controller</A>
<DD>Add an object to be controlled by this controller.
<DT><A HREF="./edu/hws/jcm/awt/Tie.html#add(edu.hws.jcm.awt.Tieable)"><B>add(Tieable)</B></A> - 
Method in class edu.hws.jcm.awt.<A HREF="./edu/hws/jcm/awt/Tie.html" title="class in edu.hws.jcm.awt">Tie</A>
<DD>Add item to the tie, and sync it with the items that are
 already in the Tie.
<DT><A HREF="./edu/hws/jcm/data/Parser.html#add(edu.hws.jcm.data.MathObject)"><B>add(MathObject)</B></A> - 
Method in class edu.hws.jcm.data.<A HREF="./edu/hws/jcm/data/Parser.html" title="class in edu.hws.jcm.data">Parser</A>
<DD>Register the MathObject with the Parser, associating it with its
 name.
<DT><A HREF="./edu/hws/jcm/data/ParserContext.html#add(edu.hws.jcm.data.MathObject)"><B>add(MathObject)</B></A> - 
Method in class edu.hws.jcm.data.<A HREF="./edu/hws/jcm/data/ParserContext.html" title="class in edu.hws.jcm.data">ParserContext</A>
<DD>Add a new MathObject to the symbol table.
<DT><A HREF="./edu/hws/jcm/data/SymbolTable.html#add(edu.hws.jcm.data.MathObject)"><B>add(MathObject)</B></A> - 
Method in class edu.hws.jcm.data.<A HREF="./edu/hws/jcm/data/SymbolTable.html" title="class in edu.hws.jcm.data">SymbolTable</A>
<DD>Adds sym to the SymbolTable, associating it with its name.
<DT><A HREF="./edu/hws/jcm/data/SymbolTable.html#add(java.lang.String, edu.hws.jcm.data.MathObject)"><B>add(String, MathObject)</B></A> - 
Method in class edu.hws.jcm.data.<A HREF="./edu/hws/jcm/data/SymbolTable.html" title="class in edu.hws.jcm.data">SymbolTable</A>
<DD>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).
<DT><A HREF="./edu/hws/jcm/draw/CoordinateRect.html#add(edu.hws.jcm.draw.Drawable)"><B>add(Drawable)</B></A> - 
Method in class edu.hws.jcm.draw.<A HREF="./edu/hws/jcm/draw/CoordinateRect.html" title="class in edu.hws.jcm.draw">CoordinateRect</A>
<DD>Add a drawable item to the CoordinateRect.
<DT><A HREF="./edu/hws/jcm/draw/DisplayCanvas.html#add(edu.hws.jcm.draw.Drawable)"><B>add(Drawable)</B></A> - 
Method in class edu.hws.jcm.draw.<A HREF="./edu/hws/jcm/draw/DisplayCanvas.html" title="class in edu.hws.jcm.draw">DisplayCanvas</A>
<DD>Add the specified Drawable item to the first CoordinateRect in this DisplayCanvas.
<DT><A HREF="./edu/hws/jcm/draw/DisplayCanvas.html#add(edu.hws.jcm.draw.Drawable, int)"><B>add(Drawable, int)</B></A> - 
Method in class edu.hws.jcm.draw.<A HREF="./edu/hws/jcm/draw/DisplayCanvas.html" title="class in edu.hws.jcm.draw">DisplayCanvas</A>
<DD>Add a Drawable item to one of the CoordinateRects associated with the Canvas.
<DT><A HREF="./edu/hws/jcm/draw/LimitControlPanel.html#add(java.awt.Component)"><B>add(Component)</B></A> - 
Method in class edu.hws.jcm.draw.<A HREF="./edu/hws/jcm/draw/LimitControlPanel.html" title="class in edu.hws.jcm.draw">LimitControlPanel</A>
<DD>Redefine this method from the Component class to make it a synonym for addComponent(c);
<DT><A HREF="./edu/hws/jcm/draw/LimitControlPanel.html#addButtons(int)"><B>addButtons(int)</B></A> - 
Method in class edu.hws.jcm.draw.<A HREF="./edu/hws/jcm/draw/LimitControlPanel.html" title="class in edu.hws.jcm.draw">LimitControlPanel</A>
<DD>Add the buttons in buttonSet to the panel, if they are not
 already there.
<DT><A HREF="./Derivatives.html#addCanvasBorder()"><B>addCanvasBorder()</B></A> - 
Method in class <A HREF="./Derivatives.html" title="class in &lt;Unnamed&gt;">Derivatives</A>
<DD>&nbsp;
<DT><A HREF="./GenericGraphApplet.html#addCanvasBorder()"><B>addCanvasBorder()</B></A> - 
Method in class <A HREF="./GenericGraphApplet.html" title="class in &lt;Unnamed&gt;">GenericGraphApplet</A>
<DD>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.
<DT><A HREF="./edu/hws/jcm/data/Cases.html#addCase(int)"><B>addCase(int)</B></A> - 
Method in class edu.hws.jcm.data.<A HREF="./edu/hws/jcm/data/Cases.html" title="class in edu.hws.jcm.data">Cases</A>
<DD>Add a new case value to the list stored in this object.
<DT><A HREF="./edu/hws/jcm/awt/DataTableInput.html#addColumn()"><B>addColumn()</B></A> - 
Method in class edu.hws.jcm.awt.<A HREF="./edu/hws/jcm/awt/DataTableInput.html" title="class in edu.hws.jcm.awt">DataTableInput</A>
<DD>Add a column at the right side of the table, with all cells initially
  empty.
<DT><A HREF="./edu/hws/jcm/awt/DataTableInput.html#addColumn(java.lang.String)"><B>addColumn(String)</B></A> - 
Method in class edu.hws.jcm.awt.<A HREF="./edu/hws/jcm/awt/DataTableInput.html" title="class in edu.hws.jcm.awt">DataTableInput</A>
<DD>Add a column with the specified name at the right side of the table, with all cells initially
  empty.
<DT><A HREF="./edu/hws/jcm/data/ExpressionProgram.html#addCommand(int)"><B>addCommand(int)</B></A> - 
Method in class edu.hws.jcm.data.<A HREF="./edu/hws/jcm/data/ExpressionProgram.html" title="class in edu.hws.jcm.data">ExpressionProgram</A>
<DD>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.
<DT><A HREF="./edu/hws/jcm/data/ExpressionProgram.html#addCommandObject(edu.hws.jcm.data.ExpressionCommand)"><B>addCommandObject(ExpressionCommand)</B></A> - 
Method in class edu.hws.jcm.data.<A HREF="./edu/hws/jcm/data/ExpressionProgram.html" title="class in edu.hws.jcm.data">ExpressionProgram</A>
<DD>Adds com as the next command in the program.
<DT><A HREF="./edu/hws/jcm/draw/LimitControlPanel.html#addComponent(java.awt.Component)"><B>addComponent(Component)</B></A> - 
Method in class edu.hws.jcm.draw.<A HREF="./edu/hws/jcm/draw/LimitControlPanel.html" title="class in edu.hws.jcm.draw">LimitControlPanel</A>
<DD>Add a component to the panel.
<DT><A HREF="./edu/hws/jcm/draw/LimitControlPanel.html#addComponentPair(java.awt.Component, java.awt.Component)"><B>addComponentPair(Component, Component)</B></A> - 
Method in class edu.hws.jcm.draw.<A HREF="./edu/hws/jcm/draw/LimitControlPanel.html" title="class in edu.hws.jcm.draw">LimitControlPanel</A>
<DD>Add two components to the panel.
<DT><A HREF="./edu/hws/jcm/data/ExpressionProgram.html#addConstant(double)"><B>addConstant(double)</B></A> - 
Method in class edu.hws.jcm.data.<A HREF="./edu/hws/jcm/data/ExpressionProgram.html" title="class in edu.hws.jcm.data">ExpressionProgram</A>
<DD>Add the number d as the next command in the program.
<DT><A HREF="./edu/hws/jcm/awt/Animator.html#addControl(int)"><B>addControl(int)</B></A> - 
Method in class edu.hws.jcm.awt.<A HREF="./edu/hws/jcm/awt/Animator.html" title="class in edu.hws.jcm.awt">Animator</A>
<DD>Add one of the possible control buttons or pop-up menus to the Animator.
<DT><A HREF="./edu/hws/jcm/draw/DisplayCanvas.html#addCoordinateRect(edu.hws.jcm.draw.CoordinateRect)"><B>addCoordinateRect(CoordinateRect)</B></A> - 
Method in class edu.hws.jcm.draw.<A HREF="./edu/hws/jcm/draw/DisplayCanvas.html" title="class in edu.hws.jcm.draw">DisplayCanvas</A>
<DD>Add the specified CoordinateRect to this DisplayCanvas, filling the entire canvas,
 and with background color equal to the background color of the canvas.
<DT><A HREF="./edu/hws/jcm/draw/DisplayCanvas.html#addCoordinateRect(edu.hws.jcm.draw.CoordinateRect, double, double, double, double, java.awt.Color)"><B>addCoordinateRect(CoordinateRect, double, double, double, double, Color)</B></A> - 
Method in class edu.hws.jcm.draw.<A HREF="./edu/hws/jcm/draw/DisplayCanvas.html" title="class in edu.hws.jcm.draw">DisplayCanvas</A>
<DD>Add a CoordinateRect to the canvas, occupying a specified region of the canvas.
<DT><A HREF="./edu/hws/jcm/draw/LimitControlPanel.html#addCoords(edu.hws.jcm.draw.CoordinateRect)"><B>addCoords(CoordinateRect)</B></A> - 
Method in class edu.hws.jcm.draw.<A HREF="./edu/hws/jcm/draw/LimitControlPanel.html" title="class in edu.hws.jcm.draw">LimitControlPanel</A>
<DD>Add a CoordinateRect to be controlled by this LimitControlPanel.
<DT><A HREF="./edu/hws/jcm/draw/LimitControlPanel.html#addCoords(edu.hws.jcm.draw.DisplayCanvas)"><B>addCoords(DisplayCanvas)</B></A> - 
Method in class edu.hws.jcm.draw.<A HREF="./edu/hws/jcm/draw/LimitControlPanel.html" title="class in edu.hws.jcm.draw">LimitControlPanel</A>
<DD>Add the first CoordinateRect from the canvas to be controlled
 by this LimitControlPanel.
<DT><A HREF="./edu/hws/jcm/functions/TableFunction.html#addIntervals(int, double, double)"><B>addIntervals(int, double, double)</B></A> - 
Method in class edu.hws.jcm.functions.<A HREF="./edu/hws/jcm/functions/TableFunction.html" title="class in edu.hws.jcm.functions">TableFunction</A>
<DD>Add points to the table.
<DT><A HREF="./edu/hws/jcm/draw/DisplayCanvas.html#addNewCoordinateRect(double, double, double, double)"><B>addNewCoordinateRect(double, double, double, double)</B></A> - 
Method in class edu.hws.jcm.draw.<A HREF="./edu/hws/jcm/draw/DisplayCanvas.html" title="class in edu.hws.jcm.draw">DisplayCanvas</A>
<DD>Add a newly created CoordinateRect covering the specified section of
 the canvas.
<DT><A HREF="./edu/hws/jcm/draw/DisplayCanvas.html#addNewCoordinateRect(double, double, double, double, java.awt.Color)"><B>addNewCoordinateRect(double, double, double, double, Color)</B></A> - 
Method in class edu.hws.jcm.draw.<A HREF="./edu/hws/jcm/draw/DisplayCanvas.html" title="class in edu.hws.jcm.draw">DisplayCanvas</A>
<DD>Add a newly created CoordinateRect covering the specified section of
 the canvas, with the specfied background color.
<DT><A HREF="./edu/hws/jcm/data/Parser.html#addOptions(int)"><B>addOptions(int)</B></A> - 
Method in class edu.hws.jcm.data.<A HREF="./edu/hws/jcm/data/Parser.html" title="class in edu.hws.jcm.data">Parser</A>
<DD>Add the options in the option set newOptions to this Parser's option set.
<DT><A HREF="./edu/hws/jcm/functions/TableFunction.html#addPoint(double, double)"><B>addPoint(double, double)</B></A> - 
Method in class edu.hws.jcm.functions.<A HREF="./edu/hws/jcm/functions/TableFunction.html" title="class in edu.hws.jcm.functions">TableFunction</A>
<DD>Add a point with the specified x and y coordinates.
<DT><A HREF="./edu/hws/jcm/functions/TableFunction.html#addPoints(double[], double[])"><B>addPoints(double[], double[])</B></A> - 
Method in class edu.hws.jcm.functions.<A HREF="./edu/hws/jcm/functions/TableFunction.html" title="class in edu.hws.jcm.functions">TableFunction</A>
<DD>Add points to the table.
<DT><A HREF="./edu/hws/jcm/draw/LimitControlPanel.html#addRange(edu.hws.jcm.awt.VariableInput, edu.hws.jcm.awt.VariableInput)"><B>addRange(VariableInput, VariableInput)</B></A> - 
Method in class edu.hws.jcm.draw.<A HREF="./edu/hws/jcm/draw/LimitControlPanel.html" title="class in edu.hws.jcm.draw">LimitControlPanel</A>
<DD>Add two VariableInputs to the panel.
<DT><A HREF="./edu/hws/jcm/awt/DataTableInput.html#addRows(int)"><B>addRows(int)</B></A> - 
Method in class edu.hws.jcm.awt.<A HREF="./edu/hws/jcm/awt/DataTableInput.html" title="class in edu.hws.jcm.awt">DataTableInput</A>
<DD>Add the specified number of empty rows at the bottom of the table.
<DT><A HREF="./edu/hws/jcm/awt/VariableInput.html#addTo(edu.hws.jcm.data.Parser)"><B>addTo(Parser)</B></A> - 
Method in class edu.hws.jcm.awt.<A HREF="./edu/hws/jcm/awt/VariableInput.html" title="class in edu.hws.jcm.awt">VariableInput</A>
<DD>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).
<DT><A HREF="./edu/hws/jcm/awt/VariableSlider.html#addTo(edu.hws.jcm.data.Parser)"><B>addTo(Parser)</B></A> - 
Method in class edu.hws.jcm.awt.<A HREF="./edu/hws/jcm/awt/VariableSlider.html" title="class in edu.hws.jcm.awt">VariableSlider</A>
<DD>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).
<DT><A HREF="./edu/hws/jcm/awt/DataTableInput.html#addVariablesToParser(edu.hws.jcm.data.Parser)"><B>addVariablesToParser(Parser)</B></A> - 
Method in class edu.hws.jcm.awt.<A HREF="./edu/hws/jcm/awt/DataTableInput.html" title="class in edu.hws.jcm.awt">DataTableInput</A>
<DD>Add a row number variable (from the getRowNumberVariable() method) and
  a column variable for each column (from the getColumnVariable() method)
  to the parser.
<DT><A HREF="./edu/hws/jcm/awt/Controller.html#adjustmentValueChanged(java.awt.event.AdjustmentEvent)"><B>adjustmentValueChanged(AdjustmentEvent)</B></A> - 
Method in class edu.hws.jcm.awt.<A HREF="./edu/hws/jcm/awt/Controller.html" title="class in edu.hws.jcm.awt">Controller</A>
<DD>Simply calls compute when the Controller hears an AdjustmantEvent.
<DT><A HREF="./edu/hws/jcm/draw/LimitControlPanel.html#ALL_BUTTONS"><B>ALL_BUTTONS</B></A> - 
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>
<DD>A constant that can be used in the addButton() method to add all possible buttons to the LimitControlPanel.
<DT><A HREF="./edu/hws/jcm/data/ExpressionProgram.html#AND"><B>AND</B></A> - 
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>
<DD>Code for a unary or binary operator or a standard function.
<DT><A HREF="./AnimatedGraph.html" title="class in &lt;Unnamed&gt;"><B>AnimatedGraph</B></A> - Class in <A HREF="./package-summary.html">&lt;Unnamed&gt;</A><DD>&nbsp;<DT><A HREF="./AnimatedGraph.html#AnimatedGraph()"><B>AnimatedGraph()</B></A> - 
Constructor for class <A HREF="./AnimatedGraph.html" title="class in &lt;Unnamed&gt;">AnimatedGraph</A>
<DD>&nbsp;
<DT><A HREF="./edu/hws/jcm/awt/Animator.html" title="class in edu.hws.jcm.awt"><B>Animator</B></A> - Class in <A HREF="./edu/hws/jcm/awt/package-summary.html">edu.hws.jcm.awt</A><DD>An Animator can change a value continuously, without user intervention, by running
 a separate Thread.<DT><A HREF="./edu/hws/jcm/awt/Animator.html#Animator()"><B>Animator()</B></A> - 
Constructor for class edu.hws.jcm.awt.<A HREF="./edu/hws/jcm/awt/Animator.html" title="class in edu.hws.jcm.awt">Animator</A>
<DD>Create a default Animator.
<DT><A HREF="./edu/hws/jcm/awt/Animator.html#Animator(int)"><B>Animator(int)</B></A> - 
Constructor for class edu.hws.jcm.awt.<A HREF="./edu/hws/jcm/awt/Animator.html" title="class in edu.hws.jcm.awt">Animator</A>
<DD>Create an Animator containing the specified control.
<DT><A HREF="./edu/hws/jcm/awt/Animator.html#Animator(int, int)"><B>Animator(int, int)</B></A> - 
Constructor for class edu.hws.jcm.awt.<A HREF="./edu/hws/jcm/awt/Animator.html" title="class in edu.hws.jcm.awt">Animator</A>
<DD>Create an Animator containing specified controls.
<DT><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)"><B>Animator(int, int, Value, Value, Value)</B></A> - 
Constructor for class edu.hws.jcm.awt.<A HREF="./edu/hws/jcm/awt/Animator.html" title="class in edu.hws.jcm.awt">Animator</A>
<DD>Create an Animator with specified controls, orienation, range limits and number of intervals
<DT><A HREF="./edu/hws/jcm/data/ConditionalExpression.html#appendOutputString(edu.hws.jcm.data.ExpressionProgram, int, java.lang.StringBuffer)"><B>appendOutputString(ExpressionProgram, int, StringBuffer)</B></A> - 
Method in class edu.hws.jcm.data.<A HREF="./edu/hws/jcm/data/ConditionalExpression.html" title="class in edu.hws.jcm.data">ConditionalExpression</A>
<DD>Append the string representation of the expression (including the boolean
 condition) to the buffer.
<DT><A HREF="./edu/hws/jcm/data/Constant.html#appendOutputString(edu.hws.jcm.data.ExpressionProgram, int, java.lang.StringBuffer)"><B>appendOutputString(ExpressionProgram, int, StringBuffer)</B></A> - 
Method in class edu.hws.jcm.data.<A HREF="./edu/hws/jcm/data/Constant.html" title="class in edu.hws.jcm.data">Constant</A>
<DD>Append the print string for this Constant to the buffer.
<DT><A HREF="./edu/hws/jcm/data/ExpressionCommand.html#appendOutputString(edu.hws.jcm.data.ExpressionProgram, int, java.lang.StringBuffer)"><B>appendOutputString(ExpressionProgram, int, StringBuffer)</B></A> - 
Method in interface edu.hws.jcm.data.<A HREF="./edu/hws/jcm/data/ExpressionCommand.html" title="interface in edu.hws.jcm.data">ExpressionCommand</A>
<DD>The ExpressionCommand occurs in the program prog at the index indicated by myIndex.
<DT><A HREF="./edu/hws/jcm/data/ExpressionProgram.html#appendOutputString(int, java.lang.StringBuffer)"><B>appendOutputString(int, StringBuffer)</B></A> - 
Method in class edu.hws.jcm.data.<A HREF="./edu/hws/jcm/data/ExpressionProgram.html" title="class in edu.hws.jcm.data">ExpressionProgram</A>
<DD>Add a string representing part of the expression to the output buffer.
<DT><A HREF="./edu/hws/jcm/functions/FunctionParserExtension.html#appendOutputString(edu.hws.jcm.data.ExpressionProgram, int, java.lang.StringBuffer)"><B>appendOutputString(ExpressionProgram, int, StringBuffer)</B></A> - 
Method in class edu.hws.jcm.functions.<A HREF="./edu/hws/jcm/functions/FunctionParserExtension.html" title="class in edu.hws.jcm.functions">FunctionParserExtension</A>
<DD>Append a string representation of the function and its arguments to the buffer
<DT><A HREF="./edu/hws/jcm/data/ConditionalExpression.html#apply(edu.hws.jcm.data.StackOfDouble, edu.hws.jcm.data.Cases)"><B>apply(StackOfDouble, Cases)</B></A> - 
Method in class edu.hws.jcm.data.<A HREF="./edu/hws/jcm/data/ConditionalExpression.html" title="class in edu.hws.jcm.data">ConditionalExpression</A>
<DD>Apply this ConditionalExpression to the stack.
<DT><A HREF="./edu/hws/jcm/data/Constant.html#apply(edu.hws.jcm.data.StackOfDouble, edu.hws.jcm.data.Cases)"><B>apply(StackOfDouble, Cases)</B></A> - 
Method in class edu.hws.jcm.data.<A HREF="./edu/hws/jcm/data/Constant.html" title="class in edu.hws.jcm.data">Constant</A>
<DD>Apply the Constant to the stack.
<DT><A HREF="./edu/hws/jcm/data/ExpressionCommand.html#apply(edu.hws.jcm.data.StackOfDouble, edu.hws.jcm.data.Cases)"><B>apply(StackOfDouble, Cases)</B></A> - 
Method in interface edu.hws.jcm.data.<A HREF="./edu/hws/jcm/data/ExpressionCommand.html" title="interface in edu.hws.jcm.data">ExpressionCommand</A>
<DD>This routine is called when an ExpressionCommand object is encountered during
 the evaluation of an ExpressionProgram.
<DT><A HREF="./edu/hws/jcm/functions/ExpressionFunction.html#apply(edu.hws.jcm.data.StackOfDouble, edu.hws.jcm.data.Cases)"><B>apply(StackOfDouble, Cases)</B></A> - 
Method in class edu.hws.jcm.functions.<A HREF="./edu/hws/jcm/functions/ExpressionFunction.html" title="class in edu.hws.jcm.functions">ExpressionFunction</A>
<DD>Find the value of the function applied to arguments popped
 from the stack, and push the result back onto the stack.
<DT><A HREF="./edu/hws/jcm/functions/FunctionParserExtension.html#apply(edu.hws.jcm.data.StackOfDouble, edu.hws.jcm.data.Cases)"><B>apply(StackOfDouble, Cases)</B></A> - 
Method in class edu.hws.jcm.functions.<A HREF="./edu/hws/jcm/functions/FunctionParserExtension.html" title="class in edu.hws.jcm.functions">FunctionParserExtension</A>
<DD>Evaluate the function applied to argument values popped from the stack,
 and leave the result on the stack.
<DT><A HREF="./edu/hws/jcm/functions/TableFunction.html#apply(edu.hws.jcm.data.StackOfDouble, edu.hws.jcm.data.Cases)"><B>apply(StackOfDouble, Cases)</B></A> - 
Method in class edu.hws.jcm.functions.<A HREF="./edu/hws/jcm/functions/TableFunction.html" title="class in edu.hws.jcm.functions">TableFunction</A>
<DD>Override method apply() from interface FunctionParserExtension, to handle cases properly.
<DT><A HREF="./edu/hws/jcm/functions/WrapperFunction.html#apply(edu.hws.jcm.data.StackOfDouble, edu.hws.jcm.data.Cases)"><B>apply(StackOfDouble, Cases)</B></A> - 
Method in class edu.hws.jcm.functions.<A HREF="./edu/hws/jcm/functions/WrapperFunction.html" title="class in edu.hws.jcm.functions">WrapperFunction</A>
<DD>Evaluate the function applied to argument values popped from the stack,
 and leave the result on the stack.
<DT><A HREF="./edu/hws/jcm/data/ExpressionProgram.html#applyCommandCode(int)"><B>applyCommandCode(int)</B></A> - 
Method in class edu.hws.jcm.data.<A HREF="./edu/hws/jcm/data/ExpressionProgram.html" title="class in edu.hws.jcm.data">ExpressionProgram</A>
<DD>Apply the stack operation represented by code (a number < 0) to the stack.
<DT><A HREF="./edu/hws/jcm/data/ExpressionProgram.html#ARCCOS"><B>ARCCOS</B></A> - 
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>
<DD>Code for a unary or binary operator or a standard function.
<DT><A HREF="./edu/hws/jcm/data/ExpressionProgram.html#ARCSIN"><B>ARCSIN</B></A> - 
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>
<DD>Code for a unary or binary operator or a standard function.
<DT><A HREF="./edu/hws/jcm/data/ExpressionProgram.html#ARCTAN"><B>ARCTAN</B></A> - 
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>
<DD>Code for a unary or binary operator or a standard function.
<DT><A HREF="./edu/hws/jcm/draw/VectorField.html#ARROWS"><B>ARROWS</B></A> - 
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>
<DD>One of the possible styles for displaying a VectorField: as a direction field shown as
 arrows of equal length.
<DT><A HREF="./edu/hws/jcm/draw/Axes.html" title="class in edu.hws.jcm.draw"><B>Axes</B></A> - Class in <A HREF="./edu/hws/jcm/draw/package-summary.html">edu.hws.jcm.draw</A><DD>A set of horizontal and vertical axes that look OK and
 have reasonable, labeled tick marks.<DT><A HREF="./edu/hws/jcm/draw/Axes.html#Axes()"><B>Axes()</B></A> - 
Constructor for class edu.hws.jcm.draw.<A HREF="./edu/hws/jcm/draw/Axes.html" title="class in edu.hws.jcm.draw">Axes</A>
<DD>Creates axes with no names on the axes.
<DT><A HREF="./edu/hws/jcm/draw/Axes.html#Axes(java.lang.String, java.lang.String)"><B>Axes(String, String)</B></A> - 
Constructor for class edu.hws.jcm.draw.<A HREF="./edu/hws/jcm/draw/Axes.html" title="class in edu.hws.jcm.draw">Axes</A>
<DD>Creates axes with given names on the axes.
</DL>
<HR>
<A NAME="_B_"><!-- --></A><H2>
<B>B</B></H2>
<DL>
<DT><A HREF="./edu/hws/jcm/draw/DrawGeometric.html#b"><B>b</B></A> - 
Variable in class edu.hws.jcm.draw.<A HREF="./edu/hws/jcm/draw/DrawGeometric.html" title="class in edu.hws.jcm.draw">DrawGeometric</A>
<DD>Value of y1.
<DT><A HREF="./edu/hws/jcm/awt/Animator.html#BACK_AND_FORTH"><B>BACK_AND_FORTH</B></A> - 
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>
<DD>Represents a loop style in which the animation is cycled back and forth.
<DT><A HREF="./edu/hws/jcm/draw/DrawString.html#backgroundColor"><B>backgroundColor</B></A> - 
Variable in class edu.hws.jcm.draw.<A HREF="./edu/hws/jcm/draw/DrawString.html" title="class in edu.hws.jcm.draw">DrawString</A>
<DD>If backgroundColor is non-null, then a rectangle of this color is filled
  as a background for the string;
<DT><A HREF="./edu/hws/jcm/draw/DrawString.html#baseString"><B>baseString</B></A> - 
Variable in class edu.hws.jcm.draw.<A HREF="./edu/hws/jcm/draw/DrawString.html" title="class in edu.hws.jcm.draw">DrawString</A>
<DD>String, possibly with \n and #'s.
<DT><A HREF="./edu/hws/jcm/data/Parser.html#BOOLEANS"><B>BOOLEANS</B></A> - 
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>
<DD>An option that can be set for this parser.
<DT><A HREF="./edu/hws/jcm/draw/Axes.html#BOTTOM"><B>BOTTOM</B></A> - 
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>
<DD>A constant that can be used in the setYAxisPosition() method to indicate the placement of the y-axs.
<DT><A HREF="./edu/hws/jcm/draw/DrawString.html#BOTTOM_CENTER"><B>BOTTOM_CENTER</B></A> - 
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>
<DD>Specify string location in rect
<DT><A HREF="./edu/hws/jcm/draw/DrawString.html#BOTTOM_LEFT"><B>BOTTOM_LEFT</B></A> - 
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>
<DD>Specify string location in rect
<DT><A HREF="./edu/hws/jcm/draw/DrawString.html#BOTTOM_RIGHT"><B>BOTTOM_RIGHT</B></A> - 
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>
<DD>Specify string location in rect
<DT><A HREF="./edu/hws/jcm/data/Parser.html#BRACES"><B>BRACES</B></A> - 
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>
<DD>An option that can be set for this parser.
<DT><A HREF="./edu/hws/jcm/data/Parser.html#BRACKETS"><B>BRACKETS</B></A> - 
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>
<DD>An option that can be set for this parser.
<DT><A HREF="./edu/hws/jcm/draw/LimitControlPanel.html#buttons"><B>buttons</B></A> - 
Variable in class edu.hws.jcm.draw.<A HREF="./edu/hws/jcm/draw/LimitControlPanel.html" title="class in edu.hws.jcm.draw">LimitControlPanel</A>
<DD>Set of installed buttons.
</DL>
<HR>
<A NAME="_C_"><!-- --></A><H2>
<B>C</B></H2>
<DL>
<DT><A HREF="./edu/hws/jcm/draw/DrawGeometric.html#c"><B>c</B></A> - 
Variable in class edu.hws.jcm.draw.<A HREF="./edu/hws/jcm/draw/DrawGeometric.html" title="class in edu.hws.jcm.draw">DrawGeometric</A>
<DD>Value of x2.
<DT><A HREF="./edu/hws/jcm/functions/TableFunctionInput.html#cancelEdit()"><B>cancelEdit()</B></A> - 
Method in class edu.hws.jcm.functions.<A HREF="./edu/hws/jcm/functions/TableFunctionInput.html" title="class in edu.hws.jcm.functions">TableFunctionInput</A>
<DD>Discards the internal pointer to the edit function (specified by startEdit()),
 if any.
<DT><A HREF="./edu/hws/jcm/draw/Drawable.html#canvas"><B>canvas</B></A> - 
Variable in class edu.hws.jcm.draw.<A HREF="./edu/hws/jcm/draw/Drawable.html" title="class in edu.hws.jcm.draw">Drawable</A>
<DD>The canvas on which this Drawable is drawn.
<DT><A HREF="./GenericGraphApplet.html#canvas"><B>canvas</B></A> - 
Variable in class <A HREF="./GenericGraphApplet.html" title="class in &lt;Unnamed&gt;">GenericGraphApplet</A>
<DD>The canvas for displaying axes, graphs, etc.
<DT><A HREF="./edu/hws/jcm/data/Parser.html#CASE_SENSITIVE"><B>CASE_SENSITIVE</B></A> - 
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>
<DD>An option that can be set for this parser.
<DT><A HREF="./edu/hws/jcm/data/Cases.html" title="class in edu.hws.jcm.data"><B>Cases</B></A> - Class in <A HREF="./edu/hws/jcm/data/package-summary.html">edu.hws.jcm.data</A><DD>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().<DT><A HREF="./edu/hws/jcm/data/Cases.html#Cases()"><B>Cases()</B></A> - 
Constructor for class edu.hws.jcm.data.<A HREF="./edu/hws/jcm/data/Cases.html" title="class in edu.hws.jcm.data">Cases</A>
<DD>&nbsp;
<DT><A HREF="./edu/hws/jcm/data/ExpressionProgram.html#CEILING"><B>CEILING</B></A> - 
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>
<DD>Code for a unary or binary operator or a standard function.
<DT><A HREF="./edu/hws/jcm/draw/Axes.html#CENTER"><B>CENTER</B></A> - 
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>
<DD>A constant that can be used in the setXAxisPosition() and setYAxisPosition() methods to indicate the placement of the axes.
<DT><A HREF="./edu/hws/jcm/draw/DrawString.html#CENTER"><B>CENTER</B></A> - 
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>
<DD>For specifying justification of lines in multiline strings.
<DT><A HREF="./edu/hws/jcm/draw/DrawString.html#CENTER_CENTER"><B>CENTER_CENTER</B></A> - 
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>
<DD>Specify string location in rect
<DT><A HREF="./edu/hws/jcm/draw/DrawString.html#CENTER_LEFT"><B>CENTER_LEFT</B></A> - 
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>
<DD>Specify string location in rect
<DT><A HREF="./edu/hws/jcm/draw/DrawString.html#CENTER_RIGHT"><B>CENTER_RIGHT</B></A> - 
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>
<DD>Specify string location in rect
<DT><A HREF="./edu/hws/jcm/draw/CoordinateRect.html#changed"><B>changed</B></A> - 
Variable in class edu.hws.jcm.draw.<A HREF="./edu/hws/jcm/draw/CoordinateRect.html" title="class in edu.hws.jcm.draw">CoordinateRect</A>
<DD>Set to true when one of the limits or the gap has changed.
<DT><A HREF="./edu/hws/jcm/awt/Tie.html#check()"><B>check()</B></A> - 
Method in class edu.hws.jcm.awt.<A HREF="./edu/hws/jcm/awt/Tie.html" title="class in edu.hws.jcm.awt">Tie</A>
<DD>If this Tie contains more than one item, find the newest
 one and sync all the items with that item.
<DT><A HREF="./edu/hws/jcm/awt/Animator.html#checkInput()"><B>checkInput()</B></A> - 
Method in class edu.hws.jcm.awt.<A HREF="./edu/hws/jcm/awt/Animator.html" title="class in edu.hws.jcm.awt">Animator</A>
<DD>Part of the IputObject interface.
<DT><A HREF="./edu/hws/jcm/awt/Controller.html#checkInput()"><B>checkInput()</B></A> - 
Method in class edu.hws.jcm.awt.<A HREF="./edu/hws/jcm/awt/Controller.html" title="class in edu.hws.jcm.awt">Controller</A>
<DD>Call checkInput() of each InputObject.
<DT><A HREF="./edu/hws/jcm/awt/ExpressionInput.html#checkInput()"><B>checkInput()</B></A> - 
Method in class edu.hws.jcm.awt.<A HREF="./edu/hws/jcm/awt/ExpressionInput.html" title="class in edu.hws.jcm.awt">ExpressionInput</A>
<DD>Get the expression from the box, maybe throw a JBCError
 if a ParseError occurs.
<DT><A HREF="./edu/hws/jcm/awt/InputObject.html#checkInput()"><B>checkInput()</B></A> - 
Method in interface edu.hws.jcm.awt.<A HREF="./edu/hws/jcm/awt/InputObject.html" title="interface in edu.hws.jcm.awt">InputObject</A>
<DD>Check and possibly change the value associated with this InputObject.
<DT><A HREF="./edu/hws/jcm/awt/VariableInput.html#checkInput()"><B>checkInput()</B></A> - 
Method in class edu.hws.jcm.awt.<A HREF="./edu/hws/jcm/awt/VariableInput.html" title="class in edu.hws.jcm.awt">VariableInput</A>
<DD>Check whether the contents are valid, and change the value
 of the associated variable if the new contents do not match
 the current value.
<DT><A HREF="./edu/hws/jcm/awt/VariableSlider.html#checkInput()"><B>checkInput()</B></A> - 
Method in class edu.hws.jcm.awt.<A HREF="./edu/hws/jcm/awt/VariableSlider.html" title="class in edu.hws.jcm.awt">VariableSlider</A>
<DD>From the InputObject interface.
<DT><A HREF="./edu/hws/jcm/draw/CoordinateRect.html#checkInput()"><B>checkInput()</B></A> - 
Method in class edu.hws.jcm.draw.<A HREF="./edu/hws/jcm/draw/CoordinateRect.html" title="class in edu.hws.jcm.draw">CoordinateRect</A>
<DD>When this is called, the CoordinateRect will call the
 checkInput method of any Drawable it contains that is
 also an InputObject.
<DT><A HREF="./edu/hws/jcm/draw/DisplayCanvas.html#checkInput()"><B>checkInput()</B></A> - 
Method in class edu.hws.jcm.draw.<A HREF="./edu/hws/jcm/draw/DisplayCanvas.html" title="class in edu.hws.jcm.draw">DisplayCanvas</A>
<DD>This is generally called by a Controller.
<DT><A HREF="./edu/hws/jcm/draw/DraggablePoint.html#checkInput()"><B>checkInput()</B></A> - 
Method in class edu.hws.jcm.draw.<A HREF="./edu/hws/jcm/draw/DraggablePoint.html" title="class in edu.hws.jcm.draw">DraggablePoint</A>
<DD>This method is required by the InputObject interface.
<DT><A HREF="./edu/hws/jcm/draw/LimitControlPanel.html#checkInput()"><B>checkInput()</B></A> - 
Method in class edu.hws.jcm.draw.<A HREF="./edu/hws/jcm/draw/LimitControlPanel.html" title="class in edu.hws.jcm.draw">LimitControlPanel</A>
<DD>Check the input boxes in this panel.
<DT><A HREF="./edu/hws/jcm/draw/MouseTracker.html#checkInput()"><B>checkInput()</B></A> - 
Method in class edu.hws.jcm.draw.<A HREF="./edu/hws/jcm/draw/MouseTracker.html" title="class in edu.hws.jcm.draw">MouseTracker</A>
<DD>Set the values of the associated variables.
<DT><A HREF="./edu/hws/jcm/draw/RiemannSumRects.html#CIRCUMSCRIBED"><B>CIRCUMSCRIBED</B></A> - 
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>
<DD>Summation method type.
<DT><A HREF="./edu/hws/jcm/draw/DrawString.html#clamp"><B>clamp</B></A> - 
Variable in class edu.hws.jcm.draw.<A HREF="./edu/hws/jcm/draw/DrawString.html" title="class in edu.hws.jcm.draw">DrawString</A>
<DD>If true, the string is clamped to lie within the CoordinateRect.
<DT><A HREF="./edu/hws/jcm/draw/VectorField.html#CLAMPED_VECTORS"><B>CLAMPED_VECTORS</B></A> - 
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>
<DD>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.
<DT><A HREF="./edu/hws/jcm/draw/DraggablePoint.html#clampX(edu.hws.jcm.data.Value)"><B>clampX(Value)</B></A> - 
Method in class edu.hws.jcm.draw.<A HREF="./edu/hws/jcm/draw/DraggablePoint.html" title="class in edu.hws.jcm.draw">DraggablePoint</A>
<DD>Clamp the x-value of the point to v.
<DT><A HREF="./edu/hws/jcm/draw/DraggablePoint.html#clampX(double)"><B>clampX(double)</B></A> - 
Method in class edu.hws.jcm.draw.<A HREF="./edu/hws/jcm/draw/DraggablePoint.html" title="class in edu.hws.jcm.draw">DraggablePoint</A>
<DD>Clamp the x-value of the point to the constant x, so that the point is constrained to a vertical line.
<DT><A HREF="./edu/hws/jcm/draw/DraggablePoint.html#clampX(edu.hws.jcm.data.Function)"><B>clampX(Function)</B></A> - 
Method in class edu.hws.jcm.draw.<A HREF="./edu/hws/jcm/draw/DraggablePoint.html" title="class in edu.hws.jcm.draw">DraggablePoint</A>
<DD>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).
<DT><A HREF="./edu/hws/jcm/draw/MouseTracker.html#clampX"><B>clampX</B></A> - 
Variable in class edu.hws.jcm.draw.<A HREF="./edu/hws/jcm/draw/MouseTracker.html" title="class in edu.hws.jcm.draw">MouseTracker</A>
<DD>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.
<DT><A HREF="./edu/hws/jcm/draw/DraggablePoint.html#clampY(edu.hws.jcm.data.Value)"><B>clampY(Value)</B></A> - 
Method in class edu.hws.jcm.draw.<A HREF="./edu/hws/jcm/draw/DraggablePoint.html" title="class in edu.hws.jcm.draw">DraggablePoint</A>
<DD>Clamp the y-value of the point to v.
<DT><A HREF="./edu/hws/jcm/draw/DraggablePoint.html#clampY(double)"><B>clampY(double)</B></A> - 
Method in class edu.hws.jcm.draw.<A HREF="./edu/hws/jcm/draw/DraggablePoint.html" title="class in edu.hws.jcm.draw">DraggablePoint</A>
<DD>Clamp the y-value of the point to the constant y, so that the point is constrained to a horizontal line.
<DT><A HREF="./edu/hws/jcm/draw/DraggablePoint.html#clampY(edu.hws.jcm.data.Function)"><B>clampY(Function)</B></A> - 
Method in class edu.hws.jcm.draw.<A HREF="./edu/hws/jcm/draw/DraggablePoint.html" title="class in edu.hws.jcm.draw">DraggablePoint</A>
<DD>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).
<DT><A HREF="./edu/hws/jcm/draw/MouseTracker.html#clampY"><B>clampY</B></A> - 
Variable in class edu.hws.jcm.draw.<A HREF="./edu/hws/jcm/draw/MouseTracker.html" title="class in edu.hws.jcm.draw">MouseTracker</A>
<DD>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.
<DT><A HREF="./edu/hws/jcm/awt/DataTableInput.html#clear()"><B>clear()</B></A> - 
Method in class edu.hws.jcm.awt.<A HREF="./edu/hws/jcm/awt/DataTableInput.html" title="class in edu.hws.jcm.awt">DataTableInput</A>
<DD>Remove all rows from the table, leaving just one empty row.
<DT><A HREF="./edu/hws/jcm/data/Cases.html#clear()"><B>clear()</B></A> - 
Method in class edu.hws.jcm.data.<A HREF="./edu/hws/jcm/data/Cases.html" title="class in edu.hws.jcm.data">Cases</A>
<DD>Remove all the cases that have been added with addCase().
<DT><A HREF="./edu/hws/jcm/awt/Controller.html#clearErrorMessage()"><B>clearErrorMessage()</B></A> - 
Method in class edu.hws.jcm.awt.<A HREF="./edu/hws/jcm/awt/Controller.html" title="class in edu.hws.jcm.awt">Controller</A>
<DD>Clear the error message.
<DT><A HREF="./edu/hws/jcm/awt/ErrorReporter.html#clearErrorMessage()"><B>clearErrorMessage()</B></A> - 
Method in interface edu.hws.jcm.awt.<A HREF="./edu/hws/jcm/awt/ErrorReporter.html" title="interface in edu.hws.jcm.awt">ErrorReporter</A>
<DD>Clear the error reprort, if there is one.
<DT><A HREF="./edu/hws/jcm/awt/MessagePopup.html#clearErrorMessage()"><B>clearErrorMessage()</B></A> - 
Method in class edu.hws.jcm.awt.<A HREF="./edu/hws/jcm/awt/MessagePopup.html" title="class in edu.hws.jcm.awt">MessagePopup</A>
<DD>Clear the error message and close the window.
<DT><A HREF="./edu/hws/jcm/draw/DisplayCanvas.html#clearErrorMessage()"><B>clearErrorMessage()</B></A> - 
Method in class edu.hws.jcm.draw.<A HREF="./edu/hws/jcm/draw/DisplayCanvas.html" title="class in edu.hws.jcm.draw">DisplayCanvas</A>
<DD>Clear the error message, if any, that is currently displayed on the canvas.
<DT><A HREF="./edu/hws/jcm/draw/CoordinateRect.html#clearRestoreBuffer()"><B>clearRestoreBuffer()</B></A> - 
Method in class edu.hws.jcm.draw.<A HREF="./edu/hws/jcm/draw/CoordinateRect.html" title="class in edu.hws.jcm.draw">CoordinateRect</A>
<DD>A CoordinateRect can store its current limits in a buffer.
<DT><A HREF="./edu/hws/jcm/draw/DrawBorder.html#color"><B>color</B></A> - 
Variable in class edu.hws.jcm.draw.<A HREF="./edu/hws/jcm/draw/DrawBorder.html" title="class in edu.hws.jcm.draw">DrawBorder</A>
<DD>A non-null Color, giving the color of the bortder.
<DT><A HREF="./edu/hws/jcm/draw/DrawGeometric.html#color"><B>color</B></A> - 
Variable in class edu.hws.jcm.draw.<A HREF="./edu/hws/jcm/draw/DrawGeometric.html" title="class in edu.hws.jcm.draw">DrawGeometric</A>
<DD>Color of the shappe.
<DT><A HREF="./edu/hws/jcm/draw/DrawString.html#color"><B>color</B></A> - 
Variable in class edu.hws.jcm.draw.<A HREF="./edu/hws/jcm/draw/DrawString.html" title="class in edu.hws.jcm.draw">DrawString</A>
<DD>Color of string.
<DT><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)"><B>compileDerivative(ExpressionProgram, int, ExpressionProgram, Variable)</B></A> - 
Method in class edu.hws.jcm.data.<A HREF="./edu/hws/jcm/data/ConditionalExpression.html" title="class in edu.hws.jcm.data">ConditionalExpression</A>
<DD>Add commands to deriv that evaluate the derivative of this conditional expression with
 respect to the variable wrt.
<DT><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)"><B>compileDerivative(ExpressionProgram, int, ExpressionProgram, Variable)</B></A> - 
Method in class edu.hws.jcm.data.<A HREF="./edu/hws/jcm/data/Constant.html" title="class in edu.hws.jcm.data">Constant</A>
<DD>Add a commands to deriv to evaluate the derivative of this Constant with respect to the
 variable.
<DT><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)"><B>compileDerivative(ExpressionProgram, int, ExpressionProgram, Variable)</B></A> - 
Method in interface edu.hws.jcm.data.<A HREF="./edu/hws/jcm/data/ExpressionCommand.html" title="interface in edu.hws.jcm.data">ExpressionCommand</A>
<DD>The ExpressionCommand occurs in the program prog at the index indicated by myIndex.
<DT><A HREF="./edu/hws/jcm/data/ExpressionProgram.html#compileDerivative(int, edu.hws.jcm.data.ExpressionProgram, edu.hws.jcm.data.Variable)"><B>compileDerivative(int, ExpressionProgram, Variable)</B></A> - 
Method in class edu.hws.jcm.data.<A HREF="./edu/hws/jcm/data/ExpressionProgram.html" title="class in edu.hws.jcm.data">ExpressionProgram</A>
<DD>The command at position index in the program represents a subexpression of
 the whole expression.
<DT><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)"><B>compileDerivative(ExpressionProgram, int, ExpressionProgram, Variable)</B></A> - 
Method in class edu.hws.jcm.data.<A HREF="./edu/hws/jcm/data/Variable.html" title="class in edu.hws.jcm.data">Variable</A>
<DD>Add a command to deriv to evaluate the derivative of this Variable with respect to the
 Variable wrt.
<DT><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)"><B>compileDerivative(ExpressionProgram, int, ExpressionProgram, Variable)</B></A> - 
Method in class edu.hws.jcm.functions.<A HREF="./edu/hws/jcm/functions/FunctionParserExtension.html" title="class in edu.hws.jcm.functions">FunctionParserExtension</A>
<DD>The function object occurs as a command at index myIndex in prog.
<DT><A HREF="./edu/hws/jcm/awt/Computable.html" title="interface in edu.hws.jcm.awt"><B>Computable</B></A> - Interface in <A HREF="./edu/hws/jcm/awt/package-summary.html">edu.hws.jcm.awt</A><DD>A Computable is an object that performs some sort of computation or
 action when its compute() method is called.<DT><A HREF="./edu/hws/jcm/awt/Controller.html#computables"><B>computables</B></A> - 
Variable in class edu.hws.jcm.awt.<A HREF="./edu/hws/jcm/awt/Controller.html" title="class in edu.hws.jcm.awt">Controller</A>
<DD>Computable objects controlled by this controller.
<DT><A HREF="./edu/hws/jcm/awt/Computable.html#compute()"><B>compute()</B></A> - 
Method in interface edu.hws.jcm.awt.<A HREF="./edu/hws/jcm/awt/Computable.html" title="interface in edu.hws.jcm.awt">Computable</A>
<DD>Perform the computation or action associated with this
 Computable object.
<DT><A HREF="./edu/hws/jcm/awt/Controller.html#compute()"><B>compute()</B></A> - 
Method in class edu.hws.jcm.awt.<A HREF="./edu/hws/jcm/awt/Controller.html" title="class in edu.hws.jcm.awt">Controller</A>
<DD>When an contoller computes, it first calls checkInput() for any
 InputOjects that it controls (including those in sub-controllers).
<DT><A HREF="./edu/hws/jcm/awt/DisplayLabel.html#compute()"><B>compute()</B></A> - 
Method in class edu.hws.jcm.awt.<A HREF="./edu/hws/jcm/awt/DisplayLabel.html" title="class in edu.hws.jcm.awt">DisplayLabel</A>
<DD>The compute method recalculates the displayed Values
 and changes the text of the label to show the new values.
<DT><A HREF="./edu/hws/jcm/draw/CoordinateRect.html#compute()"><B>compute()</B></A> - 
Method in class edu.hws.jcm.draw.<A HREF="./edu/hws/jcm/draw/CoordinateRect.html" title="class in edu.hws.jcm.draw">CoordinateRect</A>
<DD>When this is called, the CoordinateRect will call the compute method
 of any Drawable it contains that is also a Computable.
<DT><A HREF="./edu/hws/jcm/draw/DisplayCanvas.html#compute()"><B>compute()</B></A> - 
Method in class edu.hws.jcm.draw.<A HREF="./edu/hws/jcm/draw/DisplayCanvas.html" title="class in edu.hws.jcm.draw">DisplayCanvas</A>
<DD>This is generally called by a Controller.
<DT><A HREF="./edu/hws/jcm/draw/DrawGeometric.html#compute()"><B>compute()</B></A> - 
Method in class edu.hws.jcm.draw.<A HREF="./edu/hws/jcm/draw/DrawGeometric.html" title="class in edu.hws.jcm.draw">DrawGeometric</A>
<DD>Recompute the values that define the size/postion of the DrawGeometric.
<DT><A HREF="./edu/hws/jcm/draw/DrawString.html#compute()"><B>compute()</B></A> - 
Method in class edu.hws.jcm.draw.<A HREF="./edu/hws/jcm/draw/DrawString.html" title="class in edu.hws.jcm.draw">DrawString</A>
<DD>The compute method sets up the array of strings that is actually displayed.
<DT><A HREF="./edu/hws/jcm/draw/Graph1D.html#compute()"><B>compute()</B></A> - 
Method in class edu.hws.jcm.draw.<A HREF="./edu/hws/jcm/draw/Graph1D.html" title="class in edu.hws.jcm.draw">Graph1D</A>
<DD>Recompute data for the graph and make sure that the area of the display canvas
 that shows the graph is redrawn.
<DT><A HREF="./edu/hws/jcm/draw/ParametricCurve.html#compute()"><B>compute()</B></A> - 
Method in class edu.hws.jcm.draw.<A HREF="./edu/hws/jcm/draw/ParametricCurve.html" title="class in edu.hws.jcm.draw">ParametricCurve</A>
<DD>Recompute data for the graph and make sure that the area of the display canvas
 that shows the graph is redrawn.
<DT><A HREF="./edu/hws/jcm/draw/RiemannSumRects.html#compute()"><B>compute()</B></A> - 
Method in class edu.hws.jcm.draw.<A HREF="./edu/hws/jcm/draw/RiemannSumRects.html" title="class in edu.hws.jcm.draw">RiemannSumRects</A>
<DD>This is generally called by a Controller.
<DT><A HREF="./edu/hws/jcm/draw/ScatterPlot.html#compute()"><B>compute()</B></A> - 
Method in class edu.hws.jcm.draw.<A HREF="./edu/hws/jcm/draw/ScatterPlot.html" title="class in edu.hws.jcm.draw">ScatterPlot</A>
<DD>Recompute the data for the scatter plot.
<DT><A HREF="./edu/hws/jcm/draw/VectorField.html#compute()"><B>compute()</B></A> - 
Method in class edu.hws.jcm.draw.<A HREF="./edu/hws/jcm/draw/VectorField.html" title="class in edu.hws.jcm.draw">VectorField</A>
<DD>Recompute data for the vector field and make sure that the area of the display canvas
 that shows the vector field is redrawn.
<DT><A HREF="./edu/hws/jcm/awt/ComputeButton.html" title="class in edu.hws.jcm.awt"><B>ComputeButton</B></A> - Class in <A HREF="./edu/hws/jcm/awt/package-summary.html">edu.hws.jcm.awt</A><DD>A compute button is a button that can have an associated Controller.<DT><A HREF="./edu/hws/jcm/awt/ComputeButton.html#ComputeButton()"><B>ComputeButton()</B></A> - 
Constructor for class edu.hws.jcm.awt.<A HREF="./edu/hws/jcm/awt/ComputeButton.html" title="class in edu.hws.jcm.awt">ComputeButton</A>
<DD>Create a Compute button labeled "Compute!".
<DT><A HREF="./edu/hws/jcm/awt/ComputeButton.html#ComputeButton(java.lang.String)"><B>ComputeButton(String)</B></A> - 
Constructor for class edu.hws.jcm.awt.<A HREF="./edu/hws/jcm/awt/ComputeButton.html" title="class in edu.hws.jcm.awt">ComputeButton</A>
<DD>Create a Compute button displaying the given text.
<DT><A HREF="./GenericGraphApplet.html#computeButton"><B>computeButton</B></A> - 
Variable in class <A HREF="./GenericGraphApplet.html" title="class in &lt;Unnamed&gt;">GenericGraphApplet</A>
<DD>A button that the user presses to recompute the display.
<DT><A HREF="./edu/hws/jcm/data/ConditionalExpression.html" title="class in edu.hws.jcm.data"><B>ConditionalExpression</B></A> - Class in <A HREF="./edu/hws/jcm/data/package-summary.html">edu.hws.jcm.data</A><DD>A "conditional expression" is an expression using the "?" operator, such as "(x > 0)? x : -x"
 or "x <> 3 ? 1 / (x - 3)".<DT><A HREF="./edu/hws/jcm/data/ConditionalExpression.html#ConditionalExpression(edu.hws.jcm.data.ExpressionProgram, edu.hws.jcm.data.ExpressionProgram)"><B>ConditionalExpression(ExpressionProgram, ExpressionProgram)</B></A> - 
Constructor for class edu.hws.jcm.data.<A HREF="./edu/hws/jcm/data/ConditionalExpression.html" title="class in edu.hws.jcm.data">ConditionalExpression</A>
<DD>Create a ConditionalExpression object containing the two given expressions.
<DT><A HREF="./edu/hws/jcm/data/Constant.html" title="class in edu.hws.jcm.data"><B>Constant</B></A> - Class in <A HREF="./edu/hws/jcm/data/package-summary.html">edu.hws.jcm.data</A><DD>A Constant is a Value that represents a constant real number.<DT><A HREF="./edu/hws/jcm/data/Constant.html#Constant(double)"><B>Constant(double)</B></A> - 
Constructor for class edu.hws.jcm.data.<A HREF="./edu/hws/jcm/data/Constant.html" title="class in edu.hws.jcm.data">Constant</A>
<DD>Create an unnamed Constant with the given value and null name.
<DT><A HREF="./edu/hws/jcm/data/Constant.html#Constant(java.lang.String, double)"><B>Constant(String, double)</B></A> - 
Constructor for class edu.hws.jcm.data.<A HREF="./edu/hws/jcm/data/Constant.html" title="class in edu.hws.jcm.data">Constant</A>
<DD>Create a Constant with the given name and value.
<DT><A HREF="./edu/hws/jcm/data/ParseError.html#context"><B>context</B></A> - 
Variable in exception edu.hws.jcm.data.<A HREF="./edu/hws/jcm/data/ParseError.html" title="class in edu.hws.jcm.data">ParseError</A>
<DD>The parsing context that was in effect
 at the time the error occurred.
<DT><A HREF="./edu/hws/jcm/draw/Draggable.html#continueDrag(java.awt.event.MouseEvent)"><B>continueDrag(MouseEvent)</B></A> - 
Method in interface edu.hws.jcm.draw.<A HREF="./edu/hws/jcm/draw/Draggable.html" title="interface in edu.hws.jcm.draw">Draggable</A>
<DD>Continue a drag that was started in startDrag().
<DT><A HREF="./edu/hws/jcm/draw/DraggablePoint.html#continueDrag(java.awt.event.MouseEvent)"><B>continueDrag(MouseEvent)</B></A> - 
Method in class edu.hws.jcm.draw.<A HREF="./edu/hws/jcm/draw/DraggablePoint.html" title="class in edu.hws.jcm.draw">DraggablePoint</A>
<DD>Continue a drag operation begun in startDrag().
<DT><A HREF="./edu/hws/jcm/awt/Controller.html" title="class in edu.hws.jcm.awt"><B>Controller</B></A> - Class in <A HREF="./edu/hws/jcm/awt/package-summary.html">edu.hws.jcm.awt</A><DD>Controllers are the focus of all the action in the JCM system.<DT><A HREF="./edu/hws/jcm/awt/Controller.html#Controller()"><B>Controller()</B></A> - 
Constructor for class edu.hws.jcm.awt.<A HREF="./edu/hws/jcm/awt/Controller.html" title="class in edu.hws.jcm.awt">Controller</A>
<DD>Create a Controller.
<DT><A HREF="./edu/hws/jcm/awt/VariableInput.html#convertInput(java.lang.String)"><B>convertInput(String)</B></A> - 
Method in class edu.hws.jcm.awt.<A HREF="./edu/hws/jcm/awt/VariableInput.html" title="class in edu.hws.jcm.awt">VariableInput</A>
<DD>Convert a string into a real value.
<DT><A HREF="./edu/hws/jcm/draw/CoordinateRect.html" title="class in edu.hws.jcm.draw"><B>CoordinateRect</B></A> - Class in <A HREF="./edu/hws/jcm/draw/package-summary.html">edu.hws.jcm.draw</A><DD>A CoordinateRect represents a rectagular region in the xy-plane, specified
 by values xmin,xmax,ymin,ymax.<DT><A HREF="./edu/hws/jcm/draw/CoordinateRect.html#CoordinateRect()"><B>CoordinateRect()</B></A> - 
Constructor for class edu.hws.jcm.draw.<A HREF="./edu/hws/jcm/draw/CoordinateRect.html" title="class in edu.hws.jcm.draw">CoordinateRect</A>
<DD>Create a CoordinateRect with default limits: -5, 5, -5, 5.
<DT><A HREF="./edu/hws/jcm/draw/CoordinateRect.html#CoordinateRect(double, double, double, double)"><B>CoordinateRect(double, double, double, double)</B></A> - 
Constructor for class edu.hws.jcm.draw.<A HREF="./edu/hws/jcm/draw/CoordinateRect.html" title="class in edu.hws.jcm.draw">CoordinateRect</A>
<DD>Create a CoordinateRect with specified limits.
<DT><A HREF="./edu/hws/jcm/draw/Drawable.html#coords"><B>coords</B></A> - 
Variable in class edu.hws.jcm.draw.<A HREF="./edu/hws/jcm/draw/Drawable.html" title="class in edu.hws.jcm.draw">Drawable</A>
<DD>The CoordinateRect for the rectagular area where this
 Drawable is drawn.
<DT><A HREF="./edu/hws/jcm/draw/LimitControlPanel.html#coords"><B>coords</B></A> - 
Variable in class edu.hws.jcm.draw.<A HREF="./edu/hws/jcm/draw/LimitControlPanel.html" title="class in edu.hws.jcm.draw">LimitControlPanel</A>
<DD>The first CoordinateRect tied to this LimitControlPanel.
<DT><A HREF="./edu/hws/jcm/functions/TableFunction.html#copyDataFrom(edu.hws.jcm.functions.TableFunction)"><B>copyDataFrom(TableFunction)</B></A> - 
Method in class edu.hws.jcm.functions.<A HREF="./edu/hws/jcm/functions/TableFunction.html" title="class in edu.hws.jcm.functions">TableFunction</A>
<DD>Copy data from another TableFunction, except that the name of the funcion is 
 not duplicated.
<DT><A HREF="./edu/hws/jcm/data/ExpressionProgram.html#copyExpression(int, edu.hws.jcm.data.ExpressionProgram)"><B>copyExpression(int, ExpressionProgram)</B></A> - 
Method in class edu.hws.jcm.data.<A HREF="./edu/hws/jcm/data/ExpressionProgram.html" title="class in edu.hws.jcm.data">ExpressionProgram</A>
<DD>The command at position index in the program represents a subexpression of
 the whole expression.
<DT><A HREF="./edu/hws/jcm/functions/TableFunctionInput.html#copyOfCurrentFunction()"><B>copyOfCurrentFunction()</B></A> - 
Method in class edu.hws.jcm.functions.<A HREF="./edu/hws/jcm/functions/TableFunctionInput.html" title="class in edu.hws.jcm.functions">TableFunctionInput</A>
<DD>Create a new TableFunction containing the data that is currently
 in the TableFunctionInput panel, and return a pointer to that new function.
<DT><A HREF="./edu/hws/jcm/draw/ScatterPlot.html#CORRELATION"><B>CORRELATION</B></A> - 
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>
<DD>A constant that can be used in the getValueObject() method to
  indicate which statistic the object should represent.
<DT><A HREF="./edu/hws/jcm/data/ExpressionProgram.html#COS"><B>COS</B></A> - 
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>
<DD>Code for a unary or binary operator or a standard function.
<DT><A HREF="./edu/hws/jcm/data/ExpressionProgram.html#COT"><B>COT</B></A> - 
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>
<DD>Code for a unary or binary operator or a standard function.
<DT><A HREF="./edu/hws/jcm/draw/DraggablePoint.html#CROSS"><B>CROSS</B></A> - 
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>
<DD>A style constant that specifies the visual appearance of a DraggablePoint to be a cross.
<DT><A HREF="./edu/hws/jcm/draw/DrawGeometric.html#CROSS"><B>CROSS</B></A> - 
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>
<DD>Specifies a cross centered on the point (x1,y1).
<DT><A HREF="./edu/hws/jcm/draw/Crosshair.html" title="class in edu.hws.jcm.draw"><B>Crosshair</B></A> - Class in <A HREF="./edu/hws/jcm/draw/package-summary.html">edu.hws.jcm.draw</A><DD>A Crosshair is a small cross, 15 pixels wide and high, that is drawn in
 a CoordinateRect at a specified point.<DT><A HREF="./edu/hws/jcm/draw/Crosshair.html#Crosshair(edu.hws.jcm.data.Value, edu.hws.jcm.data.Value)"><B>Crosshair(Value, Value)</B></A> - 
Constructor for class edu.hws.jcm.draw.<A HREF="./edu/hws/jcm/draw/Crosshair.html" title="class in edu.hws.jcm.draw">Crosshair</A>
<DD>Create a cross that appears at the point with coordinates (x,y).
<DT><A HREF="./edu/hws/jcm/draw/Crosshair.html#Crosshair(edu.hws.jcm.data.Value, edu.hws.jcm.data.Function)"><B>Crosshair(Value, Function)</B></A> - 
Constructor for class edu.hws.jcm.draw.<A HREF="./edu/hws/jcm/draw/Crosshair.html" title="class in edu.hws.jcm.draw">Crosshair</A>
<DD>Create a cross that appears on the graph of the function y=f(x)
 at the point with coordinates (x,f(x)).
<DT><A HREF="./edu/hws/jcm/data/ExpressionProgram.html#CSC"><B>CSC</B></A> - 
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>
<DD>Code for a unary or binary operator or a standard function.
<DT><A HREF="./edu/hws/jcm/data/ExpressionProgram.html#CUBERT"><B>CUBERT</B></A> - 
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>
<DD>Code for a unary or binary operator or a standard function.
<DT><A HREF="./edu/hws/jcm/draw/RiemannSumRects.html#CURRENT_METHOD"><B>CURRENT_METHOD</B></A> - 
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>
<DD>For use in getValueObject(), to indicate whatever summation method is currently set for drawing.
</DL>
<HR>
<A NAME="_D_"><!-- --></A><H2>
<B>D</B></H2>
<DL>
<DT><A HREF="./edu/hws/jcm/draw/DrawGeometric.html#d"><B>d</B></A> - 
Variable in class edu.hws.jcm.draw.<A HREF="./edu/hws/jcm/draw/DrawGeometric.html" title="class in edu.hws.jcm.draw">DrawGeometric</A>
<DD>Value of y2.
<DT><A HREF="./edu/hws/jcm/data/ParserContext.html#data"><B>data</B></A> - 
Variable in class edu.hws.jcm.data.<A HREF="./edu/hws/jcm/data/ParserContext.html" title="class in edu.hws.jcm.data">ParserContext</A>
<DD>The string that is being parsed.
<DT><A HREF="./edu/hws/jcm/draw/ScatterPlot.html#DATACT"><B>DATACT</B></A> - 
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>
<DD>A constant that can be used in the getValueObject() method to
  indicate which statistic the object should represent.
<DT><A HREF="./edu/hws/jcm/awt/DataTableInput.html" title="class in edu.hws.jcm.awt"><B>DataTableInput</B></A> - Class in <A HREF="./edu/hws/jcm/awt/package-summary.html">edu.hws.jcm.awt</A><DD>A DataTableInput lets the user input a grid of real numbers arranged
  in rows and columns.<DT><A HREF="./edu/hws/jcm/awt/DataTableInput.html#DataTableInput()"><B>DataTableInput()</B></A> - 
Constructor for class edu.hws.jcm.awt.<A HREF="./edu/hws/jcm/awt/DataTableInput.html" title="class in edu.hws.jcm.awt">DataTableInput</A>
<DD>Create a DataTableInput with no columns.
<DT><A HREF="./edu/hws/jcm/awt/DataTableInput.html#DataTableInput(java.lang.String, java.lang.String[])"><B>DataTableInput(String, String[])</B></A> - 
Constructor for class edu.hws.jcm.awt.<A HREF="./edu/hws/jcm/awt/DataTableInput.html" title="class in edu.hws.jcm.awt">DataTableInput</A>
<DD>Create a table with the specified column names.
<DT><A HREF="./edu/hws/jcm/awt/DataTableInput.html#DataTableInput(java.lang.String, int)"><B>DataTableInput(String, int)</B></A> - 
Constructor for class edu.hws.jcm.awt.<A HREF="./edu/hws/jcm/awt/DataTableInput.html" title="class in edu.hws.jcm.awt">DataTableInput</A>
<DD>Create a table with the specified number of columns,
   named "A", "B", etc.
<DT><A HREF="./edu/hws/jcm/data/Parser.html#DEFAULT_OPTIONS"><B>DEFAULT_OPTIONS</B></A> - 
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>
<DD>The default options set that is used for
 a newly created Parser, if none is specified 
 in the Constructor.
<DT><A HREF="./GenericGraphApplet.html#defaultFrameSize"><B>defaultFrameSize</B></A> - 
Variable in class <A HREF="./GenericGraphApplet.html" title="class in &lt;Unnamed&gt;">GenericGraphApplet</A>
<DD>The default size for the frame when the applet runs a launch button.
<DT><A HREF="./edu/hws/jcm/awt/DataTableInput.html#deleteCurrentRow()"><B>deleteCurrentRow()</B></A> - 
Method in class edu.hws.jcm.awt.<A HREF="./edu/hws/jcm/awt/DataTableInput.html" title="class in edu.hws.jcm.awt">DataTableInput</A>
<DD>Delete the row that contains the cell that the user is editing.
<DT><A HREF="./edu/hws/jcm/awt/ExpressionInput.EI.html#dependsOn(edu.hws.jcm.data.Variable)"><B>dependsOn(Variable)</B></A> - 
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>
<DD>&nbsp;
<DT><A HREF="./edu/hws/jcm/data/ConditionalExpression.html#dependsOn(edu.hws.jcm.data.Variable)"><B>dependsOn(Variable)</B></A> - 
Method in class edu.hws.jcm.data.<A HREF="./edu/hws/jcm/data/ConditionalExpression.html" title="class in edu.hws.jcm.data">ConditionalExpression</A>
<DD>Returns true if x occurs in either the trueCase or the falseCase expression.
<DT><A HREF="./edu/hws/jcm/data/Constant.html#dependsOn(edu.hws.jcm.data.Variable)"><B>dependsOn(Variable)</B></A> - 
Method in class edu.hws.jcm.data.<A HREF="./edu/hws/jcm/data/Constant.html" title="class in edu.hws.jcm.data">Constant</A>
<DD>Retrun false, since the value of this Constant is independent of the value of x.
<DT><A HREF="./edu/hws/jcm/data/Expression.html#dependsOn(edu.hws.jcm.data.Variable)"><B>dependsOn(Variable)</B></A> - 
Method in interface edu.hws.jcm.data.<A HREF="./edu/hws/jcm/data/Expression.html" title="interface in edu.hws.jcm.data">Expression</A>
<DD>Checks whether the expression has any dependence on the variable x.
<DT><A HREF="./edu/hws/jcm/data/ExpressionCommand.html#dependsOn(edu.hws.jcm.data.Variable)"><B>dependsOn(Variable)</B></A> - 
Method in interface edu.hws.jcm.data.<A HREF="./edu/hws/jcm/data/ExpressionCommand.html" title="interface in edu.hws.jcm.data">ExpressionCommand</A>
<DD>Return true if this command depends on the value of x, false otherwise.
<DT><A HREF="./edu/hws/jcm/data/ExpressionProgram.html#dependsOn(int, edu.hws.jcm.data.Variable)"><B>dependsOn(int, Variable)</B></A> - 
Method in class edu.hws.jcm.data.<A HREF="./edu/hws/jcm/data/ExpressionProgram.html" title="class in edu.hws.jcm.data">ExpressionProgram</A>
<DD>The command at position index in the program represents a subexpression of
 the whole expression.
<DT><A HREF="./edu/hws/jcm/data/ExpressionProgram.html#dependsOn(edu.hws.jcm.data.Variable)"><B>dependsOn(Variable)</B></A> - 
Method in class edu.hws.jcm.data.<A HREF="./edu/hws/jcm/data/ExpressionProgram.html" title="class in edu.hws.jcm.data">ExpressionProgram</A>
<DD>Checks whether the expression as a whole has any dependence on the variable x.
<DT><A HREF="./edu/hws/jcm/data/Function.html#dependsOn(edu.hws.jcm.data.Variable)"><B>dependsOn(Variable)</B></A> - 
Method in interface edu.hws.jcm.data.<A HREF="./edu/hws/jcm/data/Function.html" title="interface in edu.hws.jcm.data">Function</A>
<DD>Return true if the defintion of this function depends 
 in some way on the variable x.
<DT><A HREF="./edu/hws/jcm/data/SimpleFunction.html#dependsOn(edu.hws.jcm.data.Variable)"><B>dependsOn(Variable)</B></A> - 
Method in class edu.hws.jcm.data.<A HREF="./edu/hws/jcm/data/SimpleFunction.html" title="class in edu.hws.jcm.data">SimpleFunction</A>
<DD>Return true if the definition of this function depends 
 in some way on the variable x.
<DT><A HREF="./edu/hws/jcm/data/Variable.html#dependsOn(edu.hws.jcm.data.Variable)"><B>dependsOn(Variable)</B></A> - 
Method in class edu.hws.jcm.data.<A HREF="./edu/hws/jcm/data/Variable.html" title="class in edu.hws.jcm.data">Variable</A>
<DD>Check whether the value of this variable depends on the value of x.
<DT><A HREF="./edu/hws/jcm/functions/ExpressionFunction.html#dependsOn(edu.hws.jcm.data.Variable)"><B>dependsOn(Variable)</B></A> - 
Method in class edu.hws.jcm.functions.<A HREF="./edu/hws/jcm/functions/ExpressionFunction.html" title="class in edu.hws.jcm.functions">ExpressionFunction</A>
<DD>Return true if the definition of this function depends 
 in some way on the variable x.
<DT><A HREF="./edu/hws/jcm/functions/TableFunction.html#dependsOn(edu.hws.jcm.data.Variable)"><B>dependsOn(Variable)</B></A> - 
Method in class edu.hws.jcm.functions.<A HREF="./edu/hws/jcm/functions/TableFunction.html" title="class in edu.hws.jcm.functions">TableFunction</A>
<DD>Returns false.
<DT><A HREF="./edu/hws/jcm/functions/WrapperFunction.html#dependsOn(edu.hws.jcm.data.Variable)"><B>dependsOn(Variable)</B></A> - 
Method in class edu.hws.jcm.functions.<A HREF="./edu/hws/jcm/functions/WrapperFunction.html" title="class in edu.hws.jcm.functions">WrapperFunction</A>
<DD>Return true if the definition of this function depends 
 in some way on the variable x.
<DT><A HREF="./edu/hws/jcm/awt/ExpressionInput.EI.html#derivative(edu.hws.jcm.data.Variable)"><B>derivative(Variable)</B></A> - 
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>
<DD>&nbsp;
<DT><A HREF="./edu/hws/jcm/data/Constant.html#derivative(edu.hws.jcm.data.Variable)"><B>derivative(Variable)</B></A> - 
Method in class edu.hws.jcm.data.<A HREF="./edu/hws/jcm/data/Constant.html" title="class in edu.hws.jcm.data">Constant</A>
<DD>Return the derivative of this Constant with respect to the variable wrt.
<DT><A HREF="./edu/hws/jcm/data/Expression.html#derivative(edu.hws.jcm.data.Variable)"><B>derivative(Variable)</B></A> - 
Method in interface edu.hws.jcm.data.<A HREF="./edu/hws/jcm/data/Expression.html" title="interface in edu.hws.jcm.data">Expression</A>
<DD>Return an Expression that represents the derivative of
 this expression with respect to the variable wrt.
<DT><A HREF="./edu/hws/jcm/data/ExpressionProgram.html#derivative(edu.hws.jcm.data.Variable)"><B>derivative(Variable)</B></A> - 
Method in class edu.hws.jcm.data.<A HREF="./edu/hws/jcm/data/ExpressionProgram.html" title="class in edu.hws.jcm.data">ExpressionProgram</A>
<DD>Compute the derivative of this expression with respect to the Variable wrt.
<DT><A HREF="./edu/hws/jcm/data/Function.html#derivative(int)"><B>derivative(int)</B></A> - 
Method in interface edu.hws.jcm.data.<A HREF="./edu/hws/jcm/data/Function.html" title="interface in edu.hws.jcm.data">Function</A>
<DD>Return the derivative of the function with repect to
 argument number wrt.
<DT><A HREF="./edu/hws/jcm/data/Function.html#derivative(edu.hws.jcm.data.Variable)"><B>derivative(Variable)</B></A> - 
Method in interface edu.hws.jcm.data.<A HREF="./edu/hws/jcm/data/Function.html" title="interface in edu.hws.jcm.data">Function</A>
<DD>Return the derivative of the function with respect to the
 variable x.
<DT><A HREF="./edu/hws/jcm/data/SimpleFunction.html#derivative(int)"><B>derivative(int)</B></A> - 
Method in class edu.hws.jcm.data.<A HREF="./edu/hws/jcm/data/SimpleFunction.html" title="class in edu.hws.jcm.data">SimpleFunction</A>
<DD>Return the derivative of the function with repect to
 argument number wrt, where arguments are numbered starting from 1.
<DT><A HREF="./edu/hws/jcm/data/SimpleFunction.html#derivative(edu.hws.jcm.data.Variable)"><B>derivative(Variable)</B></A> - 
Method in class edu.hws.jcm.data.<A HREF="./edu/hws/jcm/data/SimpleFunction.html" title="class in edu.hws.jcm.data">SimpleFunction</A>
<DD>Return the derivative of the function with respect to the
 variable x.
<DT><A HREF="./edu/hws/jcm/data/Variable.html#derivative(edu.hws.jcm.data.Variable)"><B>derivative(Variable)</B></A> - 
Method in class edu.hws.jcm.data.<A HREF="./edu/hws/jcm/data/Variable.html" title="class in edu.hws.jcm.data">Variable</A>
<DD>Return the derivative of this Variable with respect to the
 Variable wrt.
<DT><A HREF="./edu/hws/jcm/functions/ExpressionFunction.html#derivative(int)"><B>derivative(int)</B></A> - 
Method in class edu.hws.jcm.functions.<A HREF="./edu/hws/jcm/functions/ExpressionFunction.html" title="class in edu.hws.jcm.functions">ExpressionFunction</A>
<DD>Return the derivative of the function with repect to
 argument number wrt, where the arguments are numbered 1, 2, 3,....
<DT><A HREF="./edu/hws/jcm/functions/ExpressionFunction.html#derivative(edu.hws.jcm.data.Variable)"><B>derivative(Variable)</B></A> - 
Method in class edu.hws.jcm.functions.<A HREF="./edu/hws/jcm/functions/ExpressionFunction.html" title="class in edu.hws.jcm.functions">ExpressionFunction</A>
<DD>Return the derivative of the function with respect to the
 variable x.
<DT><A HREF="./edu/hws/jcm/functions/TableFunction.html#derivative(int)"><B>derivative(int)</B></A> - 
Method in class edu.hws.jcm.functions.<A HREF="./edu/hws/jcm/functions/TableFunction.html" title="class in edu.hws.jcm.functions">TableFunction</A>
<DD>Compute the derivative of this function.
<DT><A HREF="./edu/hws/jcm/functions/TableFunction.html#derivative(edu.hws.jcm.data.Variable)"><B>derivative(Variable)</B></A> - 
Method in class edu.hws.jcm.functions.<A HREF="./edu/hws/jcm/functions/TableFunction.html" title="class in edu.hws.jcm.functions">TableFunction</A>
<DD>Returns null.
<DT><A HREF="./edu/hws/jcm/functions/WrapperFunction.html#derivative(int)"><B>derivative(int)</B></A> - 
Method in class edu.hws.jcm.functions.<A HREF="./edu/hws/jcm/functions/WrapperFunction.html" title="class in edu.hws.jcm.functions">WrapperFunction</A>
<DD>Return the derivative of the function with repect to
 argument number wrt, where arguments are numbered starting from 1.
<DT><A HREF="./edu/hws/jcm/functions/WrapperFunction.html#derivative(edu.hws.jcm.data.Variable)"><B>derivative(Variable)</B></A> - 
Method in class edu.hws.jcm.functions.<A HREF="./edu/hws/jcm/functions/WrapperFunction.html" title="class in edu.hws.jcm.functions">WrapperFunction</A>
<DD>Return the derivative of the function with respect to the
 variable x (where x is NOT one of the parameters of the function).
<DT><A HREF="./Derivatives.html" title="class in &lt;Unnamed&gt;"><B>Derivatives</B></A> - Class in <A HREF="./package-summary.html">&lt;Unnamed&gt;</A><DD>&nbsp;<DT><A HREF="./Derivatives.html#Derivatives()"><B>Derivatives()</B></A> - 
Constructor for class <A HREF="./Derivatives.html" title="class in &lt;Unnamed&gt;">Derivatives</A>
<DD>&nbsp;
<DT><A HREF="./GenericGraphApplet.html#destroy()"><B>destroy()</B></A> - 
Method in class <A HREF="./GenericGraphApplet.html" title="class in &lt;Unnamed&gt;">GenericGraphApplet</A>
<DD>Closes the frame (if any) when the applet is destroyed.
<DT><A HREF="./edu/hws/jcm/draw/DraggablePoint.html#DISK"><B>DISK</B></A> - 
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>
<DD>A style constant that specifies the visual appearance of a DraggablePoint to be a disk.
<DT><A HREF="./edu/hws/jcm/draw/DisplayCanvas.html" title="class in edu.hws.jcm.draw"><B>DisplayCanvas</B></A> - Class in <A HREF="./edu/hws/jcm/draw/package-summary.html">edu.hws.jcm.draw</A><DD>A DisplayCanvas is a drawing area that can contain one or more CoordinateRects.<DT><A HREF="./edu/hws/jcm/draw/DisplayCanvas.html#DisplayCanvas()"><B>DisplayCanvas()</B></A> - 
Constructor for class edu.hws.jcm.draw.<A HREF="./edu/hws/jcm/draw/DisplayCanvas.html" title="class in edu.hws.jcm.draw">DisplayCanvas</A>
<DD>Create a DisplayCanvas with a white background containing no CoordinateRects.
<DT><A HREF="./edu/hws/jcm/draw/DisplayCanvas.html#DisplayCanvas(edu.hws.jcm.draw.CoordinateRect)"><B>DisplayCanvas(CoordinateRect)</B></A> - 
Constructor for class edu.hws.jcm.draw.<A HREF="./edu/hws/jcm/draw/DisplayCanvas.html" title="class in edu.hws.jcm.draw">DisplayCanvas</A>
<DD>Create a DisplayCanvas with a white background and containing the
 specified CoordinateRect.
<DT><A HREF="./edu/hws/jcm/awt/DisplayLabel.html" title="class in edu.hws.jcm.awt"><B>DisplayLabel</B></A> - Class in <A HREF="./edu/hws/jcm/awt/package-summary.html">edu.hws.jcm.awt</A><DD>A DisplayLabel is a label that can display numbers embedded in
 strings.<DT><A HREF="./edu/hws/jcm/awt/DisplayLabel.html#DisplayLabel()"><B>DisplayLabel()</B></A> - 
Constructor for class edu.hws.jcm.awt.<A HREF="./edu/hws/jcm/awt/DisplayLabel.html" title="class in edu.hws.jcm.awt">DisplayLabel</A>
<DD>Create a label with no expressions set up to display a
 single number.
<DT><A HREF="./edu/hws/jcm/awt/DisplayLabel.html#DisplayLabel(java.lang.String, edu.hws.jcm.data.Value)"><B>DisplayLabel(String, Value)</B></A> - 
Constructor for class edu.hws.jcm.awt.<A HREF="./edu/hws/jcm/awt/DisplayLabel.html" title="class in edu.hws.jcm.awt">DisplayLabel</A>
<DD>Convenience method for making a DisplayLabel with just one value to display.
<DT><A HREF="./edu/hws/jcm/awt/DisplayLabel.html#DisplayLabel(java.lang.String, edu.hws.jcm.data.Value[])"><B>DisplayLabel(String, Value[])</B></A> - 
Constructor for class edu.hws.jcm.awt.<A HREF="./edu/hws/jcm/awt/DisplayLabel.html" title="class in edu.hws.jcm.awt">DisplayLabel</A>
<DD>Create a DisplayLabel to display one or more values.
<DT><A HREF="./edu/hws/jcm/data/ExpressionProgram.html#DIVIDE"><B>DIVIDE</B></A> - 
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>
<DD>Code for a unary or binary operator or a standard function.
<DT><A HREF="./edu/hws/jcm/awt/Controller.html#doCompute()"><B>doCompute()</B></A> - 
Method in class edu.hws.jcm.awt.<A HREF="./edu/hws/jcm/awt/Controller.html" title="class in edu.hws.jcm.awt">Controller</A>
<DD>Compute the Computables in this controller and its sub-controllers.
<DT><A HREF="./edu/hws/jcm/draw/CoordinateRect.html#doDraw(java.awt.Graphics)"><B>doDraw(Graphics)</B></A> - 
Method in class edu.hws.jcm.draw.<A HREF="./edu/hws/jcm/draw/CoordinateRect.html" title="class in edu.hws.jcm.draw">CoordinateRect</A>
<DD>Draw all the Drawable items.
<DT><A HREF="./AnimatedGraph.html#doLoadExample(java.lang.String)"><B>doLoadExample(String)</B></A> - 
Method in class <A HREF="./AnimatedGraph.html" title="class in &lt;Unnamed&gt;">AnimatedGraph</A>
<DD>&nbsp;
<DT><A HREF="./Derivatives.html#doLoadExample(java.lang.String)"><B>doLoadExample(String)</B></A> - 
Method in class <A HREF="./Derivatives.html" title="class in &lt;Unnamed&gt;">Derivatives</A>
<DD>&nbsp;
<DT><A HREF="./EpsilonDelta.html#doLoadExample(java.lang.String)"><B>doLoadExample(String)</B></A> - 
Method in class <A HREF="./EpsilonDelta.html" title="class in &lt;Unnamed&gt;">EpsilonDelta</A>
<DD>&nbsp;
<DT><A HREF="./FamiliesOfGraphs.html#doLoadExample(java.lang.String)"><B>doLoadExample(String)</B></A> - 
Method in class <A HREF="./FamiliesOfGraphs.html" title="class in &lt;Unnamed&gt;">FamiliesOfGraphs</A>
<DD>&nbsp;
<DT><A HREF="./FunctionComposition.html#doLoadExample(java.lang.String)"><B>doLoadExample(String)</B></A> - 
Method in class <A HREF="./FunctionComposition.html" title="class in &lt;Unnamed&gt;">FunctionComposition</A>
<DD>&nbsp;
<DT><A HREF="./GenericGraphApplet.html#doLoadExample(java.lang.String)"><B>doLoadExample(String)</B></A> - 
Method in class <A HREF="./GenericGraphApplet.html" title="class in &lt;Unnamed&gt;">GenericGraphApplet</A>
<DD>This method is called when the user loads an example from the example menu (if any).
<DT><A HREF="./IntegralCurves.html#doLoadExample(java.lang.String)"><B>doLoadExample(String)</B></A> - 
Method in class <A HREF="./IntegralCurves.html" title="class in &lt;Unnamed&gt;">IntegralCurves</A>
<DD>&nbsp;
<DT><A HREF="./MultiGraph.html#doLoadExample(java.lang.String)"><B>doLoadExample(String)</B></A> - 
Method in class <A HREF="./MultiGraph.html" title="class in &lt;Unnamed&gt;">MultiGraph</A>
<DD>&nbsp;
<DT><A HREF="./Parametric.html#doLoadExample(java.lang.String)"><B>doLoadExample(String)</B></A> - 
Method in class <A HREF="./Parametric.html" title="class in &lt;Unnamed&gt;">Parametric</A>
<DD>&nbsp;
<DT><A HREF="./RiemannSums.html#doLoadExample(java.lang.String)"><B>doLoadExample(String)</B></A> - 
Method in class <A HREF="./RiemannSums.html" title="class in &lt;Unnamed&gt;">RiemannSums</A>
<DD>&nbsp;
<DT><A HREF="./SecantTangent.html#doLoadExample(java.lang.String)"><B>doLoadExample(String)</B></A> - 
Method in class <A HREF="./SecantTangent.html" title="class in &lt;Unnamed&gt;">SecantTangent</A>
<DD>&nbsp;
<DT><A HREF="./SimpleGraph.html#doLoadExample(java.lang.String)"><B>doLoadExample(String)</B></A> - 
Method in class <A HREF="./SimpleGraph.html" title="class in &lt;Unnamed&gt;">SimpleGraph</A>
<DD>&nbsp;
<DT><A HREF="./edu/hws/jcm/awt/DataTableInput.html#doParse(edu.hws.jcm.data.Parser, edu.hws.jcm.data.ParserContext)"><B>doParse(Parser, ParserContext)</B></A> - 
Method in class edu.hws.jcm.awt.<A HREF="./edu/hws/jcm/awt/DataTableInput.html" title="class in edu.hws.jcm.awt">DataTableInput</A>
<DD>Required by the ParserExtension interface and not meant to be called directly.
<DT><A HREF="./edu/hws/jcm/data/ParserExtension.html#doParse(edu.hws.jcm.data.Parser, edu.hws.jcm.data.ParserContext)"><B>doParse(Parser, ParserContext)</B></A> - 
Method in interface edu.hws.jcm.data.<A HREF="./edu/hws/jcm/data/ParserExtension.html" title="interface in edu.hws.jcm.data">ParserExtension</A>
<DD>Parses the part of an expression string associated with this ParserExtension.
<DT><A HREF="./edu/hws/jcm/functions/FunctionParserExtension.html#doParse(edu.hws.jcm.data.Parser, edu.hws.jcm.data.ParserContext)"><B>doParse(Parser, ParserContext)</B></A> - 
Method in class edu.hws.jcm.functions.<A HREF="./edu/hws/jcm/functions/FunctionParserExtension.html" title="class in edu.hws.jcm.functions">FunctionParserExtension</A>
<DD>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.
<DT><A HREF="./edu/hws/jcm/functions/SummationParser.html#doParse(edu.hws.jcm.data.Parser, edu.hws.jcm.data.ParserContext)"><B>doParse(Parser, ParserContext)</B></A> - 
Method in class edu.hws.jcm.functions.<A HREF="./edu/hws/jcm/functions/SummationParser.html" title="class in edu.hws.jcm.functions">SummationParser</A>
<DD>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.
<DT><A HREF="./edu/hws/jcm/draw/DisplayCanvas.html#doRedraw()"><B>doRedraw()</B></A> - 
Method in class edu.hws.jcm.draw.<A HREF="./edu/hws/jcm/draw/DisplayCanvas.html" title="class in edu.hws.jcm.draw">DisplayCanvas</A>
<DD>Should be called whenever the contents of the canvas have changed and so
 it needs to need to be redrawn.
<DT><A HREF="./edu/hws/jcm/draw/DisplayCanvas.html#doRedraw(int)"><B>doRedraw(int)</B></A> - 
Method in class edu.hws.jcm.draw.<A HREF="./edu/hws/jcm/draw/DisplayCanvas.html" title="class in edu.hws.jcm.draw">DisplayCanvas</A>
<DD>To be called when the contents of one of the CordinateRects have changed and so
 it needs to need to be redrawn.
<DT><A HREF="./edu/hws/jcm/draw/DisplayCanvas.html#doRedraw(edu.hws.jcm.draw.CoordinateRect)"><B>doRedraw(CoordinateRect)</B></A> - 
Method in class edu.hws.jcm.draw.<A HREF="./edu/hws/jcm/draw/DisplayCanvas.html" title="class in edu.hws.jcm.draw">DisplayCanvas</A>
<DD>To be called when the contents of one of the CordinateRects have changed and so
 it needs to need to be redrawn.
<DT><A HREF="./edu/hws/jcm/awt/Controller.html#doTies()"><B>doTies()</B></A> - 
Method in class edu.hws.jcm.awt.<A HREF="./edu/hws/jcm/awt/Controller.html" title="class in edu.hws.jcm.awt">Controller</A>
<DD>Check the Ties in this controller and its sub-controllers.
<DT><A HREF="./edu/hws/jcm/draw/Draggable.html" title="interface in edu.hws.jcm.draw"><B>Draggable</B></A> - Interface in <A HREF="./edu/hws/jcm/draw/package-summary.html">edu.hws.jcm.draw</A><DD>An interface that can be implemented by an object that can be dragged
  with the mouse.<DT><A HREF="./edu/hws/jcm/draw/DraggablePoint.html" title="class in edu.hws.jcm.draw"><B>DraggablePoint</B></A> - Class in <A HREF="./edu/hws/jcm/draw/package-summary.html">edu.hws.jcm.draw</A><DD>A DraggablePoint can be added to a DisplayCanvas, where it appears as a small disk, square, or
 cross.<DT><A HREF="./edu/hws/jcm/draw/DraggablePoint.html#DraggablePoint()"><B>DraggablePoint()</B></A> - 
Constructor for class edu.hws.jcm.draw.<A HREF="./edu/hws/jcm/draw/DraggablePoint.html" title="class in edu.hws.jcm.draw">DraggablePoint</A>
<DD>Create a DraggablePoint with default values for style, radius, color.
<DT><A HREF="./edu/hws/jcm/draw/DraggablePoint.html#DraggablePoint(int)"><B>DraggablePoint(int)</B></A> - 
Constructor for class edu.hws.jcm.draw.<A HREF="./edu/hws/jcm/draw/DraggablePoint.html" title="class in edu.hws.jcm.draw">DraggablePoint</A>
<DD>Create a DraggablePoint with specified visual style.
<DT><A HREF="./edu/hws/jcm/draw/Axes.html#draw(java.awt.Graphics, boolean)"><B>draw(Graphics, boolean)</B></A> - 
Method in class edu.hws.jcm.draw.<A HREF="./edu/hws/jcm/draw/Axes.html" title="class in edu.hws.jcm.draw">Axes</A>
<DD>Draw the axes.
<DT><A HREF="./edu/hws/jcm/draw/CoordinateRect.html#draw(java.awt.Graphics, int, int)"><B>draw(Graphics, int, int)</B></A> - 
Method in class edu.hws.jcm.draw.<A HREF="./edu/hws/jcm/draw/CoordinateRect.html" title="class in edu.hws.jcm.draw">CoordinateRect</A>
<DD>Draw in rect with upperleft corner (0,0) and specified width,height.
<DT><A HREF="./edu/hws/jcm/draw/CoordinateRect.html#draw(java.awt.Graphics, int, int, int, int)"><B>draw(Graphics, int, int, int, int)</B></A> - 
Method in class edu.hws.jcm.draw.<A HREF="./edu/hws/jcm/draw/CoordinateRect.html" title="class in edu.hws.jcm.draw">CoordinateRect</A>
<DD>Draw in specified rect.
<DT><A HREF="./edu/hws/jcm/draw/DraggablePoint.html#draw(java.awt.Graphics, boolean)"><B>draw(Graphics, boolean)</B></A> - 
Method in class edu.hws.jcm.draw.<A HREF="./edu/hws/jcm/draw/DraggablePoint.html" title="class in edu.hws.jcm.draw">DraggablePoint</A>
<DD>This method, from the Drawable interface, draws the point.
<DT><A HREF="./edu/hws/jcm/draw/Drawable.html#draw(java.awt.Graphics, boolean)"><B>draw(Graphics, boolean)</B></A> - 
Method in class edu.hws.jcm.draw.<A HREF="./edu/hws/jcm/draw/Drawable.html" title="class in edu.hws.jcm.draw">Drawable</A>
<DD>Draw this drawable in the graphics context g.
<DT><A HREF="./edu/hws/jcm/draw/DrawBorder.html#draw(java.awt.Graphics, boolean)"><B>draw(Graphics, boolean)</B></A> - 
Method in class edu.hws.jcm.draw.<A HREF="./edu/hws/jcm/draw/DrawBorder.html" title="class in edu.hws.jcm.draw">DrawBorder</A>
<DD>Draw the border in the given graphics context.
<DT><A HREF="./edu/hws/jcm/draw/DrawGeometric.html#draw(java.awt.Graphics, boolean)"><B>draw(Graphics, boolean)</B></A> - 
Method in class edu.hws.jcm.draw.<A HREF="./edu/hws/jcm/draw/DrawGeometric.html" title="class in edu.hws.jcm.draw">DrawGeometric</A>
<DD>Do the drawing.
<DT><A HREF="./edu/hws/jcm/draw/DrawString.html#draw(java.awt.Graphics, boolean)"><B>draw(Graphics, boolean)</B></A> - 
Method in class edu.hws.jcm.draw.<A HREF="./edu/hws/jcm/draw/DrawString.html" title="class in edu.hws.jcm.draw">DrawString</A>
<DD>Draws the string.
<DT><A HREF="./edu/hws/jcm/draw/DrawTemp.html#draw(java.awt.Graphics, edu.hws.jcm.draw.CoordinateRect)"><B>draw(Graphics, CoordinateRect)</B></A> - 
Method in interface edu.hws.jcm.draw.<A HREF="./edu/hws/jcm/draw/DrawTemp.html" title="interface in edu.hws.jcm.draw">DrawTemp</A>
<DD>Draw this item in the specified graphics context, possibly using information
 from the specified CoordinateRect.
<DT><A HREF="./edu/hws/jcm/draw/Graph1D.html#draw(java.awt.Graphics, boolean)"><B>draw(Graphics, boolean)</B></A> - 
Method in class edu.hws.jcm.draw.<A HREF="./edu/hws/jcm/draw/Graph1D.html" title="class in edu.hws.jcm.draw">Graph1D</A>
<DD>Draw the graph (possibly recomputing the data if the CoordinateRect has changed).
<DT><A HREF="./edu/hws/jcm/draw/Grid.html#draw(java.awt.Graphics, boolean)"><B>draw(Graphics, boolean)</B></A> - 
Method in class edu.hws.jcm.draw.<A HREF="./edu/hws/jcm/draw/Grid.html" title="class in edu.hws.jcm.draw">Grid</A>
<DD>Draws the grid if an update is required.
<DT><A HREF="./edu/hws/jcm/draw/MouseTracker.html#draw(java.awt.Graphics, boolean)"><B>draw(Graphics, boolean)</B></A> - 
Method in class edu.hws.jcm.draw.<A HREF="./edu/hws/jcm/draw/MouseTracker.html" title="class in edu.hws.jcm.draw">MouseTracker</A>
<DD>A MouseTracker doesn't actually draw anything, but this method is required in 
 a Drawable object.
<DT><A HREF="./edu/hws/jcm/draw/Panner.html#draw(java.awt.Graphics, boolean)"><B>draw(Graphics, boolean)</B></A> - 
Method in class edu.hws.jcm.draw.<A HREF="./edu/hws/jcm/draw/Panner.html" title="class in edu.hws.jcm.draw">Panner</A>
<DD>Override the abstract draw() method from the Drawable class.
<DT><A HREF="./edu/hws/jcm/draw/ParametricCurve.html#draw(java.awt.Graphics, boolean)"><B>draw(Graphics, boolean)</B></A> - 
Method in class edu.hws.jcm.draw.<A HREF="./edu/hws/jcm/draw/ParametricCurve.html" title="class in edu.hws.jcm.draw">ParametricCurve</A>
<DD>Draw the graph (possibly recomputing the data if the CoordinateRect has changed).
<DT><A HREF="./edu/hws/jcm/draw/RiemannSumRects.html#draw(java.awt.Graphics, boolean)"><B>draw(Graphics, boolean)</B></A> - 
Method in class edu.hws.jcm.draw.<A HREF="./edu/hws/jcm/draw/RiemannSumRects.html" title="class in edu.hws.jcm.draw">RiemannSumRects</A>
<DD>Draw the Rieman sum rects.
<DT><A HREF="./edu/hws/jcm/draw/ScatterPlot.html#draw(java.awt.Graphics, boolean)"><B>draw(Graphics, boolean)</B></A> - 
Method in class edu.hws.jcm.draw.<A HREF="./edu/hws/jcm/draw/ScatterPlot.html" title="class in edu.hws.jcm.draw">ScatterPlot</A>
<DD>Draw the data points and regression line.
<DT><A HREF="./edu/hws/jcm/draw/VectorField.html#draw(java.awt.Graphics, boolean)"><B>draw(Graphics, boolean)</B></A> - 
Method in class edu.hws.jcm.draw.<A HREF="./edu/hws/jcm/draw/VectorField.html" title="class in edu.hws.jcm.draw">VectorField</A>
<DD>Draw the vector field (possibly recomputing the data if the CoordinateRect has changed).
<DT><A HREF="./edu/hws/jcm/functions/TableFunctionGraph.html#draw(java.awt.Graphics, boolean)"><B>draw(Graphics, boolean)</B></A> - 
Method in class edu.hws.jcm.functions.<A HREF="./edu/hws/jcm/functions/TableFunctionGraph.html" title="class in edu.hws.jcm.functions">TableFunctionGraph</A>
<DD>Override the draw() method from class Drawable to draw the function.
<DT><A HREF="./edu/hws/jcm/draw/Drawable.html" title="class in edu.hws.jcm.draw"><B>Drawable</B></A> - Class in <A HREF="./edu/hws/jcm/draw/package-summary.html">edu.hws.jcm.draw</A><DD>A Drawable object can be added to a CoordinateRect, which is itself in 
 a DisplayCanvas.<DT><A HREF="./edu/hws/jcm/draw/Drawable.html#Drawable()"><B>Drawable()</B></A> - 
Constructor for class edu.hws.jcm.draw.<A HREF="./edu/hws/jcm/draw/Drawable.html" title="class in edu.hws.jcm.draw">Drawable</A>
<DD>&nbsp;
<DT><A HREF="./edu/hws/jcm/draw/DrawBorder.html" title="class in edu.hws.jcm.draw"><B>DrawBorder</B></A> - Class in <A HREF="./edu/hws/jcm/draw/package-summary.html">edu.hws.jcm.draw</A><DD>A DrawBorder object is just a simple border around the edges of its CoordinateRect, with 
 a specified width, in pixels, and a specified color.<DT><A HREF="./edu/hws/jcm/draw/DrawBorder.html#DrawBorder()"><B>DrawBorder()</B></A> - 
Constructor for class edu.hws.jcm.draw.<A HREF="./edu/hws/jcm/draw/DrawBorder.html" title="class in edu.hws.jcm.draw">DrawBorder</A>
<DD>Create a black border that is one pixel thick.
<DT><A HREF="./edu/hws/jcm/draw/DrawBorder.html#DrawBorder(java.awt.Color, int)"><B>DrawBorder(Color, int)</B></A> - 
Constructor for class edu.hws.jcm.draw.<A HREF="./edu/hws/jcm/draw/DrawBorder.html" title="class in edu.hws.jcm.draw">DrawBorder</A>
<DD>Create a border with the spcified color and width.
<DT><A HREF="./edu/hws/jcm/draw/DrawGeometric.html" title="class in edu.hws.jcm.draw"><B>DrawGeometric</B></A> - Class in <A HREF="./edu/hws/jcm/draw/package-summary.html">edu.hws.jcm.draw</A><DD>A DrawGeometric object is a geometic figure such as a line or rectangle that can
 be drawn in a CoordinateRect.<DT><A HREF="./edu/hws/jcm/draw/DrawGeometric.html#DrawGeometric()"><B>DrawGeometric()</B></A> - 
Constructor for class edu.hws.jcm.draw.<A HREF="./edu/hws/jcm/draw/DrawGeometric.html" title="class in edu.hws.jcm.draw">DrawGeometric</A>
<DD>Create a DrawGeometric object.
<DT><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)"><B>DrawGeometric(int, Value, Value, Value, Value)</B></A> - 
Constructor for class edu.hws.jcm.draw.<A HREF="./edu/hws/jcm/draw/DrawGeometric.html" title="class in edu.hws.jcm.draw">DrawGeometric</A>
<DD>Create a DrawGeometric with the specified shape and values for x1,x2,y1,y2
 Any of the shapes makes sense in this context.
<DT><A HREF="./edu/hws/jcm/draw/DrawGeometric.html#DrawGeometric(int, edu.hws.jcm.data.Value, edu.hws.jcm.data.Value, int, int)"><B>DrawGeometric(int, Value, Value, int, int)</B></A> - 
Constructor for class edu.hws.jcm.draw.<A HREF="./edu/hws/jcm/draw/DrawGeometric.html" title="class in edu.hws.jcm.draw">DrawGeometric</A>
<DD>Create a DrawGeometric with a specified shape and values.
<DT><A HREF="./edu/hws/jcm/draw/CoordinateRect.html#drawItems"><B>drawItems</B></A> - 
Variable in class edu.hws.jcm.draw.<A HREF="./edu/hws/jcm/draw/CoordinateRect.html" title="class in edu.hws.jcm.draw">CoordinateRect</A>
<DD>Drawable items contained in this CoordinateRect
<DT><A HREF="./edu/hws/jcm/draw/DrawString.html" title="class in edu.hws.jcm.draw"><B>DrawString</B></A> - Class in <A HREF="./edu/hws/jcm/draw/package-summary.html">edu.hws.jcm.draw</A><DD>A DrawString object displays a string, possibly multi-line, in a DisplayCanvas,
 inside the rectangular region of a CoordinateRect.<DT><A HREF="./edu/hws/jcm/draw/DrawString.html#DrawString()"><B>DrawString()</B></A> - 
Constructor for class edu.hws.jcm.draw.<A HREF="./edu/hws/jcm/draw/DrawString.html" title="class in edu.hws.jcm.draw">DrawString</A>
<DD>Create a DrawString object that initially has no string to draw.
<DT><A HREF="./edu/hws/jcm/draw/DrawString.html#DrawString(java.lang.String)"><B>DrawString(String)</B></A> - 
Constructor for class edu.hws.jcm.draw.<A HREF="./edu/hws/jcm/draw/DrawString.html" title="class in edu.hws.jcm.draw">DrawString</A>
<DD>Create a DrawString for drawing a black string in the top left corner of the coordinate rect.
<DT><A HREF="./edu/hws/jcm/draw/DrawString.html#DrawString(java.lang.String, int)"><B>DrawString(String, int)</B></A> - 
Constructor for class edu.hws.jcm.draw.<A HREF="./edu/hws/jcm/draw/DrawString.html" title="class in edu.hws.jcm.draw">DrawString</A>
<DD>Create a DrawString for drawing a black string in the position specified.
<DT><A HREF="./edu/hws/jcm/draw/DrawString.html#DrawString(java.lang.String, int, edu.hws.jcm.data.Value[])"><B>DrawString(String, int, Value[])</B></A> - 
Constructor for class edu.hws.jcm.draw.<A HREF="./edu/hws/jcm/draw/DrawString.html" title="class in edu.hws.jcm.draw">DrawString</A>
<DD>Create a DrawString for drawing a black string in the specified position.
<DT><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[])"><B>DrawString(String, int, Value, Value, Value[])</B></A> - 
Constructor for class edu.hws.jcm.draw.<A HREF="./edu/hws/jcm/draw/DrawString.html" title="class in edu.hws.jcm.draw">DrawString</A>
<DD>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.
<DT><A HREF="./edu/hws/jcm/draw/DisplayCanvas.html#drawTemp(edu.hws.jcm.draw.DrawTemp)"><B>drawTemp(DrawTemp)</B></A> - 
Method in class edu.hws.jcm.draw.<A HREF="./edu/hws/jcm/draw/DisplayCanvas.html" title="class in edu.hws.jcm.draw">DisplayCanvas</A>
<DD>Draws the specified item in the first CoordinateRect in this canvas.
<DT><A HREF="./edu/hws/jcm/draw/DisplayCanvas.html#drawTemp(edu.hws.jcm.draw.DrawTemp, int)"><B>drawTemp(DrawTemp, int)</B></A> - 
Method in class edu.hws.jcm.draw.<A HREF="./edu/hws/jcm/draw/DisplayCanvas.html" title="class in edu.hws.jcm.draw">DisplayCanvas</A>
<DD>Draws the specified item in the specified CoordinateRect in this canvas.
<DT><A HREF="./edu/hws/jcm/draw/DrawTemp.html" title="interface in edu.hws.jcm.draw"><B>DrawTemp</B></A> - Interface in <A HREF="./edu/hws/jcm/draw/package-summary.html">edu.hws.jcm.draw</A><DD>An object that implements this interface can draw itself, using information
 from a CoordinateRect (in which it presumably appears).</DL>
<HR>
<A NAME="_E_"><!-- --></A><H2>
<B>E</B></H2>
<DL>
<DT><A HREF="./edu/hws/jcm/awt/package-summary.html"><B>edu.hws.jcm.awt</B></A> - package edu.hws.jcm.awt<DD>&nbsp;<DT><A HREF="./edu/hws/jcm/data/package-summary.html"><B>edu.hws.jcm.data</B></A> - package edu.hws.jcm.data<DD>&nbsp;<DT><A HREF="./edu/hws/jcm/draw/package-summary.html"><B>edu.hws.jcm.draw</B></A> - package edu.hws.jcm.draw<DD>&nbsp;<DT><A HREF="./edu/hws/jcm/functions/package-summary.html"><B>edu.hws.jcm.functions</B></A> - package edu.hws.jcm.functions<DD>&nbsp;<DT><A HREF="./edu/hws/jcm/data/ParserContext.html#END_OF_STRING"><B>END_OF_STRING</B></A> - 
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>
<DD>One of the possible token types returned by look() and next().
<DT><A HREF="./EpsilonDelta.html" title="class in &lt;Unnamed&gt;"><B>EpsilonDelta</B></A> - Class in <A HREF="./package-summary.html">&lt;Unnamed&gt;</A><DD>An applet for exploring the epsilon-delta definition of a limit.<DT><A HREF="./EpsilonDelta.html#EpsilonDelta()"><B>EpsilonDelta()</B></A> - 
Constructor for class <A HREF="./EpsilonDelta.html" title="class in &lt;Unnamed&gt;">EpsilonDelta</A>
<DD>&nbsp;
<DT><A HREF="./edu/hws/jcm/data/ExpressionProgram.html#EQ"><B>EQ</B></A> - 
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>
<DD>Code for a unary or binary operator or a standard function.
<DT><A HREF="./edu/hws/jcm/draw/LimitControlPanel.html#EQUALIZE"><B>EQUALIZE</B></A> - 
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>
<DD>A constant that can be used in the addButton() method to add a button to the LimitControlPanel.
<DT><A HREF="./edu/hws/jcm/draw/CoordinateRect.html#equalizeAxes()"><B>equalizeAxes()</B></A> - 
Method in class edu.hws.jcm.draw.<A HREF="./edu/hws/jcm/draw/CoordinateRect.html" title="class in edu.hws.jcm.draw">CoordinateRect</A>
<DD>Reset limits, if necessary, so scales on the axes are the same.
<DT><A HREF="./edu/hws/jcm/data/Cases.html#equals(edu.hws.jcm.data.Cases)"><B>equals(Cases)</B></A> - 
Method in class edu.hws.jcm.data.<A HREF="./edu/hws/jcm/data/Cases.html" title="class in edu.hws.jcm.data">Cases</A>
<DD>Test whether c contains exactly the same list of case
 values as this Cases object does.
<DT><A HREF="./edu/hws/jcm/awt/Controller.html#errorCleared()"><B>errorCleared()</B></A> - 
Method in class edu.hws.jcm.awt.<A HREF="./edu/hws/jcm/awt/Controller.html" title="class in edu.hws.jcm.awt">Controller</A>
<DD>Should be called by the ErrorReporter if the ErrorReporter clears the error itself.
<DT><A HREF="./edu/hws/jcm/awt/Controller.html#errorMessage"><B>errorMessage</B></A> - 
Variable in class edu.hws.jcm.awt.<A HREF="./edu/hws/jcm/awt/Controller.html" title="class in edu.hws.jcm.awt">Controller</A>
<DD>If non-null, this is an error message
 that has been reported and not yet cleared.
<DT><A HREF="./edu/hws/jcm/awt/ExpressionInput.html#errorMessage"><B>errorMessage</B></A> - 
Variable in class edu.hws.jcm.awt.<A HREF="./edu/hws/jcm/awt/ExpressionInput.html" title="class in edu.hws.jcm.awt">ExpressionInput</A>
<DD>Error message from the most recent
 time the input was checked by a
 call to checkInput().
<DT><A HREF="./edu/hws/jcm/awt/VariableInput.html#errorMessage"><B>errorMessage</B></A> - 
Variable in class edu.hws.jcm.awt.<A HREF="./edu/hws/jcm/awt/VariableInput.html" title="class in edu.hws.jcm.awt">VariableInput</A>
<DD>Error message from the most recent
 time checkInput() as called.
<DT><A HREF="./edu/hws/jcm/awt/Controller.html#errorReporter"><B>errorReporter</B></A> - 
Variable in class edu.hws.jcm.awt.<A HREF="./edu/hws/jcm/awt/Controller.html" title="class in edu.hws.jcm.awt">Controller</A>
<DD>Used for reporting errors that occur in the
 compute() method of this controller.
<DT><A HREF="./edu/hws/jcm/awt/ErrorReporter.html" title="interface in edu.hws.jcm.awt"><B>ErrorReporter</B></A> - Interface in <A HREF="./edu/hws/jcm/awt/package-summary.html">edu.hws.jcm.awt</A><DD>To allow different styles of reporting errors, a
 Controller uses an ErrorReporter to report any
 errors that are thrown during its checkInput/compute
 cycle.<DT><A HREF="./edu/hws/jcm/draw/LimitControlPanel.html#errorReporter"><B>errorReporter</B></A> - 
Variable in class edu.hws.jcm.draw.<A HREF="./edu/hws/jcm/draw/LimitControlPanel.html" title="class in edu.hws.jcm.draw">LimitControlPanel</A>
<DD>For reporting errors in user input.
<DT><A HREF="./Evaluator.html" title="class in &lt;Unnamed&gt;"><B>Evaluator</B></A> - Class in <A HREF="./package-summary.html">&lt;Unnamed&gt;</A><DD>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.<DT><A HREF="./Evaluator.html#Evaluator()"><B>Evaluator()</B></A> - 
Constructor for class <A HREF="./Evaluator.html" title="class in &lt;Unnamed&gt;">Evaluator</A>
<DD>&nbsp;
<DT><A HREF="./GenericGraphApplet.html#exampleMenuPanel"><B>exampleMenuPanel</B></A> - 
Variable in class <A HREF="./GenericGraphApplet.html" title="class in &lt;Unnamed&gt;">GenericGraphApplet</A>
<DD>A panel containing examples specified in applet parameters, if any.
<DT><A HREF="./edu/hws/jcm/data/ExpressionProgram.html#EXP"><B>EXP</B></A> - 
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>
<DD>Code for a unary or binary operator or a standard function.
<DT><A HREF="./edu/hws/jcm/awt/ExpressionInput.html#expr"><B>expr</B></A> - 
Variable in class edu.hws.jcm.awt.<A HREF="./edu/hws/jcm/awt/ExpressionInput.html" title="class in edu.hws.jcm.awt">ExpressionInput</A>
<DD>The Expression associate with this input box.
<DT><A HREF="./edu/hws/jcm/awt/VariableInput.html#EXPRESSION"><B>EXPRESSION</B></A> - 
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>
<DD>A constant for use in the setInputStyle() method.
<DT><A HREF="./edu/hws/jcm/data/Expression.html" title="interface in edu.hws.jcm.data"><B>Expression</B></A> - Interface in <A HREF="./edu/hws/jcm/data/package-summary.html">edu.hws.jcm.data</A><DD>An Expression represents a mathematical expression such as "x+1" or
 "3" or "sin(x*ln(x)-3*abs(x/4))".<DT><A HREF="./edu/hws/jcm/data/ExpressionCommand.html" title="interface in edu.hws.jcm.data"><B>ExpressionCommand</B></A> - Interface in <A HREF="./edu/hws/jcm/data/package-summary.html">edu.hws.jcm.data</A><DD>An ExpressionCommand can occur as a command in an ExpressionProgram.<DT><A HREF="./edu/hws/jcm/functions/ExpressionFunction.html" title="class in edu.hws.jcm.functions"><B>ExpressionFunction</B></A> - Class in <A HREF="./edu/hws/jcm/functions/package-summary.html">edu.hws.jcm.functions</A><DD>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.<DT><A HREF="./edu/hws/jcm/functions/ExpressionFunction.html#ExpressionFunction(java.lang.String, java.lang.String)"><B>ExpressionFunction(String, String)</B></A> - 
Constructor for class edu.hws.jcm.functions.<A HREF="./edu/hws/jcm/functions/ExpressionFunction.html" title="class in edu.hws.jcm.functions">ExpressionFunction</A>
<DD>Constuct a function of one parameter, named "x", by parsing the String, def,
 to get the definition of the function.
<DT><A HREF="./edu/hws/jcm/functions/ExpressionFunction.html#ExpressionFunction(java.lang.String, java.lang.String[], java.lang.String, edu.hws.jcm.data.Parser)"><B>ExpressionFunction(String, String[], String, Parser)</B></A> - 
Constructor for class edu.hws.jcm.functions.<A HREF="./edu/hws/jcm/functions/ExpressionFunction.html" title="class in edu.hws.jcm.functions">ExpressionFunction</A>
<DD>Constuct a function of one or more parameters by parsing the String, def,
 to get the definition of the function.
<DT><A HREF="./edu/hws/jcm/functions/ExpressionFunction.html#ExpressionFunction(java.lang.String, edu.hws.jcm.data.Variable[], edu.hws.jcm.data.Expression)"><B>ExpressionFunction(String, Variable[], Expression)</B></A> - 
Constructor for class edu.hws.jcm.functions.<A HREF="./edu/hws/jcm/functions/ExpressionFunction.html" title="class in edu.hws.jcm.functions">ExpressionFunction</A>
<DD>Construct a function from a list of variables that serve as parameters and an expression that,
 presumably, can include those variables.
<DT><A HREF="./edu/hws/jcm/awt/ExpressionInput.html" title="class in edu.hws.jcm.awt"><B>ExpressionInput</B></A> - Class in <A HREF="./edu/hws/jcm/awt/package-summary.html">edu.hws.jcm.awt</A><DD>An ExpressionInput is an input box that allows the user
 input a mathematical expression.<DT><A HREF="./edu/hws/jcm/awt/ExpressionInput.html#ExpressionInput()"><B>ExpressionInput()</B></A> - 
Constructor for class edu.hws.jcm.awt.<A HREF="./edu/hws/jcm/awt/ExpressionInput.html" title="class in edu.hws.jcm.awt">ExpressionInput</A>
<DD>Create a new ExpressionFunction with no associated parser.
<DT><A HREF="./edu/hws/jcm/awt/ExpressionInput.html#ExpressionInput(java.lang.String, edu.hws.jcm.data.Parser)"><B>ExpressionInput(String, Parser)</B></A> - 
Constructor for class edu.hws.jcm.awt.<A HREF="./edu/hws/jcm/awt/ExpressionInput.html" title="class in edu.hws.jcm.awt">ExpressionInput</A>
<DD>Create an ExpressionInputBox with initial contents given by initialValue.
<DT><A HREF="./edu/hws/jcm/awt/ExpressionInput.EI.html" title="class in edu.hws.jcm.awt"><B>ExpressionInput.EI</B></A> - Class in <A HREF="./edu/hws/jcm/awt/package-summary.html">edu.hws.jcm.awt</A><DD>The expression associated with an ExpressionInput belongs to this class.<DT><A HREF="./edu/hws/jcm/data/ExpressionProgram.html" title="class in edu.hws.jcm.data"><B>ExpressionProgram</B></A> - Class in <A HREF="./edu/hws/jcm/data/package-summary.html">edu.hws.jcm.data</A><DD>An ExprssionProgram represents a mathematical expression such as "3" or "sin(x^2)", stored
 in the form of a program for a stack machine.<DT><A HREF="./edu/hws/jcm/data/ExpressionProgram.html#ExpressionProgram()"><B>ExpressionProgram()</B></A> - 
Constructor for class edu.hws.jcm.data.<A HREF="./edu/hws/jcm/data/ExpressionProgram.html" title="class in edu.hws.jcm.data">ExpressionProgram</A>
<DD>Default constructor creates an initially empty program.
<DT><A HREF="./IntegralCurves.html#extendCurves()"><B>extendCurves()</B></A> - 
Method in class <A HREF="./IntegralCurves.html" title="class in &lt;Unnamed&gt;">IntegralCurves</A>
<DD>&nbsp;
<DT><A HREF="./edu/hws/jcm/data/ConditionalExpression.html#extent(edu.hws.jcm.data.ExpressionProgram, int)"><B>extent(ExpressionProgram, int)</B></A> - 
Method in class edu.hws.jcm.data.<A HREF="./edu/hws/jcm/data/ConditionalExpression.html" title="class in edu.hws.jcm.data">ConditionalExpression</A>
<DD>Assume that this ConditionalExpression object occurs in prog at index myIndex.
<DT><A HREF="./edu/hws/jcm/data/Constant.html#extent(edu.hws.jcm.data.ExpressionProgram, int)"><B>extent(ExpressionProgram, int)</B></A> - 
Method in class edu.hws.jcm.data.<A HREF="./edu/hws/jcm/data/Constant.html" title="class in edu.hws.jcm.data">Constant</A>
<DD>Return the number of locations that this Constant uses in the program.
<DT><A HREF="./edu/hws/jcm/data/ExpressionCommand.html#extent(edu.hws.jcm.data.ExpressionProgram, int)"><B>extent(ExpressionProgram, int)</B></A> - 
Method in interface edu.hws.jcm.data.<A HREF="./edu/hws/jcm/data/ExpressionCommand.html" title="interface in edu.hws.jcm.data">ExpressionCommand</A>
<DD>The ExpressionCommand occurs in the program prog at the index indicated by myIndex.
<DT><A HREF="./edu/hws/jcm/data/ExpressionProgram.html#extent(int)"><B>extent(int)</B></A> - 
Method in class edu.hws.jcm.data.<A HREF="./edu/hws/jcm/data/ExpressionProgram.html" title="class in edu.hws.jcm.data">ExpressionProgram</A>
<DD>The command at position index in the program represents a subexpression of
 the whole expression.
<DT><A HREF="./edu/hws/jcm/functions/FunctionParserExtension.html#extent(edu.hws.jcm.data.ExpressionProgram, int)"><B>extent(ExpressionProgram, int)</B></A> - 
Method in class edu.hws.jcm.functions.<A HREF="./edu/hws/jcm/functions/FunctionParserExtension.html" title="class in edu.hws.jcm.functions">FunctionParserExtension</A>
<DD>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.
</DL>
<HR>
<A NAME="_F_"><!-- --></A><H2>
<B>F</B></H2>
<DL>
<DT><A HREF="./edu/hws/jcm/data/ExpressionProgram.html#FACTORIAL"><B>FACTORIAL</B></A> - 
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>
<DD>Code for a unary or binary operator or a standard function.
<DT><A HREF="./edu/hws/jcm/data/Parser.html#FACTORIAL"><B>FACTORIAL</B></A> - 
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>
<DD>An option that can be set for this parser.
<DT><A HREF="./FamiliesOfGraphs.html" title="class in &lt;Unnamed&gt;"><B>FamiliesOfGraphs</B></A> - Class in <A HREF="./package-summary.html">&lt;Unnamed&gt;</A><DD>&nbsp;<DT><A HREF="./FamiliesOfGraphs.html#FamiliesOfGraphs()"><B>FamiliesOfGraphs()</B></A> - 
Constructor for class <A HREF="./FamiliesOfGraphs.html" title="class in &lt;Unnamed&gt;">FamiliesOfGraphs</A>
<DD>&nbsp;
<DT><A HREF="./edu/hws/jcm/draw/DrawGeometric.html#fillColor"><B>fillColor</B></A> - 
Variable in class edu.hws.jcm.draw.<A HREF="./edu/hws/jcm/draw/DrawGeometric.html" title="class in edu.hws.jcm.draw">DrawGeometric</A>
<DD>Rects and ovals are filled with this color, if it is non-null.
<DT><A HREF="./edu/hws/jcm/draw/DisplayCanvas.html#findCoordinateRectAt(int, int)"><B>findCoordinateRectAt(int, int)</B></A> - 
Method in class edu.hws.jcm.draw.<A HREF="./edu/hws/jcm/draw/DisplayCanvas.html" title="class in edu.hws.jcm.draw">DisplayCanvas</A>
<DD>Return CoordinateRect that contains the specified pixel, or
 null if there is none.
<DT><A HREF="./edu/hws/jcm/functions/TableFunction.html#findPoint(double)"><B>findPoint(double)</B></A> - 
Method in class edu.hws.jcm.functions.<A HREF="./edu/hws/jcm/functions/TableFunction.html" title="class in edu.hws.jcm.functions">TableFunction</A>
<DD>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).
<DT><A HREF="./edu/hws/jcm/draw/Draggable.html#finishDrag(java.awt.event.MouseEvent)"><B>finishDrag(MouseEvent)</B></A> - 
Method in interface edu.hws.jcm.draw.<A HREF="./edu/hws/jcm/draw/Draggable.html" title="interface in edu.hws.jcm.draw">Draggable</A>
<DD>Finish a draw that was started in startDrag().
<DT><A HREF="./edu/hws/jcm/draw/DraggablePoint.html#finishDrag(java.awt.event.MouseEvent)"><B>finishDrag(MouseEvent)</B></A> - 
Method in class edu.hws.jcm.draw.<A HREF="./edu/hws/jcm/draw/DraggablePoint.html" title="class in edu.hws.jcm.draw">DraggablePoint</A>
<DD>Finish a drag operation begun in startDrag().
<DT><A HREF="./edu/hws/jcm/functions/TableFunctionInput.html#finishEdit()"><B>finishEdit()</B></A> - 
Method in class edu.hws.jcm.functions.<A HREF="./edu/hws/jcm/functions/TableFunctionInput.html" title="class in edu.hws.jcm.functions">TableFunctionInput</A>
<DD>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.
<DT><A HREF="./edu/hws/jcm/data/ExpressionProgram.html#FLOOR"><B>FLOOR</B></A> - 
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>
<DD>Code for a unary or binary operator or a standard function.
<DT><A HREF="./edu/hws/jcm/draw/DrawString.html#font"><B>font</B></A> - 
Variable in class edu.hws.jcm.draw.<A HREF="./edu/hws/jcm/draw/DrawString.html" title="class in edu.hws.jcm.draw">DrawString</A>
<DD>Font for drawing string.
<DT><A HREF="./edu/hws/jcm/draw/DrawString.html#frameColor"><B>frameColor</B></A> - 
Variable in class edu.hws.jcm.draw.<A HREF="./edu/hws/jcm/draw/DrawString.html" title="class in edu.hws.jcm.draw">DrawString</A>
<DD>If frameWidth is greate than zero, then a frame is drawn around the string in this
  color.
<DT><A HREF="./GenericGraphApplet.html#frameTitle"><B>frameTitle</B></A> - 
Variable in class <A HREF="./GenericGraphApplet.html" title="class in &lt;Unnamed&gt;">GenericGraphApplet</A>
<DD>The string that is used as the title of the frame, if the applet appears as
 a launch button.
<DT><A HREF="./edu/hws/jcm/draw/DrawString.html#frameWidth"><B>frameWidth</B></A> - 
Variable in class edu.hws.jcm.draw.<A HREF="./edu/hws/jcm/draw/DrawString.html" title="class in edu.hws.jcm.draw">DrawString</A>
<DD>If frameWidth is greater than zero, then a frame of this width is drawn around the
  string in the color given by frameColor.
<DT><A HREF="./edu/hws/jcm/data/Function.html" title="interface in edu.hws.jcm.data"><B>Function</B></A> - Interface in <A HREF="./edu/hws/jcm/data/package-summary.html">edu.hws.jcm.data</A><DD>A Function is a mathematical real-valued function of zero or more
 real-valued arguments.<DT><A HREF="./FunctionComposition.html" title="class in &lt;Unnamed&gt;"><B>FunctionComposition</B></A> - Class in <A HREF="./package-summary.html">&lt;Unnamed&gt;</A><DD>&nbsp;<DT><A HREF="./FunctionComposition.html#FunctionComposition()"><B>FunctionComposition()</B></A> - 
Constructor for class <A HREF="./FunctionComposition.html" title="class in &lt;Unnamed&gt;">FunctionComposition</A>
<DD>&nbsp;
<DT><A HREF="./GenericGraphApplet.html#functionInput"><B>functionInput</B></A> - 
Variable in class <A HREF="./GenericGraphApplet.html" title="class in &lt;Unnamed&gt;">GenericGraphApplet</A>
<DD>An input box for inputting an expression.
<DT><A HREF="./edu/hws/jcm/functions/FunctionParserExtension.html" title="class in edu.hws.jcm.functions"><B>FunctionParserExtension</B></A> - Class in <A HREF="./edu/hws/jcm/functions/package-summary.html">edu.hws.jcm.functions</A><DD>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.<DT><A HREF="./edu/hws/jcm/functions/FunctionParserExtension.html#FunctionParserExtension()"><B>FunctionParserExtension()</B></A> - 
Constructor for class edu.hws.jcm.functions.<A HREF="./edu/hws/jcm/functions/FunctionParserExtension.html" title="class in edu.hws.jcm.functions">FunctionParserExtension</A>
<DD>&nbsp;
</DL>
<HR>
<A NAME="_G_"><!-- --></A><H2>
<B>G</B></H2>
<DL>
<DT><A HREF="./edu/hws/jcm/awt/Controller.html#gatherInputs()"><B>gatherInputs()</B></A> - 
Method in class edu.hws.jcm.awt.<A HREF="./edu/hws/jcm/awt/Controller.html" title="class in edu.hws.jcm.awt">Controller</A>
<DD>Calles notifyControllerOnChange(this).
<DT><A HREF="./edu/hws/jcm/awt/JCMPanel.html#gatherInputs()"><B>gatherInputs()</B></A> - 
Method in class edu.hws.jcm.awt.<A HREF="./edu/hws/jcm/awt/JCMPanel.html" title="class in edu.hws.jcm.awt">JCMPanel</A>
<DD>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.
<DT><A HREF="./edu/hws/jcm/data/ExpressionProgram.html#GE"><B>GE</B></A> - 
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>
<DD>Code for a unary or binary operator or a standard function.
<DT><A HREF="./GenericGraphApplet.html" title="class in &lt;Unnamed&gt;"><B>GenericGraphApplet</B></A> - Class in <A HREF="./package-summary.html">&lt;Unnamed&gt;</A><DD>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.<DT><A HREF="./GenericGraphApplet.html#GenericGraphApplet()"><B>GenericGraphApplet()</B></A> - 
Constructor for class <A HREF="./GenericGraphApplet.html" title="class in &lt;Unnamed&gt;">GenericGraphApplet</A>
<DD>&nbsp;
<DT><A HREF="./edu/hws/jcm/data/Parser.html#get(java.lang.String)"><B>get(String)</B></A> - 
Method in class edu.hws.jcm.data.<A HREF="./edu/hws/jcm/data/Parser.html" title="class in edu.hws.jcm.data">Parser</A>
<DD>Get the MathObject that has been registered with the parser
 under the given name.
<DT><A HREF="./edu/hws/jcm/data/ParserContext.html#get(java.lang.String)"><B>get(String)</B></A> - 
Method in class edu.hws.jcm.data.<A HREF="./edu/hws/jcm/data/ParserContext.html" title="class in edu.hws.jcm.data">ParserContext</A>
<DD>Get the MathObject associated with name in the symbol table.
<DT><A HREF="./edu/hws/jcm/data/SymbolTable.html#get(java.lang.String)"><B>get(String)</B></A> - 
Method in class edu.hws.jcm.data.<A HREF="./edu/hws/jcm/data/SymbolTable.html" title="class in edu.hws.jcm.data">SymbolTable</A>
<DD>Look up the object with the given name, if any.
<DT><A HREF="./edu/hws/jcm/data/Function.html#getArity()"><B>getArity()</B></A> - 
Method in interface edu.hws.jcm.data.<A HREF="./edu/hws/jcm/data/Function.html" title="interface in edu.hws.jcm.data">Function</A>
<DD>Return the number of arguments of this function.
<DT><A HREF="./edu/hws/jcm/data/SimpleFunction.html#getArity()"><B>getArity()</B></A> - 
Method in class edu.hws.jcm.data.<A HREF="./edu/hws/jcm/data/SimpleFunction.html" title="class in edu.hws.jcm.data">SimpleFunction</A>
<DD>Return the number of arguments of this function.
<DT><A HREF="./edu/hws/jcm/functions/ExpressionFunction.html#getArity()"><B>getArity()</B></A> - 
Method in class edu.hws.jcm.functions.<A HREF="./edu/hws/jcm/functions/ExpressionFunction.html" title="class in edu.hws.jcm.functions">ExpressionFunction</A>
<DD>Return the number of arguments of this function.
<DT><A HREF="./edu/hws/jcm/functions/TableFunction.html#getArity()"><B>getArity()</B></A> - 
Method in class edu.hws.jcm.functions.<A HREF="./edu/hws/jcm/functions/TableFunction.html" title="class in edu.hws.jcm.functions">TableFunction</A>
<DD>Returns the arity of the function, which is 1.
<DT><A HREF="./edu/hws/jcm/functions/WrapperFunction.html#getArity()"><B>getArity()</B></A> - 
Method in class edu.hws.jcm.functions.<A HREF="./edu/hws/jcm/functions/WrapperFunction.html" title="class in edu.hws.jcm.functions">WrapperFunction</A>
<DD>Return the number of arguments of this function.
<DT><A HREF="./edu/hws/jcm/awt/DataTableInput.html#getAutoAddRows()"><B>getAutoAddRows()</B></A> - 
Method in class edu.hws.jcm.awt.<A HREF="./edu/hws/jcm/awt/DataTableInput.html" title="class in edu.hws.jcm.awt">DataTableInput</A>
<DD>Get the value of the autoAddRows property, which determines whether empty 
  rows are automatically added to the bottom of the table when needed.
<DT><A HREF="./edu/hws/jcm/draw/ScatterPlot.html#getAutoChangeLimits()"><B>getAutoChangeLimits()</B></A> - 
Method in class edu.hws.jcm.draw.<A HREF="./edu/hws/jcm/draw/ScatterPlot.html" title="class in edu.hws.jcm.draw">ScatterPlot</A>
<DD>The return value indicates whether the limits on the CoordinateRect are
  automatically adjusted when the data is recomputed.
<DT><A HREF="./edu/hws/jcm/draw/Axes.html#getAxesColor()"><B>getAxesColor()</B></A> - 
Method in class edu.hws.jcm.draw.<A HREF="./edu/hws/jcm/draw/Axes.html" title="class in edu.hws.jcm.draw">Axes</A>
<DD>Get the color that is used for drawing the axes, when they are drawn in their true position.
<DT><A HREF="./edu/hws/jcm/draw/DrawString.html#getBackgroundColor()"><B>getBackgroundColor()</B></A> - 
Method in class edu.hws.jcm.draw.<A HREF="./edu/hws/jcm/draw/DrawString.html" title="class in edu.hws.jcm.draw">DrawString</A>
<DD>Get the color that is used to fill a rectangle on which the string is drawn.
<DT><A HREF="./edu/hws/jcm/awt/DisplayLabel.html#getBaseText()"><B>getBaseText()</B></A> - 
Method in class edu.hws.jcm.awt.<A HREF="./edu/hws/jcm/awt/DisplayLabel.html" title="class in edu.hws.jcm.awt">DisplayLabel</A>
<DD>Return the basic text, including the #'s where Values
 are inserted in the displayed text.
<DT><A HREF="./edu/hws/jcm/awt/DataTableInput.html#getBlankBackground()"><B>getBlankBackground()</B></A> - 
Method in class edu.hws.jcm.awt.<A HREF="./edu/hws/jcm/awt/DataTableInput.html" title="class in edu.hws.jcm.awt">DataTableInput</A>
<DD>Returns the color that is used for blank areas in the table, below the
  rows of cells.
<DT><A HREF="./edu/hws/jcm/draw/LimitControlPanel.html#getButton(int)"><B>getButton(int)</B></A> - 
Method in class edu.hws.jcm.draw.<A HREF="./edu/hws/jcm/draw/LimitControlPanel.html" title="class in edu.hws.jcm.draw">LimitControlPanel</A>
<DD>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.
<DT><A HREF="./edu/hws/jcm/awt/DataTableInput.html#getCellBackground()"><B>getCellBackground()</B></A> - 
Method in class edu.hws.jcm.awt.<A HREF="./edu/hws/jcm/awt/DataTableInput.html" title="class in edu.hws.jcm.awt">DataTableInput</A>
<DD>Returns the color that is used as a background for cells in the table.
<DT><A HREF="./edu/hws/jcm/awt/DataTableInput.html#getCellContents(int, int)"><B>getCellContents(int, int)</B></A> - 
Method in class edu.hws.jcm.awt.<A HREF="./edu/hws/jcm/awt/DataTableInput.html" title="class in edu.hws.jcm.awt">DataTableInput</A>
<DD>Get the number in the specified row and column.
<DT><A HREF="./edu/hws/jcm/draw/DrawString.html#getClamp()"><B>getClamp()</B></A> - 
Method in class edu.hws.jcm.draw.<A HREF="./edu/hws/jcm/draw/DrawString.html" title="class in edu.hws.jcm.draw">DrawString</A>
<DD>Returns true if the string is set to be clamped to lie within the CoordinateRect.
<DT><A HREF="./edu/hws/jcm/draw/MouseTracker.html#getClampX()"><B>getClampX()</B></A> - 
Method in class edu.hws.jcm.draw.<A HREF="./edu/hws/jcm/draw/MouseTracker.html" title="class in edu.hws.jcm.draw">MouseTracker</A>
<DD>Get the "clampX" property of the MouseTracker.
<DT><A HREF="./edu/hws/jcm/draw/MouseTracker.html#getClampY()"><B>getClampY()</B></A> - 
Method in class edu.hws.jcm.draw.<A HREF="./edu/hws/jcm/draw/MouseTracker.html" title="class in edu.hws.jcm.draw">MouseTracker</A>
<DD>Get the "clampY" property of the MouseTracker.
<DT><A HREF="./edu/hws/jcm/draw/DraggablePoint.html#getColor()"><B>getColor()</B></A> - 
Method in class edu.hws.jcm.draw.<A HREF="./edu/hws/jcm/draw/DraggablePoint.html" title="class in edu.hws.jcm.draw">DraggablePoint</A>
<DD>Get the color used for drawing the point.
<DT><A HREF="./edu/hws/jcm/draw/DrawBorder.html#getColor()"><B>getColor()</B></A> - 
Method in class edu.hws.jcm.draw.<A HREF="./edu/hws/jcm/draw/DrawBorder.html" title="class in edu.hws.jcm.draw">DrawBorder</A>
<DD>Get the color of the border.
<DT><A HREF="./edu/hws/jcm/draw/DrawGeometric.html#getColor()"><B>getColor()</B></A> - 
Method in class edu.hws.jcm.draw.<A HREF="./edu/hws/jcm/draw/DrawGeometric.html" title="class in edu.hws.jcm.draw">DrawGeometric</A>
<DD>Get the non-null color that is used for drawing the shape.
<DT><A HREF="./edu/hws/jcm/draw/DrawString.html#getColor()"><B>getColor()</B></A> - 
Method in class edu.hws.jcm.draw.<A HREF="./edu/hws/jcm/draw/DrawString.html" title="class in edu.hws.jcm.draw">DrawString</A>
<DD>Get the non-null color that is used for drawing the string.
<DT><A HREF="./edu/hws/jcm/draw/Graph1D.html#getColor()"><B>getColor()</B></A> - 
Method in class edu.hws.jcm.draw.<A HREF="./edu/hws/jcm/draw/Graph1D.html" title="class in edu.hws.jcm.draw">Graph1D</A>
<DD>Get the color that is used to draw the graph.
<DT><A HREF="./edu/hws/jcm/draw/Grid.html#getColor()"><B>getColor()</B></A> - 
Method in class edu.hws.jcm.draw.<A HREF="./edu/hws/jcm/draw/Grid.html" title="class in edu.hws.jcm.draw">Grid</A>
<DD>Access method which returns the Color of the grid lines.
<DT><A HREF="./edu/hws/jcm/draw/ParametricCurve.html#getColor()"><B>getColor()</B></A> - 
Method in class edu.hws.jcm.draw.<A HREF="./edu/hws/jcm/draw/ParametricCurve.html" title="class in edu.hws.jcm.draw">ParametricCurve</A>
<DD>Get the color that is used to draw the graph.
<DT><A HREF="./edu/hws/jcm/draw/RiemannSumRects.html#getColor()"><B>getColor()</B></A> - 
Method in class edu.hws.jcm.draw.<A HREF="./edu/hws/jcm/draw/RiemannSumRects.html" title="class in edu.hws.jcm.draw">RiemannSumRects</A>
<DD>Get the current color used to draw the rectangles
<DT><A HREF="./edu/hws/jcm/draw/VectorField.html#getColor()"><B>getColor()</B></A> - 
Method in class edu.hws.jcm.draw.<A HREF="./edu/hws/jcm/draw/VectorField.html" title="class in edu.hws.jcm.draw">VectorField</A>
<DD>Get the color that is used to draw the vector field.
<DT><A HREF="./edu/hws/jcm/functions/TableFunctionGraph.html#getColor()"><B>getColor()</B></A> - 
Method in class edu.hws.jcm.functions.<A HREF="./edu/hws/jcm/functions/TableFunctionGraph.html" title="class in edu.hws.jcm.functions">TableFunctionGraph</A>
<DD>Get the non-null color that is used for drawing the graph.
<DT><A HREF="./Evaluator.html#getColorParam(java.lang.String, java.awt.Color)"><B>getColorParam(String, Color)</B></A> - 
Method in class <A HREF="./Evaluator.html" title="class in &lt;Unnamed&gt;">Evaluator</A>
<DD>Get The value of an applet parameter that specifies a color.
<DT><A HREF="./GenericGraphApplet.html#getColorParam(java.lang.String)"><B>getColorParam(String)</B></A> - 
Method in class <A HREF="./GenericGraphApplet.html" title="class in &lt;Unnamed&gt;">GenericGraphApplet</A>
<DD>Get The value of an applet parameter that specifies a color.
<DT><A HREF="./GenericGraphApplet.html#getColorParam(java.lang.String, java.awt.Color)"><B>getColorParam(String, Color)</B></A> - 
Method in class <A HREF="./GenericGraphApplet.html" title="class in &lt;Unnamed&gt;">GenericGraphApplet</A>
<DD>Get The value of an applet parameter that specifies a color.
<DT><A HREF="./edu/hws/jcm/awt/DataTableInput.html#getColumnCount()"><B>getColumnCount()</B></A> - 
Method in class edu.hws.jcm.awt.<A HREF="./edu/hws/jcm/awt/DataTableInput.html" title="class in edu.hws.jcm.awt">DataTableInput</A>
<DD>Get the number of columns in the table.
<DT><A HREF="./edu/hws/jcm/awt/DataTableInput.html#getColumnName(int)"><B>getColumnName(int)</B></A> - 
Method in class edu.hws.jcm.awt.<A HREF="./edu/hws/jcm/awt/DataTableInput.html" title="class in edu.hws.jcm.awt">DataTableInput</A>
<DD>Get the name of column number i, where columns are numbered starting from zero.
<DT><A HREF="./edu/hws/jcm/awt/DataTableInput.html#getColumnVariable(int)"><B>getColumnVariable(int)</B></A> - 
Method in class edu.hws.jcm.awt.<A HREF="./edu/hws/jcm/awt/DataTableInput.html" title="class in edu.hws.jcm.awt">DataTableInput</A>
<DD>Return a column variable for the specified column, where columns are
  numbered starting from 1.
<DT><A HREF="./edu/hws/jcm/awt/Animator.html#getControl(int)"><B>getControl(int)</B></A> - 
Method in class edu.hws.jcm.awt.<A HREF="./edu/hws/jcm/awt/Animator.html" title="class in edu.hws.jcm.awt">Animator</A>
<DD>Get one of controls associated with the Animator.
<DT><A HREF="./edu/hws/jcm/awt/JCMPanel.html#getController()"><B>getController()</B></A> - 
Method in class edu.hws.jcm.awt.<A HREF="./edu/hws/jcm/awt/JCMPanel.html" title="class in edu.hws.jcm.awt">JCMPanel</A>
<DD>Return the controller associated with this JCMPanel.
<DT><A HREF="./edu/hws/jcm/draw/DisplayCanvas.html#getCoordinateRect()"><B>getCoordinateRect()</B></A> - 
Method in class edu.hws.jcm.draw.<A HREF="./edu/hws/jcm/draw/DisplayCanvas.html" title="class in edu.hws.jcm.draw">DisplayCanvas</A>
<DD>Get the first CoordinateRect in this canvas.
<DT><A HREF="./edu/hws/jcm/draw/DisplayCanvas.html#getCoordinateRect(int)"><B>getCoordinateRect(int)</B></A> - 
Method in class edu.hws.jcm.draw.<A HREF="./edu/hws/jcm/draw/DisplayCanvas.html" title="class in edu.hws.jcm.draw">DisplayCanvas</A>
<DD>Get the i-th CoordinateRect in this DisplayCanvas.
<DT><A HREF="./edu/hws/jcm/awt/DataTableInput.html#getCurrentRowNumber()"><B>getCurrentRowNumber()</B></A> - 
Method in class edu.hws.jcm.awt.<A HREF="./edu/hws/jcm/awt/DataTableInput.html" title="class in edu.hws.jcm.awt">DataTableInput</A>
<DD>Return the current row number.
<DT><A HREF="./edu/hws/jcm/draw/ScatterPlot.html#getDataColor()"><B>getDataColor()</B></A> - 
Method in class edu.hws.jcm.draw.<A HREF="./edu/hws/jcm/draw/ScatterPlot.html" title="class in edu.hws.jcm.draw">ScatterPlot</A>
<DD>Get the color that is used to draw the points in the data.
<DT><A HREF="./edu/hws/jcm/functions/ExpressionFunction.html#getDefinitionString()"><B>getDefinitionString()</B></A> - 
Method in class edu.hws.jcm.functions.<A HREF="./edu/hws/jcm/functions/ExpressionFunction.html" title="class in edu.hws.jcm.functions">ExpressionFunction</A>
<DD>Return the expression that defines this function, as a string.
<DT><A HREF="./edu/hws/jcm/draw/CoordinateRect.html#getDrawable(int)"><B>getDrawable(int)</B></A> - 
Method in class edu.hws.jcm.draw.<A HREF="./edu/hws/jcm/draw/CoordinateRect.html" title="class in edu.hws.jcm.draw">CoordinateRect</A>
<DD>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.
<DT><A HREF="./edu/hws/jcm/draw/CoordinateRect.html#getDrawableCount()"><B>getDrawableCount()</B></A> - 
Method in class edu.hws.jcm.draw.<A HREF="./edu/hws/jcm/draw/CoordinateRect.html" title="class in edu.hws.jcm.draw">CoordinateRect</A>
<DD>Returns the number of Drawable items that are in this CoordinateRect.
<DT><A HREF="./edu/hws/jcm/awt/DataTableInput.html#getEmptyCellValue()"><B>getEmptyCellValue()</B></A> - 
Method in class edu.hws.jcm.awt.<A HREF="./edu/hws/jcm/awt/DataTableInput.html" title="class in edu.hws.jcm.awt">DataTableInput</A>
<DD>Get the value that is represented by an empty cell.
<DT><A HREF="./edu/hws/jcm/draw/DisplayCanvas.html#getErrorBackground()"><B>getErrorBackground()</B></A> - 
Method in class edu.hws.jcm.draw.<A HREF="./edu/hws/jcm/draw/DisplayCanvas.html" title="class in edu.hws.jcm.draw">DisplayCanvas</A>
<DD>Get color that is used as a background when the canvas displays an error message.
<DT><A HREF="./edu/hws/jcm/draw/DisplayCanvas.html#getErrorForeground()"><B>getErrorForeground()</B></A> - 
Method in class edu.hws.jcm.draw.<A HREF="./edu/hws/jcm/draw/DisplayCanvas.html" title="class in edu.hws.jcm.draw">DisplayCanvas</A>
<DD>Get color that is used for the text when the canvas displays an error message.
<DT><A HREF="./edu/hws/jcm/awt/ErrorReporter.html#getErrorMessage()"><B>getErrorMessage()</B></A> - 
Method in interface edu.hws.jcm.awt.<A HREF="./edu/hws/jcm/awt/ErrorReporter.html" title="interface in edu.hws.jcm.awt">ErrorReporter</A>
<DD>Get the error message that is currently being displayed, or
 return null if there is no error message.
<DT><A HREF="./edu/hws/jcm/awt/ExpressionInput.html#getErrorMessage()"><B>getErrorMessage()</B></A> - 
Method in class edu.hws.jcm.awt.<A HREF="./edu/hws/jcm/awt/ExpressionInput.html" title="class in edu.hws.jcm.awt">ExpressionInput</A>
<DD>Get error message from previous call to checkInput().
<DT><A HREF="./edu/hws/jcm/awt/MessagePopup.html#getErrorMessage()"><B>getErrorMessage()</B></A> - 
Method in class edu.hws.jcm.awt.<A HREF="./edu/hws/jcm/awt/MessagePopup.html" title="class in edu.hws.jcm.awt">MessagePopup</A>
<DD>Get the currently displayed error message.
<DT><A HREF="./edu/hws/jcm/awt/VariableInput.html#getErrorMessage()"><B>getErrorMessage()</B></A> - 
Method in class edu.hws.jcm.awt.<A HREF="./edu/hws/jcm/awt/VariableInput.html" title="class in edu.hws.jcm.awt">VariableInput</A>
<DD>Get error message from previous call to checkInput().
<DT><A HREF="./edu/hws/jcm/draw/DisplayCanvas.html#getErrorMessage()"><B>getErrorMessage()</B></A> - 
Method in class edu.hws.jcm.draw.<A HREF="./edu/hws/jcm/draw/DisplayCanvas.html" title="class in edu.hws.jcm.draw">DisplayCanvas</A>
<DD>Get the error message that is currently displayed on the canvas.
<DT><A HREF="./edu/hws/jcm/awt/Controller.html#getErrorReporter()"><B>getErrorReporter()</B></A> - 
Method in class edu.hws.jcm.awt.<A HREF="./edu/hws/jcm/awt/Controller.html" title="class in edu.hws.jcm.awt">Controller</A>
<DD>Get the ErrorReporter for this Controller.
<DT><A HREF="./edu/hws/jcm/draw/LimitControlPanel.html#getErrorReporter()"><B>getErrorReporter()</B></A> - 
Method in class edu.hws.jcm.draw.<A HREF="./edu/hws/jcm/draw/LimitControlPanel.html" title="class in edu.hws.jcm.draw">LimitControlPanel</A>
<DD>Get the ErrorReporter that is used to report errors in the
 user's input.
<DT><A HREF="./edu/hws/jcm/awt/ExpressionInput.html#getExpression()"><B>getExpression()</B></A> - 
Method in class edu.hws.jcm.awt.<A HREF="./edu/hws/jcm/awt/ExpressionInput.html" title="class in edu.hws.jcm.awt">ExpressionInput</A>
<DD>Get the Expression associated with this ExpressionInput.
<DT><A HREF="./edu/hws/jcm/draw/DrawGeometric.html#getFillColor()"><B>getFillColor()</B></A> - 
Method in class edu.hws.jcm.draw.<A HREF="./edu/hws/jcm/draw/DrawGeometric.html" title="class in edu.hws.jcm.draw">DrawGeometric</A>
<DD>Get the color that is used for filling ovals and rects.
<DT><A HREF="./edu/hws/jcm/draw/DrawString.html#getFont()"><B>getFont()</B></A> - 
Method in class edu.hws.jcm.draw.<A HREF="./edu/hws/jcm/draw/DrawString.html" title="class in edu.hws.jcm.draw">DrawString</A>
<DD>Return the font that is used for drawing the string.
<DT><A HREF="./edu/hws/jcm/draw/DrawString.html#getFrameColor()"><B>getFrameColor()</B></A> - 
Method in class edu.hws.jcm.draw.<A HREF="./edu/hws/jcm/draw/DrawString.html" title="class in edu.hws.jcm.draw">DrawString</A>
<DD>Get the color that is used to draw a frame around the string.
<DT><A HREF="./edu/hws/jcm/draw/DrawString.html#getFrameWidth()"><B>getFrameWidth()</B></A> - 
Method in class edu.hws.jcm.draw.<A HREF="./edu/hws/jcm/draw/DrawString.html" title="class in edu.hws.jcm.draw">DrawString</A>
<DD>Get the width, in pixels, of the frame that is drawn around the string.
<DT><A HREF="./edu/hws/jcm/draw/RiemannSumRects.html#getFuction()"><B>getFuction()</B></A> - 
Method in class edu.hws.jcm.draw.<A HREF="./edu/hws/jcm/draw/RiemannSumRects.html" title="class in edu.hws.jcm.draw">RiemannSumRects</A>
<DD>Returns the function whose Riemann sums are computed.
<DT><A HREF="./edu/hws/jcm/awt/ExpressionInput.html#getFunction(edu.hws.jcm.data.Variable)"><B>getFunction(Variable)</B></A> - 
Method in class edu.hws.jcm.awt.<A HREF="./edu/hws/jcm/awt/ExpressionInput.html" title="class in edu.hws.jcm.awt">ExpressionInput</A>
<DD>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.
<DT><A HREF="./edu/hws/jcm/awt/ExpressionInput.html#getFunction(edu.hws.jcm.data.Variable[])"><B>getFunction(Variable[])</B></A> - 
Method in class edu.hws.jcm.awt.<A HREF="./edu/hws/jcm/awt/ExpressionInput.html" title="class in edu.hws.jcm.awt">ExpressionInput</A>
<DD>Get a function of one or more variables whose value at arguments
 x1, x2, ...
<DT><A HREF="./edu/hws/jcm/draw/Graph1D.html#getFunction()"><B>getFunction()</B></A> - 
Method in class edu.hws.jcm.draw.<A HREF="./edu/hws/jcm/draw/Graph1D.html" title="class in edu.hws.jcm.draw">Graph1D</A>
<DD>Get the (possibly null) function whose graph is drawn.
<DT><A HREF="./edu/hws/jcm/functions/TableFunctionGraph.html#getFunction()"><B>getFunction()</B></A> - 
Method in class edu.hws.jcm.functions.<A HREF="./edu/hws/jcm/functions/TableFunctionGraph.html" title="class in edu.hws.jcm.functions">TableFunctionGraph</A>
<DD>Get the TableFunction whose graph is drawn by this TableFunctionGraph.
<DT><A HREF="./edu/hws/jcm/functions/WrapperFunction.html#getFunction()"><B>getFunction()</B></A> - 
Method in class edu.hws.jcm.functions.<A HREF="./edu/hws/jcm/functions/WrapperFunction.html" title="class in edu.hws.jcm.functions">WrapperFunction</A>
<DD>Return the function that is currently wrapped in this WrapperFunction.
<DT><A HREF="./edu/hws/jcm/draw/CoordinateRect.html#getGap()"><B>getGap()</B></A> - 
Method in class edu.hws.jcm.draw.<A HREF="./edu/hws/jcm/draw/CoordinateRect.html" title="class in edu.hws.jcm.draw">CoordinateRect</A>
<DD>Get the gap, in pixels, between the edges of 
 the CoordinateRect and the limits specified by xmin, xmax, ymin, and ymax.
<DT><A HREF="./edu/hws/jcm/draw/DraggablePoint.html#getGhostColor()"><B>getGhostColor()</B></A> - 
Method in class edu.hws.jcm.draw.<A HREF="./edu/hws/jcm/draw/DraggablePoint.html" title="class in edu.hws.jcm.draw">DraggablePoint</A>
<DD>Get the "ghostColor" of the point.
<DT><A HREF="./edu/hws/jcm/awt/DataTableInput.html#getGridColor()"><B>getGridColor()</B></A> - 
Method in class edu.hws.jcm.awt.<A HREF="./edu/hws/jcm/awt/DataTableInput.html" title="class in edu.hws.jcm.awt">DataTableInput</A>
<DD>Returns the color that is used for the lines between cells in the table.
<DT><A HREF="./edu/hws/jcm/draw/DrawGeometric.html#getH()"><B>getH()</B></A> - 
Method in class edu.hws.jcm.draw.<A HREF="./edu/hws/jcm/draw/DrawGeometric.html" title="class in edu.hws.jcm.draw">DrawGeometric</A>
<DD>Get the horizontal offset from (x1,y1).
<DT><A HREF="./edu/hws/jcm/draw/DisplayCanvas.html#getHandleMouseZooms()"><B>getHandleMouseZooms()</B></A> - 
Method in class edu.hws.jcm.draw.<A HREF="./edu/hws/jcm/draw/DisplayCanvas.html" title="class in edu.hws.jcm.draw">DisplayCanvas</A>
<DD>Get the "handleMouseZooms" property of this DisplayCanvas, which determines whether the
 canvas reacts to mouse events by zooming the CoordinateRect that is clicked.
<DT><A HREF="./edu/hws/jcm/draw/CoordinateRect.html#getHeight()"><B>getHeight()</B></A> - 
Method in class edu.hws.jcm.draw.<A HREF="./edu/hws/jcm/draw/CoordinateRect.html" title="class in edu.hws.jcm.draw">CoordinateRect</A>
<DD>Get the height in pixels of this CoordinateRect in the DisplayCanvas that contains it.
<DT><A HREF="./edu/hws/jcm/awt/VariableInput.html#getInputStyle()"><B>getInputStyle()</B></A> - 
Method in class edu.hws.jcm.awt.<A HREF="./edu/hws/jcm/awt/VariableInput.html" title="class in edu.hws.jcm.awt">VariableInput</A>
<DD>Return the input style, which determines what types of things
 are allowed in the input box.
<DT><A HREF="./edu/hws/jcm/awt/JCMPanel.html#getInsets()"><B>getInsets()</B></A> - 
Method in class edu.hws.jcm.awt.<A HREF="./edu/hws/jcm/awt/JCMPanel.html" title="class in edu.hws.jcm.awt">JCMPanel</A>
<DD>Called by the system to determine how much of a gap to leave
 on each edge of the panel.
<DT><A HREF="./edu/hws/jcm/functions/TableFunctionInput.html#getInsets()"><B>getInsets()</B></A> - 
Method in class edu.hws.jcm.functions.<A HREF="./edu/hws/jcm/functions/TableFunctionInput.html" title="class in edu.hws.jcm.functions">TableFunctionInput</A>
<DD>Leave a 3-pixel gap around the edges of the panel.
<DT><A HREF="./edu/hws/jcm/awt/VariableSlider.html#getIntegerValued()"><B>getIntegerValued()</B></A> - 
Method in class edu.hws.jcm.awt.<A HREF="./edu/hws/jcm/awt/VariableSlider.html" title="class in edu.hws.jcm.awt">VariableSlider</A>
<DD>Return a boolean which is true if the VariableSlider restricts ranges of values to integers, false otherwise.
<DT><A HREF="./edu/hws/jcm/functions/TableFunctionGraph.html#getInteractive()"><B>getInteractive()</B></A> - 
Method in class edu.hws.jcm.functions.<A HREF="./edu/hws/jcm/functions/TableFunctionGraph.html" title="class in edu.hws.jcm.functions">TableFunctionGraph</A>
<DD>Get the value of the interactive property, which is true if the user can
  modify the function by dragging the points from the table.
<DT><A HREF="./edu/hws/jcm/draw/RiemannSumRects.html#getIntervalCount()"><B>getIntervalCount()</B></A> - 
Method in class edu.hws.jcm.draw.<A HREF="./edu/hws/jcm/draw/RiemannSumRects.html" title="class in edu.hws.jcm.draw">RiemannSumRects</A>
<DD>Get the number of intervals used.
<DT><A HREF="./edu/hws/jcm/awt/Animator.html#getIntervals()"><B>getIntervals()</B></A> - 
Method in class edu.hws.jcm.awt.<A HREF="./edu/hws/jcm/awt/Animator.html" title="class in edu.hws.jcm.awt">Animator</A>
<DD>Get the Value object that specifies the number of frames in the animation.
<DT><A HREF="./edu/hws/jcm/draw/ParametricCurve.html#getIntervals()"><B>getIntervals()</B></A> - 
Method in class edu.hws.jcm.draw.<A HREF="./edu/hws/jcm/draw/ParametricCurve.html" title="class in edu.hws.jcm.draw">ParametricCurve</A>
<DD>Get the value object, possibly null, that determines the number of points on the curve.
<DT><A HREF="./edu/hws/jcm/draw/DrawString.html#getJustification()"><B>getJustification()</B></A> - 
Method in class edu.hws.jcm.draw.<A HREF="./edu/hws/jcm/draw/DrawString.html" title="class in edu.hws.jcm.draw">DrawString</A>
<DD>Get the justification that is used for a multiple-line string.
<DT><A HREF="./edu/hws/jcm/awt/DataTableInput.html#getLabelBackground()"><B>getLabelBackground()</B></A> - 
Method in class edu.hws.jcm.awt.<A HREF="./edu/hws/jcm/awt/DataTableInput.html" title="class in edu.hws.jcm.awt">DataTableInput</A>
<DD>Returns the color that is used as a background for row numbers and column titles.
<DT><A HREF="./edu/hws/jcm/draw/Axes.html#getLabelColor()"><B>getLabelColor()</B></A> - 
Method in class edu.hws.jcm.draw.<A HREF="./edu/hws/jcm/draw/Axes.html" title="class in edu.hws.jcm.draw">Axes</A>
<DD>Get the color that is used for drawing the labels on the x- and y-axes.
<DT><A HREF="./edu/hws/jcm/draw/CoordinateRect.html#getLeft()"><B>getLeft()</B></A> - 
Method in class edu.hws.jcm.draw.<A HREF="./edu/hws/jcm/draw/CoordinateRect.html" title="class in edu.hws.jcm.draw">CoordinateRect</A>
<DD>Get the left edge of this CoordinateRect in the DisplayCanvas that contains it.
<DT><A HREF="./edu/hws/jcm/draw/Axes.html#getLightAxesColor()"><B>getLightAxesColor()</B></A> - 
Method in class edu.hws.jcm.draw.<A HREF="./edu/hws/jcm/draw/Axes.html" title="class in edu.hws.jcm.draw">Axes</A>
<DD>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.
<DT><A HREF="./edu/hws/jcm/awt/Limits.html#getLimits()"><B>getLimits()</B></A> - 
Method in interface edu.hws.jcm.awt.<A HREF="./edu/hws/jcm/awt/Limits.html" title="interface in edu.hws.jcm.awt">Limits</A>
<DD>Return a 4-element array containing xmin, xmax, ymin, and ymax.
<DT><A HREF="./edu/hws/jcm/draw/CoordinateRect.html#getLimits()"><B>getLimits()</B></A> - 
Method in class edu.hws.jcm.draw.<A HREF="./edu/hws/jcm/draw/CoordinateRect.html" title="class in edu.hws.jcm.draw">CoordinateRect</A>
<DD>Get an array containing the limits on the CoordinateRect in the order xmin, xmax, ymin, ymax.
<DT><A HREF="./edu/hws/jcm/draw/LimitControlPanel.html#getLimits()"><B>getLimits()</B></A> - 
Method in class edu.hws.jcm.draw.<A HREF="./edu/hws/jcm/draw/LimitControlPanel.html" title="class in edu.hws.jcm.draw">LimitControlPanel</A>
<DD>Get the values in the xmin, xmax, ymin, and ymax input boxes.
<DT><A HREF="./edu/hws/jcm/draw/ScatterPlot.html#getLineColor()"><B>getLineColor()</B></A> - 
Method in class edu.hws.jcm.draw.<A HREF="./edu/hws/jcm/draw/ScatterPlot.html" title="class in edu.hws.jcm.draw">ScatterPlot</A>
<DD>Get the color that is used to draw the regression line.
<DT><A HREF="./edu/hws/jcm/draw/DrawGeometric.html#getLineWidth()"><B>getLineWidth()</B></A> - 
Method in class edu.hws.jcm.draw.<A HREF="./edu/hws/jcm/draw/DrawGeometric.html" title="class in edu.hws.jcm.draw">DrawGeometric</A>
<DD>Get the width, in pixels, of lines that are drawn.
<DT><A HREF="./edu/hws/jcm/draw/MouseTracker.html#getListenForDrags()"><B>getListenForDrags()</B></A> - 
Method in class edu.hws.jcm.draw.<A HREF="./edu/hws/jcm/draw/MouseTracker.html" title="class in edu.hws.jcm.draw">MouseTracker</A>
<DD>Gets the "listenForDrags" property of the MouseTracker, which determines
 if the MouseTracker responds to both clicks and drags, or only to clicks.
<DT><A HREF="./edu/hws/jcm/awt/Animator.html#getLoopStyle()"><B>getLoopStyle()</B></A> - 
Method in class edu.hws.jcm.awt.<A HREF="./edu/hws/jcm/awt/Animator.html" title="class in edu.hws.jcm.awt">Animator</A>
<DD>Get the loop style, which determines what happens when the final frame of the animation is reached.
<DT><A HREF="./edu/hws/jcm/awt/Animator.html#getMax()"><B>getMax()</B></A> - 
Method in class edu.hws.jcm.awt.<A HREF="./edu/hws/jcm/awt/Animator.html" title="class in edu.hws.jcm.awt">Animator</A>
<DD>Get the Value object that specifies the final value of the Animator.
<DT><A HREF="./edu/hws/jcm/awt/VariableInput.html#getMax()"><B>getMax()</B></A> - 
Method in class edu.hws.jcm.awt.<A HREF="./edu/hws/jcm/awt/VariableInput.html" title="class in edu.hws.jcm.awt">VariableInput</A>
<DD>Return the maximum value that will be accepted in this VariableInput box.
<DT><A HREF="./edu/hws/jcm/awt/VariableSlider.html#getMax()"><B>getMax()</B></A> - 
Method in class edu.hws.jcm.awt.<A HREF="./edu/hws/jcm/awt/VariableSlider.html" title="class in edu.hws.jcm.awt">VariableSlider</A>
<DD>Get the Value object that gives the value of the variable when the slider is 
 at the right (or top) of the scrollbar.
<DT><A HREF="./edu/hws/jcm/draw/RiemannSumRects.html#getMethod()"><B>getMethod()</B></A> - 
Method in class edu.hws.jcm.draw.<A HREF="./edu/hws/jcm/draw/RiemannSumRects.html" title="class in edu.hws.jcm.draw">RiemannSumRects</A>
<DD>Return the current method used to find the rectangle sums
<DT><A HREF="./edu/hws/jcm/awt/Animator.html#getMillisPerFrame()"><B>getMillisPerFrame()</B></A> - 
Method in class edu.hws.jcm.awt.<A HREF="./edu/hws/jcm/awt/Animator.html" title="class in edu.hws.jcm.awt">Animator</A>
<DD>Get the nominal number of milliseconds per frame.
<DT><A HREF="./edu/hws/jcm/awt/Animator.html#getMin()"><B>getMin()</B></A> - 
Method in class edu.hws.jcm.awt.<A HREF="./edu/hws/jcm/awt/Animator.html" title="class in edu.hws.jcm.awt">Animator</A>
<DD>Get the Value object that specifies the starting value of the Animator.
<DT><A HREF="./edu/hws/jcm/awt/VariableInput.html#getMin()"><B>getMin()</B></A> - 
Method in class edu.hws.jcm.awt.<A HREF="./edu/hws/jcm/awt/VariableInput.html" title="class in edu.hws.jcm.awt">VariableInput</A>
<DD>Return the minimum value that will be accepted in this VariableInput box.
<DT><A HREF="./edu/hws/jcm/awt/VariableSlider.html#getMin()"><B>getMin()</B></A> - 
Method in class edu.hws.jcm.awt.<A HREF="./edu/hws/jcm/awt/VariableSlider.html" title="class in edu.hws.jcm.awt">VariableSlider</A>
<DD>Get the Value object that gives the value of the variable when the slider is 
 at the left (or bottom) of the scrollbar.
<DT><A HREF="./edu/hws/jcm/draw/ScatterPlot.html#getMissingValueIsError()"><B>getMissingValueIsError()</B></A> - 
Method in class edu.hws.jcm.draw.<A HREF="./edu/hws/jcm/draw/ScatterPlot.html" title="class in edu.hws.jcm.draw">ScatterPlot</A>
<DD>The return value indicates whether missing data is considered to be
  an error.
<DT><A HREF="./edu/hws/jcm/awt/DataTableInput.html#getName()"><B>getName()</B></A> - 
Method in class edu.hws.jcm.awt.<A HREF="./edu/hws/jcm/awt/DataTableInput.html" title="class in edu.hws.jcm.awt">DataTableInput</A>
<DD>Get the name of the DataInputTable (which might be null).
<DT><A HREF="./edu/hws/jcm/data/Constant.html#getName()"><B>getName()</B></A> - 
Method in class edu.hws.jcm.data.<A HREF="./edu/hws/jcm/data/Constant.html" title="class in edu.hws.jcm.data">Constant</A>
<DD>Return the name of this Constant.
<DT><A HREF="./edu/hws/jcm/data/MathObject.html#getName()"><B>getName()</B></A> - 
Method in interface edu.hws.jcm.data.<A HREF="./edu/hws/jcm/data/MathObject.html" title="interface in edu.hws.jcm.data">MathObject</A>
<DD>Get the name of this object.
<DT><A HREF="./edu/hws/jcm/data/StandardFunction.html#getName()"><B>getName()</B></A> - 
Method in class edu.hws.jcm.data.<A HREF="./edu/hws/jcm/data/StandardFunction.html" title="class in edu.hws.jcm.data">StandardFunction</A>
<DD>Return the name of this StandardFunction oject.
<DT><A HREF="./edu/hws/jcm/functions/FunctionParserExtension.html#getName()"><B>getName()</B></A> - 
Method in class edu.hws.jcm.functions.<A HREF="./edu/hws/jcm/functions/FunctionParserExtension.html" title="class in edu.hws.jcm.functions">FunctionParserExtension</A>
<DD>Get the name of this MathObject.
<DT><A HREF="./edu/hws/jcm/functions/SummationParser.html#getName()"><B>getName()</B></A> - 
Method in class edu.hws.jcm.functions.<A HREF="./edu/hws/jcm/functions/SummationParser.html" title="class in edu.hws.jcm.functions">SummationParser</A>
<DD>Get the name, which will be used in place of "sum" in expressions.
<DT><A HREF="./edu/hws/jcm/awt/DataTableInput.html#getNonEmptyRowCount()"><B>getNonEmptyRowCount()</B></A> - 
Method in class edu.hws.jcm.awt.<A HREF="./edu/hws/jcm/awt/DataTableInput.html" title="class in edu.hws.jcm.awt">DataTableInput</A>
<DD>Return the number of rows in the table, ignoring empty rows at the bottom
  of the table.
<DT><A HREF="./GenericGraphApplet.html#getNumericParam(java.lang.String)"><B>getNumericParam(String)</B></A> - 
Method in class <A HREF="./GenericGraphApplet.html" title="class in &lt;Unnamed&gt;">GenericGraphApplet</A>
<DD>Get The value of an applet parameter that consists of a list of numbers.
<DT><A HREF="./GenericGraphApplet.html#getNumericParam(java.lang.String, double[])"><B>getNumericParam(String, double[])</B></A> - 
Method in class <A HREF="./GenericGraphApplet.html" title="class in &lt;Unnamed&gt;">GenericGraphApplet</A>
<DD>Get The value of an applet parameter that consists of a list of numbers.
<DT><A HREF="./edu/hws/jcm/awt/DisplayLabel.html#getNumSize()"><B>getNumSize()</B></A> - 
Method in class edu.hws.jcm.awt.<A HREF="./edu/hws/jcm/awt/DisplayLabel.html" title="class in edu.hws.jcm.awt">DisplayLabel</A>
<DD>Return the desired maximum number of characters in displayed numbers.
<DT><A HREF="./edu/hws/jcm/draw/DrawString.html#getNumSize()"><B>getNumSize()</B></A> - 
Method in class edu.hws.jcm.draw.<A HREF="./edu/hws/jcm/draw/DrawString.html" title="class in edu.hws.jcm.draw">DrawString</A>
<DD>Return the desired maximum number of characters in displayed numbers.
<DT><A HREF="./edu/hws/jcm/draw/DrawString.html#getOffset()"><B>getOffset()</B></A> - 
Method in class edu.hws.jcm.draw.<A HREF="./edu/hws/jcm/draw/DrawString.html" title="class in edu.hws.jcm.draw">DrawString</A>
<DD>Get the distance of the bounding box of the string from the reference
 point where it is drawn.
<DT><A HREF="./edu/hws/jcm/awt/Animator.html#getOnChange()"><B>getOnChange()</B></A> - 
Method in class edu.hws.jcm.awt.<A HREF="./edu/hws/jcm/awt/Animator.html" title="class in edu.hws.jcm.awt">Animator</A>
<DD>Get the Controller that is notified (by calling its compute() method) whenever
 the frame changes.
<DT><A HREF="./edu/hws/jcm/draw/CoordinateRect.html#getOnChange()"><B>getOnChange()</B></A> - 
Method in class edu.hws.jcm.draw.<A HREF="./edu/hws/jcm/draw/CoordinateRect.html" title="class in edu.hws.jcm.draw">CoordinateRect</A>
<DD>Get the controller that is notified when the limits on this
 CoordinateRect change.
<DT><A HREF="./edu/hws/jcm/functions/TableFunctionInput.html#getOnChange()"><B>getOnChange()</B></A> - 
Method in class edu.hws.jcm.functions.<A HREF="./edu/hws/jcm/functions/TableFunctionInput.html" title="class in edu.hws.jcm.functions">TableFunctionInput</A>
<DD>Get the Controller that is notified when the user edits the data
 in this panel.
<DT><A HREF="./edu/hws/jcm/functions/TableFunctionGraph.html#getOnDrag()"><B>getOnDrag()</B></A> - 
Method in class edu.hws.jcm.functions.<A HREF="./edu/hws/jcm/functions/TableFunctionGraph.html" title="class in edu.hws.jcm.functions">TableFunctionGraph</A>
<DD>Get the Computable that is notified as the user drags a point.
<DT><A HREF="./edu/hws/jcm/draw/Panner.html#getOnFinishDrag()"><B>getOnFinishDrag()</B></A> - 
Method in class edu.hws.jcm.draw.<A HREF="./edu/hws/jcm/draw/Panner.html" title="class in edu.hws.jcm.draw">Panner</A>
<DD>Get the Controller that is notified when the user finishs a drag.
<DT><A HREF="./edu/hws/jcm/functions/TableFunctionGraph.html#getOnFinishDrag()"><B>getOnFinishDrag()</B></A> - 
Method in class edu.hws.jcm.functions.<A HREF="./edu/hws/jcm/functions/TableFunctionGraph.html" title="class in edu.hws.jcm.functions">TableFunctionGraph</A>
<DD>Get the Computable that is notified when the user finishes dragging a point.
<DT><A HREF="./edu/hws/jcm/awt/ExpressionInput.html#getOnTextChange()"><B>getOnTextChange()</B></A> - 
Method in class edu.hws.jcm.awt.<A HREF="./edu/hws/jcm/awt/ExpressionInput.html" title="class in edu.hws.jcm.awt">ExpressionInput</A>
<DD>Return the Controller, if any, that is notified whenever the text
 in this input box changes
<DT><A HREF="./edu/hws/jcm/awt/VariableInput.html#getOnTextChange()"><B>getOnTextChange()</B></A> - 
Method in class edu.hws.jcm.awt.<A HREF="./edu/hws/jcm/awt/VariableInput.html" title="class in edu.hws.jcm.awt">VariableInput</A>
<DD>Return the Controller, if any, that is notified when the text
 in this input box changes
<DT><A HREF="./edu/hws/jcm/awt/ComputeButton.html#getOnUserAction()"><B>getOnUserAction()</B></A> - 
Method in class edu.hws.jcm.awt.<A HREF="./edu/hws/jcm/awt/ComputeButton.html" title="class in edu.hws.jcm.awt">ComputeButton</A>
<DD>Return the controlller whose compute() method is
 called when the user clicks this button.
<DT><A HREF="./edu/hws/jcm/awt/ExpressionInput.html#getOnUserAction()"><B>getOnUserAction()</B></A> - 
Method in class edu.hws.jcm.awt.<A HREF="./edu/hws/jcm/awt/ExpressionInput.html" title="class in edu.hws.jcm.awt">ExpressionInput</A>
<DD>Return the Controller, if any, that is notified when the user 
 presses return in this text-input box.
<DT><A HREF="./edu/hws/jcm/awt/VariableInput.html#getOnUserAction()"><B>getOnUserAction()</B></A> - 
Method in class edu.hws.jcm.awt.<A HREF="./edu/hws/jcm/awt/VariableInput.html" title="class in edu.hws.jcm.awt">VariableInput</A>
<DD>Return the Controller, if any, that is notified when the user 
 presses return in this text-input box.
<DT><A HREF="./edu/hws/jcm/awt/VariableSlider.html#getOnUserAction()"><B>getOnUserAction()</B></A> - 
Method in class edu.hws.jcm.awt.<A HREF="./edu/hws/jcm/awt/VariableSlider.html" title="class in edu.hws.jcm.awt">VariableSlider</A>
<DD>Return the Controller, if any, that is notified when the user 
 adjusts the position of the scroll bar.
<DT><A HREF="./edu/hws/jcm/draw/DraggablePoint.html#getOnUserAction(edu.hws.jcm.awt.Controller)"><B>getOnUserAction(Controller)</B></A> - 
Method in class edu.hws.jcm.draw.<A HREF="./edu/hws/jcm/draw/DraggablePoint.html" title="class in edu.hws.jcm.draw">DraggablePoint</A>
<DD>Get the Controller that is notified when the user drags the point.
<DT><A HREF="./edu/hws/jcm/draw/MouseTracker.html#getOnUserAction()"><B>getOnUserAction()</B></A> - 
Method in class edu.hws.jcm.draw.<A HREF="./edu/hws/jcm/draw/MouseTracker.html" title="class in edu.hws.jcm.draw">MouseTracker</A>
<DD>Get the Controller that responds when a user mouse action is detected by this MouseTracker.
<DT><A HREF="./edu/hws/jcm/draw/Panner.html#getOnUserAction()"><B>getOnUserAction()</B></A> - 
Method in class edu.hws.jcm.draw.<A HREF="./edu/hws/jcm/draw/Panner.html" title="class in edu.hws.jcm.draw">Panner</A>
<DD>Get the Controller that is notified when the user moves the mouse during a drag.
<DT><A HREF="./edu/hws/jcm/data/StandardFunction.html#getOpCode()"><B>getOpCode()</B></A> - 
Method in class edu.hws.jcm.data.<A HREF="./edu/hws/jcm/data/StandardFunction.html" title="class in edu.hws.jcm.data">StandardFunction</A>
<DD>Return the operation code for this standard function.
<DT><A HREF="./edu/hws/jcm/awt/Animator.html#getOrientation()"><B>getOrientation()</B></A> - 
Method in class edu.hws.jcm.awt.<A HREF="./edu/hws/jcm/awt/Animator.html" title="class in edu.hws.jcm.awt">Animator</A>
<DD>Get the constant, VERTICAL or HORIZONTAL, that was used to specify whether the components
 in the animator are arranged veritcally or horizontally.
<DT><A HREF="./edu/hws/jcm/draw/RiemannSumRects.html#getOutlineColor()"><B>getOutlineColor()</B></A> - 
Method in class edu.hws.jcm.draw.<A HREF="./edu/hws/jcm/draw/RiemannSumRects.html" title="class in edu.hws.jcm.draw">RiemannSumRects</A>
<DD>Get the color that is used to draw outlines around the rects.
<DT><A HREF="./GenericGraphApplet.html#getParameter(java.lang.String)"><B>getParameter(String)</B></A> - 
Method in class <A HREF="./GenericGraphApplet.html" title="class in &lt;Unnamed&gt;">GenericGraphApplet</A>
<DD>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.
<DT><A HREF="./GenericGraphApplet.html#getParameter(java.lang.String, java.lang.String)"><B>getParameter(String, String)</B></A> - 
Method in class <A HREF="./GenericGraphApplet.html" title="class in &lt;Unnamed&gt;">GenericGraphApplet</A>
<DD>Get the value of an applet parameter, but return a default if the value is null.
<DT><A HREF="./ScatterPlotApplet.html#getParameter(java.lang.String, java.lang.String)"><B>getParameter(String, String)</B></A> - 
Method in class <A HREF="./ScatterPlotApplet.html" title="class in &lt;Unnamed&gt;">ScatterPlotApplet</A>
<DD>Return the applet parameter with a given param name, but if no
  such applet param exists, return a default value instead.
<DT><A HREF="./edu/hws/jcm/draw/CoordinateRect.html#getPixelHeight()"><B>getPixelHeight()</B></A> - 
Method in class edu.hws.jcm.draw.<A HREF="./edu/hws/jcm/draw/CoordinateRect.html" title="class in edu.hws.jcm.draw">CoordinateRect</A>
<DD>Return the height of one pixel in this coordinate system.
<DT><A HREF="./edu/hws/jcm/draw/VectorField.html#getPixelSpacing()"><B>getPixelSpacing()</B></A> - 
Method in class edu.hws.jcm.draw.<A HREF="./edu/hws/jcm/draw/VectorField.html" title="class in edu.hws.jcm.draw">VectorField</A>
<DD>Get the value of the pixelSpacing property, which determines the grid spacing for the vector field.
<DT><A HREF="./edu/hws/jcm/draw/CoordinateRect.html#getPixelWidth()"><B>getPixelWidth()</B></A> - 
Method in class edu.hws.jcm.draw.<A HREF="./edu/hws/jcm/draw/CoordinateRect.html" title="class in edu.hws.jcm.draw">CoordinateRect</A>
<DD>Return the width of one pixel in this coordinate system.
<DT><A HREF="./edu/hws/jcm/functions/TableFunction.html#getPointCount()"><B>getPointCount()</B></A> - 
Method in class edu.hws.jcm.functions.<A HREF="./edu/hws/jcm/functions/TableFunction.html" title="class in edu.hws.jcm.functions">TableFunction</A>
<DD>Gets the number of points in the table.
<DT><A HREF="./edu/hws/jcm/draw/DrawString.html#getPositioning()"><B>getPositioning()</B></A> - 
Method in class edu.hws.jcm.draw.<A HREF="./edu/hws/jcm/draw/DrawString.html" title="class in edu.hws.jcm.draw">DrawString</A>
<DD>Return the positioning, as set by setPositioning().
<DT><A HREF="./edu/hws/jcm/awt/DisplayLabel.html#getPreferredSize()"><B>getPreferredSize()</B></A> - 
Method in class edu.hws.jcm.awt.<A HREF="./edu/hws/jcm/awt/DisplayLabel.html" title="class in edu.hws.jcm.awt">DisplayLabel</A>
<DD>Return the preferred size of this DisplayLabel.
<DT><A HREF="./edu/hws/jcm/awt/VariableSlider.html#getPreferredSize()"><B>getPreferredSize()</B></A> - 
Method in class edu.hws.jcm.awt.<A HREF="./edu/hws/jcm/awt/VariableSlider.html" title="class in edu.hws.jcm.awt">VariableSlider</A>
<DD>Modify getPreferredSize to return a width of
 200, if the scrollbar is horzontal, or a height
 of 200, if it is vertical.
<DT><A HREF="./edu/hws/jcm/draw/DisplayCanvas.html#getPreferredSize()"><B>getPreferredSize()</B></A> - 
Method in class edu.hws.jcm.draw.<A HREF="./edu/hws/jcm/draw/DisplayCanvas.html" title="class in edu.hws.jcm.draw">DisplayCanvas</A>
<DD>This has been overridden to return a default size of 350-by-350 pixels.
<DT><A HREF="./edu/hws/jcm/draw/LimitControlPanel.html#getPreferredSize()"><B>getPreferredSize()</B></A> - 
Method in class edu.hws.jcm.draw.<A HREF="./edu/hws/jcm/draw/LimitControlPanel.html" title="class in edu.hws.jcm.draw">LimitControlPanel</A>
<DD>Compute the preferred size of this panel.
<DT><A HREF="./edu/hws/jcm/draw/DraggablePoint.html#getRadius()"><B>getRadius()</B></A> - 
Method in class edu.hws.jcm.draw.<A HREF="./edu/hws/jcm/draw/DraggablePoint.html" title="class in edu.hws.jcm.draw">DraggablePoint</A>
<DD>Get the radius used for drawing the point.
<DT><A HREF="./edu/hws/jcm/awt/DataTableInput.html#getRowNumberVariable()"><B>getRowNumberVariable()</B></A> - 
Method in class edu.hws.jcm.awt.<A HREF="./edu/hws/jcm/awt/DataTableInput.html" title="class in edu.hws.jcm.awt">DataTableInput</A>
<DD>Get a variable that represents the current row number in the table,
  as set by the setCurrentRowNumber() method.
<DT><A HREF="./edu/hws/jcm/awt/Animator.html#getSerialNumber()"><B>getSerialNumber()</B></A> - 
Method in class edu.hws.jcm.awt.<A HREF="./edu/hws/jcm/awt/Animator.html" title="class in edu.hws.jcm.awt">Animator</A>
<DD>Part of the Tieable interface.
<DT><A HREF="./edu/hws/jcm/awt/DataTableInput.html#getSerialNumber()"><B>getSerialNumber()</B></A> - 
Method in class edu.hws.jcm.awt.<A HREF="./edu/hws/jcm/awt/DataTableInput.html" title="class in edu.hws.jcm.awt">DataTableInput</A>
<DD>Get the serial number of the table.
<DT><A HREF="./edu/hws/jcm/awt/Tieable.html#getSerialNumber()"><B>getSerialNumber()</B></A> - 
Method in interface edu.hws.jcm.awt.<A HREF="./edu/hws/jcm/awt/Tieable.html" title="interface in edu.hws.jcm.awt">Tieable</A>
<DD>Get the serial number associated with this Tieable.
<DT><A HREF="./edu/hws/jcm/awt/VariableInput.html#getSerialNumber()"><B>getSerialNumber()</B></A> - 
Method in class edu.hws.jcm.awt.<A HREF="./edu/hws/jcm/awt/VariableInput.html" title="class in edu.hws.jcm.awt">VariableInput</A>
<DD>Return this object's serial number, which increases whenever the
 value of the associated variable changes.
<DT><A HREF="./edu/hws/jcm/awt/VariableSlider.html#getSerialNumber()"><B>getSerialNumber()</B></A> - 
Method in class edu.hws.jcm.awt.<A HREF="./edu/hws/jcm/awt/VariableSlider.html" title="class in edu.hws.jcm.awt">VariableSlider</A>
<DD>Return this object's serial number, which is increased every time the
 value changes.
<DT><A HREF="./edu/hws/jcm/draw/CoordinateRect.html#getSerialNumber()"><B>getSerialNumber()</B></A> - 
Method in class edu.hws.jcm.draw.<A HREF="./edu/hws/jcm/draw/CoordinateRect.html" title="class in edu.hws.jcm.draw">CoordinateRect</A>
<DD>Return the serial number of the CoordinateRect, which is incremented each time the limits change.
<DT><A HREF="./edu/hws/jcm/draw/LimitControlPanel.html#getSerialNumber()"><B>getSerialNumber()</B></A> - 
Method in class edu.hws.jcm.draw.<A HREF="./edu/hws/jcm/draw/LimitControlPanel.html" title="class in edu.hws.jcm.draw">LimitControlPanel</A>
<DD>Part of the Tieable interface, and not meant to be called directly.
<DT><A HREF="./edu/hws/jcm/awt/DataTableInput.html#getShowColumnTitles()"><B>getShowColumnTitles()</B></A> - 
Method in class edu.hws.jcm.awt.<A HREF="./edu/hws/jcm/awt/DataTableInput.html" title="class in edu.hws.jcm.awt">DataTableInput</A>
<DD>Test whether the column name is shown at the top of each column.
<DT><A HREF="./edu/hws/jcm/functions/TableFunctionGraph.html#getShowPoints()"><B>getShowPoints()</B></A> - 
Method in class edu.hws.jcm.functions.<A HREF="./edu/hws/jcm/functions/TableFunctionGraph.html" title="class in edu.hws.jcm.functions">TableFunctionGraph</A>
<DD>Get the showPoints property, which determines whether the points
  from the table that defines the function are visible as little
  disks.
<DT><A HREF="./edu/hws/jcm/draw/ScatterPlot.html#getShowRegressionLine()"><B>getShowRegressionLine()</B></A> - 
Method in class edu.hws.jcm.draw.<A HREF="./edu/hws/jcm/draw/ScatterPlot.html" title="class in edu.hws.jcm.draw">ScatterPlot</A>
<DD>The return value tells whether a regression line is drawn.
<DT><A HREF="./edu/hws/jcm/awt/DataTableInput.html#getShowRowNumbers()"><B>getShowRowNumbers()</B></A> - 
Method in class edu.hws.jcm.awt.<A HREF="./edu/hws/jcm/awt/DataTableInput.html" title="class in edu.hws.jcm.awt">DataTableInput</A>
<DD>Test whether row numbers are shown.
<DT><A HREF="./edu/hws/jcm/draw/DrawString.html#getString()"><B>getString()</B></A> - 
Method in class edu.hws.jcm.draw.<A HREF="./edu/hws/jcm/draw/DrawString.html" title="class in edu.hws.jcm.draw">DrawString</A>
<DD>Get a copy of the display string (with \n's #'s, not with substitued values.)
<DT><A HREF="./edu/hws/jcm/draw/DraggablePoint.html#getStyle()"><B>getStyle()</B></A> - 
Method in class edu.hws.jcm.draw.<A HREF="./edu/hws/jcm/draw/DraggablePoint.html" title="class in edu.hws.jcm.draw">DraggablePoint</A>
<DD>Get the visual style of the point, which must be one of the constants
  DraggablePoint.DISK, DraggablePoint.SQUARE, or DraggablePoint.CROSS.
<DT><A HREF="./edu/hws/jcm/draw/VectorField.html#getStyle()"><B>getStyle()</B></A> - 
Method in class edu.hws.jcm.draw.<A HREF="./edu/hws/jcm/draw/VectorField.html" title="class in edu.hws.jcm.draw">VectorField</A>
<DD>Get the style in which the vector field is displayed.
<DT><A HREF="./edu/hws/jcm/functions/TableFunction.html#getStyle()"><B>getStyle()</B></A> - 
Method in class edu.hws.jcm.functions.<A HREF="./edu/hws/jcm/functions/TableFunction.html" title="class in edu.hws.jcm.functions">TableFunction</A>
<DD>Get the style of this TableFunction, which specifies how values are
 interpolated between points on the curve.
<DT><A HREF="./edu/hws/jcm/draw/ScatterPlot.html#getTable()"><B>getTable()</B></A> - 
Method in class edu.hws.jcm.draw.<A HREF="./edu/hws/jcm/draw/ScatterPlot.html" title="class in edu.hws.jcm.draw">ScatterPlot</A>
<DD>Get the DataTableInput from which the plotted data is obtained.
<DT><A HREF="./edu/hws/jcm/awt/DataTableInput.html#getThrowErrors()"><B>getThrowErrors()</B></A> - 
Method in class edu.hws.jcm.awt.<A HREF="./edu/hws/jcm/awt/DataTableInput.html" title="class in edu.hws.jcm.awt">DataTableInput</A>
<DD>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.
<DT><A HREF="./edu/hws/jcm/awt/ExpressionInput.html#getThrowErrors()"><B>getThrowErrors()</B></A> - 
Method in class edu.hws.jcm.awt.<A HREF="./edu/hws/jcm/awt/ExpressionInput.html" title="class in edu.hws.jcm.awt">ExpressionInput</A>
<DD>Return the value of the throwErrors property, which determines whether errors
 can be thrown when checkInput() is called.
<DT><A HREF="./edu/hws/jcm/awt/VariableInput.html#getThrowErrors()"><B>getThrowErrors()</B></A> - 
Method in class edu.hws.jcm.awt.<A HREF="./edu/hws/jcm/awt/VariableInput.html" title="class in edu.hws.jcm.awt">VariableInput</A>
<DD>Return the value of the throwErrors property.
<DT><A HREF="./edu/hws/jcm/draw/ParametricCurve.html#getTMax()"><B>getTMax()</B></A> - 
Method in class edu.hws.jcm.draw.<A HREF="./edu/hws/jcm/draw/ParametricCurve.html" title="class in edu.hws.jcm.draw">ParametricCurve</A>
<DD>Get the Value object, possibly null, that gives the right endpoint of the domain of the parameter.
<DT><A HREF="./edu/hws/jcm/draw/ParametricCurve.html#getTMin()"><B>getTMin()</B></A> - 
Method in class edu.hws.jcm.draw.<A HREF="./edu/hws/jcm/draw/ParametricCurve.html" title="class in edu.hws.jcm.draw">ParametricCurve</A>
<DD>Get the Value object, possibly null, that gives the left endpoint of the domain of the parameter.
<DT><A HREF="./edu/hws/jcm/draw/CoordinateRect.html#getTop()"><B>getTop()</B></A> - 
Method in class edu.hws.jcm.draw.<A HREF="./edu/hws/jcm/draw/CoordinateRect.html" title="class in edu.hws.jcm.draw">CoordinateRect</A>
<DD>Get the top edge of this CoordinateRect in the DisplayCanvas that contains it.
<DT><A HREF="./edu/hws/jcm/draw/MouseTracker.html#getUndefinedWhenNotDragging()"><B>getUndefinedWhenNotDragging()</B></A> - 
Method in class edu.hws.jcm.draw.<A HREF="./edu/hws/jcm/draw/MouseTracker.html" title="class in edu.hws.jcm.draw">MouseTracker</A>
<DD>Gets the "undefinedWhenNotDragging" property of the MouseTracker.
<DT><A HREF="./edu/hws/jcm/awt/Animator.html#getUndefinedWhenNotRunning()"><B>getUndefinedWhenNotRunning()</B></A> - 
Method in class edu.hws.jcm.awt.<A HREF="./edu/hws/jcm/awt/Animator.html" title="class in edu.hws.jcm.awt">Animator</A>
<DD>Get the value of the undefinedWhenNotRunning property.
<DT><A HREF="./edu/hws/jcm/draw/DisplayCanvas.html#getUseOffscreenCanvas()"><B>getUseOffscreenCanvas()</B></A> - 
Method in class edu.hws.jcm.draw.<A HREF="./edu/hws/jcm/draw/DisplayCanvas.html" title="class in edu.hws.jcm.draw">DisplayCanvas</A>
<DD>Set the "useOffscreenCanvas" property of this DisplayCanvas.
<DT><A HREF="./edu/hws/jcm/draw/LimitControlPanel.html#getUseTwoColumnsIfPossible()"><B>getUseTwoColumnsIfPossible()</B></A> - 
Method in class edu.hws.jcm.draw.<A HREF="./edu/hws/jcm/draw/LimitControlPanel.html" title="class in edu.hws.jcm.draw">LimitControlPanel</A>
<DD>Get the value of the "useTwoColumnsIfPossible" property of this panel.
<DT><A HREF="./edu/hws/jcm/draw/DrawGeometric.html#getV()"><B>getV()</B></A> - 
Method in class edu.hws.jcm.draw.<A HREF="./edu/hws/jcm/draw/DrawGeometric.html" title="class in edu.hws.jcm.draw">DrawGeometric</A>
<DD>Get the vertical offset from (x1,y1).
<DT><A HREF="./edu/hws/jcm/awt/Animator.html#getVal()"><B>getVal()</B></A> - 
Method in class edu.hws.jcm.awt.<A HREF="./edu/hws/jcm/awt/Animator.html" title="class in edu.hws.jcm.awt">Animator</A>
<DD>Get the current value of the Animator.
<DT><A HREF="./edu/hws/jcm/awt/ExpressionInput.EI.html#getVal()"><B>getVal()</B></A> - 
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>
<DD>&nbsp;
<DT><A HREF="./edu/hws/jcm/awt/ExpressionInput.html#getVal()"><B>getVal()</B></A> - 
Method in class edu.hws.jcm.awt.<A HREF="./edu/hws/jcm/awt/ExpressionInput.html" title="class in edu.hws.jcm.awt">ExpressionInput</A>
<DD>Return the current value of the expression associated with
 this ExpressionInput.
<DT><A HREF="./edu/hws/jcm/awt/VariableInput.html#getVal()"><B>getVal()</B></A> - 
Method in class edu.hws.jcm.awt.<A HREF="./edu/hws/jcm/awt/VariableInput.html" title="class in edu.hws.jcm.awt">VariableInput</A>
<DD>Return the value of the associated variable, which might not
 reflect the value of the contents of the input box.
<DT><A HREF="./edu/hws/jcm/awt/VariableSlider.html#getVal()"><B>getVal()</B></A> - 
Method in class edu.hws.jcm.awt.<A HREF="./edu/hws/jcm/awt/VariableSlider.html" title="class in edu.hws.jcm.awt">VariableSlider</A>
<DD>Get the value of this VariableSlider.
<DT><A HREF="./edu/hws/jcm/data/Constant.html#getVal()"><B>getVal()</B></A> - 
Method in class edu.hws.jcm.data.<A HREF="./edu/hws/jcm/data/Constant.html" title="class in edu.hws.jcm.data">Constant</A>
<DD>Return the value of this Constant.
<DT><A HREF="./edu/hws/jcm/data/ExpressionProgram.html#getVal()"><B>getVal()</B></A> - 
Method in class edu.hws.jcm.data.<A HREF="./edu/hws/jcm/data/ExpressionProgram.html" title="class in edu.hws.jcm.data">ExpressionProgram</A>
<DD>Run the ExprssionProgram and return the value that it computes.
<DT><A HREF="./edu/hws/jcm/data/Function.html#getVal(double[])"><B>getVal(double[])</B></A> - 
Method in interface edu.hws.jcm.data.<A HREF="./edu/hws/jcm/data/Function.html" title="interface in edu.hws.jcm.data">Function</A>
<DD>Find the value of the function at the argument values
 given by arguments[0], arguments[1], ...
<DT><A HREF="./edu/hws/jcm/data/SimpleFunction.html#getVal(double[])"><B>getVal(double[])</B></A> - 
Method in class edu.hws.jcm.data.<A HREF="./edu/hws/jcm/data/SimpleFunction.html" title="class in edu.hws.jcm.data">SimpleFunction</A>
<DD>Find the value of the function at the argument values
 argument[0], argument[1]....
<DT><A HREF="./edu/hws/jcm/data/Value.html#getVal()"><B>getVal()</B></A> - 
Method in interface edu.hws.jcm.data.<A HREF="./edu/hws/jcm/data/Value.html" title="interface in edu.hws.jcm.data">Value</A>
<DD>Gets the current value of this object.
<DT><A HREF="./edu/hws/jcm/data/ValueMath.html#getVal()"><B>getVal()</B></A> - 
Method in class edu.hws.jcm.data.<A HREF="./edu/hws/jcm/data/ValueMath.html" title="class in edu.hws.jcm.data">ValueMath</A>
<DD>Get the value of this object.
<DT><A HREF="./edu/hws/jcm/functions/ExpressionFunction.html#getVal(double[])"><B>getVal(double[])</B></A> - 
Method in class edu.hws.jcm.functions.<A HREF="./edu/hws/jcm/functions/ExpressionFunction.html" title="class in edu.hws.jcm.functions">ExpressionFunction</A>
<DD>Find the value of the function at the argument values
 given by arguments[0], arguments[1], ...
<DT><A HREF="./edu/hws/jcm/functions/TableFunction.html#getVal(double)"><B>getVal(double)</B></A> - 
Method in class edu.hws.jcm.functions.<A HREF="./edu/hws/jcm/functions/TableFunction.html" title="class in edu.hws.jcm.functions">TableFunction</A>
<DD>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.
<DT><A HREF="./edu/hws/jcm/functions/TableFunction.html#getVal(double[])"><B>getVal(double[])</B></A> - 
Method in class edu.hws.jcm.functions.<A HREF="./edu/hws/jcm/functions/TableFunction.html" title="class in edu.hws.jcm.functions">TableFunction</A>
<DD>Get the value of the function at the specified parameter value.
<DT><A HREF="./edu/hws/jcm/functions/WrapperFunction.html#getVal(double[])"><B>getVal(double[])</B></A> - 
Method in class edu.hws.jcm.functions.<A HREF="./edu/hws/jcm/functions/WrapperFunction.html" title="class in edu.hws.jcm.functions">WrapperFunction</A>
<DD>Find the value of the function at the argument value
 argument[0], ....
<DT><A HREF="./edu/hws/jcm/awt/Animator.html#getValueAsVariable()"><B>getValueAsVariable()</B></A> - 
Method in class edu.hws.jcm.awt.<A HREF="./edu/hws/jcm/awt/Animator.html" title="class in edu.hws.jcm.awt">Animator</A>
<DD>Get a variable whose value is always equal to the value of the animator.
<DT><A HREF="./edu/hws/jcm/awt/Animator.html#getValueAsVariable(java.lang.String)"><B>getValueAsVariable(String)</B></A> - 
Method in class edu.hws.jcm.awt.<A HREF="./edu/hws/jcm/awt/Animator.html" title="class in edu.hws.jcm.awt">Animator</A>
<DD>Get a variable whose value is always equal to the value of the animator.
<DT><A HREF="./edu/hws/jcm/draw/CoordinateRect.html#getValueObject(int)"><B>getValueObject(int)</B></A> - 
Method in class edu.hws.jcm.draw.<A HREF="./edu/hws/jcm/draw/CoordinateRect.html" title="class in edu.hws.jcm.draw">CoordinateRect</A>
<DD>Get a Value object representing one of the limits on this CoordinateRect.
<DT><A HREF="./edu/hws/jcm/draw/RiemannSumRects.html#getValueObject(int)"><B>getValueObject(int)</B></A> - 
Method in class edu.hws.jcm.draw.<A HREF="./edu/hws/jcm/draw/RiemannSumRects.html" title="class in edu.hws.jcm.draw">RiemannSumRects</A>
<DD>Gets a Value object that gives the value of the Riemann sum for the specified method.
<DT><A HREF="./edu/hws/jcm/draw/ScatterPlot.html#getValueObject(int)"><B>getValueObject(int)</B></A> - 
Method in class edu.hws.jcm.draw.<A HREF="./edu/hws/jcm/draw/ScatterPlot.html" title="class in edu.hws.jcm.draw">ScatterPlot</A>
<DD>Get a Value that represents a statistic about the data that is shown
  in the scatter plot.
<DT><A HREF="./edu/hws/jcm/awt/DisplayLabel.html#getValues()"><B>getValues()</B></A> - 
Method in class edu.hws.jcm.awt.<A HREF="./edu/hws/jcm/awt/DisplayLabel.html" title="class in edu.hws.jcm.awt">DisplayLabel</A>
<DD>Get the array of Value objects whose values are displayed
 in this DisplayLabel.
<DT><A HREF="./edu/hws/jcm/draw/DrawString.html#getValues()"><B>getValues()</B></A> - 
Method in class edu.hws.jcm.draw.<A HREF="./edu/hws/jcm/draw/DrawString.html" title="class in edu.hws.jcm.draw">DrawString</A>
<DD>Return the array of values that are substituted for #'s in the string.
<DT><A HREF="./edu/hws/jcm/awt/ExpressionInput.EI.html#getValueWithCases(edu.hws.jcm.data.Cases)"><B>getValueWithCases(Cases)</B></A> - 
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>
<DD>&nbsp;
<DT><A HREF="./edu/hws/jcm/data/Constant.html#getValueWithCases(edu.hws.jcm.data.Cases)"><B>getValueWithCases(Cases)</B></A> - 
Method in class edu.hws.jcm.data.<A HREF="./edu/hws/jcm/data/Constant.html" title="class in edu.hws.jcm.data">Constant</A>
<DD>Return the value of the Constant.
<DT><A HREF="./edu/hws/jcm/data/Expression.html#getValueWithCases(edu.hws.jcm.data.Cases)"><B>getValueWithCases(Cases)</B></A> - 
Method in interface edu.hws.jcm.data.<A HREF="./edu/hws/jcm/data/Expression.html" title="interface in edu.hws.jcm.data">Expression</A>
<DD>Compute and return the value of this expression.
<DT><A HREF="./edu/hws/jcm/data/ExpressionProgram.html#getValueWithCases(edu.hws.jcm.data.Cases)"><B>getValueWithCases(Cases)</B></A> - 
Method in class edu.hws.jcm.data.<A HREF="./edu/hws/jcm/data/ExpressionProgram.html" title="class in edu.hws.jcm.data">ExpressionProgram</A>
<DD>Run the ExprssionProgram and return the value that it computes.
<DT><A HREF="./edu/hws/jcm/data/Function.html#getValueWithCases(double[], edu.hws.jcm.data.Cases)"><B>getValueWithCases(double[], Cases)</B></A> - 
Method in interface edu.hws.jcm.data.<A HREF="./edu/hws/jcm/data/Function.html" title="interface in edu.hws.jcm.data">Function</A>
<DD>Find the value of the function at the argument values
 given by arguments[0], arguments[1], ...
<DT><A HREF="./edu/hws/jcm/data/SimpleFunction.html#getValueWithCases(double[], edu.hws.jcm.data.Cases)"><B>getValueWithCases(double[], Cases)</B></A> - 
Method in class edu.hws.jcm.data.<A HREF="./edu/hws/jcm/data/SimpleFunction.html" title="class in edu.hws.jcm.data">SimpleFunction</A>
<DD>Find the value of the function at the argument values
 argument[0], argument[1]....
<DT><A HREF="./edu/hws/jcm/functions/ExpressionFunction.html#getValueWithCases(double[], edu.hws.jcm.data.Cases)"><B>getValueWithCases(double[], Cases)</B></A> - 
Method in class edu.hws.jcm.functions.<A HREF="./edu/hws/jcm/functions/ExpressionFunction.html" title="class in edu.hws.jcm.functions">ExpressionFunction</A>
<DD>Find the value of the function at the argument values
 given by arguments[0], arguments[1], ...
<DT><A HREF="./edu/hws/jcm/functions/TableFunction.html#getValueWithCases(double[], edu.hws.jcm.data.Cases)"><B>getValueWithCases(double[], Cases)</B></A> - 
Method in class edu.hws.jcm.functions.<A HREF="./edu/hws/jcm/functions/TableFunction.html" title="class in edu.hws.jcm.functions">TableFunction</A>
<DD>Get the value of the function at the specified parameter value.
<DT><A HREF="./edu/hws/jcm/functions/WrapperFunction.html#getValueWithCases(double[], edu.hws.jcm.data.Cases)"><B>getValueWithCases(double[], Cases)</B></A> - 
Method in class edu.hws.jcm.functions.<A HREF="./edu/hws/jcm/functions/WrapperFunction.html" title="class in edu.hws.jcm.functions">WrapperFunction</A>
<DD>Find the value of the function at the argument values
 argument[0],....
<DT><A HREF="./edu/hws/jcm/awt/VariableInput.html#getVariable()"><B>getVariable()</B></A> - 
Method in class edu.hws.jcm.awt.<A HREF="./edu/hws/jcm/awt/VariableInput.html" title="class in edu.hws.jcm.awt">VariableInput</A>
<DD>Get the associated variable for the VariableInput box.
<DT><A HREF="./edu/hws/jcm/awt/VariableSlider.html#getVariable()"><B>getVariable()</B></A> - 
Method in class edu.hws.jcm.awt.<A HREF="./edu/hws/jcm/awt/VariableSlider.html" title="class in edu.hws.jcm.awt">VariableSlider</A>
<DD>Return the variable associated with this VariableSlider.
<DT><A HREF="./edu/hws/jcm/draw/Drawable.html#getVisible()"><B>getVisible()</B></A> - 
Method in class edu.hws.jcm.draw.<A HREF="./edu/hws/jcm/draw/Drawable.html" title="class in edu.hws.jcm.draw">Drawable</A>
<DD>Return true if this Drawable is visible, false if it is hidden.
<DT><A HREF="./edu/hws/jcm/draw/CoordinateRect.html#getWidth()"><B>getWidth()</B></A> - 
Method in class edu.hws.jcm.draw.<A HREF="./edu/hws/jcm/draw/CoordinateRect.html" title="class in edu.hws.jcm.draw">CoordinateRect</A>
<DD>Get the width in pixels of this CoordinateRect in the DisplayCanvas that contains it.
<DT><A HREF="./edu/hws/jcm/draw/DrawBorder.html#getWidth()"><B>getWidth()</B></A> - 
Method in class edu.hws.jcm.draw.<A HREF="./edu/hws/jcm/draw/DrawBorder.html" title="class in edu.hws.jcm.draw">DrawBorder</A>
<DD>Get the width of the border, in pixels.
<DT><A HREF="./edu/hws/jcm/functions/TableFunction.html#getX(int)"><B>getX(int)</B></A> - 
Method in class edu.hws.jcm.functions.<A HREF="./edu/hws/jcm/functions/TableFunction.html" title="class in edu.hws.jcm.functions">TableFunction</A>
<DD>Get the x-coordinate in the i-th point, where the first point
 is number zero.
<DT><A HREF="./edu/hws/jcm/draw/DrawGeometric.html#getX1()"><B>getX1()</B></A> - 
Method in class edu.hws.jcm.draw.<A HREF="./edu/hws/jcm/draw/DrawGeometric.html" title="class in edu.hws.jcm.draw">DrawGeometric</A>
<DD>Get the value that gives the x-coordinate of the first point that determines the shape.
<DT><A HREF="./edu/hws/jcm/draw/DrawGeometric.html#getX2()"><B>getX2()</B></A> - 
Method in class edu.hws.jcm.draw.<A HREF="./edu/hws/jcm/draw/DrawGeometric.html" title="class in edu.hws.jcm.draw">DrawGeometric</A>
<DD>Get the value that gives the x-coordinate of the second point that determines the shape.
<DT><A HREF="./edu/hws/jcm/draw/Axes.html#getXAxisPosition()"><B>getXAxisPosition()</B></A> - 
Method in class edu.hws.jcm.draw.<A HREF="./edu/hws/jcm/draw/Axes.html" title="class in edu.hws.jcm.draw">Axes</A>
<DD>Get the positioning constant that tells where the x-axis is drawn.
<DT><A HREF="./edu/hws/jcm/draw/ParametricCurve.html#getXFunction()"><B>getXFunction()</B></A> - 
Method in class edu.hws.jcm.draw.<A HREF="./edu/hws/jcm/draw/ParametricCurve.html" title="class in edu.hws.jcm.draw">ParametricCurve</A>
<DD>Get the (possibly null) function that gives the x-coordinate of the curve.
<DT><A HREF="./edu/hws/jcm/draw/VectorField.html#getXFunction()"><B>getXFunction()</B></A> - 
Method in class edu.hws.jcm.draw.<A HREF="./edu/hws/jcm/draw/VectorField.html" title="class in edu.hws.jcm.draw">VectorField</A>
<DD>Get the (possibly null) function that gives the x-component of the vector field.
<DT><A HREF="./edu/hws/jcm/draw/Axes.html#getXLabel()"><B>getXLabel()</B></A> - 
Method in class edu.hws.jcm.draw.<A HREF="./edu/hws/jcm/draw/Axes.html" title="class in edu.hws.jcm.draw">Axes</A>
<DD>Get the label that appears on the x-axis.
<DT><A HREF="./edu/hws/jcm/draw/CoordinateRect.html#getXmax()"><B>getXmax()</B></A> - 
Method in class edu.hws.jcm.draw.<A HREF="./edu/hws/jcm/draw/CoordinateRect.html" title="class in edu.hws.jcm.draw">CoordinateRect</A>
<DD>Get the maximum x-coordinate.
<DT><A HREF="./edu/hws/jcm/draw/CoordinateRect.html#getXmin()"><B>getXmin()</B></A> - 
Method in class edu.hws.jcm.draw.<A HREF="./edu/hws/jcm/draw/CoordinateRect.html" title="class in edu.hws.jcm.draw">CoordinateRect</A>
<DD>Get the mimimum x-coordinate.
<DT><A HREF="./edu/hws/jcm/draw/DrawString.html#getXPos()"><B>getXPos()</B></A> - 
Method in class edu.hws.jcm.draw.<A HREF="./edu/hws/jcm/draw/DrawString.html" title="class in edu.hws.jcm.draw">DrawString</A>
<DD>Return the Value object that gives the x-coordinate of the reference
 point of this string.
<DT><A HREF="./edu/hws/jcm/draw/Grid.html#getXSP()"><B>getXSP()</B></A> - 
Method in class edu.hws.jcm.draw.<A HREF="./edu/hws/jcm/draw/Grid.html" title="class in edu.hws.jcm.draw">Grid</A>
<DD>Access method to return the x spacing used between grid lines.
<DT><A HREF="./edu/hws/jcm/draw/DraggablePoint.html#getXVar()"><B>getXVar()</B></A> - 
Method in class edu.hws.jcm.draw.<A HREF="./edu/hws/jcm/draw/DraggablePoint.html" title="class in edu.hws.jcm.draw">DraggablePoint</A>
<DD>Get the variable that represents the current x-value of the point.
<DT><A HREF="./edu/hws/jcm/draw/MouseTracker.html#getXVar()"><B>getXVar()</B></A> - 
Method in class edu.hws.jcm.draw.<A HREF="./edu/hws/jcm/draw/MouseTracker.html" title="class in edu.hws.jcm.draw">MouseTracker</A>
<DD>Get the variable whose value represents the x-coordinate of the MouseTracker.
<DT><A HREF="./edu/hws/jcm/functions/TableFunction.html#getY(int)"><B>getY(int)</B></A> - 
Method in class edu.hws.jcm.functions.<A HREF="./edu/hws/jcm/functions/TableFunction.html" title="class in edu.hws.jcm.functions">TableFunction</A>
<DD>Get the y-coordinate in the i-th point, where the first point
 is number zero.
<DT><A HREF="./edu/hws/jcm/draw/DrawGeometric.html#getY1()"><B>getY1()</B></A> - 
Method in class edu.hws.jcm.draw.<A HREF="./edu/hws/jcm/draw/DrawGeometric.html" title="class in edu.hws.jcm.draw">DrawGeometric</A>
<DD>Get the value that gives the y-coordinate of the first point that determines the shape.
<DT><A HREF="./edu/hws/jcm/draw/DrawGeometric.html#getY2()"><B>getY2()</B></A> - 
Method in class edu.hws.jcm.draw.<A HREF="./edu/hws/jcm/draw/DrawGeometric.html" title="class in edu.hws.jcm.draw">DrawGeometric</A>
<DD>Get the value that gives the y-coordinate of the second point that determines the shape.
<DT><A HREF="./edu/hws/jcm/draw/Axes.html#getYAxisPosition()"><B>getYAxisPosition()</B></A> - 
Method in class edu.hws.jcm.draw.<A HREF="./edu/hws/jcm/draw/Axes.html" title="class in edu.hws.jcm.draw">Axes</A>
<DD>Get the positioning constant that tells where the y-axis is drawn.
<DT><A HREF="./edu/hws/jcm/draw/ParametricCurve.html#getYFunction()"><B>getYFunction()</B></A> - 
Method in class edu.hws.jcm.draw.<A HREF="./edu/hws/jcm/draw/ParametricCurve.html" title="class in edu.hws.jcm.draw">ParametricCurve</A>
<DD>Get the (possibly null) function that gives the y-coordinate of the curve.
<DT><A HREF="./edu/hws/jcm/draw/VectorField.html#getYFunction()"><B>getYFunction()</B></A> - 
Method in class edu.hws.jcm.draw.<A HREF="./edu/hws/jcm/draw/VectorField.html" title="class in edu.hws.jcm.draw">VectorField</A>
<DD>Get the (possibly null) function that gives the y-component of the vector field.
<DT><A HREF="./edu/hws/jcm/draw/Axes.html#getYLabel()"><B>getYLabel()</B></A> - 
Method in class edu.hws.jcm.draw.<A HREF="./edu/hws/jcm/draw/Axes.html" title="class in edu.hws.jcm.draw">Axes</A>
<DD>Get the label that appears on the y-axis.
<DT><A HREF="./edu/hws/jcm/draw/CoordinateRect.html#getYmax()"><B>getYmax()</B></A> - 
Method in class edu.hws.jcm.draw.<A HREF="./edu/hws/jcm/draw/CoordinateRect.html" title="class in edu.hws.jcm.draw">CoordinateRect</A>
<DD>Get the maximum x-coordinate.
<DT><A HREF="./edu/hws/jcm/draw/CoordinateRect.html#getYmin()"><B>getYmin()</B></A> - 
Method in class edu.hws.jcm.draw.<A HREF="./edu/hws/jcm/draw/CoordinateRect.html" title="class in edu.hws.jcm.draw">CoordinateRect</A>
<DD>Get the mimimum y-coordinate.
<DT><A HREF="./edu/hws/jcm/draw/DrawString.html#getYPos()"><B>getYPos()</B></A> - 
Method in class edu.hws.jcm.draw.<A HREF="./edu/hws/jcm/draw/DrawString.html" title="class in edu.hws.jcm.draw">DrawString</A>
<DD>Return the Value object that gives the y-coordinate of the reference
 point of this string.point of this string.
<DT><A HREF="./edu/hws/jcm/draw/Grid.html#getYSP()"><B>getYSP()</B></A> - 
Method in class edu.hws.jcm.draw.<A HREF="./edu/hws/jcm/draw/Grid.html" title="class in edu.hws.jcm.draw">Grid</A>
<DD>Access method to return the y spacing used between grid lines
<DT><A HREF="./edu/hws/jcm/draw/DraggablePoint.html#getYVar()"><B>getYVar()</B></A> - 
Method in class edu.hws.jcm.draw.<A HREF="./edu/hws/jcm/draw/DraggablePoint.html" title="class in edu.hws.jcm.draw">DraggablePoint</A>
<DD>Get the variable that represents the current y-value of the point.
<DT><A HREF="./edu/hws/jcm/draw/MouseTracker.html#getYVar()"><B>getYVar()</B></A> - 
Method in class edu.hws.jcm.draw.<A HREF="./edu/hws/jcm/draw/MouseTracker.html" title="class in edu.hws.jcm.draw">MouseTracker</A>
<DD>Get the variable whose value represents the y-coordinate of the MouseTracker.
<DT><A HREF="./edu/hws/jcm/draw/Graph1D.html" title="class in edu.hws.jcm.draw"><B>Graph1D</B></A> - Class in <A HREF="./edu/hws/jcm/draw/package-summary.html">edu.hws.jcm.draw</A><DD>A Graph1D represents the graph of a function of one variable, to be
 displayed in a given CoordinateRect.<DT><A HREF="./edu/hws/jcm/draw/Graph1D.html#Graph1D()"><B>Graph1D()</B></A> - 
Constructor for class edu.hws.jcm.draw.<A HREF="./edu/hws/jcm/draw/Graph1D.html" title="class in edu.hws.jcm.draw">Graph1D</A>
<DD>Create a Graph1D with no function to graph.
<DT><A HREF="./edu/hws/jcm/draw/Graph1D.html#Graph1D(edu.hws.jcm.data.Function)"><B>Graph1D(Function)</B></A> - 
Constructor for class edu.hws.jcm.draw.<A HREF="./edu/hws/jcm/draw/Graph1D.html" title="class in edu.hws.jcm.draw">Graph1D</A>
<DD>Create a graph of the specified function.
<DT><A HREF="./edu/hws/jcm/draw/Grid.html" title="class in edu.hws.jcm.draw"><B>Grid</B></A> - Class in <A HREF="./edu/hws/jcm/draw/package-summary.html">edu.hws.jcm.draw</A><DD>A Grid object draws a graph paper-like grid on a Canvas.<DT><A HREF="./edu/hws/jcm/draw/Grid.html#Grid()"><B>Grid()</B></A> - 
Constructor for class edu.hws.jcm.draw.<A HREF="./edu/hws/jcm/draw/Grid.html" title="class in edu.hws.jcm.draw">Grid</A>
<DD>Create a Grid object with x and y spacing 1.0.
<DT><A HREF="./edu/hws/jcm/draw/Grid.html#Grid(double, double)"><B>Grid(double, double)</B></A> - 
Constructor for class edu.hws.jcm.draw.<A HREF="./edu/hws/jcm/draw/Grid.html" title="class in edu.hws.jcm.draw">Grid</A>
<DD>Create a Grid object with spacing specified.
<DT><A HREF="./edu/hws/jcm/data/ExpressionProgram.html#GT"><B>GT</B></A> - 
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>
<DD>Code for a unary or binary operator or a standard function.
</DL>
<HR>
<A NAME="_H_"><!-- --></A><H2>
<B>H</B></H2>
<DL>
<DT><A HREF="./edu/hws/jcm/draw/DrawGeometric.html#h"><B>h</B></A> - 
Variable in class edu.hws.jcm.draw.<A HREF="./edu/hws/jcm/draw/DrawGeometric.html" title="class in edu.hws.jcm.draw">DrawGeometric</A>
<DD>Integer that gives horizontal pixel offset from x1.
<DT><A HREF="./edu/hws/jcm/awt/Animator.html#HORIZONTAL"><B>HORIZONTAL</B></A> - 
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>
<DD>Indicates that the components in the Animator panel are to be in a horizontal row.
</DL>
<HR>
<A NAME="_I_"><!-- --></A><H2>
<B>I</B></H2>
<DL>
<DT><A HREF="./edu/hws/jcm/data/ParserContext.html#IDENTIFIER"><B>IDENTIFIER</B></A> - 
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>
<DD>One of the possible token types returned by look() and next().
<DT><A HREF="./edu/hws/jcm/draw/DrawGeometric.html#INFINITE_LINE_ABSOLUTE"><B>INFINITE_LINE_ABSOLUTE</B></A> - 
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>
<DD>Specifies a  line that extends through the points (x1,y1) and (x2,y2) and beyond.
<DT><A HREF="./edu/hws/jcm/draw/DrawGeometric.html#INFINITE_LINE_RELATIVE"><B>INFINITE_LINE_RELATIVE</B></A> - 
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>
<DD>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.
<DT><A HREF="./Evaluator.html#init()"><B>init()</B></A> - 
Method in class <A HREF="./Evaluator.html" title="class in &lt;Unnamed&gt;">Evaluator</A>
<DD>The init() method is called by the system to set up the applet.
<DT><A HREF="./GenericGraphApplet.html#init()"><B>init()</B></A> - 
Method in class <A HREF="./GenericGraphApplet.html" title="class in &lt;Unnamed&gt;">GenericGraphApplet</A>
<DD>The init() method is called by the system to set up the applet.
<DT><A HREF="./ScatterPlotApplet.html#init()"><B>init()</B></A> - 
Method in class <A HREF="./ScatterPlotApplet.html" title="class in &lt;Unnamed&gt;">ScatterPlotApplet</A>
<DD>The init() method is called by the system to set up the applet.
<DT><A HREF="./edu/hws/jcm/awt/InputObject.html" title="interface in edu.hws.jcm.awt"><B>InputObject</B></A> - Interface in <A HREF="./edu/hws/jcm/awt/package-summary.html">edu.hws.jcm.awt</A><DD>An InputObject represents some sort of value that can be changed
 by, for example, user interaction with a GUI element.<DT><A HREF="./GenericGraphApplet.html#inputPanel"><B>inputPanel</B></A> - 
Variable in class <A HREF="./GenericGraphApplet.html" title="class in &lt;Unnamed&gt;">GenericGraphApplet</A>
<DD>A panel containing the functionInput.
<DT><A HREF="./edu/hws/jcm/awt/Controller.html#inputs"><B>inputs</B></A> - 
Variable in class edu.hws.jcm.awt.<A HREF="./edu/hws/jcm/awt/Controller.html" title="class in edu.hws.jcm.awt">Controller</A>
<DD>InputObjects controlled by this controller.
<DT><A HREF="./edu/hws/jcm/awt/VariableInput.html#inputStyle"><B>inputStyle</B></A> - 
Variable in class edu.hws.jcm.awt.<A HREF="./edu/hws/jcm/awt/VariableInput.html" title="class in edu.hws.jcm.awt">VariableInput</A>
<DD>One of the constant values EXPRESSION, REAL, or
 INTEGER, specifying the style of input.
<DT><A HREF="./edu/hws/jcm/draw/RiemannSumRects.html#INSCRIBED"><B>INSCRIBED</B></A> - 
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>
<DD>Summation method type.
<DT><A HREF="./edu/hws/jcm/awt/DataTableInput.html#insertRow()"><B>insertRow()</B></A> - 
Method in class edu.hws.jcm.awt.<A HREF="./edu/hws/jcm/awt/DataTableInput.html" title="class in edu.hws.jcm.awt">DataTableInput</A>
<DD>Insert a row before the row that contains the cell that the user is editing.
<DT><A HREF="./edu/hws/jcm/awt/VariableInput.html#INTEGER"><B>INTEGER</B></A> - 
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>
<DD>A constant for use in the setInputStyle() method.
<DT><A HREF="./edu/hws/jcm/awt/VariableSlider.html#integerValued"><B>integerValued</B></A> - 
Variable in class edu.hws.jcm.awt.<A HREF="./edu/hws/jcm/awt/VariableSlider.html" title="class in edu.hws.jcm.awt">VariableSlider</A>
<DD>If this is true, then the value of the
 variable associated with this slider is
 an integer.
<DT><A HREF="./IntegralCurves.html" title="class in &lt;Unnamed&gt;"><B>IntegralCurves</B></A> - Class in <A HREF="./package-summary.html">&lt;Unnamed&gt;</A><DD>&nbsp;<DT><A HREF="./IntegralCurves.html#IntegralCurves()"><B>IntegralCurves()</B></A> - 
Constructor for class <A HREF="./IntegralCurves.html" title="class in &lt;Unnamed&gt;">IntegralCurves</A>
<DD>&nbsp;
<DT><A HREF="./edu/hws/jcm/draw/ScatterPlot.html#INTERCEPT"><B>INTERCEPT</B></A> - 
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>
<DD>A constant that can be used in the getValueObject() method to
  indicate which statistic the object should represent.
<DT><A HREF="./edu/hws/jcm/awt/VariableSlider.html#intervals"><B>intervals</B></A> - 
Variable in class edu.hws.jcm.awt.<A HREF="./edu/hws/jcm/awt/VariableSlider.html" title="class in edu.hws.jcm.awt">VariableSlider</A>
<DD>The number of possible value of the scrollbar
 (Unless integerValued is true.)
<DT><A HREF="./edu/hws/jcm/data/StackOfDouble.html#isEmpty()"><B>isEmpty()</B></A> - 
Method in class edu.hws.jcm.data.<A HREF="./edu/hws/jcm/data/StackOfDouble.html" title="class in edu.hws.jcm.data">StackOfDouble</A>
<DD>Return true if and only if the stack contains no items.
<DT><A HREF="./edu/hws/jcm/awt/Tie.html#items"><B>items</B></A> - 
Variable in class edu.hws.jcm.awt.<A HREF="./edu/hws/jcm/awt/Tie.html" title="class in edu.hws.jcm.awt">Tie</A>
<DD>The Tieables in this Tie.
<DT><A HREF="./edu/hws/jcm/draw/LimitControlPanel.html#items"><B>items</B></A> - 
Variable in class edu.hws.jcm.draw.<A HREF="./edu/hws/jcm/draw/LimitControlPanel.html" title="class in edu.hws.jcm.draw">LimitControlPanel</A>
<DD>Vector of components and component pairs that have
 been added to this panel, including at least the xmin, xmax, ymin, ymax
 input boxes.
<DT><A HREF="./edu/hws/jcm/awt/Animator.html#itemStateChanged(java.awt.event.ItemEvent)"><B>itemStateChanged(ItemEvent)</B></A> - 
Method in class edu.hws.jcm.awt.<A HREF="./edu/hws/jcm/awt/Animator.html" title="class in edu.hws.jcm.awt">Animator</A>
<DD>Respond to clicks on pop-up menus.
<DT><A HREF="./edu/hws/jcm/awt/Controller.html#itemStateChanged(java.awt.event.ItemEvent)"><B>itemStateChanged(ItemEvent)</B></A> - 
Method in class edu.hws.jcm.awt.<A HREF="./edu/hws/jcm/awt/Controller.html" title="class in edu.hws.jcm.awt">Controller</A>
<DD>Simply calls compute when the Controller hears an ItemEvent.
<DT><A HREF="./edu/hws/jcm/functions/TableFunctionInput.html#itemStateChanged(java.awt.event.ItemEvent)"><B>itemStateChanged(ItemEvent)</B></A> - 
Method in class edu.hws.jcm.functions.<A HREF="./edu/hws/jcm/functions/TableFunctionInput.html" title="class in edu.hws.jcm.functions">TableFunctionInput</A>
<DD>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.
<DT><A HREF="./FunctionComposition.html#itemStateChanged(java.awt.event.ItemEvent)"><B>itemStateChanged(ItemEvent)</B></A> - 
Method in class <A HREF="./FunctionComposition.html" title="class in &lt;Unnamed&gt;">FunctionComposition</A>
<DD>&nbsp;
<DT><A HREF="./GenericGraphApplet.html#itemStateChanged(java.awt.event.ItemEvent)"><B>itemStateChanged(ItemEvent)</B></A> - 
Method in class <A HREF="./GenericGraphApplet.html" title="class in &lt;Unnamed&gt;">GenericGraphApplet</A>
<DD>Respond when user chooses an example from the example menu.
<DT><A HREF="./RiemannSums.html#itemStateChanged(java.awt.event.ItemEvent)"><B>itemStateChanged(ItemEvent)</B></A> - 
Method in class <A HREF="./RiemannSums.html" title="class in &lt;Unnamed&gt;">RiemannSums</A>
<DD>&nbsp;
</DL>
<HR>
<A NAME="_J_"><!-- --></A><H2>
<B>J</B></H2>
<DL>
<DT><A HREF="./edu/hws/jcm/awt/JCMError.html" title="class in edu.hws.jcm.awt"><B>JCMError</B></A> - Exception in <A HREF="./edu/hws/jcm/awt/package-summary.html">edu.hws.jcm.awt</A><DD>JCMErrors can be generated by objects belonging to various classes
 in edu.hws.jcm.awt and edu.hws.jcm.draw.<DT><A HREF="./edu/hws/jcm/awt/JCMError.html#JCMError(java.lang.String)"><B>JCMError(String)</B></A> - 
Constructor for exception edu.hws.jcm.awt.<A HREF="./edu/hws/jcm/awt/JCMError.html" title="class in edu.hws.jcm.awt">JCMError</A>
<DD>Create a JCMError with the given error message and no associated object.
<DT><A HREF="./edu/hws/jcm/awt/JCMError.html#JCMError(java.lang.String, java.lang.Object)"><B>JCMError(String, Object)</B></A> - 
Constructor for exception edu.hws.jcm.awt.<A HREF="./edu/hws/jcm/awt/JCMError.html" title="class in edu.hws.jcm.awt">JCMError</A>
<DD>Create a JCMError with the given error message and associated object.
<DT><A HREF="./edu/hws/jcm/awt/JCMPanel.html" title="class in edu.hws.jcm.awt"><B>JCMPanel</B></A> - Class in <A HREF="./edu/hws/jcm/awt/package-summary.html">edu.hws.jcm.awt</A><DD>A JCMPanel is a Panel with an associated Controller.<DT><A HREF="./edu/hws/jcm/awt/JCMPanel.html#JCMPanel(java.awt.LayoutManager)"><B>JCMPanel(LayoutManager)</B></A> - 
Constructor for class edu.hws.jcm.awt.<A HREF="./edu/hws/jcm/awt/JCMPanel.html" title="class in edu.hws.jcm.awt">JCMPanel</A>
<DD>Create a JCMPanel that uses a given layout manager.
<DT><A HREF="./edu/hws/jcm/awt/JCMPanel.html#JCMPanel()"><B>JCMPanel()</B></A> - 
Constructor for class edu.hws.jcm.awt.<A HREF="./edu/hws/jcm/awt/JCMPanel.html" title="class in edu.hws.jcm.awt">JCMPanel</A>
<DD>Create a JCMPanel that uses a BorderLayout with horizontal and veritcal
 gaps of 3 pixels.
<DT><A HREF="./edu/hws/jcm/awt/JCMPanel.html#JCMPanel(int)"><B>JCMPanel(int)</B></A> - 
Constructor for class edu.hws.jcm.awt.<A HREF="./edu/hws/jcm/awt/JCMPanel.html" title="class in edu.hws.jcm.awt">JCMPanel</A>
<DD>Create a JCMPanel that uses a BorderLayout with horizontal and vertical
 gaps of "gap" pixels.
<DT><A HREF="./edu/hws/jcm/awt/JCMPanel.html#JCMPanel(int, int)"><B>JCMPanel(int, int)</B></A> - 
Constructor for class edu.hws.jcm.awt.<A HREF="./edu/hws/jcm/awt/JCMPanel.html" title="class in edu.hws.jcm.awt">JCMPanel</A>
<DD>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.
<DT><A HREF="./edu/hws/jcm/awt/JCMPanel.html#JCMPanel(int, int, int)"><B>JCMPanel(int, int, int)</B></A> - 
Constructor for class edu.hws.jcm.awt.<A HREF="./edu/hws/jcm/awt/JCMPanel.html" title="class in edu.hws.jcm.awt">JCMPanel</A>
<DD>Create a JCMPanel that uses a GridLayout with the specified number of rows
 and columns and with horizontal and vertical gaps of "gap" pixels.
<DT><A HREF="./edu/hws/jcm/draw/DrawString.html#justification"><B>justification</B></A> - 
Variable in class edu.hws.jcm.draw.<A HREF="./edu/hws/jcm/draw/DrawString.html" title="class in edu.hws.jcm.draw">DrawString</A>
<DD>Left, right, or center justification of lines in the text.
</DL>
<HR>
<A NAME="_L_"><!-- --></A><H2>
<B>L</B></H2>
<DL>
<DT><A HREF="./edu/hws/jcm/data/ExpressionProgram.html#LE"><B>LE</B></A> - 
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>
<DD>Code for a unary or binary operator or a standard function.
<DT><A HREF="./edu/hws/jcm/draw/Axes.html#LEFT"><B>LEFT</B></A> - 
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>
<DD>A constant that can be used in the setXAxisPosition() method to indicate the placement of the x-axis.
<DT><A HREF="./edu/hws/jcm/draw/DrawString.html#LEFT"><B>LEFT</B></A> - 
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>
<DD>For specifying justification of lines in multiline strings.
<DT><A HREF="./edu/hws/jcm/draw/RiemannSumRects.html#LEFTENDPOINT"><B>LEFTENDPOINT</B></A> - 
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>
<DD>Summation method type.
<DT><A HREF="./edu/hws/jcm/draw/LimitControlPanel.html" title="class in edu.hws.jcm.draw"><B>LimitControlPanel</B></A> - Class in <A HREF="./edu/hws/jcm/draw/package-summary.html">edu.hws.jcm.draw</A><DD>A LimitControlPanel has four input boxes for specifying the xmin, xmax, ymin, and ymax 
 of a CoodinateRect.<DT><A HREF="./edu/hws/jcm/draw/LimitControlPanel.html#LimitControlPanel()"><B>LimitControlPanel()</B></A> - 
Constructor for class edu.hws.jcm.draw.<A HREF="./edu/hws/jcm/draw/LimitControlPanel.html" title="class in edu.hws.jcm.draw">LimitControlPanel</A>
<DD>Create a LimitControlPanel containing input boxes labeled
 "xmin", "xmax", "ymin", "ymax" and a SET_LIMITS button.
<DT><A HREF="./edu/hws/jcm/draw/LimitControlPanel.html#LimitControlPanel(int, boolean)"><B>LimitControlPanel(int, boolean)</B></A> - 
Constructor for class edu.hws.jcm.draw.<A HREF="./edu/hws/jcm/draw/LimitControlPanel.html" title="class in edu.hws.jcm.draw">LimitControlPanel</A>
<DD>Create a LimitControlPanel containing input boxes labeled
 "xmin", "xmax", "ymin", "ymax" and whatever buttons are in the
 set specified by the first parameter.
<DT><A HREF="./edu/hws/jcm/draw/LimitControlPanel.html#LimitControlPanel(java.lang.String, java.lang.String, java.lang.String, java.lang.String, int, boolean)"><B>LimitControlPanel(String, String, String, String, int, boolean)</B></A> - 
Constructor for class edu.hws.jcm.draw.<A HREF="./edu/hws/jcm/draw/LimitControlPanel.html" title="class in edu.hws.jcm.draw">LimitControlPanel</A>
<DD>Create a LimitControlPanel containing input boxes labeled 
 with the given names and containing whatever buttons are in the
 set buttonsToAdd.
<DT><A HREF="./edu/hws/jcm/awt/Limits.html" title="interface in edu.hws.jcm.awt"><B>Limits</B></A> - Interface in <A HREF="./edu/hws/jcm/awt/package-summary.html">edu.hws.jcm.awt</A><DD>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.<DT><A HREF="./GenericGraphApplet.html#limitsPanel"><B>limitsPanel</B></A> - 
Variable in class <A HREF="./GenericGraphApplet.html" title="class in &lt;Unnamed&gt;">GenericGraphApplet</A>
<DD>Controls the limits of the x- and y-coordinates on the canvas.
<DT><A HREF="./edu/hws/jcm/draw/DrawGeometric.html#LINE_ABSOLUTE"><B>LINE_ABSOLUTE</B></A> - 
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>
<DD>Specifies a line segment from (x1,y1) to (x2,y2).
<DT><A HREF="./edu/hws/jcm/draw/DrawGeometric.html#LINE_CENTERED"><B>LINE_CENTERED</B></A> - 
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>
<DD>Specifies a  line segment centered on (x1,y1).
<DT><A HREF="./edu/hws/jcm/draw/DrawGeometric.html#LINE_RELATIVE"><B>LINE_RELATIVE</B></A> - 
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>
<DD>Specifies a  line segment from (x1,y1) to (x1+x2,y1+y2), or to (x1+h,y1+v) if x2,y2 are null.
<DT><A HREF="./edu/hws/jcm/draw/VectorField.html#LINES"><B>LINES</B></A> - 
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>
<DD>One of the possible styles for displaying a VectorField: as a direction field shown as
 tangent lines.
<DT><A HREF="./edu/hws/jcm/draw/DrawGeometric.html#lineWidth"><B>lineWidth</B></A> - 
Variable in class edu.hws.jcm.draw.<A HREF="./edu/hws/jcm/draw/DrawGeometric.html" title="class in edu.hws.jcm.draw">DrawGeometric</A>
<DD>The width, in pixels, of lines, including the outlines
 of rects and ovals.
<DT><A HREF="./edu/hws/jcm/draw/MouseTracker.html#listenForDrags"><B>listenForDrags</B></A> - 
Variable in class edu.hws.jcm.draw.<A HREF="./edu/hws/jcm/draw/MouseTracker.html" title="class in edu.hws.jcm.draw">MouseTracker</A>
<DD>If true, the MouseTracker responds to both clicks and drags.
<DT><A HREF="./edu/hws/jcm/data/ExpressionProgram.html#LN"><B>LN</B></A> - 
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>
<DD>Code for a unary or binary operator or a standard function.
<DT><A HREF="./edu/hws/jcm/data/ExpressionProgram.html#LOG10"><B>LOG10</B></A> - 
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>
<DD>Code for a unary or binary operator or a standard function.
<DT><A HREF="./edu/hws/jcm/data/ExpressionProgram.html#LOG2"><B>LOG2</B></A> - 
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>
<DD>Code for a unary or binary operator or a standard function.
<DT><A HREF="./edu/hws/jcm/data/ParserContext.html#look()"><B>look()</B></A> - 
Method in class edu.hws.jcm.data.<A HREF="./edu/hws/jcm/data/ParserContext.html" title="class in edu.hws.jcm.data">ParserContext</A>
<DD>Look ahead at the next token in the data string, without consuming it.
<DT><A HREF="./edu/hws/jcm/awt/Animator.html#LOOP"><B>LOOP</B></A> - 
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>
<DD>Represents a loop style in which the animation is played repeatedly.
<DT><A HREF="./edu/hws/jcm/awt/Animator.html#LOOP_CHOICE"><B>LOOP_CHOICE</B></A> - 
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>
<DD>Used to add a component to the Animator Panel; can be used in a constructor
 or in the addControl() method.
<DT><A HREF="./edu/hws/jcm/data/ExpressionProgram.html#LT"><B>LT</B></A> - 
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>
<DD>Code for a unary or binary operator or a standard function.
</DL>
<HR>
<A NAME="_M_"><!-- --></A><H2>
<B>M</B></H2>
<DL>
<DT><A HREF="./GenericGraphApplet.html#mainController"><B>mainController</B></A> - 
Variable in class <A HREF="./GenericGraphApplet.html" title="class in &lt;Unnamed&gt;">GenericGraphApplet</A>
<DD>The Controller from the mainPanel.
<DT><A HREF="./GenericGraphApplet.html#mainPanel"><B>mainPanel</B></A> - 
Variable in class <A HREF="./GenericGraphApplet.html" title="class in &lt;Unnamed&gt;">GenericGraphApplet</A>
<DD>The main panel of the applet, containing a display canvas and other components.
<DT><A HREF="./GenericGraphApplet.html#makeAxes()"><B>makeAxes()</B></A> - 
Method in class <A HREF="./GenericGraphApplet.html" title="class in &lt;Unnamed&gt;">GenericGraphApplet</A>
<DD>Construct a set of Axes, based on applet params  "AxesColor", "AxesLightColor", 
  "XLabel", "YLabel", "LabelColor".
<DT><A HREF="./edu/hws/jcm/data/StackOfDouble.html#makeEmpty()"><B>makeEmpty()</B></A> - 
Method in class edu.hws.jcm.data.<A HREF="./edu/hws/jcm/data/StackOfDouble.html" title="class in edu.hws.jcm.data">StackOfDouble</A>
<DD>Clear all items from the stack.
<DT><A HREF="./Evaluator.html#makeMainPanel()"><B>makeMainPanel()</B></A> - 
Method in class <A HREF="./Evaluator.html" title="class in &lt;Unnamed&gt;">Evaluator</A>
<DD>&nbsp;
<DT><A HREF="./ScatterPlotApplet.html#makeMainPanel()"><B>makeMainPanel()</B></A> - 
Method in class <A HREF="./ScatterPlotApplet.html" title="class in &lt;Unnamed&gt;">ScatterPlotApplet</A>
<DD>&nbsp;
<DT><A HREF="./edu/hws/jcm/data/ParserContext.html#mark()"><B>mark()</B></A> - 
Method in class edu.hws.jcm.data.<A HREF="./edu/hws/jcm/data/ParserContext.html" title="class in edu.hws.jcm.data">ParserContext</A>
<DD>MathObjects added to the symbol table after a call to mark() will
  be removed by a later, matching call to revert().
<DT><A HREF="./edu/hws/jcm/data/MathObject.html" title="interface in edu.hws.jcm.data"><B>MathObject</B></A> - Interface in <A HREF="./edu/hws/jcm/data/package-summary.html">edu.hws.jcm.data</A><DD>A MathObject is just an object that has setName and getName methods.<DT><A HREF="./edu/hws/jcm/awt/VariableSlider.html#max"><B>max</B></A> - 
Variable in class edu.hws.jcm.awt.<A HREF="./edu/hws/jcm/awt/VariableSlider.html" title="class in edu.hws.jcm.awt">VariableSlider</A>
<DD>The Values that specify the range of values represented
 by the slider.
<DT><A HREF="./edu/hws/jcm/awt/VariableSlider.html#maxVal"><B>maxVal</B></A> - 
Variable in class edu.hws.jcm.awt.<A HREF="./edu/hws/jcm/awt/VariableSlider.html" title="class in edu.hws.jcm.awt">VariableSlider</A>
<DD>The values found for min and max the last time
 checkInput() was called.
<DT><A HREF="./edu/hws/jcm/awt/VariableInput.html#maxValue"><B>maxValue</B></A> - 
Variable in class edu.hws.jcm.awt.<A HREF="./edu/hws/jcm/awt/VariableInput.html" title="class in edu.hws.jcm.awt">VariableInput</A>
<DD>Largest allowable value.
<DT><A HREF="./edu/hws/jcm/awt/MessagePopup.html" title="class in edu.hws.jcm.awt"><B>MessagePopup</B></A> - Class in <A HREF="./edu/hws/jcm/awt/package-summary.html">edu.hws.jcm.awt</A><DD>The class MessagePopup represents a Window that pops up to display an error
 message.<DT><A HREF="./edu/hws/jcm/awt/MessagePopup.html#MessagePopup(java.awt.Component)"><B>MessagePopup(Component)</B></A> - 
Constructor for class edu.hws.jcm.awt.<A HREF="./edu/hws/jcm/awt/MessagePopup.html" title="class in edu.hws.jcm.awt">MessagePopup</A>
<DD>Create a MessagePopup with the give source component.
<DT><A HREF="./edu/hws/jcm/draw/RiemannSumRects.html#MIDPOINT"><B>MIDPOINT</B></A> - 
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>
<DD>Summation method type.
<DT><A HREF="./edu/hws/jcm/awt/VariableSlider.html#min"><B>min</B></A> - 
Variable in class edu.hws.jcm.awt.<A HREF="./edu/hws/jcm/awt/VariableSlider.html" title="class in edu.hws.jcm.awt">VariableSlider</A>
<DD>The Values that specify the range of values represented
 by the slider.
<DT><A HREF="./edu/hws/jcm/data/ExpressionProgram.html#MINUS"><B>MINUS</B></A> - 
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>
<DD>Code for a unary or binary operator or a standard function.
<DT><A HREF="./edu/hws/jcm/awt/VariableSlider.html#minVal"><B>minVal</B></A> - 
Variable in class edu.hws.jcm.awt.<A HREF="./edu/hws/jcm/awt/VariableSlider.html" title="class in edu.hws.jcm.awt">VariableSlider</A>
<DD>The values found for min and max the last time
 checkInput() was called.
<DT><A HREF="./edu/hws/jcm/awt/VariableInput.html#minValue"><B>minValue</B></A> - 
Variable in class edu.hws.jcm.awt.<A HREF="./edu/hws/jcm/awt/VariableInput.html" title="class in edu.hws.jcm.awt">VariableInput</A>
<DD>Smallest allowable value.
<DT><A HREF="./edu/hws/jcm/draw/ScatterPlot.html#MISSINGCT"><B>MISSINGCT</B></A> - 
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>
<DD>A constant that can be used in the getValueObject() method to
  indicate which statistic the object should represent.
<DT><A HREF="./edu/hws/jcm/draw/MouseTracker.html#mouseClicked(java.awt.event.MouseEvent)"><B>mouseClicked(MouseEvent)</B></A> - 
Method in class edu.hws.jcm.draw.<A HREF="./edu/hws/jcm/draw/MouseTracker.html" title="class in edu.hws.jcm.draw">MouseTracker</A>
<DD>Empty method, required by MouseListener interface.
<DT><A HREF="./edu/hws/jcm/draw/Panner.html#mouseClicked(java.awt.event.MouseEvent)"><B>mouseClicked(MouseEvent)</B></A> - 
Method in class edu.hws.jcm.draw.<A HREF="./edu/hws/jcm/draw/Panner.html" title="class in edu.hws.jcm.draw">Panner</A>
<DD>Responds to a mouse-click.
<DT><A HREF="./edu/hws/jcm/functions/TableFunctionGraph.html#mouseClicked(java.awt.event.MouseEvent)"><B>mouseClicked(MouseEvent)</B></A> - 
Method in class edu.hws.jcm.functions.<A HREF="./edu/hws/jcm/functions/TableFunctionGraph.html" title="class in edu.hws.jcm.functions">TableFunctionGraph</A>
<DD>Empty method, required by the MouseListener interface.
<DT><A HREF="./edu/hws/jcm/functions/TableFunctionInput.html#mouseClicked(java.awt.event.MouseEvent)"><B>mouseClicked(MouseEvent)</B></A> - 
Method in class edu.hws.jcm.functions.<A HREF="./edu/hws/jcm/functions/TableFunctionInput.html" title="class in edu.hws.jcm.functions">TableFunctionInput</A>
<DD>Empty method, required by the MouseListener interface.
<DT><A HREF="./edu/hws/jcm/draw/MouseTracker.html#mouseDragged(java.awt.event.MouseEvent)"><B>mouseDragged(MouseEvent)</B></A> - 
Method in class edu.hws.jcm.draw.<A HREF="./edu/hws/jcm/draw/MouseTracker.html" title="class in edu.hws.jcm.draw">MouseTracker</A>
<DD>Responds when the user drags the mouse.
<DT><A HREF="./edu/hws/jcm/draw/Panner.html#mouseDragged(java.awt.event.MouseEvent)"><B>mouseDragged(MouseEvent)</B></A> - 
Method in class edu.hws.jcm.draw.<A HREF="./edu/hws/jcm/draw/Panner.html" title="class in edu.hws.jcm.draw">Panner</A>
<DD>Responds to a mouse-drag.
<DT><A HREF="./edu/hws/jcm/functions/TableFunctionGraph.html#mouseDragged(java.awt.event.MouseEvent)"><B>mouseDragged(MouseEvent)</B></A> - 
Method in class edu.hws.jcm.functions.<A HREF="./edu/hws/jcm/functions/TableFunctionGraph.html" title="class in edu.hws.jcm.functions">TableFunctionGraph</A>
<DD>Method required by the MouseListener interface.
<DT><A HREF="./edu/hws/jcm/functions/TableFunctionInput.html#mouseDragged(java.awt.event.MouseEvent)"><B>mouseDragged(MouseEvent)</B></A> - 
Method in class edu.hws.jcm.functions.<A HREF="./edu/hws/jcm/functions/TableFunctionInput.html" title="class in edu.hws.jcm.functions">TableFunctionInput</A>
<DD>Method required by the MouseListener interface.
<DT><A HREF="./edu/hws/jcm/draw/MouseTracker.html#mouseEntered(java.awt.event.MouseEvent)"><B>mouseEntered(MouseEvent)</B></A> - 
Method in class edu.hws.jcm.draw.<A HREF="./edu/hws/jcm/draw/MouseTracker.html" title="class in edu.hws.jcm.draw">MouseTracker</A>
<DD>Empty method, required by MouseMotionListener interface.
<DT><A HREF="./edu/hws/jcm/draw/Panner.html#mouseEntered(java.awt.event.MouseEvent)"><B>mouseEntered(MouseEvent)</B></A> - 
Method in class edu.hws.jcm.draw.<A HREF="./edu/hws/jcm/draw/Panner.html" title="class in edu.hws.jcm.draw">Panner</A>
<DD>Responds to a mouse-enter event.
<DT><A HREF="./edu/hws/jcm/functions/TableFunctionGraph.html#mouseEntered(java.awt.event.MouseEvent)"><B>mouseEntered(MouseEvent)</B></A> - 
Method in class edu.hws.jcm.functions.<A HREF="./edu/hws/jcm/functions/TableFunctionGraph.html" title="class in edu.hws.jcm.functions">TableFunctionGraph</A>
<DD>Empty method, required by the MouseMotionListener interface.
<DT><A HREF="./edu/hws/jcm/functions/TableFunctionInput.html#mouseEntered(java.awt.event.MouseEvent)"><B>mouseEntered(MouseEvent)</B></A> - 
Method in class edu.hws.jcm.functions.<A HREF="./edu/hws/jcm/functions/TableFunctionInput.html" title="class in edu.hws.jcm.functions">TableFunctionInput</A>
<DD>Empty method, required by the MouseMotionListener interface.
<DT><A HREF="./edu/hws/jcm/draw/MouseTracker.html#mouseExited(java.awt.event.MouseEvent)"><B>mouseExited(MouseEvent)</B></A> - 
Method in class edu.hws.jcm.draw.<A HREF="./edu/hws/jcm/draw/MouseTracker.html" title="class in edu.hws.jcm.draw">MouseTracker</A>
<DD>Empty method, required by MouseMotionListener interface.
<DT><A HREF="./edu/hws/jcm/draw/Panner.html#mouseExited(java.awt.event.MouseEvent)"><B>mouseExited(MouseEvent)</B></A> - 
Method in class edu.hws.jcm.draw.<A HREF="./edu/hws/jcm/draw/Panner.html" title="class in edu.hws.jcm.draw">Panner</A>
<DD>Responds to a mouse-exit event.
<DT><A HREF="./edu/hws/jcm/functions/TableFunctionGraph.html#mouseExited(java.awt.event.MouseEvent)"><B>mouseExited(MouseEvent)</B></A> - 
Method in class edu.hws.jcm.functions.<A HREF="./edu/hws/jcm/functions/TableFunctionGraph.html" title="class in edu.hws.jcm.functions">TableFunctionGraph</A>
<DD>Empty method, required by the MouseMotionListener interface.
<DT><A HREF="./edu/hws/jcm/functions/TableFunctionInput.html#mouseExited(java.awt.event.MouseEvent)"><B>mouseExited(MouseEvent)</B></A> - 
Method in class edu.hws.jcm.functions.<A HREF="./edu/hws/jcm/functions/TableFunctionInput.html" title="class in edu.hws.jcm.functions">TableFunctionInput</A>
<DD>Empty method, required by the MouseMotionListener interface.
<DT><A HREF="./edu/hws/jcm/draw/MouseTracker.html#mouseMoved(java.awt.event.MouseEvent)"><B>mouseMoved(MouseEvent)</B></A> - 
Method in class edu.hws.jcm.draw.<A HREF="./edu/hws/jcm/draw/MouseTracker.html" title="class in edu.hws.jcm.draw">MouseTracker</A>
<DD>Empty method, required by MouseMotionListener interface.
<DT><A HREF="./edu/hws/jcm/draw/Panner.html#mouseMoved(java.awt.event.MouseEvent)"><B>mouseMoved(MouseEvent)</B></A> - 
Method in class edu.hws.jcm.draw.<A HREF="./edu/hws/jcm/draw/Panner.html" title="class in edu.hws.jcm.draw">Panner</A>
<DD>Responds when mouse moves.
<DT><A HREF="./edu/hws/jcm/functions/TableFunctionGraph.html#mouseMoved(java.awt.event.MouseEvent)"><B>mouseMoved(MouseEvent)</B></A> - 
Method in class edu.hws.jcm.functions.<A HREF="./edu/hws/jcm/functions/TableFunctionGraph.html" title="class in edu.hws.jcm.functions">TableFunctionGraph</A>
<DD>Empty method, required by the MouseMotionListener interface.
<DT><A HREF="./edu/hws/jcm/functions/TableFunctionInput.html#mouseMoved(java.awt.event.MouseEvent)"><B>mouseMoved(MouseEvent)</B></A> - 
Method in class edu.hws.jcm.functions.<A HREF="./edu/hws/jcm/functions/TableFunctionInput.html" title="class in edu.hws.jcm.functions">TableFunctionInput</A>
<DD>Empty method, required by the MouseMotionListener interface.
<DT><A HREF="./edu/hws/jcm/draw/MouseTracker.html#mousePressed(java.awt.event.MouseEvent)"><B>mousePressed(MouseEvent)</B></A> - 
Method in class edu.hws.jcm.draw.<A HREF="./edu/hws/jcm/draw/MouseTracker.html" title="class in edu.hws.jcm.draw">MouseTracker</A>
<DD>Responds when the user clicks the mouse in the rectangular
 area occupied by the CoordinateRect that contains this MouseTracker.
<DT><A HREF="./edu/hws/jcm/draw/Panner.html#mousePressed(java.awt.event.MouseEvent)"><B>mousePressed(MouseEvent)</B></A> - 
Method in class edu.hws.jcm.draw.<A HREF="./edu/hws/jcm/draw/Panner.html" title="class in edu.hws.jcm.draw">Panner</A>
<DD>Responds to a mouse-press.
<DT><A HREF="./edu/hws/jcm/functions/TableFunctionGraph.html#mousePressed(java.awt.event.MouseEvent)"><B>mousePressed(MouseEvent)</B></A> - 
Method in class edu.hws.jcm.functions.<A HREF="./edu/hws/jcm/functions/TableFunctionGraph.html" title="class in edu.hws.jcm.functions">TableFunctionGraph</A>
<DD>Method required by the MouseListener interface.
<DT><A HREF="./edu/hws/jcm/functions/TableFunctionInput.html#mousePressed(java.awt.event.MouseEvent)"><B>mousePressed(MouseEvent)</B></A> - 
Method in class edu.hws.jcm.functions.<A HREF="./edu/hws/jcm/functions/TableFunctionInput.html" title="class in edu.hws.jcm.functions">TableFunctionInput</A>
<DD>Method required by the MouseListener interface.
<DT><A HREF="./edu/hws/jcm/draw/MouseTracker.html#mouseReleased(java.awt.event.MouseEvent)"><B>mouseReleased(MouseEvent)</B></A> - 
Method in class edu.hws.jcm.draw.<A HREF="./edu/hws/jcm/draw/MouseTracker.html" title="class in edu.hws.jcm.draw">MouseTracker</A>
<DD>Responds when the user releases the mouse.
<DT><A HREF="./edu/hws/jcm/draw/Panner.html#mouseReleased(java.awt.event.MouseEvent)"><B>mouseReleased(MouseEvent)</B></A> - 
Method in class edu.hws.jcm.draw.<A HREF="./edu/hws/jcm/draw/Panner.html" title="class in edu.hws.jcm.draw">Panner</A>
<DD>Responds to a mouse-release.
<DT><A HREF="./edu/hws/jcm/functions/TableFunctionGraph.html#mouseReleased(java.awt.event.MouseEvent)"><B>mouseReleased(MouseEvent)</B></A> - 
Method in class edu.hws.jcm.functions.<A HREF="./edu/hws/jcm/functions/TableFunctionGraph.html" title="class in edu.hws.jcm.functions">TableFunctionGraph</A>
<DD>Method required by the MouseListener interface.
<DT><A HREF="./edu/hws/jcm/functions/TableFunctionInput.html#mouseReleased(java.awt.event.MouseEvent)"><B>mouseReleased(MouseEvent)</B></A> - 
Method in class edu.hws.jcm.functions.<A HREF="./edu/hws/jcm/functions/TableFunctionInput.html" title="class in edu.hws.jcm.functions">TableFunctionInput</A>
<DD>Method required by the MouseListener interface.
<DT><A HREF="./edu/hws/jcm/draw/MouseTracker.html" title="class in edu.hws.jcm.draw"><B>MouseTracker</B></A> - Class in <A HREF="./edu/hws/jcm/draw/package-summary.html">edu.hws.jcm.draw</A><DD>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.<DT><A HREF="./edu/hws/jcm/draw/MouseTracker.html#MouseTracker()"><B>MouseTracker()</B></A> - 
Constructor for class edu.hws.jcm.draw.<A HREF="./edu/hws/jcm/draw/MouseTracker.html" title="class in edu.hws.jcm.draw">MouseTracker</A>
<DD>Create a MouseTracker that responds to both clicks and drags.
<DT><A HREF="./edu/hws/jcm/draw/MouseTracker.html#MouseTracker(boolean, boolean)"><B>MouseTracker(boolean, boolean)</B></A> - 
Constructor for class edu.hws.jcm.draw.<A HREF="./edu/hws/jcm/draw/MouseTracker.html" title="class in edu.hws.jcm.draw">MouseTracker</A>
<DD>Creates a mouse tracker.
<DT><A HREF="./MultiGraph.html" title="class in &lt;Unnamed&gt;"><B>MultiGraph</B></A> - Class in <A HREF="./package-summary.html">&lt;Unnamed&gt;</A><DD>&nbsp;<DT><A HREF="./MultiGraph.html#MultiGraph()"><B>MultiGraph()</B></A> - 
Constructor for class <A HREF="./MultiGraph.html" title="class in &lt;Unnamed&gt;">MultiGraph</A>
<DD>&nbsp;
</DL>
<HR>
<A NAME="_N_"><!-- --></A><H2>
<B>N</B></H2>
<DL>
<DT><A HREF="./edu/hws/jcm/functions/FunctionParserExtension.html#name"><B>name</B></A> - 
Variable in class edu.hws.jcm.functions.<A HREF="./edu/hws/jcm/functions/FunctionParserExtension.html" title="class in edu.hws.jcm.functions">FunctionParserExtension</A>
<DD>The name of this MathObject, possibly null.
<DT><A HREF="./edu/hws/jcm/data/ExpressionProgram.html#NE"><B>NE</B></A> - 
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>
<DD>Code for a unary or binary operator or a standard function.
<DT><A HREF="./edu/hws/jcm/draw/Drawable.html#needsRedraw()"><B>needsRedraw()</B></A> - 
Method in class edu.hws.jcm.draw.<A HREF="./edu/hws/jcm/draw/Drawable.html" title="class in edu.hws.jcm.draw">Drawable</A>
<DD>This routine should be called if the appearance of the Drawable changes
 so that the rectangular area that it occupies has to be redrawn.
<DT><A HREF="./edu/hws/jcm/awt/VariableSlider.html#needsValueCheck"><B>needsValueCheck</B></A> - 
Variable in class edu.hws.jcm.awt.<A HREF="./edu/hws/jcm/awt/VariableSlider.html" title="class in edu.hws.jcm.awt">VariableSlider</A>
<DD>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.
<DT><A HREF="./edu/hws/jcm/awt/Animator.html#next()"><B>next()</B></A> - 
Method in class edu.hws.jcm.awt.<A HREF="./edu/hws/jcm/awt/Animator.html" title="class in edu.hws.jcm.awt">Animator</A>
<DD>Advance the animation by one frame.
<DT><A HREF="./edu/hws/jcm/data/ParserContext.html#next()"><B>next()</B></A> - 
Method in class edu.hws.jcm.data.<A HREF="./edu/hws/jcm/data/ParserContext.html" title="class in edu.hws.jcm.data">ParserContext</A>
<DD>Consume one token from the string.
<DT><A HREF="./edu/hws/jcm/awt/Animator.html#NEXT_BUTTON"><B>NEXT_BUTTON</B></A> - 
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>
<DD>Used to add a component to the Animator Panel; can be used in a constructor
 or in the addControl() method.
<DT><A HREF="./edu/hws/jcm/data/Parser.html#NO_DIGITS_IN_IDENTIFIERS"><B>NO_DIGITS_IN_IDENTIFIERS</B></A> - 
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>
<DD>An option that can be set for this parser.
<DT><A HREF="./edu/hws/jcm/data/Parser.html#NO_UNDERSCORE_IN_IDENTIFIERS"><B>NO_UNDERSCORE_IN_IDENTIFIERS</B></A> - 
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>
<DD>An option that can be set for this parser.
<DT><A HREF="./edu/hws/jcm/data/ExpressionProgram.html#NOT"><B>NOT</B></A> - 
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>
<DD>Code for a unary or binary operator or a standard function.
<DT><A HREF="./edu/hws/jcm/awt/Animator.html#notifyControllerOnChange(edu.hws.jcm.awt.Controller)"><B>notifyControllerOnChange(Controller)</B></A> - 
Method in class edu.hws.jcm.awt.<A HREF="./edu/hws/jcm/awt/Animator.html" title="class in edu.hws.jcm.awt">Animator</A>
<DD>Method required by the InputObject interface.
<DT><A HREF="./edu/hws/jcm/awt/Controller.html#notifyControllerOnChange(edu.hws.jcm.awt.Controller)"><B>notifyControllerOnChange(Controller)</B></A> - 
Method in class edu.hws.jcm.awt.<A HREF="./edu/hws/jcm/awt/Controller.html" title="class in edu.hws.jcm.awt">Controller</A>
<DD>Method required by InputObject interface; in this class, calls the same method
 recursively on any input objects controlled by this controller.
<DT><A HREF="./edu/hws/jcm/awt/ExpressionInput.html#notifyControllerOnChange(edu.hws.jcm.awt.Controller)"><B>notifyControllerOnChange(Controller)</B></A> - 
Method in class edu.hws.jcm.awt.<A HREF="./edu/hws/jcm/awt/ExpressionInput.html" title="class in edu.hws.jcm.awt">ExpressionInput</A>
<DD>Method required by InputObject interface; in this class, it simply calls
 setOnUserAction(c).
<DT><A HREF="./edu/hws/jcm/awt/InputObject.html#notifyControllerOnChange(edu.hws.jcm.awt.Controller)"><B>notifyControllerOnChange(Controller)</B></A> - 
Method in interface edu.hws.jcm.awt.<A HREF="./edu/hws/jcm/awt/InputObject.html" title="interface in edu.hws.jcm.awt">InputObject</A>
<DD>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.
<DT><A HREF="./edu/hws/jcm/awt/VariableInput.html#notifyControllerOnChange(edu.hws.jcm.awt.Controller)"><B>notifyControllerOnChange(Controller)</B></A> - 
Method in class edu.hws.jcm.awt.<A HREF="./edu/hws/jcm/awt/VariableInput.html" title="class in edu.hws.jcm.awt">VariableInput</A>
<DD>Method required by InputObject interface; in this class, it simply calls
 setOnUserAction(c).
<DT><A HREF="./edu/hws/jcm/awt/VariableSlider.html#notifyControllerOnChange(edu.hws.jcm.awt.Controller)"><B>notifyControllerOnChange(Controller)</B></A> - 
Method in class edu.hws.jcm.awt.<A HREF="./edu/hws/jcm/awt/VariableSlider.html" title="class in edu.hws.jcm.awt">VariableSlider</A>
<DD>Method required by InputObject interface; in this class, it simply calls
 setOnUserAction(c).
<DT><A HREF="./edu/hws/jcm/draw/CoordinateRect.html#notifyControllerOnChange(edu.hws.jcm.awt.Controller)"><B>notifyControllerOnChange(Controller)</B></A> - 
Method in class edu.hws.jcm.draw.<A HREF="./edu/hws/jcm/draw/CoordinateRect.html" title="class in edu.hws.jcm.draw">CoordinateRect</A>
<DD>Method required by InputObject interface; in this class, it calls the same method
 recursively on any input objects containted in this CoordinateRect.
<DT><A HREF="./edu/hws/jcm/draw/DisplayCanvas.html#notifyControllerOnChange(edu.hws.jcm.awt.Controller)"><B>notifyControllerOnChange(Controller)</B></A> - 
Method in class edu.hws.jcm.draw.<A HREF="./edu/hws/jcm/draw/DisplayCanvas.html" title="class in edu.hws.jcm.draw">DisplayCanvas</A>
<DD>Method required by InputObject interface; in this class, calls the same method
 recursively on any CoordinateRects contained in this DisplayCanvas.
<DT><A HREF="./edu/hws/jcm/draw/DraggablePoint.html#notifyControllerOnChange(edu.hws.jcm.awt.Controller)"><B>notifyControllerOnChange(Controller)</B></A> - 
Method in class edu.hws.jcm.draw.<A HREF="./edu/hws/jcm/draw/DraggablePoint.html" title="class in edu.hws.jcm.draw">DraggablePoint</A>
<DD>Method required by InputObject interface; in this class, it simply calls
 setOnUserAction(c).
<DT><A HREF="./edu/hws/jcm/draw/LimitControlPanel.html#notifyControllerOnChange(edu.hws.jcm.awt.Controller)"><B>notifyControllerOnChange(Controller)</B></A> - 
Method in class edu.hws.jcm.draw.<A HREF="./edu/hws/jcm/draw/LimitControlPanel.html" title="class in edu.hws.jcm.draw">LimitControlPanel</A>
<DD>Method required by CheckInput interface.
<DT><A HREF="./edu/hws/jcm/draw/MouseTracker.html#notifyControllerOnChange(edu.hws.jcm.awt.Controller)"><B>notifyControllerOnChange(Controller)</B></A> - 
Method in class edu.hws.jcm.draw.<A HREF="./edu/hws/jcm/draw/MouseTracker.html" title="class in edu.hws.jcm.draw">MouseTracker</A>
<DD>Method required by InputObject interface; in this class, it simply calls
 setOnUserAction(c).
<DT><A HREF="./edu/hws/jcm/data/ParserContext.html#NUMBER"><B>NUMBER</B></A> - 
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>
<DD>One of the possible token types returned by look() and next().
<DT><A HREF="./edu/hws/jcm/awt/DisplayLabel.html#numSize"><B>numSize</B></A> - 
Variable in class edu.hws.jcm.awt.<A HREF="./edu/hws/jcm/awt/DisplayLabel.html" title="class in edu.hws.jcm.awt">DisplayLabel</A>
<DD>Desired maximum number of characters in displayed numbers.
<DT><A HREF="./edu/hws/jcm/draw/DrawString.html#numSize"><B>numSize</B></A> - 
Variable in class edu.hws.jcm.draw.<A HREF="./edu/hws/jcm/draw/DrawString.html" title="class in edu.hws.jcm.draw">DrawString</A>
<DD>Maximum number of characters desired in numbers; actual number might actually be larger.
<DT><A HREF="./edu/hws/jcm/data/NumUtils.html" title="class in edu.hws.jcm.data"><B>NumUtils</B></A> - Class in <A HREF="./edu/hws/jcm/data/package-summary.html">edu.hws.jcm.data</A><DD>This class provides a few static functions for converting real numbers
 to strings and strings to real numbers.<DT><A HREF="./edu/hws/jcm/data/NumUtils.html#NumUtils()"><B>NumUtils()</B></A> - 
Constructor for class edu.hws.jcm.data.<A HREF="./edu/hws/jcm/data/NumUtils.html" title="class in edu.hws.jcm.data">NumUtils</A>
<DD>&nbsp;
</DL>
<HR>
<A NAME="_O_"><!-- --></A><H2>
<B>O</B></H2>
<DL>
<DT><A HREF="./edu/hws/jcm/awt/JCMError.html#object"><B>object</B></A> - 
Variable in exception edu.hws.jcm.awt.<A HREF="./edu/hws/jcm/awt/JCMError.html" title="class in edu.hws.jcm.awt">JCMError</A>
<DD>Object, possibly null, associated with this error.
<DT><A HREF="./edu/hws/jcm/draw/DrawString.html#offset"><B>offset</B></A> - 
Variable in class edu.hws.jcm.draw.<A HREF="./edu/hws/jcm/draw/DrawString.html" title="class in edu.hws.jcm.draw">DrawString</A>
<DD>If absolute positioning is used, then this gives a gap between the string and edge of rect.
<DT><A HREF="./edu/hws/jcm/awt/VariableSlider.html#oldPosition"><B>oldPosition</B></A> - 
Variable in class edu.hws.jcm.awt.<A HREF="./edu/hws/jcm/awt/VariableSlider.html" title="class in edu.hws.jcm.awt">VariableSlider</A>
<DD>This is the position of the scrollbar the last time
 getVal() or setVal() was called.
<DT><A HREF="./edu/hws/jcm/awt/Animator.html#ONCE"><B>ONCE</B></A> - 
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>
<DD>Represents a loop style in which the animation is played once.
<DT><A HREF="./edu/hws/jcm/draw/CoordinateRect.html#onChange"><B>onChange</B></A> - 
Variable in class edu.hws.jcm.draw.<A HREF="./edu/hws/jcm/draw/CoordinateRect.html" title="class in edu.hws.jcm.draw">CoordinateRect</A>
<DD>If non-null, this is the Controller that is notified when the limits change.
<DT><A HREF="./edu/hws/jcm/draw/MouseTracker.html#onUserAction"><B>onUserAction</B></A> - 
Variable in class edu.hws.jcm.draw.<A HREF="./edu/hws/jcm/draw/MouseTracker.html" title="class in edu.hws.jcm.draw">MouseTracker</A>
<DD>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.
<DT><A HREF="./edu/hws/jcm/data/ParserContext.html#OPCHARS"><B>OPCHARS</B></A> - 
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>
<DD>One of the possible token types returned by look() and next().
<DT><A HREF="./edu/hws/jcm/data/Parser.html#OPTIONAL_PARENS"><B>OPTIONAL_PARENS</B></A> - 
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>
<DD>An option that can be set for this parser.
<DT><A HREF="./edu/hws/jcm/data/Parser.html#OPTIONAL_SPACES"><B>OPTIONAL_SPACES</B></A> - 
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>
<DD>An option that can be set for this parser.
<DT><A HREF="./edu/hws/jcm/data/Parser.html#OPTIONAL_STARS"><B>OPTIONAL_STARS</B></A> - 
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>
<DD>An that can be set for this parser.
<DT><A HREF="./edu/hws/jcm/data/Parser.html#options"><B>options</B></A> - 
Variable in class edu.hws.jcm.data.<A HREF="./edu/hws/jcm/data/Parser.html" title="class in edu.hws.jcm.data">Parser</A>
<DD>The set of options that have been enabled for this parser.
<DT><A HREF="./edu/hws/jcm/data/ParserContext.html#options"><B>options</B></A> - 
Variable in class edu.hws.jcm.data.<A HREF="./edu/hws/jcm/data/ParserContext.html" title="class in edu.hws.jcm.data">ParserContext</A>
<DD>The options from the Parser.
<DT><A HREF="./edu/hws/jcm/data/ExpressionProgram.html#OR"><B>OR</B></A> - 
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>
<DD>Code for a unary or binary operator or a standard function.
<DT><A HREF="./edu/hws/jcm/draw/DrawGeometric.html#OVAL_ABSOLUTE"><B>OVAL_ABSOLUTE</B></A> - 
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>
<DD>Specifies an oval that just fits in the rectangle with corners at (x1,y1) and (x2,y2).
<DT><A HREF="./edu/hws/jcm/draw/DrawGeometric.html#OVAL_CENTERED"><B>OVAL_CENTERED</B></A> - 
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>
<DD>Specifies an oval that just fits inside the rect specified by RECT_CENTERED.
<DT><A HREF="./edu/hws/jcm/draw/DrawGeometric.html#OVAL_RELATIVE"><B>OVAL_RELATIVE</B></A> - 
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>
<DD>Specifies an oval that just fits inside the rect specified by RECT_RELATIVE.
</DL>
<HR>
<A NAME="_P_"><!-- --></A><H2>
<B>P</B></H2>
<DL>
<DT><A HREF="./edu/hws/jcm/draw/DisplayCanvas.html#paint(java.awt.Graphics)"><B>paint(Graphics)</B></A> - 
Method in class edu.hws.jcm.draw.<A HREF="./edu/hws/jcm/draw/DisplayCanvas.html" title="class in edu.hws.jcm.draw">DisplayCanvas</A>
<DD>Draw the contents of the DisplayCanvas.
<DT><A HREF="./edu/hws/jcm/draw/LimitControlPanel.html#paint(java.awt.Graphics)"><B>paint(Graphics)</B></A> - 
Method in class edu.hws.jcm.draw.<A HREF="./edu/hws/jcm/draw/LimitControlPanel.html" title="class in edu.hws.jcm.draw">LimitControlPanel</A>
<DD>Draw the input box labels.
<DT><A HREF="./edu/hws/jcm/draw/Panner.html" title="class in edu.hws.jcm.draw"><B>Panner</B></A> - Class in <A HREF="./edu/hws/jcm/draw/package-summary.html">edu.hws.jcm.draw</A><DD>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).<DT><A HREF="./edu/hws/jcm/draw/Panner.html#Panner()"><B>Panner()</B></A> - 
Constructor for class edu.hws.jcm.draw.<A HREF="./edu/hws/jcm/draw/Panner.html" title="class in edu.hws.jcm.draw">Panner</A>
<DD>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).
<DT><A HREF="./edu/hws/jcm/draw/Panner.html#Panner(int)"><B>Panner(int)</B></A> - 
Constructor for class edu.hws.jcm.draw.<A HREF="./edu/hws/jcm/draw/Panner.html" title="class in edu.hws.jcm.draw">Panner</A>
<DD>Create a Panner object that will let the user click-and-drag to pan the CoordinateRect
  that contains the Panner.
<DT><A HREF="./GenericGraphApplet.html#parameterDefaults"><B>parameterDefaults</B></A> - 
Variable in class <A HREF="./GenericGraphApplet.html" title="class in &lt;Unnamed&gt;">GenericGraphApplet</A>
<DD>A hash table that, if non-null, can hold values for applet params.
<DT><A HREF="./Parametric.html" title="class in &lt;Unnamed&gt;"><B>Parametric</B></A> - Class in <A HREF="./package-summary.html">&lt;Unnamed&gt;</A><DD>&nbsp;<DT><A HREF="./Parametric.html#Parametric()"><B>Parametric()</B></A> - 
Constructor for class <A HREF="./Parametric.html" title="class in &lt;Unnamed&gt;">Parametric</A>
<DD>&nbsp;
<DT><A HREF="./edu/hws/jcm/draw/ParametricCurve.html" title="class in edu.hws.jcm.draw"><B>ParametricCurve</B></A> - Class in <A HREF="./edu/hws/jcm/draw/package-summary.html">edu.hws.jcm.draw</A><DD>A ParametricCurve is defined by two functions, x(t) and y(t) of a variable, t,
 for t in a specified interval.<DT><A HREF="./edu/hws/jcm/draw/ParametricCurve.html#ParametricCurve()"><B>ParametricCurve()</B></A> - 
Constructor for class edu.hws.jcm.draw.<A HREF="./edu/hws/jcm/draw/ParametricCurve.html" title="class in edu.hws.jcm.draw">ParametricCurve</A>
<DD>Create a ParametricCurve with nothing to graph.
<DT><A HREF="./edu/hws/jcm/draw/ParametricCurve.html#ParametricCurve(edu.hws.jcm.data.Function, edu.hws.jcm.data.Function)"><B>ParametricCurve(Function, Function)</B></A> - 
Constructor for class edu.hws.jcm.draw.<A HREF="./edu/hws/jcm/draw/ParametricCurve.html" title="class in edu.hws.jcm.draw">ParametricCurve</A>
<DD>Create a parametric curve with x and y coordinates given by the specified functions
 of the parameter t.
<DT><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)"><B>ParametricCurve(Function, Function, Value, Value, Value)</B></A> - 
Constructor for class edu.hws.jcm.draw.<A HREF="./edu/hws/jcm/draw/ParametricCurve.html" title="class in edu.hws.jcm.draw">ParametricCurve</A>
<DD>Create a parametric curve with the specified values.
<DT><A HREF="./edu/hws/jcm/awt/Controller.html#parent"><B>parent</B></A> - 
Variable in class edu.hws.jcm.awt.<A HREF="./edu/hws/jcm/awt/Controller.html" title="class in edu.hws.jcm.awt">Controller</A>
<DD>The parent of this controller, if any.
<DT><A HREF="./edu/hws/jcm/data/Parser.html#parse(java.lang.String)"><B>parse(String)</B></A> - 
Method in class edu.hws.jcm.data.<A HREF="./edu/hws/jcm/data/Parser.html" title="class in edu.hws.jcm.data">Parser</A>
<DD>Parse the string str and create the corresponding expression.
<DT><A HREF="./edu/hws/jcm/data/ParseError.html" title="class in edu.hws.jcm.data"><B>ParseError</B></A> - Exception in <A HREF="./edu/hws/jcm/data/package-summary.html">edu.hws.jcm.data</A><DD>Represents a syntax error that is found while a string is being parsed.<DT><A HREF="./edu/hws/jcm/data/ParseError.html#ParseError(java.lang.String, edu.hws.jcm.data.ParserContext)"><B>ParseError(String, ParserContext)</B></A> - 
Constructor for exception edu.hws.jcm.data.<A HREF="./edu/hws/jcm/data/ParseError.html" title="class in edu.hws.jcm.data">ParseError</A>
<DD>Create a new ParseError with a given error message and parsing context.
<DT><A HREF="./edu/hws/jcm/data/Parser.html#parseExpression(edu.hws.jcm.data.ParserContext)"><B>parseExpression(ParserContext)</B></A> - 
Method in class edu.hws.jcm.data.<A HREF="./edu/hws/jcm/data/Parser.html" title="class in edu.hws.jcm.data">Parser</A>
<DD>Called as part of the parsing process.
<DT><A HREF="./edu/hws/jcm/data/Parser.html#parseFactor(edu.hws.jcm.data.ParserContext)"><B>parseFactor(ParserContext)</B></A> - 
Method in class edu.hws.jcm.data.<A HREF="./edu/hws/jcm/data/Parser.html" title="class in edu.hws.jcm.data">Parser</A>
<DD>Called as part of the parsing process.
<DT><A HREF="./edu/hws/jcm/data/Parser.html#parseLogical(java.lang.String)"><B>parseLogical(String)</B></A> - 
Method in class edu.hws.jcm.data.<A HREF="./edu/hws/jcm/data/Parser.html" title="class in edu.hws.jcm.data">Parser</A>
<DD>Parse the String, str, and create a corresponding logical-valued expression.
<DT><A HREF="./edu/hws/jcm/data/Parser.html#parseLogicalExpression(edu.hws.jcm.data.ParserContext)"><B>parseLogicalExpression(ParserContext)</B></A> - 
Method in class edu.hws.jcm.data.<A HREF="./edu/hws/jcm/data/Parser.html" title="class in edu.hws.jcm.data">Parser</A>
<DD>Called as part of the parsing process.
<DT><A HREF="./edu/hws/jcm/data/Parser.html#parseLogicalFactor(edu.hws.jcm.data.ParserContext)"><B>parseLogicalFactor(ParserContext)</B></A> - 
Method in class edu.hws.jcm.data.<A HREF="./edu/hws/jcm/data/Parser.html" title="class in edu.hws.jcm.data">Parser</A>
<DD>Called as part of the parsing process.
<DT><A HREF="./edu/hws/jcm/data/Parser.html#parseLogicalTerm(edu.hws.jcm.data.ParserContext)"><B>parseLogicalTerm(ParserContext)</B></A> - 
Method in class edu.hws.jcm.data.<A HREF="./edu/hws/jcm/data/Parser.html" title="class in edu.hws.jcm.data">Parser</A>
<DD>Called as part of the parsing process.
<DT><A HREF="./edu/hws/jcm/data/Parser.html#parsePrimary(edu.hws.jcm.data.ParserContext)"><B>parsePrimary(ParserContext)</B></A> - 
Method in class edu.hws.jcm.data.<A HREF="./edu/hws/jcm/data/Parser.html" title="class in edu.hws.jcm.data">Parser</A>
<DD>Called as part of the parsing process.
<DT><A HREF="./edu/hws/jcm/awt/ExpressionInput.html#parser"><B>parser</B></A> - 
Variable in class edu.hws.jcm.awt.<A HREF="./edu/hws/jcm/awt/ExpressionInput.html" title="class in edu.hws.jcm.awt">ExpressionInput</A>
<DD>A parser for parsing the user's input
 expression.
<DT><A HREF="./edu/hws/jcm/data/Parser.html" title="class in edu.hws.jcm.data"><B>Parser</B></A> - Class in <A HREF="./edu/hws/jcm/data/package-summary.html">edu.hws.jcm.data</A><DD>A Parser can take a string and compile it into an ExpressionProgram.<DT><A HREF="./edu/hws/jcm/data/Parser.html#Parser()"><B>Parser()</B></A> - 
Constructor for class edu.hws.jcm.data.<A HREF="./edu/hws/jcm/data/Parser.html" title="class in edu.hws.jcm.data">Parser</A>
<DD>Construct a Parser with no parent and with the default options,
 BOOLEANS and STANDARD_FUNCTIONS.
<DT><A HREF="./edu/hws/jcm/data/Parser.html#Parser(edu.hws.jcm.data.Parser)"><B>Parser(Parser)</B></A> - 
Constructor for class edu.hws.jcm.data.<A HREF="./edu/hws/jcm/data/Parser.html" title="class in edu.hws.jcm.data">Parser</A>
<DD>Create a Parser with the specified parent.
<DT><A HREF="./edu/hws/jcm/data/Parser.html#Parser(int)"><B>Parser(int)</B></A> - 
Constructor for class edu.hws.jcm.data.<A HREF="./edu/hws/jcm/data/Parser.html" title="class in edu.hws.jcm.data">Parser</A>
<DD>Create a Parser with the spedified option set and with no parent.
<DT><A HREF="./edu/hws/jcm/data/Parser.html#Parser(edu.hws.jcm.data.Parser, int)"><B>Parser(Parser, int)</B></A> - 
Constructor for class edu.hws.jcm.data.<A HREF="./edu/hws/jcm/data/Parser.html" title="class in edu.hws.jcm.data">Parser</A>
<DD>Create a Parser with the specified parent.
<DT><A HREF="./GenericGraphApplet.html#parser"><B>parser</B></A> - 
Variable in class <A HREF="./GenericGraphApplet.html" title="class in &lt;Unnamed&gt;">GenericGraphApplet</A>
<DD>The parser which is used for parsing input from the functionInput box.
<DT><A HREF="./edu/hws/jcm/data/ParserContext.html" title="class in edu.hws.jcm.data"><B>ParserContext</B></A> - Class in <A HREF="./edu/hws/jcm/data/package-summary.html">edu.hws.jcm.data</A><DD>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.<DT><A HREF="./edu/hws/jcm/data/ParserContext.html#ParserContext(java.lang.String, int, edu.hws.jcm.data.SymbolTable)"><B>ParserContext(String, int, SymbolTable)</B></A> - 
Constructor for class edu.hws.jcm.data.<A HREF="./edu/hws/jcm/data/ParserContext.html" title="class in edu.hws.jcm.data">ParserContext</A>
<DD>Create a ParserContext for parsing the data String, using the
 specified options and symbol table.
<DT><A HREF="./edu/hws/jcm/data/Parser.html#parseRelation(edu.hws.jcm.data.ParserContext)"><B>parseRelation(ParserContext)</B></A> - 
Method in class edu.hws.jcm.data.<A HREF="./edu/hws/jcm/data/Parser.html" title="class in edu.hws.jcm.data">Parser</A>
<DD>Called as part of the parsing process.
<DT><A HREF="./edu/hws/jcm/data/ParserExtension.html" title="interface in edu.hws.jcm.data"><B>ParserExtension</B></A> - Interface in <A HREF="./edu/hws/jcm/data/package-summary.html">edu.hws.jcm.data</A><DD>A ParserExtension can be defined to add new capabilities to a
 standard Parser.<DT><A HREF="./GenericGraphApplet.html#parseTableFuncDef(java.lang.String)"><B>parseTableFuncDef(String)</B></A> - 
Method in class <A HREF="./GenericGraphApplet.html" title="class in &lt;Unnamed&gt;">GenericGraphApplet</A>
<DD>Create a TableFunction from a string.
<DT><A HREF="./edu/hws/jcm/data/Parser.html#parseTerm(edu.hws.jcm.data.ParserContext)"><B>parseTerm(ParserContext)</B></A> - 
Method in class edu.hws.jcm.data.<A HREF="./edu/hws/jcm/data/Parser.html" title="class in edu.hws.jcm.data">Parser</A>
<DD>Called as part of the parsing process.
<DT><A HREF="./edu/hws/jcm/awt/Animator.html#pause()"><B>pause()</B></A> - 
Method in class edu.hws.jcm.awt.<A HREF="./edu/hws/jcm/awt/Animator.html" title="class in edu.hws.jcm.awt">Animator</A>
<DD>Pause the animation, if it is running.
<DT><A HREF="./edu/hws/jcm/awt/Animator.html#PAUSE_BUTTON"><B>PAUSE_BUTTON</B></A> - 
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>
<DD>Used to add a component to the Animator Panel; can be used in a constructor
 or in the addControl() method.
<DT><A HREF="./edu/hws/jcm/functions/TableFunction.html#PIECEWISE_LINEAR"><B>PIECEWISE_LINEAR</B></A> - 
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>
<DD>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.
<DT><A HREF="./edu/hws/jcm/draw/CoordinateRect.html#pixelToX(int)"><B>pixelToX(int)</B></A> - 
Method in class edu.hws.jcm.draw.<A HREF="./edu/hws/jcm/draw/CoordinateRect.html" title="class in edu.hws.jcm.draw">CoordinateRect</A>
<DD>Convert a horizontal pixel coordinate into an x-coordinate.
<DT><A HREF="./edu/hws/jcm/draw/CoordinateRect.html#pixelToY(int)"><B>pixelToY(int)</B></A> - 
Method in class edu.hws.jcm.draw.<A HREF="./edu/hws/jcm/draw/CoordinateRect.html" title="class in edu.hws.jcm.draw">CoordinateRect</A>
<DD>Convert a vertical pixel coordinate into a y-coordinate.
<DT><A HREF="./edu/hws/jcm/data/ExpressionProgram.html#PLUS"><B>PLUS</B></A> - 
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>
<DD>Code for a unary or binary operator or a standard function.
<DT><A HREF="./edu/hws/jcm/data/StackOfDouble.html#pop()"><B>pop()</B></A> - 
Method in class edu.hws.jcm.data.<A HREF="./edu/hws/jcm/data/StackOfDouble.html" title="class in edu.hws.jcm.data">StackOfDouble</A>
<DD>Remove and return the top item on the stack.
<DT><A HREF="./edu/hws/jcm/data/ParserContext.html#pos"><B>pos</B></A> - 
Variable in class edu.hws.jcm.data.<A HREF="./edu/hws/jcm/data/ParserContext.html" title="class in edu.hws.jcm.data">ParserContext</A>
<DD>Current position in that string, indicating how many
 characters have been consumed.
<DT><A HREF="./edu/hws/jcm/draw/DrawString.html#position"><B>position</B></A> - 
Variable in class edu.hws.jcm.draw.<A HREF="./edu/hws/jcm/draw/DrawString.html" title="class in edu.hws.jcm.draw">DrawString</A>
<DD>one of the constants defined in this class for specifying position
<DT><A HREF="./edu/hws/jcm/data/ExpressionProgram.html#POWER"><B>POWER</B></A> - 
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>
<DD>Code for a unary or binary operator or a standard function.
<DT><A HREF="./edu/hws/jcm/awt/Animator.html#prev()"><B>prev()</B></A> - 
Method in class edu.hws.jcm.awt.<A HREF="./edu/hws/jcm/awt/Animator.html" title="class in edu.hws.jcm.awt">Animator</A>
<DD>Advance the animation BACK one frame.
<DT><A HREF="./edu/hws/jcm/awt/Animator.html#PREV_BUTTON"><B>PREV_BUTTON</B></A> - 
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>
<DD>Used to add a component to the Animator Panel; can be used in a constructor
 or in the addControl() method.
<DT><A HREF="./edu/hws/jcm/awt/ExpressionInput.html#previousContents"><B>previousContents</B></A> - 
Variable in class edu.hws.jcm.awt.<A HREF="./edu/hws/jcm/awt/ExpressionInput.html" title="class in edu.hws.jcm.awt">ExpressionInput</A>
<DD>&nbsp;
<DT><A HREF="./edu/hws/jcm/awt/VariableInput.html#previousContents"><B>previousContents</B></A> - 
Variable in class edu.hws.jcm.awt.<A HREF="./edu/hws/jcm/awt/VariableInput.html" title="class in edu.hws.jcm.awt">VariableInput</A>
<DD>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().
<DT><A HREF="./edu/hws/jcm/awt/ComputeButton.html#processActionEvent(java.awt.event.ActionEvent)"><B>processActionEvent(ActionEvent)</B></A> - 
Method in class edu.hws.jcm.awt.<A HREF="./edu/hws/jcm/awt/ComputeButton.html" title="class in edu.hws.jcm.awt">ComputeButton</A>
<DD>This is called by the system when the user clicks the
 button.
<DT><A HREF="./edu/hws/jcm/awt/ExpressionInput.html#processActionEvent(java.awt.event.ActionEvent)"><B>processActionEvent(ActionEvent)</B></A> - 
Method in class edu.hws.jcm.awt.<A HREF="./edu/hws/jcm/awt/ExpressionInput.html" title="class in edu.hws.jcm.awt">ExpressionInput</A>
<DD>Overridden to call onUserAction.compute() if onUserAction is non-null.
<DT><A HREF="./edu/hws/jcm/awt/VariableInput.html#processActionEvent(java.awt.event.ActionEvent)"><B>processActionEvent(ActionEvent)</B></A> - 
Method in class edu.hws.jcm.awt.<A HREF="./edu/hws/jcm/awt/VariableInput.html" title="class in edu.hws.jcm.awt">VariableInput</A>
<DD>Overridden to call onUserAction.compute() if onUserAction is non-null.
<DT><A HREF="./edu/hws/jcm/awt/VariableSlider.html#processAdjustmentEvent(java.awt.event.AdjustmentEvent)"><B>processAdjustmentEvent(AdjustmentEvent)</B></A> - 
Method in class edu.hws.jcm.awt.<A HREF="./edu/hws/jcm/awt/VariableSlider.html" title="class in edu.hws.jcm.awt">VariableSlider</A>
<DD>Overridden to call onUserAction.compute() if onUserAction is non-null.
<DT><A HREF="./edu/hws/jcm/draw/LimitControlPanel.html#processComponentEvent(java.awt.event.ComponentEvent)"><B>processComponentEvent(ComponentEvent)</B></A> - 
Method in class edu.hws.jcm.draw.<A HREF="./edu/hws/jcm/draw/LimitControlPanel.html" title="class in edu.hws.jcm.draw">LimitControlPanel</A>
<DD>Recompute component locations when the panel is resized.
<DT><A HREF="./edu/hws/jcm/awt/JCMPanel.html#processContainerEvent(java.awt.event.ContainerEvent)"><B>processContainerEvent(ContainerEvent)</B></A> - 
Method in class edu.hws.jcm.awt.<A HREF="./edu/hws/jcm/awt/JCMPanel.html" title="class in edu.hws.jcm.awt">JCMPanel</A>
<DD>Called by the system when a component is added to or removed from
 this panel.
<DT><A HREF="./edu/hws/jcm/draw/DisplayCanvas.html#processMouseEvent(java.awt.event.MouseEvent)"><B>processMouseEvent(MouseEvent)</B></A> - 
Method in class edu.hws.jcm.draw.<A HREF="./edu/hws/jcm/draw/DisplayCanvas.html" title="class in edu.hws.jcm.draw">DisplayCanvas</A>
<DD>This has been overridden to handle the mouse zoom feature.
<DT><A HREF="./edu/hws/jcm/draw/DisplayCanvas.html#processMouseMotionEvent(java.awt.event.MouseEvent)"><B>processMouseMotionEvent(MouseEvent)</B></A> - 
Method in class edu.hws.jcm.draw.<A HREF="./edu/hws/jcm/draw/DisplayCanvas.html" title="class in edu.hws.jcm.draw">DisplayCanvas</A>
<DD>This has been overridden to handle the mouse zoom feature.
<DT><A HREF="./edu/hws/jcm/awt/ExpressionInput.html#processTextEvent(java.awt.event.TextEvent)"><B>processTextEvent(TextEvent)</B></A> - 
Method in class edu.hws.jcm.awt.<A HREF="./edu/hws/jcm/awt/ExpressionInput.html" title="class in edu.hws.jcm.awt">ExpressionInput</A>
<DD>Overridden to call onUserAction.compute() if onUserAction is non-null.
<DT><A HREF="./edu/hws/jcm/awt/VariableInput.html#processTextEvent(java.awt.event.TextEvent)"><B>processTextEvent(TextEvent)</B></A> - 
Method in class edu.hws.jcm.awt.<A HREF="./edu/hws/jcm/awt/VariableInput.html" title="class in edu.hws.jcm.awt">VariableInput</A>
<DD>Overridden to call onUserAction.compute() if onUserAction is non-null.
<DT><A HREF="./edu/hws/jcm/data/ParserContext.html#prog"><B>prog</B></A> - 
Variable in class edu.hws.jcm.data.<A HREF="./edu/hws/jcm/data/ParserContext.html" title="class in edu.hws.jcm.data">ParserContext</A>
<DD>The ExpressionProgram that is being generated as the string
 is parsed.
<DT><A HREF="./edu/hws/jcm/data/StackOfDouble.html#push(double)"><B>push(double)</B></A> - 
Method in class edu.hws.jcm.data.<A HREF="./edu/hws/jcm/data/StackOfDouble.html" title="class in edu.hws.jcm.data">StackOfDouble</A>
<DD>Add x to top of stack.
</DL>
<HR>
<A NAME="_R_"><!-- --></A><H2>
<B>R</B></H2>
<DL>
<DT><A HREF="./edu/hws/jcm/awt/DataTableInput.html#readFromStream(java.io.Reader)"><B>readFromStream(Reader)</B></A> - 
Method in class edu.hws.jcm.awt.<A HREF="./edu/hws/jcm/awt/DataTableInput.html" title="class in edu.hws.jcm.awt">DataTableInput</A>
<DD>Read data for table from the specified Reader.
<DT><A HREF="./edu/hws/jcm/awt/VariableInput.html#REAL"><B>REAL</B></A> - 
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>
<DD>A constant for use in the setInputStyle() method.
<DT><A HREF="./edu/hws/jcm/data/NumUtils.html#realToString(double)"><B>realToString(double)</B></A> - 
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>
<DD>Return a string representation of the real number
 x occupying, if possible, at most 10 spaces.
<DT><A HREF="./edu/hws/jcm/data/NumUtils.html#realToString(double, int)"><B>realToString(double, int)</B></A> - 
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>
<DD>Goal is to return a reasonable string representation
 of x, using at most width spaces.
<DT><A HREF="./edu/hws/jcm/draw/DrawGeometric.html#RECT_ABSOLUTE"><B>RECT_ABSOLUTE</B></A> - 
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>
<DD>Specifies a  rectangle with corners at (x1,y1) and (x2,y2).
<DT><A HREF="./edu/hws/jcm/draw/DrawGeometric.html#RECT_CENTERED"><B>RECT_CENTERED</B></A> - 
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>
<DD>Specifies a  Rectangle centered on (x1,y1).
<DT><A HREF="./edu/hws/jcm/draw/DrawGeometric.html#RECT_RELATIVE"><B>RECT_RELATIVE</B></A> - 
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>
<DD>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.
<DT><A HREF="./edu/hws/jcm/functions/ExpressionFunction.html#redefine(java.lang.String)"><B>redefine(String)</B></A> - 
Method in class edu.hws.jcm.functions.<A HREF="./edu/hws/jcm/functions/ExpressionFunction.html" title="class in edu.hws.jcm.functions">ExpressionFunction</A>
<DD>Set the definition of this function by parsing the given string,
 using a default parser.
<DT><A HREF="./edu/hws/jcm/functions/ExpressionFunction.html#redefine(java.lang.String, edu.hws.jcm.data.Parser)"><B>redefine(String, Parser)</B></A> - 
Method in class edu.hws.jcm.functions.<A HREF="./edu/hws/jcm/functions/ExpressionFunction.html" title="class in edu.hws.jcm.functions">ExpressionFunction</A>
<DD>Set the definition of this function, using the specified parser (or a default
 parser if parser is null).
<DT><A HREF="./edu/hws/jcm/draw/DisplayCanvas.html#releaseResources()"><B>releaseResources()</B></A> - 
Method in class edu.hws.jcm.draw.<A HREF="./edu/hws/jcm/draw/DisplayCanvas.html" title="class in edu.hws.jcm.draw">DisplayCanvas</A>
<DD>Release the memory used the by the off-screen image, if any, that is used for
 double-buffering.
<DT><A HREF="./edu/hws/jcm/awt/Controller.html#remove(java.lang.Object)"><B>remove(Object)</B></A> - 
Method in class edu.hws.jcm.awt.<A HREF="./edu/hws/jcm/awt/Controller.html" title="class in edu.hws.jcm.awt">Controller</A>
<DD>Remove the object from the controller (if present).
<DT><A HREF="./edu/hws/jcm/data/Parser.html#remove(java.lang.String)"><B>remove(String)</B></A> - 
Method in class edu.hws.jcm.data.<A HREF="./edu/hws/jcm/data/Parser.html" title="class in edu.hws.jcm.data">Parser</A>
<DD>Deregister the MathObject with the given name, if there is one
 registered with the Parser.
<DT><A HREF="./edu/hws/jcm/data/SymbolTable.html#remove(java.lang.String)"><B>remove(String)</B></A> - 
Method in class edu.hws.jcm.data.<A HREF="./edu/hws/jcm/data/SymbolTable.html" title="class in edu.hws.jcm.data">SymbolTable</A>
<DD>Remove the object with the given name from the symbol table,
 but NOT from the parent symbol table.
<DT><A HREF="./edu/hws/jcm/draw/CoordinateRect.html#remove(edu.hws.jcm.draw.Drawable)"><B>remove(Drawable)</B></A> - 
Method in class edu.hws.jcm.draw.<A HREF="./edu/hws/jcm/draw/CoordinateRect.html" title="class in edu.hws.jcm.draw">CoordinateRect</A>
<DD>Remove the given Drawable item, if present in this CoordinateRect.
<DT><A HREF="./edu/hws/jcm/functions/TableFunction.html#removeAllPoints()"><B>removeAllPoints()</B></A> - 
Method in class edu.hws.jcm.functions.<A HREF="./edu/hws/jcm/functions/TableFunction.html" title="class in edu.hws.jcm.functions">TableFunction</A>
<DD>Remove all points.
<DT><A HREF="./edu/hws/jcm/awt/Controller.html#removeFromParent()"><B>removeFromParent()</B></A> - 
Method in class edu.hws.jcm.awt.<A HREF="./edu/hws/jcm/awt/Controller.html" title="class in edu.hws.jcm.awt">Controller</A>
<DD>If this controller has a parent, remove it from its parent.
<DT><A HREF="./edu/hws/jcm/functions/TableFunction.html#removePointAt(int)"><B>removePointAt(int)</B></A> - 
Method in class edu.hws.jcm.functions.<A HREF="./edu/hws/jcm/functions/TableFunction.html" title="class in edu.hws.jcm.functions">TableFunction</A>
<DD>Removes the i-th point from the list of points.
<DT><A HREF="./edu/hws/jcm/awt/Controller.html#reportError(java.lang.String)"><B>reportError(String)</B></A> - 
Method in class edu.hws.jcm.awt.<A HREF="./edu/hws/jcm/awt/Controller.html" title="class in edu.hws.jcm.awt">Controller</A>
<DD>Report the specified error message.
<DT><A HREF="./edu/hws/jcm/draw/CoordinateRect.html#restore()"><B>restore()</B></A> - 
Method in class edu.hws.jcm.draw.<A HREF="./edu/hws/jcm/draw/CoordinateRect.html" title="class in edu.hws.jcm.draw">CoordinateRect</A>
<DD>A CoordinateRect can store its current limits in a buffer.
<DT><A HREF="./edu/hws/jcm/draw/LimitControlPanel.html#RESTORE"><B>RESTORE</B></A> - 
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>
<DD>A constant that can be used in the addButton() method to add a button to the LimitControlPanel.
<DT><A HREF="./edu/hws/jcm/data/ParserContext.html#revert()"><B>revert()</B></A> - 
Method in class edu.hws.jcm.data.<A HREF="./edu/hws/jcm/data/ParserContext.html" title="class in edu.hws.jcm.data">ParserContext</A>
<DD>&nbsp;
<DT><A HREF="./edu/hws/jcm/functions/TableFunctionInput.html#revertEditFunction()"><B>revertEditFunction()</B></A> - 
Method in class edu.hws.jcm.functions.<A HREF="./edu/hws/jcm/functions/TableFunctionInput.html" title="class in edu.hws.jcm.functions">TableFunctionInput</A>
<DD>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.
<DT><A HREF="./edu/hws/jcm/draw/RiemannSumRects.html" title="class in edu.hws.jcm.draw"><B>RiemannSumRects</B></A> - Class in <A HREF="./edu/hws/jcm/draw/package-summary.html">edu.hws.jcm.draw</A><DD>A RiemannSumRects calculates a Riemann sum for a function.<DT><A HREF="./edu/hws/jcm/draw/RiemannSumRects.html#RiemannSumRects()"><B>RiemannSumRects()</B></A> - 
Constructor for class edu.hws.jcm.draw.<A HREF="./edu/hws/jcm/draw/RiemannSumRects.html" title="class in edu.hws.jcm.draw">RiemannSumRects</A>
<DD>Construct a RiemannSumRects object that initially has nothing to draw and that
  is set up to use the default number of intervals, 5.
<DT><A HREF="./edu/hws/jcm/draw/RiemannSumRects.html#RiemannSumRects(edu.hws.jcm.data.Function, edu.hws.jcm.data.Value)"><B>RiemannSumRects(Function, Value)</B></A> - 
Constructor for class edu.hws.jcm.draw.<A HREF="./edu/hws/jcm/draw/RiemannSumRects.html" title="class in edu.hws.jcm.draw">RiemannSumRects</A>
<DD>Construct a new RiemannSumRects object.
<DT><A HREF="./RiemannSums.html" title="class in &lt;Unnamed&gt;"><B>RiemannSums</B></A> - Class in <A HREF="./package-summary.html">&lt;Unnamed&gt;</A><DD>&nbsp;<DT><A HREF="./RiemannSums.html#RiemannSums()"><B>RiemannSums()</B></A> - 
Constructor for class <A HREF="./RiemannSums.html" title="class in &lt;Unnamed&gt;">RiemannSums</A>
<DD>&nbsp;
<DT><A HREF="./edu/hws/jcm/draw/Axes.html#RIGHT"><B>RIGHT</B></A> - 
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>
<DD>A constant that can be used in the setXAxisPosition() method to indicate the placement of the x-axis.
<DT><A HREF="./edu/hws/jcm/draw/DrawString.html#RIGHT"><B>RIGHT</B></A> - 
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>
<DD>For specifying justification of lines in multiline strings.
<DT><A HREF="./edu/hws/jcm/draw/RiemannSumRects.html#RIGHTENDPOINT"><B>RIGHTENDPOINT</B></A> - 
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>
<DD>Summation method type.
<DT><A HREF="./edu/hws/jcm/data/ExpressionProgram.html#ROUND"><B>ROUND</B></A> - 
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>
<DD>Code for a unary or binary operator or a standard function.
<DT><A HREF="./edu/hws/jcm/awt/Animator.html#run()"><B>run()</B></A> - 
Method in class edu.hws.jcm.awt.<A HREF="./edu/hws/jcm/awt/Animator.html" title="class in edu.hws.jcm.awt">Animator</A>
<DD>The method that is run by the animation thread.
</DL>
<HR>
<A NAME="_S_"><!-- --></A><H2>
<B>S</B></H2>
<DL>
<DT><A HREF="./edu/hws/jcm/draw/LimitControlPanel.html#SAVE"><B>SAVE</B></A> - 
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>
<DD>A constant that can be used in the addButton() method to add a button to the LimitControlPanel.
<DT><A HREF="./edu/hws/jcm/draw/VectorField.html#SCALED_LINES"><B>SCALED_LINES</B></A> - 
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>
<DD>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.
<DT><A HREF="./edu/hws/jcm/draw/VectorField.html#SCALED_VECTORS"><B>SCALED_VECTORS</B></A> - 
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>
<DD>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.
<DT><A HREF="./edu/hws/jcm/draw/ScatterPlot.html" title="class in edu.hws.jcm.draw"><B>ScatterPlot</B></A> - Class in <A HREF="./edu/hws/jcm/draw/package-summary.html">edu.hws.jcm.draw</A><DD>A ScatterPlot graphs data taken from a DataTableInput.<DT><A HREF="./edu/hws/jcm/draw/ScatterPlot.html#ScatterPlot()"><B>ScatterPlot()</B></A> - 
Constructor for class edu.hws.jcm.draw.<A HREF="./edu/hws/jcm/draw/ScatterPlot.html" title="class in edu.hws.jcm.draw">ScatterPlot</A>
<DD>Default constructor.
<DT><A HREF="./edu/hws/jcm/draw/ScatterPlot.html#ScatterPlot(edu.hws.jcm.awt.DataTableInput)"><B>ScatterPlot(DataTableInput)</B></A> - 
Constructor for class edu.hws.jcm.draw.<A HREF="./edu/hws/jcm/draw/ScatterPlot.html" title="class in edu.hws.jcm.draw">ScatterPlot</A>
<DD>Create a scatter plot to plot data from the specified table.
<DT><A HREF="./edu/hws/jcm/draw/ScatterPlot.html#ScatterPlot(edu.hws.jcm.awt.DataTableInput, int, int)"><B>ScatterPlot(DataTableInput, int, int)</B></A> - 
Constructor for class edu.hws.jcm.draw.<A HREF="./edu/hws/jcm/draw/ScatterPlot.html" title="class in edu.hws.jcm.draw">ScatterPlot</A>
<DD>Create a scatter plot to plot data from two specified columns in a table.
<DT><A HREF="./edu/hws/jcm/draw/ScatterPlot.html#ScatterPlot(edu.hws.jcm.awt.DataTableInput, edu.hws.jcm.data.Expression, edu.hws.jcm.data.Expression)"><B>ScatterPlot(DataTableInput, Expression, Expression)</B></A> - 
Constructor for class edu.hws.jcm.draw.<A HREF="./edu/hws/jcm/draw/ScatterPlot.html" title="class in edu.hws.jcm.draw">ScatterPlot</A>
<DD>Create  scatter plot to plot specified expressions using data from a table.
<DT><A HREF="./ScatterPlotApplet.html" title="class in &lt;Unnamed&gt;"><B>ScatterPlotApplet</B></A> - Class in <A HREF="./package-summary.html">&lt;Unnamed&gt;</A><DD>A ScatterPlotApplet shows a scatter plot of data from a DataTableInput.<DT><A HREF="./ScatterPlotApplet.html#ScatterPlotApplet()"><B>ScatterPlotApplet()</B></A> - 
Constructor for class <A HREF="./ScatterPlotApplet.html" title="class in &lt;Unnamed&gt;">ScatterPlotApplet</A>
<DD>&nbsp;
<DT><A HREF="./edu/hws/jcm/data/ExpressionProgram.html#SEC"><B>SEC</B></A> - 
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>
<DD>Code for a unary or binary operator or a standard function.
<DT><A HREF="./SecantTangent.html" title="class in &lt;Unnamed&gt;"><B>SecantTangent</B></A> - Class in <A HREF="./package-summary.html">&lt;Unnamed&gt;</A><DD>&nbsp;<DT><A HREF="./SecantTangent.html#SecantTangent()"><B>SecantTangent()</B></A> - 
Constructor for class <A HREF="./SecantTangent.html" title="class in &lt;Unnamed&gt;">SecantTangent</A>
<DD>&nbsp;
<DT><A HREF="./edu/hws/jcm/awt/VariableInput.html#serialNumber"><B>serialNumber</B></A> - 
Variable in class edu.hws.jcm.awt.<A HREF="./edu/hws/jcm/awt/VariableInput.html" title="class in edu.hws.jcm.awt">VariableInput</A>
<DD>This serial number is increased
 each time the value of the variable
 changes.
<DT><A HREF="./edu/hws/jcm/awt/VariableSlider.html#serialNumber"><B>serialNumber</B></A> - 
Variable in class edu.hws.jcm.awt.<A HREF="./edu/hws/jcm/awt/VariableSlider.html" title="class in edu.hws.jcm.awt">VariableSlider</A>
<DD>This increases every time the value of the variable changes.
<DT><A HREF="./edu/hws/jcm/draw/LimitControlPanel.html#serialNumber"><B>serialNumber</B></A> - 
Variable in class edu.hws.jcm.draw.<A HREF="./edu/hws/jcm/draw/LimitControlPanel.html" title="class in edu.hws.jcm.draw">LimitControlPanel</A>
<DD>This is increased when the user changes the limits.
<DT><A HREF="./edu/hws/jcm/draw/LimitControlPanel.html#SET_LIMITS"><B>SET_LIMITS</B></A> - 
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>
<DD>A constant that can be used in the addButton() method to add a button to the LimitControlPanel.
<DT><A HREF="./edu/hws/jcm/awt/DataTableInput.html#setAutoAddRows(boolean)"><B>setAutoAddRows(boolean)</B></A> - 
Method in class edu.hws.jcm.awt.<A HREF="./edu/hws/jcm/awt/DataTableInput.html" title="class in edu.hws.jcm.awt">DataTableInput</A>
<DD>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).
<DT><A HREF="./edu/hws/jcm/draw/ScatterPlot.html#setAutoChangeLimits(boolean)"><B>setAutoChangeLimits(boolean)</B></A> - 
Method in class edu.hws.jcm.draw.<A HREF="./edu/hws/jcm/draw/ScatterPlot.html" title="class in edu.hws.jcm.draw">ScatterPlot</A>
<DD>If the parameter is true, then the limits on the CoordinateRect that contains
  this ScatterPlot are automatically adjusted whenever the data is recomputed.
<DT><A HREF="./edu/hws/jcm/draw/Axes.html#setAxesColor(java.awt.Color)"><B>setAxesColor(Color)</B></A> - 
Method in class edu.hws.jcm.draw.<A HREF="./edu/hws/jcm/draw/Axes.html" title="class in edu.hws.jcm.draw">Axes</A>
<DD>Set the color that is used for drawing the axes, when they are drawn in their true position.
<DT><A HREF="./edu/hws/jcm/draw/DrawString.html#setBackgroundColor(java.awt.Color)"><B>setBackgroundColor(Color)</B></A> - 
Method in class edu.hws.jcm.draw.<A HREF="./edu/hws/jcm/draw/DrawString.html" title="class in edu.hws.jcm.draw">DrawString</A>
<DD>Set the color that is used to fill a rectangle on which the string is drawn.
<DT><A HREF="./edu/hws/jcm/awt/DataTableInput.html#setBlankBackground(java.awt.Color)"><B>setBlankBackground(Color)</B></A> - 
Method in class edu.hws.jcm.awt.<A HREF="./edu/hws/jcm/awt/DataTableInput.html" title="class in edu.hws.jcm.awt">DataTableInput</A>
<DD>Get the color to be used as a background blank areas in the table, below the
  rows of cells.
<DT><A HREF="./edu/hws/jcm/awt/DataTableInput.html#setCellBackground(java.awt.Color)"><B>setCellBackground(Color)</B></A> - 
Method in class edu.hws.jcm.awt.<A HREF="./edu/hws/jcm/awt/DataTableInput.html" title="class in edu.hws.jcm.awt">DataTableInput</A>
<DD>Set the color to be used as a background for cells in the table.
<DT><A HREF="./edu/hws/jcm/awt/DataTableInput.html#setCellContents(int, int, double)"><B>setCellContents(int, int, double)</B></A> - 
Method in class edu.hws.jcm.awt.<A HREF="./edu/hws/jcm/awt/DataTableInput.html" title="class in edu.hws.jcm.awt">DataTableInput</A>
<DD>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.
<DT><A HREF="./edu/hws/jcm/draw/DrawString.html#setClamp(boolean)"><B>setClamp(boolean)</B></A> - 
Method in class edu.hws.jcm.draw.<A HREF="./edu/hws/jcm/draw/DrawString.html" title="class in edu.hws.jcm.draw">DrawString</A>
<DD>Set the "clamp" property of the DrawString.
<DT><A HREF="./edu/hws/jcm/draw/MouseTracker.html#setClampX(boolean)"><B>setClampX(boolean)</B></A> - 
Method in class edu.hws.jcm.draw.<A HREF="./edu/hws/jcm/draw/MouseTracker.html" title="class in edu.hws.jcm.draw">MouseTracker</A>
<DD>Set the "clampX" property of the MouseTracker.
<DT><A HREF="./edu/hws/jcm/draw/MouseTracker.html#setClampY(boolean)"><B>setClampY(boolean)</B></A> - 
Method in class edu.hws.jcm.draw.<A HREF="./edu/hws/jcm/draw/MouseTracker.html" title="class in edu.hws.jcm.draw">MouseTracker</A>
<DD>Set the "clampY" property of the MouseTracker.
<DT><A HREF="./edu/hws/jcm/draw/DraggablePoint.html#setColor(java.awt.Color)"><B>setColor(Color)</B></A> - 
Method in class edu.hws.jcm.draw.<A HREF="./edu/hws/jcm/draw/DraggablePoint.html" title="class in edu.hws.jcm.draw">DraggablePoint</A>
<DD>Set the color to be used for drawing the point.
<DT><A HREF="./edu/hws/jcm/draw/DrawBorder.html#setColor(java.awt.Color)"><B>setColor(Color)</B></A> - 
Method in class edu.hws.jcm.draw.<A HREF="./edu/hws/jcm/draw/DrawBorder.html" title="class in edu.hws.jcm.draw">DrawBorder</A>
<DD>Set the color of the border to the specified color.
<DT><A HREF="./edu/hws/jcm/draw/DrawGeometric.html#setColor(java.awt.Color)"><B>setColor(Color)</B></A> - 
Method in class edu.hws.jcm.draw.<A HREF="./edu/hws/jcm/draw/DrawGeometric.html" title="class in edu.hws.jcm.draw">DrawGeometric</A>
<DD>Set the color that is used for drawing the shape.
<DT><A HREF="./edu/hws/jcm/draw/DrawString.html#setColor(java.awt.Color)"><B>setColor(Color)</B></A> - 
Method in class edu.hws.jcm.draw.<A HREF="./edu/hws/jcm/draw/DrawString.html" title="class in edu.hws.jcm.draw">DrawString</A>
<DD>Set the color for the string.
<DT><A HREF="./edu/hws/jcm/draw/Graph1D.html#setColor(java.awt.Color)"><B>setColor(Color)</B></A> - 
Method in class edu.hws.jcm.draw.<A HREF="./edu/hws/jcm/draw/Graph1D.html" title="class in edu.hws.jcm.draw">Graph1D</A>
<DD>Set the color to be used for drawing the graph.
<DT><A HREF="./edu/hws/jcm/draw/Grid.html#setColor(java.awt.Color)"><B>setColor(Color)</B></A> - 
Method in class edu.hws.jcm.draw.<A HREF="./edu/hws/jcm/draw/Grid.html" title="class in edu.hws.jcm.draw">Grid</A>
<DD>Method to set the Color used to draw grid lines.
<DT><A HREF="./edu/hws/jcm/draw/ParametricCurve.html#setColor(java.awt.Color)"><B>setColor(Color)</B></A> - 
Method in class edu.hws.jcm.draw.<A HREF="./edu/hws/jcm/draw/ParametricCurve.html" title="class in edu.hws.jcm.draw">ParametricCurve</A>
<DD>Set the color to be used for drawing the graph.
<DT><A HREF="./edu/hws/jcm/draw/RiemannSumRects.html#setColor(java.awt.Color)"><B>setColor(Color)</B></A> - 
Method in class edu.hws.jcm.draw.<A HREF="./edu/hws/jcm/draw/RiemannSumRects.html" title="class in edu.hws.jcm.draw">RiemannSumRects</A>
<DD>Set the color used to draw the rectangles.
<DT><A HREF="./edu/hws/jcm/draw/VectorField.html#setColor(java.awt.Color)"><B>setColor(Color)</B></A> - 
Method in class edu.hws.jcm.draw.<A HREF="./edu/hws/jcm/draw/VectorField.html" title="class in edu.hws.jcm.draw">VectorField</A>
<DD>Set the color to be used for drawing the vector field.
<DT><A HREF="./edu/hws/jcm/functions/TableFunctionGraph.html#setColor(java.awt.Color)"><B>setColor(Color)</B></A> - 
Method in class edu.hws.jcm.functions.<A HREF="./edu/hws/jcm/functions/TableFunctionGraph.html" title="class in edu.hws.jcm.functions">TableFunctionGraph</A>
<DD>Set the color that is used for drawing the graph.
<DT><A HREF="./edu/hws/jcm/awt/DataTableInput.html#setColumnName(int, java.lang.String)"><B>setColumnName(int, String)</B></A> - 
Method in class edu.hws.jcm.awt.<A HREF="./edu/hws/jcm/awt/DataTableInput.html" title="class in edu.hws.jcm.awt">DataTableInput</A>
<DD>Set the name of column number i, where columns are numbered starting
  from zero.
<DT><A HREF="./edu/hws/jcm/draw/ScatterPlot.html#setColumns(int, int)"><B>setColumns(int, int)</B></A> - 
Method in class edu.hws.jcm.draw.<A HREF="./edu/hws/jcm/draw/ScatterPlot.html" title="class in edu.hws.jcm.draw">ScatterPlot</A>
<DD>Specify that the data to be plotted should be taken from the specified
  columns in the table.
<DT><A HREF="./edu/hws/jcm/awt/DataTableInput.html#setCurrentRowNumber(int)"><B>setCurrentRowNumber(int)</B></A> - 
Method in class edu.hws.jcm.awt.<A HREF="./edu/hws/jcm/awt/DataTableInput.html" title="class in edu.hws.jcm.awt">DataTableInput</A>
<DD>Set the current row in the table.
<DT><A HREF="./edu/hws/jcm/draw/ScatterPlot.html#setDataColor(java.awt.Color)"><B>setDataColor(Color)</B></A> - 
Method in class edu.hws.jcm.draw.<A HREF="./edu/hws/jcm/draw/ScatterPlot.html" title="class in edu.hws.jcm.draw">ScatterPlot</A>
<DD>Set the color that is used to draw the points in the data.
<DT><A HREF="./edu/hws/jcm/awt/DataTableInput.html#setEmptyCellValue(double)"><B>setEmptyCellValue(double)</B></A> - 
Method in class edu.hws.jcm.awt.<A HREF="./edu/hws/jcm/awt/DataTableInput.html" title="class in edu.hws.jcm.awt">DataTableInput</A>
<DD>Set the value that should be returned when the value of an empty cell is
  requested.
<DT><A HREF="./edu/hws/jcm/draw/DisplayCanvas.html#setErrorBackground(java.awt.Color)"><B>setErrorBackground(Color)</B></A> - 
Method in class edu.hws.jcm.draw.<A HREF="./edu/hws/jcm/draw/DisplayCanvas.html" title="class in edu.hws.jcm.draw">DisplayCanvas</A>
<DD>Set color to be used as a background when the canvas displays an error message.
<DT><A HREF="./edu/hws/jcm/draw/DisplayCanvas.html#setErrorForeground(java.awt.Color)"><B>setErrorForeground(Color)</B></A> - 
Method in class edu.hws.jcm.draw.<A HREF="./edu/hws/jcm/draw/DisplayCanvas.html" title="class in edu.hws.jcm.draw">DisplayCanvas</A>
<DD>Set color to be used for the text when the canvas displays an error message.
<DT><A HREF="./edu/hws/jcm/awt/ErrorReporter.html#setErrorMessage(edu.hws.jcm.awt.Controller, java.lang.String)"><B>setErrorMessage(Controller, String)</B></A> - 
Method in interface edu.hws.jcm.awt.<A HREF="./edu/hws/jcm/awt/ErrorReporter.html" title="interface in edu.hws.jcm.awt">ErrorReporter</A>
<DD>Report the specifed message as an error.
<DT><A HREF="./edu/hws/jcm/awt/MessagePopup.html#setErrorMessage(edu.hws.jcm.awt.Controller, java.lang.String)"><B>setErrorMessage(Controller, String)</B></A> - 
Method in class edu.hws.jcm.awt.<A HREF="./edu/hws/jcm/awt/MessagePopup.html" title="class in edu.hws.jcm.awt">MessagePopup</A>
<DD>Show the given message in a dialog box or independent window,
 depending on whether the source component is contained in
 a Frame or not.
<DT><A HREF="./edu/hws/jcm/draw/DisplayCanvas.html#setErrorMessage(edu.hws.jcm.awt.Controller, java.lang.String)"><B>setErrorMessage(Controller, String)</B></A> - 
Method in class edu.hws.jcm.draw.<A HREF="./edu/hws/jcm/draw/DisplayCanvas.html" title="class in edu.hws.jcm.draw">DisplayCanvas</A>
<DD>Set an error message to be displayed on the canvas.
<DT><A HREF="./edu/hws/jcm/awt/Controller.html#setErrorReporter(edu.hws.jcm.awt.ErrorReporter)"><B>setErrorReporter(ErrorReporter)</B></A> - 
Method in class edu.hws.jcm.awt.<A HREF="./edu/hws/jcm/awt/Controller.html" title="class in edu.hws.jcm.awt">Controller</A>
<DD>Set the ErrorReporter used to report errors that occur when the
 compute() method of this Controller is executed.
<DT><A HREF="./edu/hws/jcm/draw/LimitControlPanel.html#setErrorReporter(edu.hws.jcm.awt.ErrorReporter)"><B>setErrorReporter(ErrorReporter)</B></A> - 
Method in class edu.hws.jcm.draw.<A HREF="./edu/hws/jcm/draw/LimitControlPanel.html" title="class in edu.hws.jcm.draw">LimitControlPanel</A>
<DD>Set the ErrorReporter that is used to report errors in the
 user's input.
<DT><A HREF="./edu/hws/jcm/draw/ScatterPlot.html#setExpressions(edu.hws.jcm.data.Expression, edu.hws.jcm.data.Expression)"><B>setExpressions(Expression, Expression)</B></A> - 
Method in class edu.hws.jcm.draw.<A HREF="./edu/hws/jcm/draw/ScatterPlot.html" title="class in edu.hws.jcm.draw">ScatterPlot</A>
<DD>Specify the data for the the plot is to be obtained by evaluating
  the two expressions that are given as parameters.
<DT><A HREF="./edu/hws/jcm/draw/DrawGeometric.html#setFillColor(java.awt.Color)"><B>setFillColor(Color)</B></A> - 
Method in class edu.hws.jcm.draw.<A HREF="./edu/hws/jcm/draw/DrawGeometric.html" title="class in edu.hws.jcm.draw">DrawGeometric</A>
<DD>Set the color that is used for filling ovals and rects.
<DT><A HREF="./edu/hws/jcm/draw/DrawString.html#setFont(java.awt.Font)"><B>setFont(Font)</B></A> - 
Method in class edu.hws.jcm.draw.<A HREF="./edu/hws/jcm/draw/DrawString.html" title="class in edu.hws.jcm.draw">DrawString</A>
<DD>Set the font that is used for drawing this string.
<DT><A HREF="./edu/hws/jcm/draw/DrawString.html#setFrameColor(java.awt.Color)"><B>setFrameColor(Color)</B></A> - 
Method in class edu.hws.jcm.draw.<A HREF="./edu/hws/jcm/draw/DrawString.html" title="class in edu.hws.jcm.draw">DrawString</A>
<DD>Set the color that is used to draw a frame around the string.
<DT><A HREF="./edu/hws/jcm/draw/DrawString.html#setFrameWidth(int)"><B>setFrameWidth(int)</B></A> - 
Method in class edu.hws.jcm.draw.<A HREF="./edu/hws/jcm/draw/DrawString.html" title="class in edu.hws.jcm.draw">DrawString</A>
<DD>Set the width, in pixels, of a frame to draw around the string.
<DT><A HREF="./edu/hws/jcm/draw/Graph1D.html#setFunction(edu.hws.jcm.data.Function)"><B>setFunction(Function)</B></A> - 
Method in class edu.hws.jcm.draw.<A HREF="./edu/hws/jcm/draw/Graph1D.html" title="class in edu.hws.jcm.draw">Graph1D</A>
<DD>Set the function to be graphed.
<DT><A HREF="./edu/hws/jcm/draw/RiemannSumRects.html#setFunction(edu.hws.jcm.data.Function)"><B>setFunction(Function)</B></A> - 
Method in class edu.hws.jcm.draw.<A HREF="./edu/hws/jcm/draw/RiemannSumRects.html" title="class in edu.hws.jcm.draw">RiemannSumRects</A>
<DD>Set the function whose Riemann sums are to be computed.
<DT><A HREF="./edu/hws/jcm/functions/TableFunctionGraph.html#setFunction(edu.hws.jcm.functions.TableFunction)"><B>setFunction(TableFunction)</B></A> - 
Method in class edu.hws.jcm.functions.<A HREF="./edu/hws/jcm/functions/TableFunctionGraph.html" title="class in edu.hws.jcm.functions">TableFunctionGraph</A>
<DD>Set the function whose graph is drawn by this TableFunctionGraph.
<DT><A HREF="./edu/hws/jcm/functions/WrapperFunction.html#setFunction(edu.hws.jcm.data.Function)"><B>setFunction(Function)</B></A> - 
Method in class edu.hws.jcm.functions.<A HREF="./edu/hws/jcm/functions/WrapperFunction.html" title="class in edu.hws.jcm.functions">WrapperFunction</A>
<DD>Set the function that is contained in this WrapperFunction.
<DT><A HREF="./edu/hws/jcm/draw/ParametricCurve.html#setFunctions(edu.hws.jcm.data.Function, edu.hws.jcm.data.Function)"><B>setFunctions(Function, Function)</B></A> - 
Method in class edu.hws.jcm.draw.<A HREF="./edu/hws/jcm/draw/ParametricCurve.html" title="class in edu.hws.jcm.draw">ParametricCurve</A>
<DD>Sets the functions that gives the coordinates of the curve to be graphed.
<DT><A HREF="./edu/hws/jcm/draw/VectorField.html#setFunctions(edu.hws.jcm.data.Function, edu.hws.jcm.data.Function)"><B>setFunctions(Function, Function)</B></A> - 
Method in class edu.hws.jcm.draw.<A HREF="./edu/hws/jcm/draw/VectorField.html" title="class in edu.hws.jcm.draw">VectorField</A>
<DD>Sets the functions that give the components of the vector field.
<DT><A HREF="./edu/hws/jcm/functions/TableFunctionGraph.html#setFunctionStyle(int)"><B>setFunctionStyle(int)</B></A> - 
Method in class edu.hws.jcm.functions.<A HREF="./edu/hws/jcm/functions/TableFunctionGraph.html" title="class in edu.hws.jcm.functions">TableFunctionGraph</A>
<DD>Provided as a convenience.
<DT><A HREF="./edu/hws/jcm/draw/CoordinateRect.html#setGap(int)"><B>setGap(int)</B></A> - 
Method in class edu.hws.jcm.draw.<A HREF="./edu/hws/jcm/draw/CoordinateRect.html" title="class in edu.hws.jcm.draw">CoordinateRect</A>
<DD>Set the gap.
<DT><A HREF="./edu/hws/jcm/draw/DraggablePoint.html#setGhostColor(java.awt.Color)"><B>setGhostColor(Color)</B></A> - 
Method in class edu.hws.jcm.draw.<A HREF="./edu/hws/jcm/draw/DraggablePoint.html" title="class in edu.hws.jcm.draw">DraggablePoint</A>
<DD>Set the ghoseColor to be used for drawing the point when it location is undefined or is outside the
 proper limits.
<DT><A HREF="./edu/hws/jcm/awt/DataTableInput.html#setGridColor(java.awt.Color)"><B>setGridColor(Color)</B></A> - 
Method in class edu.hws.jcm.awt.<A HREF="./edu/hws/jcm/awt/DataTableInput.html" title="class in edu.hws.jcm.awt">DataTableInput</A>
<DD>Get the color to be used for the lines between cells in the table.
<DT><A HREF="./edu/hws/jcm/draw/DrawGeometric.html#setH(int)"><B>setH(int)</B></A> - 
Method in class edu.hws.jcm.draw.<A HREF="./edu/hws/jcm/draw/DrawGeometric.html" title="class in edu.hws.jcm.draw">DrawGeometric</A>
<DD>Set the integer that gives the horizontal offset from (x1,y1).
<DT><A HREF="./edu/hws/jcm/draw/DisplayCanvas.html#setHandleMouseZooms(boolean)"><B>setHandleMouseZooms(boolean)</B></A> - 
Method in class edu.hws.jcm.draw.<A HREF="./edu/hws/jcm/draw/DisplayCanvas.html" title="class in edu.hws.jcm.draw">DisplayCanvas</A>
<DD>Set the "handleMouseZooms" property of this DisplayCanvas.
<DT><A HREF="./edu/hws/jcm/awt/VariableInput.html#setInputStyle(int)"><B>setInputStyle(int)</B></A> - 
Method in class edu.hws.jcm.awt.<A HREF="./edu/hws/jcm/awt/VariableInput.html" title="class in edu.hws.jcm.awt">VariableInput</A>
<DD>Specify what types of things are allowed in the input box.
<DT><A HREF="./edu/hws/jcm/awt/JCMPanel.html#setInsetGap(int)"><B>setInsetGap(int)</B></A> - 
Method in class edu.hws.jcm.awt.<A HREF="./edu/hws/jcm/awt/JCMPanel.html" title="class in edu.hws.jcm.awt">JCMPanel</A>
<DD>Set the size of the "Insets" for this JCMPanel.
<DT><A HREF="./edu/hws/jcm/awt/VariableSlider.html#setIntegerValued(boolean)"><B>setIntegerValued(boolean)</B></A> - 
Method in class edu.hws.jcm.awt.<A HREF="./edu/hws/jcm/awt/VariableSlider.html" title="class in edu.hws.jcm.awt">VariableSlider</A>
<DD>If set to true, restrict the values of the variable associated with this
 slider to be integers.
<DT><A HREF="./edu/hws/jcm/functions/TableFunctionGraph.html#setInteractive(boolean)"><B>setInteractive(boolean)</B></A> - 
Method in class edu.hws.jcm.functions.<A HREF="./edu/hws/jcm/functions/TableFunctionGraph.html" title="class in edu.hws.jcm.functions">TableFunctionGraph</A>
<DD>Set the value of the interactive property, which is true if the user can
  modify the function by dragging the points from the table.
<DT><A HREF="./edu/hws/jcm/draw/RiemannSumRects.html#setIntervalCount(edu.hws.jcm.data.Value)"><B>setIntervalCount(Value)</B></A> - 
Method in class edu.hws.jcm.draw.<A HREF="./edu/hws/jcm/draw/RiemannSumRects.html" title="class in edu.hws.jcm.draw">RiemannSumRects</A>
<DD>Set the interval count (the RiemannSumRects will be redrawn after this function
 is called).
<DT><A HREF="./edu/hws/jcm/awt/Animator.html#setIntervals(edu.hws.jcm.data.Value)"><B>setIntervals(Value)</B></A> - 
Method in class edu.hws.jcm.awt.<A HREF="./edu/hws/jcm/awt/Animator.html" title="class in edu.hws.jcm.awt">Animator</A>
<DD>Set the Value object that specifies the number of frames in the animation.
<DT><A HREF="./edu/hws/jcm/awt/Animator.html#setIntervals(int)"><B>setIntervals(int)</B></A> - 
Method in class edu.hws.jcm.awt.<A HREF="./edu/hws/jcm/awt/Animator.html" title="class in edu.hws.jcm.awt">Animator</A>
<DD>A convenience method that simply calls setIntervals(new Constant(d)).
<DT><A HREF="./edu/hws/jcm/draw/ParametricCurve.html#setIntervals(edu.hws.jcm.data.Value)"><B>setIntervals(Value)</B></A> - 
Method in class edu.hws.jcm.draw.<A HREF="./edu/hws/jcm/draw/ParametricCurve.html" title="class in edu.hws.jcm.draw">ParametricCurve</A>
<DD>Specify the number of subintervals into which the domain of the parametric curve is divided.
<DT><A HREF="./edu/hws/jcm/draw/DrawString.html#setJustification(int)"><B>setJustification(int)</B></A> - 
Method in class edu.hws.jcm.draw.<A HREF="./edu/hws/jcm/draw/DrawString.html" title="class in edu.hws.jcm.draw">DrawString</A>
<DD>Set the justification to be used if there are multiple lins in the string.
<DT><A HREF="./edu/hws/jcm/awt/DataTableInput.html#setLabelBackground(java.awt.Color)"><B>setLabelBackground(Color)</B></A> - 
Method in class edu.hws.jcm.awt.<A HREF="./edu/hws/jcm/awt/DataTableInput.html" title="class in edu.hws.jcm.awt">DataTableInput</A>
<DD>Set the color to be used as a background for row numbers and column titles.
<DT><A HREF="./edu/hws/jcm/draw/Axes.html#setLabelColor(java.awt.Color)"><B>setLabelColor(Color)</B></A> - 
Method in class edu.hws.jcm.draw.<A HREF="./edu/hws/jcm/draw/Axes.html" title="class in edu.hws.jcm.draw">Axes</A>
<DD>Set the color that is used for drawing the labels (usually the names of the variables) on the x- and y-axes.
<DT><A HREF="./edu/hws/jcm/draw/Axes.html#setLightAxesColor(java.awt.Color)"><B>setLightAxesColor(Color)</B></A> - 
Method in class edu.hws.jcm.draw.<A HREF="./edu/hws/jcm/draw/Axes.html" title="class in edu.hws.jcm.draw">Axes</A>
<DD>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.
<DT><A HREF="./edu/hws/jcm/awt/Limits.html#setLimits(double[])"><B>setLimits(double[])</B></A> - 
Method in interface edu.hws.jcm.awt.<A HREF="./edu/hws/jcm/awt/Limits.html" title="interface in edu.hws.jcm.awt">Limits</A>
<DD>Set the current limits.
<DT><A HREF="./edu/hws/jcm/draw/CoordinateRect.html#setLimits(double, double, double, double)"><B>setLimits(double, double, double, double)</B></A> - 
Method in class edu.hws.jcm.draw.<A HREF="./edu/hws/jcm/draw/CoordinateRect.html" title="class in edu.hws.jcm.draw">CoordinateRect</A>
<DD>Set the limits on the CoordinteRect
<DT><A HREF="./edu/hws/jcm/draw/CoordinateRect.html#setLimits(double[])"><B>setLimits(double[])</B></A> - 
Method in class edu.hws.jcm.draw.<A HREF="./edu/hws/jcm/draw/CoordinateRect.html" title="class in edu.hws.jcm.draw">CoordinateRect</A>
<DD>Set the coordinate limits from array; extra elements in array are ignored.
<DT><A HREF="./edu/hws/jcm/draw/LimitControlPanel.html#setLimits(double[])"><B>setLimits(double[])</B></A> - 
Method in class edu.hws.jcm.draw.<A HREF="./edu/hws/jcm/draw/LimitControlPanel.html" title="class in edu.hws.jcm.draw">LimitControlPanel</A>
<DD>Set the values in the xmin, xmax, ymin, and ymax input boxes.
<DT><A HREF="./edu/hws/jcm/draw/ParametricCurve.html#setLimits(edu.hws.jcm.data.Value, edu.hws.jcm.data.Value)"><B>setLimits(Value, Value)</B></A> - 
Method in class edu.hws.jcm.draw.<A HREF="./edu/hws/jcm/draw/ParametricCurve.html" title="class in edu.hws.jcm.draw">ParametricCurve</A>
<DD>Set the Value objects that specify the domain of the paratmeter.
<DT><A HREF="./edu/hws/jcm/draw/ScatterPlot.html#setLineColor(java.awt.Color)"><B>setLineColor(Color)</B></A> - 
Method in class edu.hws.jcm.draw.<A HREF="./edu/hws/jcm/draw/ScatterPlot.html" title="class in edu.hws.jcm.draw">ScatterPlot</A>
<DD>Set the color that is used to draw the regression line.
<DT><A HREF="./edu/hws/jcm/draw/DrawGeometric.html#setLineWidth(int)"><B>setLineWidth(int)</B></A> - 
Method in class edu.hws.jcm.draw.<A HREF="./edu/hws/jcm/draw/DrawGeometric.html" title="class in edu.hws.jcm.draw">DrawGeometric</A>
<DD>Set the width, in pixels, of lines that are drawn.
<DT><A HREF="./edu/hws/jcm/draw/MouseTracker.html#setListenForDrags(boolean)"><B>setListenForDrags(boolean)</B></A> - 
Method in class edu.hws.jcm.draw.<A HREF="./edu/hws/jcm/draw/MouseTracker.html" title="class in edu.hws.jcm.draw">MouseTracker</A>
<DD>Sets the "listenForDrags" property of the MouseTracker.
<DT><A HREF="./edu/hws/jcm/draw/DraggablePoint.html#setLocation(double, double)"><B>setLocation(double, double)</B></A> - 
Method in class edu.hws.jcm.draw.<A HREF="./edu/hws/jcm/draw/DraggablePoint.html" title="class in edu.hws.jcm.draw">DraggablePoint</A>
<DD>Move the point to (x,y), then "clamp" the value of x or y, if a clamp Value has been set.
<DT><A HREF="./edu/hws/jcm/awt/Animator.html#setLoopStyle(int)"><B>setLoopStyle(int)</B></A> - 
Method in class edu.hws.jcm.awt.<A HREF="./edu/hws/jcm/awt/Animator.html" title="class in edu.hws.jcm.awt">Animator</A>
<DD>Set the loop style, which determines what happens when the final frame of the animation is reached.
<DT><A HREF="./edu/hws/jcm/awt/Animator.html#setMax(edu.hws.jcm.data.Value)"><B>setMax(Value)</B></A> - 
Method in class edu.hws.jcm.awt.<A HREF="./edu/hws/jcm/awt/Animator.html" title="class in edu.hws.jcm.awt">Animator</A>
<DD>Set the Value object that gives the final value of the Animator.
<DT><A HREF="./edu/hws/jcm/awt/Animator.html#setMax(double)"><B>setMax(double)</B></A> - 
Method in class edu.hws.jcm.awt.<A HREF="./edu/hws/jcm/awt/Animator.html" title="class in edu.hws.jcm.awt">Animator</A>
<DD>A convenience method that simply calls setMax(new Constant(d)).
<DT><A HREF="./edu/hws/jcm/awt/VariableInput.html#setMax(double)"><B>setMax(double)</B></A> - 
Method in class edu.hws.jcm.awt.<A HREF="./edu/hws/jcm/awt/VariableInput.html" title="class in edu.hws.jcm.awt">VariableInput</A>
<DD>Specify the largest allowed value for the content of this VariableInput box.
<DT><A HREF="./edu/hws/jcm/awt/VariableSlider.html#setMax(edu.hws.jcm.data.Value)"><B>setMax(Value)</B></A> - 
Method in class edu.hws.jcm.awt.<A HREF="./edu/hws/jcm/awt/VariableSlider.html" title="class in edu.hws.jcm.awt">VariableSlider</A>
<DD>Set the value that the variable has when the slider is at the right (or
 top) of the scrollbar.
<DT><A HREF="./edu/hws/jcm/draw/RiemannSumRects.html#setMethod(int)"><B>setMethod(int)</B></A> - 
Method in class edu.hws.jcm.draw.<A HREF="./edu/hws/jcm/draw/RiemannSumRects.html" title="class in edu.hws.jcm.draw">RiemannSumRects</A>
<DD>Set the method used to calculate the rectangles.
<DT><A HREF="./edu/hws/jcm/awt/Animator.html#setMillisPerFrame(int)"><B>setMillisPerFrame(int)</B></A> - 
Method in class edu.hws.jcm.awt.<A HREF="./edu/hws/jcm/awt/Animator.html" title="class in edu.hws.jcm.awt">Animator</A>
<DD>Set the nominal number of milliseconds per frame.
<DT><A HREF="./edu/hws/jcm/awt/Animator.html#setMin(edu.hws.jcm.data.Value)"><B>setMin(Value)</B></A> - 
Method in class edu.hws.jcm.awt.<A HREF="./edu/hws/jcm/awt/Animator.html" title="class in edu.hws.jcm.awt">Animator</A>
<DD>Set the Value object that gives the starting value of the Animator.
<DT><A HREF="./edu/hws/jcm/awt/Animator.html#setMin(double)"><B>setMin(double)</B></A> - 
Method in class edu.hws.jcm.awt.<A HREF="./edu/hws/jcm/awt/Animator.html" title="class in edu.hws.jcm.awt">Animator</A>
<DD>A convenience method that simply calls setMin(new Constant(d)).
<DT><A HREF="./edu/hws/jcm/awt/VariableInput.html#setMin(double)"><B>setMin(double)</B></A> - 
Method in class edu.hws.jcm.awt.<A HREF="./edu/hws/jcm/awt/VariableInput.html" title="class in edu.hws.jcm.awt">VariableInput</A>
<DD>Specify the smallest allowed value for the content of this VariableInput box.
<DT><A HREF="./edu/hws/jcm/awt/VariableSlider.html#setMin(edu.hws.jcm.data.Value)"><B>setMin(Value)</B></A> - 
Method in class edu.hws.jcm.awt.<A HREF="./edu/hws/jcm/awt/VariableSlider.html" title="class in edu.hws.jcm.awt">VariableSlider</A>
<DD>Set the value that the variable has when the slider is at the left (or
 bottom) of the scrollbar.
<DT><A HREF="./edu/hws/jcm/draw/ScatterPlot.html#setMissingValueIsError(boolean)"><B>setMissingValueIsError(boolean)</B></A> - 
Method in class edu.hws.jcm.draw.<A HREF="./edu/hws/jcm/draw/ScatterPlot.html" title="class in edu.hws.jcm.draw">ScatterPlot</A>
<DD>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.
<DT><A HREF="./edu/hws/jcm/awt/DataTableInput.html#setName(java.lang.String)"><B>setName(String)</B></A> - 
Method in class edu.hws.jcm.awt.<A HREF="./edu/hws/jcm/awt/DataTableInput.html" title="class in edu.hws.jcm.awt">DataTableInput</A>
<DD>Set the name of this DataTableInput.
<DT><A HREF="./edu/hws/jcm/awt/VariableInput.html#setName(java.lang.String)"><B>setName(String)</B></A> - 
Method in class edu.hws.jcm.awt.<A HREF="./edu/hws/jcm/awt/VariableInput.html" title="class in edu.hws.jcm.awt">VariableInput</A>
<DD>Set the name of the variable.
<DT><A HREF="./edu/hws/jcm/awt/VariableSlider.html#setName(java.lang.String)"><B>setName(String)</B></A> - 
Method in class edu.hws.jcm.awt.<A HREF="./edu/hws/jcm/awt/VariableSlider.html" title="class in edu.hws.jcm.awt">VariableSlider</A>
<DD>Set the name of the associated variable.
<DT><A HREF="./edu/hws/jcm/data/Constant.html#setName(java.lang.String)"><B>setName(String)</B></A> - 
Method in class edu.hws.jcm.data.<A HREF="./edu/hws/jcm/data/Constant.html" title="class in edu.hws.jcm.data">Constant</A>
<DD>Set the name of this Constant.
<DT><A HREF="./edu/hws/jcm/data/MathObject.html#setName(java.lang.String)"><B>setName(String)</B></A> - 
Method in interface edu.hws.jcm.data.<A HREF="./edu/hws/jcm/data/MathObject.html" title="interface in edu.hws.jcm.data">MathObject</A>
<DD>Set the name of this object.
<DT><A HREF="./edu/hws/jcm/data/StandardFunction.html#setName(java.lang.String)"><B>setName(String)</B></A> - 
Method in class edu.hws.jcm.data.<A HREF="./edu/hws/jcm/data/StandardFunction.html" title="class in edu.hws.jcm.data">StandardFunction</A>
<DD>Change the name of this StandardFunction.
<DT><A HREF="./edu/hws/jcm/functions/FunctionParserExtension.html#setName(java.lang.String)"><B>setName(String)</B></A> - 
Method in class edu.hws.jcm.functions.<A HREF="./edu/hws/jcm/functions/FunctionParserExtension.html" title="class in edu.hws.jcm.functions">FunctionParserExtension</A>
<DD>Set the name of this object.
<DT><A HREF="./edu/hws/jcm/functions/SummationParser.html#setName(java.lang.String)"><B>setName(String)</B></A> - 
Method in class edu.hws.jcm.functions.<A HREF="./edu/hws/jcm/functions/SummationParser.html" title="class in edu.hws.jcm.functions">SummationParser</A>
<DD>Set the name, which will be used in place of "sum" in expressions.
<DT><A HREF="./edu/hws/jcm/awt/DisplayLabel.html#setNumSize(int)"><B>setNumSize(int)</B></A> - 
Method in class edu.hws.jcm.awt.<A HREF="./edu/hws/jcm/awt/DisplayLabel.html" title="class in edu.hws.jcm.awt">DisplayLabel</A>
<DD>Set the desired maximum number of characters in displayed numbers.
<DT><A HREF="./edu/hws/jcm/draw/DrawString.html#setNumSize(int)"><B>setNumSize(int)</B></A> - 
Method in class edu.hws.jcm.draw.<A HREF="./edu/hws/jcm/draw/DrawString.html" title="class in edu.hws.jcm.draw">DrawString</A>
<DD>Set the desired maximum number of characters in displayed numbers.
<DT><A HREF="./edu/hws/jcm/draw/DrawString.html#setOffset(int)"><B>setOffset(int)</B></A> - 
Method in class edu.hws.jcm.draw.<A HREF="./edu/hws/jcm/draw/DrawString.html" title="class in edu.hws.jcm.draw">DrawString</A>
<DD>Set the distance of the bounding box of the string from the reference
 point where it is drawn.
<DT><A HREF="./edu/hws/jcm/awt/Animator.html#setOnChange(edu.hws.jcm.awt.Computable)"><B>setOnChange(Computable)</B></A> - 
Method in class edu.hws.jcm.awt.<A HREF="./edu/hws/jcm/awt/Animator.html" title="class in edu.hws.jcm.awt">Animator</A>
<DD>Set the Controller that is notified (by calling its compute() method) whenever
 the frame changes.
<DT><A HREF="./edu/hws/jcm/draw/CoordinateRect.html#setOnChange(edu.hws.jcm.awt.Controller)"><B>setOnChange(Controller)</B></A> - 
Method in class edu.hws.jcm.draw.<A HREF="./edu/hws/jcm/draw/CoordinateRect.html" title="class in edu.hws.jcm.draw">CoordinateRect</A>
<DD>Specify a controller to be notified when the limits on this
 CoordinateRect change.
<DT><A HREF="./edu/hws/jcm/functions/TableFunctionInput.html#setOnChange(edu.hws.jcm.awt.Controller)"><B>setOnChange(Controller)</B></A> - 
Method in class edu.hws.jcm.functions.<A HREF="./edu/hws/jcm/functions/TableFunctionInput.html" title="class in edu.hws.jcm.functions">TableFunctionInput</A>
<DD>Specify a controller whose compute() method will be called whenever
 the user edits the data in this TableFunctionInput panel.
<DT><A HREF="./edu/hws/jcm/functions/TableFunctionGraph.html#setOnDrag(edu.hws.jcm.awt.Computable)"><B>setOnDrag(Computable)</B></A> - 
Method in class edu.hws.jcm.functions.<A HREF="./edu/hws/jcm/functions/TableFunctionGraph.html" title="class in edu.hws.jcm.functions">TableFunctionGraph</A>
<DD>Specify a controller whose compute() method will be called repeatedly
 as the user drags one of the points from the table function.
<DT><A HREF="./edu/hws/jcm/draw/Panner.html#setOnFinishDrag(edu.hws.jcm.awt.Controller)"><B>setOnFinishDrag(Controller)</B></A> - 
Method in class edu.hws.jcm.draw.<A HREF="./edu/hws/jcm/draw/Panner.html" title="class in edu.hws.jcm.draw">Panner</A>
<DD>Set a Controller that will be notified (by calling its compute method) whenever
  the user finishes a drag operation.
<DT><A HREF="./edu/hws/jcm/functions/TableFunctionGraph.html#setOnFinishDrag(edu.hws.jcm.awt.Computable)"><B>setOnFinishDrag(Computable)</B></A> - 
Method in class edu.hws.jcm.functions.<A HREF="./edu/hws/jcm/functions/TableFunctionGraph.html" title="class in edu.hws.jcm.functions">TableFunctionGraph</A>
<DD>Specify a controller whose compute() method will be called once
 when the user finishes dragging one of the points from the table function.
<DT><A HREF="./edu/hws/jcm/awt/ExpressionInput.html#setOnTextChange(edu.hws.jcm.awt.Controller)"><B>setOnTextChange(Controller)</B></A> - 
Method in class edu.hws.jcm.awt.<A HREF="./edu/hws/jcm/awt/ExpressionInput.html" title="class in edu.hws.jcm.awt">ExpressionInput</A>
<DD>If the parameter, c, is non-null, then its compute method will be called whenever
 the text in this input box changes.
<DT><A HREF="./edu/hws/jcm/awt/VariableInput.html#setOnTextChange(edu.hws.jcm.awt.Controller)"><B>setOnTextChange(Controller)</B></A> - 
Method in class edu.hws.jcm.awt.<A HREF="./edu/hws/jcm/awt/VariableInput.html" title="class in edu.hws.jcm.awt">VariableInput</A>
<DD>If the Controller, cm is non-null, then its compute() method will be called whenever
 the text in this input box changes.
<DT><A HREF="./edu/hws/jcm/awt/ComputeButton.html#setOnUserAction(edu.hws.jcm.awt.Controller)"><B>setOnUserAction(Controller)</B></A> - 
Method in class edu.hws.jcm.awt.<A HREF="./edu/hws/jcm/awt/ComputeButton.html" title="class in edu.hws.jcm.awt">ComputeButton</A>
<DD>Set the controller whose compute() method is called
 when the user clicks this button.
<DT><A HREF="./edu/hws/jcm/awt/ExpressionInput.html#setOnUserAction(edu.hws.jcm.awt.Controller)"><B>setOnUserAction(Controller)</B></A> - 
Method in class edu.hws.jcm.awt.<A HREF="./edu/hws/jcm/awt/ExpressionInput.html" title="class in edu.hws.jcm.awt">ExpressionInput</A>
<DD>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.
<DT><A HREF="./edu/hws/jcm/awt/VariableInput.html#setOnUserAction(edu.hws.jcm.awt.Controller)"><B>setOnUserAction(Controller)</B></A> - 
Method in class edu.hws.jcm.awt.<A HREF="./edu/hws/jcm/awt/VariableInput.html" title="class in edu.hws.jcm.awt">VariableInput</A>
<DD>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.
<DT><A HREF="./edu/hws/jcm/awt/VariableSlider.html#setOnUserAction(edu.hws.jcm.awt.Controller)"><B>setOnUserAction(Controller)</B></A> - 
Method in class edu.hws.jcm.awt.<A HREF="./edu/hws/jcm/awt/VariableSlider.html" title="class in edu.hws.jcm.awt">VariableSlider</A>
<DD>If the Controller, c, is non-null, then its compute method will be called whenever
 the user adjusts the position of the scroll bar.
<DT><A HREF="./edu/hws/jcm/draw/DraggablePoint.html#setOnUserAction(edu.hws.jcm.awt.Controller)"><B>setOnUserAction(Controller)</B></A> - 
Method in class edu.hws.jcm.draw.<A HREF="./edu/hws/jcm/draw/DraggablePoint.html" title="class in edu.hws.jcm.draw">DraggablePoint</A>
<DD>Set the Controller that is to be notified when the user drags the point.
<DT><A HREF="./edu/hws/jcm/draw/MouseTracker.html#setOnUserAction(edu.hws.jcm.awt.Controller)"><B>setOnUserAction(Controller)</B></A> - 
Method in class edu.hws.jcm.draw.<A HREF="./edu/hws/jcm/draw/MouseTracker.html" title="class in edu.hws.jcm.draw">MouseTracker</A>
<DD>Set a Controller to respond to user mouse actions tracked
 by this MouseTracker.
<DT><A HREF="./edu/hws/jcm/draw/Panner.html#setOnUserAction(edu.hws.jcm.awt.Controller)"><B>setOnUserAction(Controller)</B></A> - 
Method in class edu.hws.jcm.draw.<A HREF="./edu/hws/jcm/draw/Panner.html" title="class in edu.hws.jcm.draw">Panner</A>
<DD>Set a Controller that will be notified (by calling its compute method) whenever
  the user moves the mouse during a drag.
<DT><A HREF="./edu/hws/jcm/awt/Animator.html#setOrientation(int)"><B>setOrientation(int)</B></A> - 
Method in class edu.hws.jcm.awt.<A HREF="./edu/hws/jcm/awt/Animator.html" title="class in edu.hws.jcm.awt">Animator</A>
<DD>Set the orientation of the components in the Animator panel.
<DT><A HREF="./edu/hws/jcm/draw/RiemannSumRects.html#setOutlineColor(java.awt.Color)"><B>setOutlineColor(Color)</B></A> - 
Method in class edu.hws.jcm.draw.<A HREF="./edu/hws/jcm/draw/RiemannSumRects.html" title="class in edu.hws.jcm.draw">RiemannSumRects</A>
<DD>Set the color that will be used to draw outlines around the rects.
<DT><A HREF="./edu/hws/jcm/draw/Drawable.html#setOwnerData(edu.hws.jcm.draw.DisplayCanvas, edu.hws.jcm.draw.CoordinateRect)"><B>setOwnerData(DisplayCanvas, CoordinateRect)</B></A> - 
Method in class edu.hws.jcm.draw.<A HREF="./edu/hws/jcm/draw/Drawable.html" title="class in edu.hws.jcm.draw">Drawable</A>
<DD>Sets the values of member variables canvas and coords.
<DT><A HREF="./edu/hws/jcm/draw/MouseTracker.html#setOwnerData(edu.hws.jcm.draw.DisplayCanvas, edu.hws.jcm.draw.CoordinateRect)"><B>setOwnerData(DisplayCanvas, CoordinateRect)</B></A> - 
Method in class edu.hws.jcm.draw.<A HREF="./edu/hws/jcm/draw/MouseTracker.html" title="class in edu.hws.jcm.draw">MouseTracker</A>
<DD>This is called automatically by CoordinateRect when the
 MouseTracker is added to the CoordinateRect.
<DT><A HREF="./edu/hws/jcm/draw/Panner.html#setOwnerData(edu.hws.jcm.draw.DisplayCanvas, edu.hws.jcm.draw.CoordinateRect)"><B>setOwnerData(DisplayCanvas, CoordinateRect)</B></A> - 
Method in class edu.hws.jcm.draw.<A HREF="./edu/hws/jcm/draw/Panner.html" title="class in edu.hws.jcm.draw">Panner</A>
<DD>Called when this object is added to a DisplayCanvas.
<DT><A HREF="./edu/hws/jcm/functions/TableFunctionGraph.html#setOwnerData(edu.hws.jcm.draw.DisplayCanvas, edu.hws.jcm.draw.CoordinateRect)"><B>setOwnerData(DisplayCanvas, CoordinateRect)</B></A> - 
Method in class edu.hws.jcm.functions.<A HREF="./edu/hws/jcm/functions/TableFunctionGraph.html" title="class in edu.hws.jcm.functions">TableFunctionGraph</A>
<DD>Sets the values of member variables canvas and coords.
<DT><A HREF="./edu/hws/jcm/functions/FunctionParserExtension.html#setParensCanBeOptional(boolean)"><B>setParensCanBeOptional(boolean)</B></A> - 
Method in class edu.hws.jcm.functions.<A HREF="./edu/hws/jcm/functions/FunctionParserExtension.html" title="class in edu.hws.jcm.functions">FunctionParserExtension</A>
<DD>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.
<DT><A HREF="./edu/hws/jcm/awt/ExpressionInput.html#setParser(edu.hws.jcm.data.Parser)"><B>setParser(Parser)</B></A> - 
Method in class edu.hws.jcm.awt.<A HREF="./edu/hws/jcm/awt/ExpressionInput.html" title="class in edu.hws.jcm.awt">ExpressionInput</A>
<DD>Set the parser that is used to parse the user's input strings.
<DT><A HREF="./edu/hws/jcm/draw/VectorField.html#setPixelSpacing(int)"><B>setPixelSpacing(int)</B></A> - 
Method in class edu.hws.jcm.draw.<A HREF="./edu/hws/jcm/draw/VectorField.html" title="class in edu.hws.jcm.draw">VectorField</A>
<DD>Set the value of the pixelSpacing property, which determines the grid spacing for the vector field.
<DT><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)"><B>setPoints(Value, Value, Value, Value)</B></A> - 
Method in class edu.hws.jcm.draw.<A HREF="./edu/hws/jcm/draw/DrawGeometric.html" title="class in edu.hws.jcm.draw">DrawGeometric</A>
<DD>Set the Value objects that specify the two points that determine the shape.
<DT><A HREF="./edu/hws/jcm/draw/DrawGeometric.html#setPoints(edu.hws.jcm.data.Value, edu.hws.jcm.data.Value, int, int)"><B>setPoints(Value, Value, int, int)</B></A> - 
Method in class edu.hws.jcm.draw.<A HREF="./edu/hws/jcm/draw/DrawGeometric.html" title="class in edu.hws.jcm.draw">DrawGeometric</A>
<DD>Set the values that specify a point (x1,y1) and an offset (h,v) from that point.
<DT><A HREF="./edu/hws/jcm/draw/DrawString.html#setPositioning(int)"><B>setPositioning(int)</B></A> - 
Method in class edu.hws.jcm.draw.<A HREF="./edu/hws/jcm/draw/DrawString.html" title="class in edu.hws.jcm.draw">DrawString</A>
<DD>Set the positioning of the string.
<DT><A HREF="./edu/hws/jcm/draw/DraggablePoint.html#setRadius(int)"><B>setRadius(int)</B></A> - 
Method in class edu.hws.jcm.draw.<A HREF="./edu/hws/jcm/draw/DraggablePoint.html" title="class in edu.hws.jcm.draw">DraggablePoint</A>
<DD>Set the radius that determines the size of the point when it is drawn.
<DT><A HREF="./edu/hws/jcm/draw/DrawString.html#setReferencePoint(edu.hws.jcm.data.Value, edu.hws.jcm.data.Value)"><B>setReferencePoint(Value, Value)</B></A> - 
Method in class edu.hws.jcm.draw.<A HREF="./edu/hws/jcm/draw/DrawString.html" title="class in edu.hws.jcm.draw">DrawString</A>
<DD>Set the values of the (x,y) coordinates of the 
 reference point for the stirng.
<DT><A HREF="./edu/hws/jcm/draw/CoordinateRect.html#setRestoreBuffer()"><B>setRestoreBuffer()</B></A> - 
Method in class edu.hws.jcm.draw.<A HREF="./edu/hws/jcm/draw/CoordinateRect.html" title="class in edu.hws.jcm.draw">CoordinateRect</A>
<DD>Save current limits in buffer.
<DT><A HREF="./edu/hws/jcm/draw/DrawGeometric.html#setShape(int)"><B>setShape(int)</B></A> - 
Method in class edu.hws.jcm.draw.<A HREF="./edu/hws/jcm/draw/DrawGeometric.html" title="class in edu.hws.jcm.draw">DrawGeometric</A>
<DD>Set the shape, which should be given as one of the shape constants such as LINE_ABSOLUTE or CROSS.
<DT><A HREF="./edu/hws/jcm/awt/DataTableInput.html#setShowColumnTitles(boolean)"><B>setShowColumnTitles(boolean)</B></A> - 
Method in class edu.hws.jcm.awt.<A HREF="./edu/hws/jcm/awt/DataTableInput.html" title="class in edu.hws.jcm.awt">DataTableInput</A>
<DD>If set to true, then the column name is shown at the top of each column.
<DT><A HREF="./edu/hws/jcm/functions/TableFunctionGraph.html#setShowPoints(boolean)"><B>setShowPoints(boolean)</B></A> - 
Method in class edu.hws.jcm.functions.<A HREF="./edu/hws/jcm/functions/TableFunctionGraph.html" title="class in edu.hws.jcm.functions">TableFunctionGraph</A>
<DD>Set the showPoints property, which determines whether the points
  from the table that defines the function are visible as little
  disks.
<DT><A HREF="./edu/hws/jcm/draw/ScatterPlot.html#setShowRegressionLine(boolean)"><B>setShowRegressionLine(boolean)</B></A> - 
Method in class edu.hws.jcm.draw.<A HREF="./edu/hws/jcm/draw/ScatterPlot.html" title="class in edu.hws.jcm.draw">ScatterPlot</A>
<DD>If the parameter is true, then a regression line for the data is drawn.
<DT><A HREF="./edu/hws/jcm/awt/DataTableInput.html#setShowRowNumbers(boolean)"><B>setShowRowNumbers(boolean)</B></A> - 
Method in class edu.hws.jcm.awt.<A HREF="./edu/hws/jcm/awt/DataTableInput.html" title="class in edu.hws.jcm.awt">DataTableInput</A>
<DD>If set to true, then the row number is shown at the left of each row.
<DT><A HREF="./edu/hws/jcm/awt/Animator.html#setStartButtonName(java.lang.String)"><B>setStartButtonName(String)</B></A> - 
Method in class edu.hws.jcm.awt.<A HREF="./edu/hws/jcm/awt/Animator.html" title="class in edu.hws.jcm.awt">Animator</A>
<DD>The name of the Start/Stop button is managed by the Animator, so changing it directly makes
 no sense.
<DT><A HREF="./edu/hws/jcm/awt/Animator.html#setStopButtonName(java.lang.String)"><B>setStopButtonName(String)</B></A> - 
Method in class edu.hws.jcm.awt.<A HREF="./edu/hws/jcm/awt/Animator.html" title="class in edu.hws.jcm.awt">Animator</A>
<DD>The name of the Start/Stop button is managed by the Animator, so changing it directly makes
 no sense.
<DT><A HREF="./edu/hws/jcm/draw/DrawString.html#setString(java.lang.String)"><B>setString(String)</B></A> - 
Method in class edu.hws.jcm.draw.<A HREF="./edu/hws/jcm/draw/DrawString.html" title="class in edu.hws.jcm.draw">DrawString</A>
<DD>Set the string that is displayed.
<DT><A HREF="./edu/hws/jcm/draw/DraggablePoint.html#setStyle(int)"><B>setStyle(int)</B></A> - 
Method in class edu.hws.jcm.draw.<A HREF="./edu/hws/jcm/draw/DraggablePoint.html" title="class in edu.hws.jcm.draw">DraggablePoint</A>
<DD>Set the visual style of the point.
<DT><A HREF="./edu/hws/jcm/draw/VectorField.html#setStyle(int)"><B>setStyle(int)</B></A> - 
Method in class edu.hws.jcm.draw.<A HREF="./edu/hws/jcm/draw/VectorField.html" title="class in edu.hws.jcm.draw">VectorField</A>
<DD>Set the style in which the vector field is displayed.
<DT><A HREF="./edu/hws/jcm/functions/TableFunction.html#setStyle(int)"><B>setStyle(int)</B></A> - 
Method in class edu.hws.jcm.functions.<A HREF="./edu/hws/jcm/functions/TableFunction.html" title="class in edu.hws.jcm.functions">TableFunction</A>
<DD>Set the style of this TableFunction, to specify how values are interpolated
 between points on the curve.
<DT><A HREF="./edu/hws/jcm/draw/CoordinateRect.html#setSyncWith(edu.hws.jcm.awt.Tie)"><B>setSyncWith(Tie)</B></A> - 
Method in class edu.hws.jcm.draw.<A HREF="./edu/hws/jcm/draw/CoordinateRect.html" title="class in edu.hws.jcm.draw">CoordinateRect</A>
<DD>Set the Tie object that is used to synchronize this CoordinareRect with other objects.
<DT><A HREF="./edu/hws/jcm/draw/ScatterPlot.html#setTable(edu.hws.jcm.awt.DataTableInput)"><B>setTable(DataTableInput)</B></A> - 
Method in class edu.hws.jcm.draw.<A HREF="./edu/hws/jcm/draw/ScatterPlot.html" title="class in edu.hws.jcm.draw">ScatterPlot</A>
<DD>Specify the table from which the plotted data is to be taken.
<DT><A HREF="./edu/hws/jcm/awt/DisplayLabel.html#setText(java.lang.String)"><B>setText(String)</B></A> - 
Method in class edu.hws.jcm.awt.<A HREF="./edu/hws/jcm/awt/DisplayLabel.html" title="class in edu.hws.jcm.awt">DisplayLabel</A>
<DD>Set text for display -- text should include as many (single) #'s
 as there are values to display.
<DT><A HREF="./edu/hws/jcm/awt/ExpressionInput.html#setText(java.lang.String)"><B>setText(String)</B></A> - 
Method in class edu.hws.jcm.awt.<A HREF="./edu/hws/jcm/awt/ExpressionInput.html" title="class in edu.hws.jcm.awt">ExpressionInput</A>
<DD>Set the text displayed in this input box.
<DT><A HREF="./edu/hws/jcm/awt/VariableInput.html#setText(java.lang.String)"><B>setText(String)</B></A> - 
Method in class edu.hws.jcm.awt.<A HREF="./edu/hws/jcm/awt/VariableInput.html" title="class in edu.hws.jcm.awt">VariableInput</A>
<DD>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.
<DT><A HREF="./edu/hws/jcm/awt/DataTableInput.html#setThrowErrors(boolean)"><B>setThrowErrors(boolean)</B></A> - 
Method in class edu.hws.jcm.awt.<A HREF="./edu/hws/jcm/awt/DataTableInput.html" title="class in edu.hws.jcm.awt">DataTableInput</A>
<DD>Set the throwErrors property.
<DT><A HREF="./edu/hws/jcm/awt/ExpressionInput.html#setThrowErrors(boolean)"><B>setThrowErrors(boolean)</B></A> - 
Method in class edu.hws.jcm.awt.<A HREF="./edu/hws/jcm/awt/ExpressionInput.html" title="class in edu.hws.jcm.awt">ExpressionInput</A>
<DD>Set the throwErrors property.
<DT><A HREF="./edu/hws/jcm/awt/VariableInput.html#setThrowErrors(boolean)"><B>setThrowErrors(boolean)</B></A> - 
Method in class edu.hws.jcm.awt.<A HREF="./edu/hws/jcm/awt/VariableInput.html" title="class in edu.hws.jcm.awt">VariableInput</A>
<DD>Set the throwErrors property.
<DT><A HREF="./edu/hws/jcm/draw/ParametricCurve.html#setTMax(edu.hws.jcm.data.Value)"><B>setTMax(Value)</B></A> - 
Method in class edu.hws.jcm.draw.<A HREF="./edu/hws/jcm/draw/ParametricCurve.html" title="class in edu.hws.jcm.draw">ParametricCurve</A>
<DD>Set the Value object that gives the right endpoint of the domain of the parameter.
<DT><A HREF="./edu/hws/jcm/draw/ParametricCurve.html#setTMin(edu.hws.jcm.data.Value)"><B>setTMin(Value)</B></A> - 
Method in class edu.hws.jcm.draw.<A HREF="./edu/hws/jcm/draw/ParametricCurve.html" title="class in edu.hws.jcm.draw">ParametricCurve</A>
<DD>Set the Value object that gives the left endpoint of the domain of the parameter.
<DT><A HREF="./edu/hws/jcm/draw/MouseTracker.html#setUndefinedWhenNotDragging(boolean)"><B>setUndefinedWhenNotDragging(boolean)</B></A> - 
Method in class edu.hws.jcm.draw.<A HREF="./edu/hws/jcm/draw/MouseTracker.html" title="class in edu.hws.jcm.draw">MouseTracker</A>
<DD>Sets the "undefinedWhenNotDragging" property of the MouseTracker.
<DT><A HREF="./edu/hws/jcm/awt/Animator.html#setUndefinedWhenNotRunning(boolean)"><B>setUndefinedWhenNotRunning(boolean)</B></A> - 
Method in class edu.hws.jcm.awt.<A HREF="./edu/hws/jcm/awt/Animator.html" title="class in edu.hws.jcm.awt">Animator</A>
<DD>Set the value of the undefinedWhenNotRunning property.
<DT><A HREF="./AnimatedGraph.html#setUpBottomPanel()"><B>setUpBottomPanel()</B></A> - 
Method in class <A HREF="./AnimatedGraph.html" title="class in &lt;Unnamed&gt;">AnimatedGraph</A>
<DD>&nbsp;
<DT><A HREF="./EpsilonDelta.html#setUpBottomPanel()"><B>setUpBottomPanel()</B></A> - 
Method in class <A HREF="./EpsilonDelta.html" title="class in &lt;Unnamed&gt;">EpsilonDelta</A>
<DD>&nbsp;
<DT><A HREF="./FamiliesOfGraphs.html#setUpBottomPanel()"><B>setUpBottomPanel()</B></A> - 
Method in class <A HREF="./FamiliesOfGraphs.html" title="class in &lt;Unnamed&gt;">FamiliesOfGraphs</A>
<DD>&nbsp;
<DT><A HREF="./GenericGraphApplet.html#setUpBottomPanel()"><B>setUpBottomPanel()</B></A> - 
Method in class <A HREF="./GenericGraphApplet.html" title="class in &lt;Unnamed&gt;">GenericGraphApplet</A>
<DD>This method checks the applet parameter "UseFunctionInput".
<DT><A HREF="./IntegralCurves.html#setUpBottomPanel()"><B>setUpBottomPanel()</B></A> - 
Method in class <A HREF="./IntegralCurves.html" title="class in &lt;Unnamed&gt;">IntegralCurves</A>
<DD>&nbsp;
<DT><A HREF="./MultiGraph.html#setUpBottomPanel()"><B>setUpBottomPanel()</B></A> - 
Method in class <A HREF="./MultiGraph.html" title="class in &lt;Unnamed&gt;">MultiGraph</A>
<DD>&nbsp;
<DT><A HREF="./Parametric.html#setUpBottomPanel()"><B>setUpBottomPanel()</B></A> - 
Method in class <A HREF="./Parametric.html" title="class in &lt;Unnamed&gt;">Parametric</A>
<DD>&nbsp;
<DT><A HREF="./AnimatedGraph.html#setUpCanvas()"><B>setUpCanvas()</B></A> - 
Method in class <A HREF="./AnimatedGraph.html" title="class in &lt;Unnamed&gt;">AnimatedGraph</A>
<DD>&nbsp;
<DT><A HREF="./Derivatives.html#setUpCanvas()"><B>setUpCanvas()</B></A> - 
Method in class <A HREF="./Derivatives.html" title="class in &lt;Unnamed&gt;">Derivatives</A>
<DD>&nbsp;
<DT><A HREF="./EpsilonDelta.html#setUpCanvas()"><B>setUpCanvas()</B></A> - 
Method in class <A HREF="./EpsilonDelta.html" title="class in &lt;Unnamed&gt;">EpsilonDelta</A>
<DD>&nbsp;
<DT><A HREF="./FamiliesOfGraphs.html#setUpCanvas()"><B>setUpCanvas()</B></A> - 
Method in class <A HREF="./FamiliesOfGraphs.html" title="class in &lt;Unnamed&gt;">FamiliesOfGraphs</A>
<DD>&nbsp;
<DT><A HREF="./GenericGraphApplet.html#setUpCanvas()"><B>setUpCanvas()</B></A> - 
Method in class <A HREF="./GenericGraphApplet.html" title="class in &lt;Unnamed&gt;">GenericGraphApplet</A>
<DD>This method is called by mainPanel() to set up the display canvas and add it to the
 main panel.
<DT><A HREF="./IntegralCurves.html#setUpCanvas()"><B>setUpCanvas()</B></A> - 
Method in class <A HREF="./IntegralCurves.html" title="class in &lt;Unnamed&gt;">IntegralCurves</A>
<DD>&nbsp;
<DT><A HREF="./MultiGraph.html#setUpCanvas()"><B>setUpCanvas()</B></A> - 
Method in class <A HREF="./MultiGraph.html" title="class in &lt;Unnamed&gt;">MultiGraph</A>
<DD>&nbsp;
<DT><A HREF="./Parametric.html#setUpCanvas()"><B>setUpCanvas()</B></A> - 
Method in class <A HREF="./Parametric.html" title="class in &lt;Unnamed&gt;">Parametric</A>
<DD>&nbsp;
<DT><A HREF="./RiemannSums.html#setUpCanvas()"><B>setUpCanvas()</B></A> - 
Method in class <A HREF="./RiemannSums.html" title="class in &lt;Unnamed&gt;">RiemannSums</A>
<DD>&nbsp;
<DT><A HREF="./SecantTangent.html#setUpCanvas()"><B>setUpCanvas()</B></A> - 
Method in class <A HREF="./SecantTangent.html" title="class in &lt;Unnamed&gt;">SecantTangent</A>
<DD>&nbsp;
<DT><A HREF="./SimpleGraph.html#setUpCanvas()"><B>setUpCanvas()</B></A> - 
Method in class <A HREF="./SimpleGraph.html" title="class in &lt;Unnamed&gt;">SimpleGraph</A>
<DD>&nbsp;
<DT><A HREF="./GenericGraphApplet.html#setUpExampleMenu()"><B>setUpExampleMenu()</B></A> - 
Method in class <A HREF="./GenericGraphApplet.html" title="class in &lt;Unnamed&gt;">GenericGraphApplet</A>
<DD>This method processes applet parameters that specify examples for the applet and adds them
 to a menu of examples.
<DT><A HREF="./AnimatedGraph.html#setUpLimitsPanel()"><B>setUpLimitsPanel()</B></A> - 
Method in class <A HREF="./AnimatedGraph.html" title="class in &lt;Unnamed&gt;">AnimatedGraph</A>
<DD>&nbsp;
<DT><A HREF="./GenericGraphApplet.html#setUpLimitsPanel()"><B>setUpLimitsPanel()</B></A> - 
Method in class <A HREF="./GenericGraphApplet.html" title="class in &lt;Unnamed&gt;">GenericGraphApplet</A>
<DD>This method sets up the limit control panel and adds it to the main panel.
<DT><A HREF="./MultiGraph.html#setUpLimitsPanel()"><B>setUpLimitsPanel()</B></A> - 
Method in class <A HREF="./MultiGraph.html" title="class in &lt;Unnamed&gt;">MultiGraph</A>
<DD>&nbsp;
<DT><A HREF="./Parametric.html#setUpLimitsPanel()"><B>setUpLimitsPanel()</B></A> - 
Method in class <A HREF="./Parametric.html" title="class in &lt;Unnamed&gt;">Parametric</A>
<DD>&nbsp;
<DT><A HREF="./Derivatives.html#setUpMainPanel()"><B>setUpMainPanel()</B></A> - 
Method in class <A HREF="./Derivatives.html" title="class in &lt;Unnamed&gt;">Derivatives</A>
<DD>&nbsp;
<DT><A HREF="./FunctionComposition.html#setUpMainPanel()"><B>setUpMainPanel()</B></A> - 
Method in class <A HREF="./FunctionComposition.html" title="class in &lt;Unnamed&gt;">FunctionComposition</A>
<DD>&nbsp;
<DT><A HREF="./GenericGraphApplet.html#setUpMainPanel()"><B>setUpMainPanel()</B></A> - 
Method in class <A HREF="./GenericGraphApplet.html" title="class in &lt;Unnamed&gt;">GenericGraphApplet</A>
<DD>This method is called to set up the main panel of the applet.
<DT><A HREF="./Parametric.html#setUpMainPanel()"><B>setUpMainPanel()</B></A> - 
Method in class <A HREF="./Parametric.html" title="class in &lt;Unnamed&gt;">Parametric</A>
<DD>&nbsp;
<DT><A HREF="./RiemannSums.html#setUpMainPanel()"><B>setUpMainPanel()</B></A> - 
Method in class <A HREF="./RiemannSums.html" title="class in &lt;Unnamed&gt;">RiemannSums</A>
<DD>&nbsp;
<DT><A HREF="./SimpleGraph.html#setUpMainPanel()"><B>setUpMainPanel()</B></A> - 
Method in class <A HREF="./SimpleGraph.html" title="class in &lt;Unnamed&gt;">SimpleGraph</A>
<DD>&nbsp;
<DT><A HREF="./Derivatives.html#setUpParameterDefaults()"><B>setUpParameterDefaults()</B></A> - 
Method in class <A HREF="./Derivatives.html" title="class in &lt;Unnamed&gt;">Derivatives</A>
<DD>&nbsp;
<DT><A HREF="./GenericGraphApplet.html#setUpParameterDefaults()"><B>setUpParameterDefaults()</B></A> - 
Method in class <A HREF="./GenericGraphApplet.html" title="class in &lt;Unnamed&gt;">GenericGraphApplet</A>
<DD>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.
<DT><A HREF="./Parametric.html#setUpParameterDefaults()"><B>setUpParameterDefaults()</B></A> - 
Method in class <A HREF="./Parametric.html" title="class in &lt;Unnamed&gt;">Parametric</A>
<DD>&nbsp;
<DT><A HREF="./RiemannSums.html#setUpParameterDefaults()"><B>setUpParameterDefaults()</B></A> - 
Method in class <A HREF="./RiemannSums.html" title="class in &lt;Unnamed&gt;">RiemannSums</A>
<DD>&nbsp;
<DT><A HREF="./SecantTangent.html#setUpParameterDefaults()"><B>setUpParameterDefaults()</B></A> - 
Method in class <A HREF="./SecantTangent.html" title="class in &lt;Unnamed&gt;">SecantTangent</A>
<DD>&nbsp;
<DT><A HREF="./AnimatedGraph.html#setUpParser()"><B>setUpParser()</B></A> - 
Method in class <A HREF="./AnimatedGraph.html" title="class in &lt;Unnamed&gt;">AnimatedGraph</A>
<DD>&nbsp;
<DT><A HREF="./FamiliesOfGraphs.html#setUpParser()"><B>setUpParser()</B></A> - 
Method in class <A HREF="./FamiliesOfGraphs.html" title="class in &lt;Unnamed&gt;">FamiliesOfGraphs</A>
<DD>&nbsp;
<DT><A HREF="./GenericGraphApplet.html#setUpParser()"><B>setUpParser()</B></A> - 
Method in class <A HREF="./GenericGraphApplet.html" title="class in &lt;Unnamed&gt;">GenericGraphApplet</A>
<DD>This method is called by setUpMainPanel() to set up the parser to be used in the applet.
<DT><A HREF="./IntegralCurves.html#setUpParser()"><B>setUpParser()</B></A> - 
Method in class <A HREF="./IntegralCurves.html" title="class in &lt;Unnamed&gt;">IntegralCurves</A>
<DD>&nbsp;
<DT><A HREF="./MultiGraph.html#setUpParser()"><B>setUpParser()</B></A> - 
Method in class <A HREF="./MultiGraph.html" title="class in &lt;Unnamed&gt;">MultiGraph</A>
<DD>&nbsp;
<DT><A HREF="./GenericGraphApplet.html#setUpTopPanel()"><B>setUpTopPanel()</B></A> - 
Method in class <A HREF="./GenericGraphApplet.html" title="class in &lt;Unnamed&gt;">GenericGraphApplet</A>
<DD>This method is called by setUpMainPanel() to add a panel at the top of the applet.
<DT><A HREF="./edu/hws/jcm/draw/DisplayCanvas.html#setUseOffscreenCanvas(boolean)"><B>setUseOffscreenCanvas(boolean)</B></A> - 
Method in class edu.hws.jcm.draw.<A HREF="./edu/hws/jcm/draw/DisplayCanvas.html" title="class in edu.hws.jcm.draw">DisplayCanvas</A>
<DD>Get the "useOffscreenCanvas" property of this DisplayCanvas, which determines whether
 double-buffering is used.
<DT><A HREF="./edu/hws/jcm/draw/LimitControlPanel.html#setUseTwoColumnsIfPossible(boolean)"><B>setUseTwoColumnsIfPossible(boolean)</B></A> - 
Method in class edu.hws.jcm.draw.<A HREF="./edu/hws/jcm/draw/LimitControlPanel.html" title="class in edu.hws.jcm.draw">LimitControlPanel</A>
<DD>Set to true if you want the components to be shown in
 two columns (provided the panel is wide enough).
<DT><A HREF="./edu/hws/jcm/draw/DrawGeometric.html#setV(int)"><B>setV(int)</B></A> - 
Method in class edu.hws.jcm.draw.<A HREF="./edu/hws/jcm/draw/DrawGeometric.html" title="class in edu.hws.jcm.draw">DrawGeometric</A>
<DD>Set the integer that gives the vertical offset from (x1,y1).
<DT><A HREF="./edu/hws/jcm/awt/Animator.html#setVal(double)"><B>setVal(double)</B></A> - 
Method in class edu.hws.jcm.awt.<A HREF="./edu/hws/jcm/awt/Animator.html" title="class in edu.hws.jcm.awt">Animator</A>
<DD>Set the value of the animation.
<DT><A HREF="./edu/hws/jcm/awt/VariableInput.html#setVal(double)"><B>setVal(double)</B></A> - 
Method in class edu.hws.jcm.awt.<A HREF="./edu/hws/jcm/awt/VariableInput.html" title="class in edu.hws.jcm.awt">VariableInput</A>
<DD>Set the value of the associated variable.
<DT><A HREF="./edu/hws/jcm/awt/VariableSlider.html#setVal(double)"><B>setVal(double)</B></A> - 
Method in class edu.hws.jcm.awt.<A HREF="./edu/hws/jcm/awt/VariableSlider.html" title="class in edu.hws.jcm.awt">VariableSlider</A>
<DD>Set the value of the variable to x.
<DT><A HREF="./edu/hws/jcm/data/Variable.html#setVal(double)"><B>setVal(double)</B></A> - 
Method in class edu.hws.jcm.data.<A HREF="./edu/hws/jcm/data/Variable.html" title="class in edu.hws.jcm.data">Variable</A>
<DD>Set the value of this Variable to the specified value.
<DT><A HREF="./edu/hws/jcm/awt/DisplayLabel.html#setValue(edu.hws.jcm.data.Value)"><B>setValue(Value)</B></A> - 
Method in class edu.hws.jcm.awt.<A HREF="./edu/hws/jcm/awt/DisplayLabel.html" title="class in edu.hws.jcm.awt">DisplayLabel</A>
<DD>A convenience method that can be used when the display string contains
  just a single #.
<DT><A HREF="./edu/hws/jcm/awt/DisplayLabel.html#setValues(edu.hws.jcm.data.Value[])"><B>setValues(Value[])</B></A> - 
Method in class edu.hws.jcm.awt.<A HREF="./edu/hws/jcm/awt/DisplayLabel.html" title="class in edu.hws.jcm.awt">DisplayLabel</A>
<DD>Set the array of Value objects whose values are displayed
 in this DisplayLabel, and change the display to show
 the new values.
<DT><A HREF="./edu/hws/jcm/draw/DrawString.html#setValues(edu.hws.jcm.data.Value[])"><B>setValues(Value[])</B></A> - 
Method in class edu.hws.jcm.draw.<A HREF="./edu/hws/jcm/draw/DrawString.html" title="class in edu.hws.jcm.draw">DrawString</A>
<DD>Set the Values that are substituted for (single) #'s in the string.
<DT><A HREF="./edu/hws/jcm/draw/Drawable.html#setVisible(boolean)"><B>setVisible(boolean)</B></A> - 
Method in class edu.hws.jcm.draw.<A HREF="./edu/hws/jcm/draw/Drawable.html" title="class in edu.hws.jcm.draw">Drawable</A>
<DD>Set the visibility of this Drawable.
<DT><A HREF="./edu/hws/jcm/draw/DrawBorder.html#setWidth(int)"><B>setWidth(int)</B></A> - 
Method in class edu.hws.jcm.draw.<A HREF="./edu/hws/jcm/draw/DrawBorder.html" title="class in edu.hws.jcm.draw">DrawBorder</A>
<DD>Set the width of the border to be w pixels.
<DT><A HREF="./edu/hws/jcm/draw/DrawGeometric.html#setX1(edu.hws.jcm.data.Value)"><B>setX1(Value)</B></A> - 
Method in class edu.hws.jcm.draw.<A HREF="./edu/hws/jcm/draw/DrawGeometric.html" title="class in edu.hws.jcm.draw">DrawGeometric</A>
<DD>Set the value that gives the x-coordinate of the first point that determines the shape.
<DT><A HREF="./edu/hws/jcm/draw/DrawGeometric.html#setX2(edu.hws.jcm.data.Value)"><B>setX2(Value)</B></A> - 
Method in class edu.hws.jcm.draw.<A HREF="./edu/hws/jcm/draw/DrawGeometric.html" title="class in edu.hws.jcm.draw">DrawGeometric</A>
<DD>Set the value that gives the x-coordinate of the second point that determines the shape.
<DT><A HREF="./edu/hws/jcm/draw/Axes.html#setXAxisPosition(int)"><B>setXAxisPosition(int)</B></A> - 
Method in class edu.hws.jcm.draw.<A HREF="./edu/hws/jcm/draw/Axes.html" title="class in edu.hws.jcm.draw">Axes</A>
<DD>Set the positioning constant that tells where the x-axis is drawn.
<DT><A HREF="./edu/hws/jcm/draw/ParametricCurve.html#setXFunction(edu.hws.jcm.data.Function)"><B>setXFunction(Function)</B></A> - 
Method in class edu.hws.jcm.draw.<A HREF="./edu/hws/jcm/draw/ParametricCurve.html" title="class in edu.hws.jcm.draw">ParametricCurve</A>
<DD>Set the function that gives the x-coordinate of the curve to be graphed.
<DT><A HREF="./edu/hws/jcm/draw/VectorField.html#setXFunction(edu.hws.jcm.data.Function)"><B>setXFunction(Function)</B></A> - 
Method in class edu.hws.jcm.draw.<A HREF="./edu/hws/jcm/draw/VectorField.html" title="class in edu.hws.jcm.draw">VectorField</A>
<DD>Set the function that gives the x-component of the vector field.
<DT><A HREF="./edu/hws/jcm/draw/Axes.html#setXLabel(java.lang.String)"><B>setXLabel(String)</B></A> - 
Method in class edu.hws.jcm.draw.<A HREF="./edu/hws/jcm/draw/Axes.html" title="class in edu.hws.jcm.draw">Axes</A>
<DD>Set the label that appears on the x-axis.
<DT><A HREF="./edu/hws/jcm/draw/Grid.html#setXSP(double)"><B>setXSP(double)</B></A> - 
Method in class edu.hws.jcm.draw.<A HREF="./edu/hws/jcm/draw/Grid.html" title="class in edu.hws.jcm.draw">Grid</A>
<DD>Method to set the x spacing between grid lines.
<DT><A HREF="./edu/hws/jcm/functions/TableFunction.html#setY(int, double)"><B>setY(int, double)</B></A> - 
Method in class edu.hws.jcm.functions.<A HREF="./edu/hws/jcm/functions/TableFunction.html" title="class in edu.hws.jcm.functions">TableFunction</A>
<DD>Set the y-coordinate in the i-th point to y, where the first point
 is number zero.
<DT><A HREF="./edu/hws/jcm/draw/DrawGeometric.html#setY1(edu.hws.jcm.data.Value)"><B>setY1(Value)</B></A> - 
Method in class edu.hws.jcm.draw.<A HREF="./edu/hws/jcm/draw/DrawGeometric.html" title="class in edu.hws.jcm.draw">DrawGeometric</A>
<DD>Set the value that gives the y-coordinate of the first point that determines the shape.
<DT><A HREF="./edu/hws/jcm/draw/DrawGeometric.html#setY2(edu.hws.jcm.data.Value)"><B>setY2(Value)</B></A> - 
Method in class edu.hws.jcm.draw.<A HREF="./edu/hws/jcm/draw/DrawGeometric.html" title="class in edu.hws.jcm.draw">DrawGeometric</A>
<DD>Set the value that gives the y-coordinate of the second point that determines the shape.
<DT><A HREF="./edu/hws/jcm/draw/Axes.html#setYAxisPosition(int)"><B>setYAxisPosition(int)</B></A> - 
Method in class edu.hws.jcm.draw.<A HREF="./edu/hws/jcm/draw/Axes.html" title="class in edu.hws.jcm.draw">Axes</A>
<DD>Set the positioning constant that tells where the y-axis is drawn.
<DT><A HREF="./edu/hws/jcm/draw/ParametricCurve.html#setYFunction(edu.hws.jcm.data.Function)"><B>setYFunction(Function)</B></A> - 
Method in class edu.hws.jcm.draw.<A HREF="./edu/hws/jcm/draw/ParametricCurve.html" title="class in edu.hws.jcm.draw">ParametricCurve</A>
<DD>Set the function that gives the y-coordinate of the curve to be graphed.
<DT><A HREF="./edu/hws/jcm/draw/VectorField.html#setYFunction(edu.hws.jcm.data.Function)"><B>setYFunction(Function)</B></A> - 
Method in class edu.hws.jcm.draw.<A HREF="./edu/hws/jcm/draw/VectorField.html" title="class in edu.hws.jcm.draw">VectorField</A>
<DD>Set the function that gives the y-component of the vector field.
<DT><A HREF="./edu/hws/jcm/draw/Axes.html#setYLabel(java.lang.String)"><B>setYLabel(String)</B></A> - 
Method in class edu.hws.jcm.draw.<A HREF="./edu/hws/jcm/draw/Axes.html" title="class in edu.hws.jcm.draw">Axes</A>
<DD>Set the label that appears on the y-axis.
<DT><A HREF="./edu/hws/jcm/draw/Grid.html#setYSP(double)"><B>setYSP(double)</B></A> - 
Method in class edu.hws.jcm.draw.<A HREF="./edu/hws/jcm/draw/Grid.html" title="class in edu.hws.jcm.draw">Grid</A>
<DD>Method to set the y spacing between grid lines.
<DT><A HREF="./edu/hws/jcm/draw/DrawGeometric.html#shape"><B>shape</B></A> - 
Variable in class edu.hws.jcm.draw.<A HREF="./edu/hws/jcm/draw/DrawGeometric.html" title="class in edu.hws.jcm.draw">DrawGeometric</A>
<DD>One of the constants such as OVAL_CENTERED, specifying the shape to be drawn
<DT><A HREF="./edu/hws/jcm/data/SimpleFunction.html" title="class in edu.hws.jcm.data"><B>SimpleFunction</B></A> - Class in <A HREF="./edu/hws/jcm/data/package-summary.html">edu.hws.jcm.data</A><DD>An object belonging to this class is a function of one or more variables.<DT><A HREF="./edu/hws/jcm/data/SimpleFunction.html#SimpleFunction(edu.hws.jcm.data.Expression, edu.hws.jcm.data.Variable)"><B>SimpleFunction(Expression, Variable)</B></A> - 
Constructor for class edu.hws.jcm.data.<A HREF="./edu/hws/jcm/data/SimpleFunction.html" title="class in edu.hws.jcm.data">SimpleFunction</A>
<DD>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.
<DT><A HREF="./edu/hws/jcm/data/SimpleFunction.html#SimpleFunction(edu.hws.jcm.data.Expression, edu.hws.jcm.data.Variable[])"><B>SimpleFunction(Expression, Variable[])</B></A> - 
Constructor for class edu.hws.jcm.data.<A HREF="./edu/hws/jcm/data/SimpleFunction.html" title="class in edu.hws.jcm.data">SimpleFunction</A>
<DD>Create a function.
<DT><A HREF="./SimpleGraph.html" title="class in &lt;Unnamed&gt;"><B>SimpleGraph</B></A> - Class in <A HREF="./package-summary.html">&lt;Unnamed&gt;</A><DD>&nbsp;<DT><A HREF="./SimpleGraph.html#SimpleGraph()"><B>SimpleGraph()</B></A> - 
Constructor for class <A HREF="./SimpleGraph.html" title="class in &lt;Unnamed&gt;">SimpleGraph</A>
<DD>&nbsp;
<DT><A HREF="./edu/hws/jcm/data/ExpressionProgram.html#SIN"><B>SIN</B></A> - 
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>
<DD>Code for a unary or binary operator or a standard function.
<DT><A HREF="./edu/hws/jcm/data/StackOfDouble.html#size()"><B>size()</B></A> - 
Method in class edu.hws.jcm.data.<A HREF="./edu/hws/jcm/data/StackOfDouble.html" title="class in edu.hws.jcm.data">StackOfDouble</A>
<DD>Return the number of items on the stack.
<DT><A HREF="./edu/hws/jcm/draw/ScatterPlot.html#SLOPE"><B>SLOPE</B></A> - 
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>
<DD>A constant that can be used in the getValueObject() method to
  indicate which statistic the object should represent.
<DT><A HREF="./edu/hws/jcm/draw/Axes.html#SMART"><B>SMART</B></A> - 
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>
<DD>A constant that can be used in the setXAxisPosition() and setYAxisPosition() methods to indicate the placement of the axes.
<DT><A HREF="./edu/hws/jcm/functions/TableFunction.html#SMOOTH"><B>SMOOTH</B></A> - 
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>
<DD>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.
<DT><A HREF="./edu/hws/jcm/data/ExpressionProgram.html#sourceString"><B>sourceString</B></A> - 
Variable in class edu.hws.jcm.data.<A HREF="./edu/hws/jcm/data/ExpressionProgram.html" title="class in edu.hws.jcm.data">ExpressionProgram</A>
<DD>If this is non-null, it is used as the print string
 for this expression in the toString() method.
<DT><A HREF="./edu/hws/jcm/awt/Animator.html#SPEED_CHOICE"><B>SPEED_CHOICE</B></A> - 
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>
<DD>Used to add a component to the Animator Panel; can be used in a constructor
 or in the addControl() method.
<DT><A HREF="./edu/hws/jcm/data/ExpressionProgram.html#SQRT"><B>SQRT</B></A> - 
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>
<DD>Code for a unary or binary operator or a standard function.
<DT><A HREF="./edu/hws/jcm/draw/DraggablePoint.html#SQUARE"><B>SQUARE</B></A> - 
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>
<DD>A style constant that specifies the visual appearance of a DraggablePoint to be a square.
<DT><A HREF="./edu/hws/jcm/data/StackOfDouble.html" title="class in edu.hws.jcm.data"><B>StackOfDouble</B></A> - Class in <A HREF="./edu/hws/jcm/data/package-summary.html">edu.hws.jcm.data</A><DD>A standard stack of values of type double, which can grow to arbitrary size.<DT><A HREF="./edu/hws/jcm/data/StackOfDouble.html#StackOfDouble()"><B>StackOfDouble()</B></A> - 
Constructor for class edu.hws.jcm.data.<A HREF="./edu/hws/jcm/data/StackOfDouble.html" title="class in edu.hws.jcm.data">StackOfDouble</A>
<DD>Create an initially empty stack.
<DT><A HREF="./edu/hws/jcm/data/StackOfDouble.html#StackOfDouble(int)"><B>StackOfDouble(int)</B></A> - 
Constructor for class edu.hws.jcm.data.<A HREF="./edu/hws/jcm/data/StackOfDouble.html" title="class in edu.hws.jcm.data">StackOfDouble</A>
<DD>Create an empty stack that initially has space for initialSize items pre-allocated.
<DT><A HREF="./edu/hws/jcm/data/Parser.html#STANDARD_FUNCTIONS"><B>STANDARD_FUNCTIONS</B></A> - 
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>
<DD>An option that can be set for this parser.
<DT><A HREF="./edu/hws/jcm/draw/ScatterPlot.html#STANDARDERROR"><B>STANDARDERROR</B></A> - 
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>
<DD>A constant that can be used in the getValueObject() method to
  indicate which statistic the object should represent.
<DT><A HREF="./edu/hws/jcm/data/StandardFunction.html" title="class in edu.hws.jcm.data"><B>StandardFunction</B></A> - Class in <A HREF="./edu/hws/jcm/data/package-summary.html">edu.hws.jcm.data</A><DD>This class exists to associate standard functions, such as sin and abs, with
 their names.<DT><A HREF="./edu/hws/jcm/data/StandardFunction.html#StandardFunction(int)"><B>StandardFunction(int)</B></A> - 
Constructor for class edu.hws.jcm.data.<A HREF="./edu/hws/jcm/data/StandardFunction.html" title="class in edu.hws.jcm.data">StandardFunction</A>
<DD>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.
<DT><A HREF="./edu/hws/jcm/data/StandardFunction.html#StandardFunction(java.lang.String, int)"><B>StandardFunction(String, int)</B></A> - 
Constructor for class edu.hws.jcm.data.<A HREF="./edu/hws/jcm/data/StandardFunction.html" title="class in edu.hws.jcm.data">StandardFunction</A>
<DD>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.
<DT><A HREF="./edu/hws/jcm/data/StandardFunction.html#standardFunctionName(int)"><B>standardFunctionName(int)</B></A> - 
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>
<DD>Return the usual name for the standard function with the
 specified opCode.
<DT><A HREF="./edu/hws/jcm/awt/Animator.html#start()"><B>start()</B></A> - 
Method in class edu.hws.jcm.awt.<A HREF="./edu/hws/jcm/awt/Animator.html" title="class in edu.hws.jcm.awt">Animator</A>
<DD>Start the animation from the first frame, or continue it if it was paused.
<DT><A HREF="./edu/hws/jcm/awt/Animator.html#START_BUTTON"><B>START_BUTTON</B></A> - 
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>
<DD>Used to add a component to the Animator Panel; can be used in a constructor
 or in the addControl() method.
<DT><A HREF="./edu/hws/jcm/awt/Animator.html#START_STOP_BUTTON"><B>START_STOP_BUTTON</B></A> - 
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>
<DD>Used to add a component to the Animator Panel; can be used in a constructor
 or in the addControl() method.
<DT><A HREF="./IntegralCurves.html#startCurve(double, double)"><B>startCurve(double, double)</B></A> - 
Method in class <A HREF="./IntegralCurves.html" title="class in &lt;Unnamed&gt;">IntegralCurves</A>
<DD>&nbsp;
<DT><A HREF="./edu/hws/jcm/draw/Draggable.html#startDrag(java.awt.event.MouseEvent)"><B>startDrag(MouseEvent)</B></A> - 
Method in interface edu.hws.jcm.draw.<A HREF="./edu/hws/jcm/draw/Draggable.html" title="interface in edu.hws.jcm.draw">Draggable</A>
<DD>Tell the object that a drag operation might be beginning.
<DT><A HREF="./edu/hws/jcm/draw/DraggablePoint.html#startDrag(java.awt.event.MouseEvent)"><B>startDrag(MouseEvent)</B></A> - 
Method in class edu.hws.jcm.draw.<A HREF="./edu/hws/jcm/draw/DraggablePoint.html" title="class in edu.hws.jcm.draw">DraggablePoint</A>
<DD>Check whether a mouse click (as specified in the MouseEvent parameter) is a 
  click on this DraggablePoint.
<DT><A HREF="./edu/hws/jcm/functions/TableFunctionInput.html#startEdit(edu.hws.jcm.functions.TableFunction)"><B>startEdit(TableFunction)</B></A> - 
Method in class edu.hws.jcm.functions.<A HREF="./edu/hws/jcm/functions/TableFunctionInput.html" title="class in edu.hws.jcm.functions">TableFunctionInput</A>
<DD>Install a function to be edited.
<DT><A HREF="./edu/hws/jcm/functions/TableFunction.html#STEP"><B>STEP</B></A> - 
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>
<DD>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.
<DT><A HREF="./edu/hws/jcm/functions/TableFunction.html#STEP_LEFT"><B>STEP_LEFT</B></A> - 
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>
<DD>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.
<DT><A HREF="./edu/hws/jcm/functions/TableFunction.html#STEP_RIGHT"><B>STEP_RIGHT</B></A> - 
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>
<DD>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.
<DT><A HREF="./AnimatedGraph.html#stop()"><B>stop()</B></A> - 
Method in class <A HREF="./AnimatedGraph.html" title="class in &lt;Unnamed&gt;">AnimatedGraph</A>
<DD>&nbsp;
<DT><A HREF="./edu/hws/jcm/awt/Animator.html#stop()"><B>stop()</B></A> - 
Method in class edu.hws.jcm.awt.<A HREF="./edu/hws/jcm/awt/Animator.html" title="class in edu.hws.jcm.awt">Animator</A>
<DD>Stop the animation, if it is running or paused.
<DT><A HREF="./GenericGraphApplet.html#stop()"><B>stop()</B></A> - 
Method in class <A HREF="./GenericGraphApplet.html" title="class in &lt;Unnamed&gt;">GenericGraphApplet</A>
<DD>Releases the resources used by the display canvas when the applet is stopped.
<DT><A HREF="./IntegralCurves.html#stop()"><B>stop()</B></A> - 
Method in class <A HREF="./IntegralCurves.html" title="class in &lt;Unnamed&gt;">IntegralCurves</A>
<DD>&nbsp;
<DT><A HREF="./Parametric.html#stop()"><B>stop()</B></A> - 
Method in class <A HREF="./Parametric.html" title="class in &lt;Unnamed&gt;">Parametric</A>
<DD>&nbsp;
<DT><A HREF="./edu/hws/jcm/awt/Animator.html#STOP_BUTTON"><B>STOP_BUTTON</B></A> - 
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>
<DD>Used to add a component to the Animator Panel; can be used in a constructor
 or in the addControl() method.
<DT><A HREF="./edu/hws/jcm/draw/DrawString.html#strings"><B>strings</B></A> - 
Variable in class edu.hws.jcm.draw.<A HREF="./edu/hws/jcm/draw/DrawString.html" title="class in edu.hws.jcm.draw">DrawString</A>
<DD>The actual lines to draw, derived from baseString.
<DT><A HREF="./edu/hws/jcm/data/NumUtils.html#stringToReal(java.lang.String)"><B>stringToReal(String)</B></A> - 
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>
<DD>Return the real number represented by the String s,
 or return Double.NaN if s does not represent a legal
 real number.
<DT><A HREF="./edu/hws/jcm/functions/SummationParser.html" title="class in edu.hws.jcm.functions"><B>SummationParser</B></A> - Class in <A HREF="./edu/hws/jcm/functions/package-summary.html">edu.hws.jcm.functions</A><DD>The SummationParser class makes it possible to use summations such as  sum(i,1,5,x^i)  in a Parser.<DT><A HREF="./edu/hws/jcm/functions/SummationParser.html#SummationParser()"><B>SummationParser()</B></A> - 
Constructor for class edu.hws.jcm.functions.<A HREF="./edu/hws/jcm/functions/SummationParser.html" title="class in edu.hws.jcm.functions">SummationParser</A>
<DD>&nbsp;
<DT><A HREF="./edu/hws/jcm/data/Parser.html#symbols"><B>symbols</B></A> - 
Variable in class edu.hws.jcm.data.<A HREF="./edu/hws/jcm/data/Parser.html" title="class in edu.hws.jcm.data">Parser</A>
<DD>The symbol table that contains the MathObjects
 that have been registered with this parser.
<DT><A HREF="./edu/hws/jcm/data/ParserContext.html#symbols"><B>symbols</B></A> - 
Variable in class edu.hws.jcm.data.<A HREF="./edu/hws/jcm/data/ParserContext.html" title="class in edu.hws.jcm.data">ParserContext</A>
<DD>The Parser's symbol table, which is used for looking up
 tokens of type IDENTIFIER.
<DT><A HREF="./edu/hws/jcm/data/SymbolTable.html" title="class in edu.hws.jcm.data"><B>SymbolTable</B></A> - Class in <A HREF="./edu/hws/jcm/data/package-summary.html">edu.hws.jcm.data</A><DD>A symbol table contains MathObjects, associating them
 with their names.<DT><A HREF="./edu/hws/jcm/awt/Animator.html#sync(edu.hws.jcm.awt.Tie, edu.hws.jcm.awt.Tieable)"><B>sync(Tie, Tieable)</B></A> - 
Method in class edu.hws.jcm.awt.<A HREF="./edu/hws/jcm/awt/Animator.html" title="class in edu.hws.jcm.awt">Animator</A>
<DD>Part of the Tieable interface.
<DT><A HREF="./edu/hws/jcm/awt/Tieable.html#sync(edu.hws.jcm.awt.Tie, edu.hws.jcm.awt.Tieable)"><B>sync(Tie, Tieable)</B></A> - 
Method in interface edu.hws.jcm.awt.<A HREF="./edu/hws/jcm/awt/Tieable.html" title="interface in edu.hws.jcm.awt">Tieable</A>
<DD>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.
<DT><A HREF="./edu/hws/jcm/awt/VariableInput.html#sync(edu.hws.jcm.awt.Tie, edu.hws.jcm.awt.Tieable)"><B>sync(Tie, Tieable)</B></A> - 
Method in class edu.hws.jcm.awt.<A HREF="./edu/hws/jcm/awt/VariableInput.html" title="class in edu.hws.jcm.awt">VariableInput</A>
<DD>Synchronize serial number and value with newest, unless
 this VariableInput is itself newest.
<DT><A HREF="./edu/hws/jcm/awt/VariableSlider.html#sync(edu.hws.jcm.awt.Tie, edu.hws.jcm.awt.Tieable)"><B>sync(Tie, Tieable)</B></A> - 
Method in class edu.hws.jcm.awt.<A HREF="./edu/hws/jcm/awt/VariableSlider.html" title="class in edu.hws.jcm.awt">VariableSlider</A>
<DD>Change the value and serial number of this object to match
 those of newest.
<DT><A HREF="./edu/hws/jcm/draw/CoordinateRect.html#sync(edu.hws.jcm.awt.Tie, edu.hws.jcm.awt.Tieable)"><B>sync(Tie, Tieable)</B></A> - 
Method in class edu.hws.jcm.draw.<A HREF="./edu/hws/jcm/draw/CoordinateRect.html" title="class in edu.hws.jcm.draw">CoordinateRect</A>
<DD>Part of the Tieable interface.
<DT><A HREF="./edu/hws/jcm/draw/LimitControlPanel.html#sync(edu.hws.jcm.awt.Tie, edu.hws.jcm.awt.Tieable)"><B>sync(Tie, Tieable)</B></A> - 
Method in class edu.hws.jcm.draw.<A HREF="./edu/hws/jcm/draw/LimitControlPanel.html" title="class in edu.hws.jcm.draw">LimitControlPanel</A>
<DD>Part of the Tieable interface, and not meant to be called directly.
<DT><A HREF="./edu/hws/jcm/draw/CoordinateRect.html#syncWith"><B>syncWith</B></A> - 
Variable in class edu.hws.jcm.draw.<A HREF="./edu/hws/jcm/draw/CoordinateRect.html" title="class in edu.hws.jcm.draw">CoordinateRect</A>
<DD>This contains other Limit objects with which the CoordinateRect is
  synchronizing.
<DT><A HREF="./edu/hws/jcm/draw/LimitControlPanel.html#syncWith"><B>syncWith</B></A> - 
Variable in class edu.hws.jcm.draw.<A HREF="./edu/hws/jcm/draw/LimitControlPanel.html" title="class in edu.hws.jcm.draw">LimitControlPanel</A>
<DD>A Tie holding this panel and the CoordinateRects that it controls.
</DL>
<HR>
<A NAME="_T_"><!-- --></A><H2>
<B>T</B></H2>
<DL>
<DT><A HREF="./edu/hws/jcm/functions/TableFunction.html" title="class in edu.hws.jcm.functions"><B>TableFunction</B></A> - Class in <A HREF="./edu/hws/jcm/functions/package-summary.html">edu.hws.jcm.functions</A><DD>A TableFunction is a function that is specified by a table of (x,y)-points.<DT><A HREF="./edu/hws/jcm/functions/TableFunction.html#TableFunction()"><B>TableFunction()</B></A> - 
Constructor for class edu.hws.jcm.functions.<A HREF="./edu/hws/jcm/functions/TableFunction.html" title="class in edu.hws.jcm.functions">TableFunction</A>
<DD>Create a TableFunction with SMOOTH style and no points.
<DT><A HREF="./edu/hws/jcm/functions/TableFunction.html#TableFunction(int)"><B>TableFunction(int)</B></A> - 
Constructor for class edu.hws.jcm.functions.<A HREF="./edu/hws/jcm/functions/TableFunction.html" title="class in edu.hws.jcm.functions">TableFunction</A>
<DD>Create a TableFunction with specified style and no points.
<DT><A HREF="./edu/hws/jcm/functions/TableFunctionGraph.html" title="class in edu.hws.jcm.functions"><B>TableFunctionGraph</B></A> - Class in <A HREF="./edu/hws/jcm/functions/package-summary.html">edu.hws.jcm.functions</A><DD>A TableFunctionGraph is a Drawable object that can be added to a CoordinateRect (or DisplayCanvas).<DT><A HREF="./edu/hws/jcm/functions/TableFunctionGraph.html#TableFunctionGraph()"><B>TableFunctionGraph()</B></A> - 
Constructor for class edu.hws.jcm.functions.<A HREF="./edu/hws/jcm/functions/TableFunctionGraph.html" title="class in edu.hws.jcm.functions">TableFunctionGraph</A>
<DD>Create a TableFunctionGraph that initially draws no function.
<DT><A HREF="./edu/hws/jcm/functions/TableFunctionGraph.html#TableFunctionGraph(edu.hws.jcm.functions.TableFunction)"><B>TableFunctionGraph(TableFunction)</B></A> - 
Constructor for class edu.hws.jcm.functions.<A HREF="./edu/hws/jcm/functions/TableFunctionGraph.html" title="class in edu.hws.jcm.functions">TableFunctionGraph</A>
<DD>Create a TableFunctionGraph to draw the specified TableFunction.
<DT><A HREF="./edu/hws/jcm/functions/TableFunctionInput.html" title="class in edu.hws.jcm.functions"><B>TableFunctionInput</B></A> - Class in <A HREF="./edu/hws/jcm/functions/package-summary.html">edu.hws.jcm.functions</A><DD>A TableInputFunction is a Panel that can be used to define a TableFunction
 or to edit an existing TableFunction.<DT><A HREF="./edu/hws/jcm/functions/TableFunctionInput.html#TableFunctionInput()"><B>TableFunctionInput()</B></A> - 
Constructor for class edu.hws.jcm.functions.<A HREF="./edu/hws/jcm/functions/TableFunctionInput.html" title="class in edu.hws.jcm.functions">TableFunctionInput</A>
<DD>Create a TableFunctionInput panel.
<DT><A HREF="./edu/hws/jcm/data/ExpressionProgram.html#TAN"><B>TAN</B></A> - 
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>
<DD>Code for a unary or binary operator or a standard function.
<DT><A HREF="./edu/hws/jcm/draw/TangentLine.html" title="class in edu.hws.jcm.draw"><B>TangentLine</B></A> - Class in <A HREF="./edu/hws/jcm/draw/package-summary.html">edu.hws.jcm.draw</A><DD>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.<DT><A HREF="./edu/hws/jcm/draw/TangentLine.html#TangentLine(edu.hws.jcm.data.Value, edu.hws.jcm.data.Function)"><B>TangentLine(Value, Function)</B></A> - 
Constructor for class edu.hws.jcm.draw.<A HREF="./edu/hws/jcm/draw/TangentLine.html" title="class in edu.hws.jcm.draw">TangentLine</A>
<DD>Create a tangent line to the graph of a function.
<DT><A HREF="./edu/hws/jcm/awt/DisplayLabel.html#text"><B>text</B></A> - 
Variable in class edu.hws.jcm.awt.<A HREF="./edu/hws/jcm/awt/DisplayLabel.html" title="class in edu.hws.jcm.awt">DisplayLabel</A>
<DD>Unsubstituted text for display.
<DT><A HREF="./edu/hws/jcm/awt/Controller.html#textValueChanged(java.awt.event.TextEvent)"><B>textValueChanged(TextEvent)</B></A> - 
Method in class edu.hws.jcm.awt.<A HREF="./edu/hws/jcm/awt/Controller.html" title="class in edu.hws.jcm.awt">Controller</A>
<DD>Simply calls compute when the Controller hears a TextEvent.
<DT><A HREF="./edu/hws/jcm/awt/ExpressionInput.html#throwErrors"><B>throwErrors</B></A> - 
Variable in class edu.hws.jcm.awt.<A HREF="./edu/hws/jcm/awt/ExpressionInput.html" title="class in edu.hws.jcm.awt">ExpressionInput</A>
<DD>True if an error should be thrown
 when checkInput() is called,
 but the content of the box is not
 a legal expression.
<DT><A HREF="./edu/hws/jcm/awt/VariableInput.html#throwErrors"><B>throwErrors</B></A> - 
Variable in class edu.hws.jcm.awt.<A HREF="./edu/hws/jcm/awt/VariableInput.html" title="class in edu.hws.jcm.awt">VariableInput</A>
<DD>True if an error should be thrown
 when checkInput() is calles and
 the contents do not define a
 legal number.
<DT><A HREF="./edu/hws/jcm/awt/Tie.html" title="class in edu.hws.jcm.awt"><B>Tie</B></A> - Class in <A HREF="./edu/hws/jcm/awt/package-summary.html">edu.hws.jcm.awt</A><DD>A Tie associates several Tieable objects.<DT><A HREF="./edu/hws/jcm/awt/Tie.html#Tie()"><B>Tie()</B></A> - 
Constructor for class edu.hws.jcm.awt.<A HREF="./edu/hws/jcm/awt/Tie.html" title="class in edu.hws.jcm.awt">Tie</A>
<DD>Create a Tie, initially containing no objects.
<DT><A HREF="./edu/hws/jcm/awt/Tie.html#Tie(edu.hws.jcm.awt.Tieable)"><B>Tie(Tieable)</B></A> - 
Constructor for class edu.hws.jcm.awt.<A HREF="./edu/hws/jcm/awt/Tie.html" title="class in edu.hws.jcm.awt">Tie</A>
<DD>Create a Tie initally containing only the object item.
<DT><A HREF="./edu/hws/jcm/awt/Tie.html#Tie(edu.hws.jcm.awt.Tieable, edu.hws.jcm.awt.Tieable)"><B>Tie(Tieable, Tieable)</B></A> - 
Constructor for class edu.hws.jcm.awt.<A HREF="./edu/hws/jcm/awt/Tie.html" title="class in edu.hws.jcm.awt">Tie</A>
<DD>Create a Tie initially containing item1 and item2.
<DT><A HREF="./edu/hws/jcm/awt/Tieable.html" title="interface in edu.hws.jcm.awt"><B>Tieable</B></A> - Interface in <A HREF="./edu/hws/jcm/awt/package-summary.html">edu.hws.jcm.awt</A><DD>A Tieable object has an associated serial number.<DT><A HREF="./edu/hws/jcm/awt/Controller.html#ties"><B>ties</B></A> - 
Variable in class edu.hws.jcm.awt.<A HREF="./edu/hws/jcm/awt/Controller.html" title="class in edu.hws.jcm.awt">Controller</A>
<DD>Ties that have been added to this controller.
<DT><A HREF="./edu/hws/jcm/data/ExpressionProgram.html#TIMES"><B>TIMES</B></A> - 
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>
<DD>Code for a unary or binary operator or a standard function.
<DT><A HREF="./edu/hws/jcm/data/ParserContext.html#token"><B>token</B></A> - 
Variable in class edu.hws.jcm.data.<A HREF="./edu/hws/jcm/data/ParserContext.html" title="class in edu.hws.jcm.data">ParserContext</A>
<DD>The most recently read token type, or NONE if that token
 has been consumed by a call to next().
<DT><A HREF="./edu/hws/jcm/data/ParserContext.html#tokenObject"><B>tokenObject</B></A> - 
Variable in class edu.hws.jcm.data.<A HREF="./edu/hws/jcm/data/ParserContext.html" title="class in edu.hws.jcm.data">ParserContext</A>
<DD>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.
<DT><A HREF="./edu/hws/jcm/data/ParserContext.html#tokenString"><B>tokenString</B></A> - 
Variable in class edu.hws.jcm.data.<A HREF="./edu/hws/jcm/data/ParserContext.html" title="class in edu.hws.jcm.data">ParserContext</A>
<DD>The substring of the parse string that corresponds to the most recently
 read token.
<DT><A HREF="./edu/hws/jcm/data/ParserContext.html#tokenValue"><B>tokenValue</B></A> - 
Variable in class edu.hws.jcm.data.<A HREF="./edu/hws/jcm/data/ParserContext.html" title="class in edu.hws.jcm.data">ParserContext</A>
<DD>If the most recently read token was of type NUMBER, then
 this is its numerical value.
<DT><A HREF="./edu/hws/jcm/draw/Axes.html#TOP"><B>TOP</B></A> - 
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>
<DD>A constant that can be used in the setYAxisPosition() method to indicate the placement of the y-axis.
<DT><A HREF="./edu/hws/jcm/draw/DrawString.html#TOP_CENTER"><B>TOP_CENTER</B></A> - 
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>
<DD>Specify string location in rect
<DT><A HREF="./edu/hws/jcm/draw/DrawString.html#TOP_LEFT"><B>TOP_LEFT</B></A> - 
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>
<DD>Specify string location in rect
<DT><A HREF="./edu/hws/jcm/draw/DrawString.html#TOP_RIGHT"><B>TOP_RIGHT</B></A> - 
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>
<DD>Specify string location in rect
<DT><A HREF="./edu/hws/jcm/awt/ExpressionInput.EI.html#toString()"><B>toString()</B></A> - 
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>
<DD>&nbsp;
<DT><A HREF="./edu/hws/jcm/data/Constant.html#toString()"><B>toString()</B></A> - 
Method in class edu.hws.jcm.data.<A HREF="./edu/hws/jcm/data/Constant.html" title="class in edu.hws.jcm.data">Constant</A>
<DD>Return the print string representing this Constant.
<DT><A HREF="./edu/hws/jcm/data/Expression.html#toString()"><B>toString()</B></A> - 
Method in interface edu.hws.jcm.data.<A HREF="./edu/hws/jcm/data/Expression.html" title="interface in edu.hws.jcm.data">Expression</A>
<DD>Get a print string representation of this expression.
<DT><A HREF="./edu/hws/jcm/data/ExpressionProgram.html#toString()"><B>toString()</B></A> - 
Method in class edu.hws.jcm.data.<A HREF="./edu/hws/jcm/data/ExpressionProgram.html" title="class in edu.hws.jcm.data">ExpressionProgram</A>
<DD>If a source string has been saved, use it as the print string.
<DT><A HREF="./edu/hws/jcm/data/Variable.html#toString()"><B>toString()</B></A> - 
Method in class edu.hws.jcm.data.<A HREF="./edu/hws/jcm/data/Variable.html" title="class in edu.hws.jcm.data">Variable</A>
<DD>Return a print string representing this variable.
<DT><A HREF="./edu/hws/jcm/functions/ExpressionFunction.html#toString()"><B>toString()</B></A> - 
Method in class edu.hws.jcm.functions.<A HREF="./edu/hws/jcm/functions/ExpressionFunction.html" title="class in edu.hws.jcm.functions">ExpressionFunction</A>
<DD>Return a string that describes this function, such as "function f(x,y) given by x^2 - y^2".
<DT><A HREF="./edu/hws/jcm/draw/RiemannSumRects.html#TRAPEZOID"><B>TRAPEZOID</B></A> - 
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>
<DD>Summation method type.
<DT><A HREF="./edu/hws/jcm/data/ExpressionProgram.html#trim()"><B>trim()</B></A> - 
Method in class edu.hws.jcm.data.<A HREF="./edu/hws/jcm/data/ExpressionProgram.html" title="class in edu.hws.jcm.data">ExpressionProgram</A>
<DD>To save space, cut the arrays that holds the program data down to the actual
 amount of data that they contain.
<DT><A HREF="./edu/hws/jcm/data/ExpressionProgram.html#TRUNC"><B>TRUNC</B></A> - 
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>
<DD>Code for a unary or binary operator or a standard function.
<DT><A HREF="./edu/hws/jcm/draw/LimitControlPanel.html#twoColumn"><B>twoColumn</B></A> - 
Variable in class edu.hws.jcm.draw.<A HREF="./edu/hws/jcm/draw/LimitControlPanel.html" title="class in edu.hws.jcm.draw">LimitControlPanel</A>
<DD>Use two columns for display, if possible.
</DL>
<HR>
<A NAME="_U_"><!-- --></A><H2>
<B>U</B></H2>
<DL>
<DT><A HREF="./edu/hws/jcm/data/ExpressionProgram.html#UNARY_MINUS"><B>UNARY_MINUS</B></A> - 
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>
<DD>Code for a unary or binary operator or a standard function.
<DT><A HREF="./edu/hws/jcm/draw/MouseTracker.html#undefinedWhenNotDragging"><B>undefinedWhenNotDragging</B></A> - 
Variable in class edu.hws.jcm.draw.<A HREF="./edu/hws/jcm/draw/MouseTracker.html" title="class in edu.hws.jcm.draw">MouseTracker</A>
<DD>If true, the values of the associated variables are
 undefined except during the time that the user is
 clicking and dragging the mouse.
<DT><A HREF="./edu/hws/jcm/draw/DisplayCanvas.html#update(java.awt.Graphics)"><B>update(Graphics)</B></A> - 
Method in class edu.hws.jcm.draw.<A HREF="./edu/hws/jcm/draw/DisplayCanvas.html" title="class in edu.hws.jcm.draw">DisplayCanvas</A>
<DD>This has been overridden to implemnt double-buffering.
</DL>
<HR>
<A NAME="_V_"><!-- --></A><H2>
<B>V</B></H2>
<DL>
<DT><A HREF="./edu/hws/jcm/draw/DrawGeometric.html#v"><B>v</B></A> - 
Variable in class edu.hws.jcm.draw.<A HREF="./edu/hws/jcm/draw/DrawGeometric.html" title="class in edu.hws.jcm.draw">DrawGeometric</A>
<DD>Integer that gives vertical pixel offset fromy1.
<DT><A HREF="./edu/hws/jcm/data/Constant.html#value"><B>value</B></A> - 
Variable in class edu.hws.jcm.data.<A HREF="./edu/hws/jcm/data/Constant.html" title="class in edu.hws.jcm.data">Constant</A>
<DD>The value of this Constant.
<DT><A HREF="./edu/hws/jcm/data/Value.html" title="interface in edu.hws.jcm.data"><B>Value</B></A> - Interface in <A HREF="./edu/hws/jcm/data/package-summary.html">edu.hws.jcm.data</A><DD>An object of type Value has a real-number value that can be retrieved by 
 calling the getVal() method.<DT><A HREF="./edu/hws/jcm/data/ValueMath.html" title="class in edu.hws.jcm.data"><B>ValueMath</B></A> - Class in <A HREF="./edu/hws/jcm/data/package-summary.html">edu.hws.jcm.data</A><DD>A ValueMath object is an easy way to create Value objects that are computed
  from other Value objects.<DT><A HREF="./edu/hws/jcm/data/ValueMath.html#ValueMath(edu.hws.jcm.data.Value, edu.hws.jcm.data.Value, char)"><B>ValueMath(Value, Value, char)</B></A> - 
Constructor for class edu.hws.jcm.data.<A HREF="./edu/hws/jcm/data/ValueMath.html" title="class in edu.hws.jcm.data">ValueMath</A>
<DD>Create a ValueMath object whose value is computed by applying an arithmetic
 operator the values of x and y.
<DT><A HREF="./edu/hws/jcm/data/ValueMath.html#ValueMath(edu.hws.jcm.data.Function, edu.hws.jcm.data.Value)"><B>ValueMath(Function, Value)</B></A> - 
Constructor for class edu.hws.jcm.data.<A HREF="./edu/hws/jcm/data/ValueMath.html" title="class in edu.hws.jcm.data">ValueMath</A>
<DD>Create a ValueMath object whose value is computed as f(x).
<DT><A HREF="./edu/hws/jcm/awt/DisplayLabel.html#values"><B>values</B></A> - 
Variable in class edu.hws.jcm.awt.<A HREF="./edu/hws/jcm/awt/DisplayLabel.html" title="class in edu.hws.jcm.awt">DisplayLabel</A>
<DD>Value objects whose values will be
 substituted for #'s in text.
<DT><A HREF="./edu/hws/jcm/draw/DrawString.html#values"><B>values</B></A> - 
Variable in class edu.hws.jcm.draw.<A HREF="./edu/hws/jcm/draw/DrawString.html" title="class in edu.hws.jcm.draw">DrawString</A>
<DD>Values to be substituted for #'s in the baseString.
<DT><A HREF="./edu/hws/jcm/awt/VariableInput.html#variable"><B>variable</B></A> - 
Variable in class edu.hws.jcm.awt.<A HREF="./edu/hws/jcm/awt/VariableInput.html" title="class in edu.hws.jcm.awt">VariableInput</A>
<DD>The Variable that represents
 the value of this input box.
<DT><A HREF="./edu/hws/jcm/awt/VariableSlider.html#variable"><B>variable</B></A> - 
Variable in class edu.hws.jcm.awt.<A HREF="./edu/hws/jcm/awt/VariableSlider.html" title="class in edu.hws.jcm.awt">VariableSlider</A>
<DD>The variable associated with this VariableSlider.
<DT><A HREF="./edu/hws/jcm/data/Variable.html" title="class in edu.hws.jcm.data"><B>Variable</B></A> - Class in <A HREF="./edu/hws/jcm/data/package-summary.html">edu.hws.jcm.data</A><DD>A Variable is a Value object whose value can be changed.<DT><A HREF="./edu/hws/jcm/data/Variable.html#Variable()"><B>Variable()</B></A> - 
Constructor for class edu.hws.jcm.data.<A HREF="./edu/hws/jcm/data/Variable.html" title="class in edu.hws.jcm.data">Variable</A>
<DD>Create an unnamed Variable with initial value 0.
<DT><A HREF="./edu/hws/jcm/data/Variable.html#Variable(java.lang.String)"><B>Variable(String)</B></A> - 
Constructor for class edu.hws.jcm.data.<A HREF="./edu/hws/jcm/data/Variable.html" title="class in edu.hws.jcm.data">Variable</A>
<DD>Create a Variable with the given name and with initial value zero.
<DT><A HREF="./edu/hws/jcm/data/Variable.html#Variable(java.lang.String, double)"><B>Variable(String, double)</B></A> - 
Constructor for class edu.hws.jcm.data.<A HREF="./edu/hws/jcm/data/Variable.html" title="class in edu.hws.jcm.data">Variable</A>
<DD>Create a Variable with the given name and given initial value.
<DT><A HREF="./edu/hws/jcm/awt/VariableInput.html" title="class in edu.hws.jcm.awt"><B>VariableInput</B></A> - Class in <A HREF="./edu/hws/jcm/awt/package-summary.html">edu.hws.jcm.awt</A><DD>A VariableInput is an input box into which the user can type a real
 number value, which becomes the value of an associated Variable.<DT><A HREF="./edu/hws/jcm/awt/VariableInput.html#VariableInput()"><B>VariableInput()</B></A> - 
Constructor for class edu.hws.jcm.awt.<A HREF="./edu/hws/jcm/awt/VariableInput.html" title="class in edu.hws.jcm.awt">VariableInput</A>
<DD>Create an unnamed VariableInput with initial contents "0".
<DT><A HREF="./edu/hws/jcm/awt/VariableInput.html#VariableInput(java.lang.String, java.lang.String)"><B>VariableInput(String, String)</B></A> - 
Constructor for class edu.hws.jcm.awt.<A HREF="./edu/hws/jcm/awt/VariableInput.html" title="class in edu.hws.jcm.awt">VariableInput</A>
<DD>Construct a VariableInput with the given name
 and initial String (which can both be null).
<DT><A HREF="./edu/hws/jcm/awt/VariableInput.html#VariableInput(java.lang.String, java.lang.String, edu.hws.jcm.data.Parser)"><B>VariableInput(String, String, Parser)</B></A> - 
Constructor for class edu.hws.jcm.awt.<A HREF="./edu/hws/jcm/awt/VariableInput.html" title="class in edu.hws.jcm.awt">VariableInput</A>
<DD>Create a VariableInput just as in the constructor
 VariableInput(String,String).
<DT><A HREF="./edu/hws/jcm/awt/VariableSlider.html" title="class in edu.hws.jcm.awt"><B>VariableSlider</B></A> - Class in <A HREF="./edu/hws/jcm/awt/package-summary.html">edu.hws.jcm.awt</A><DD>A VariableSlider is a slider (implemented as a Scrollbar) whose 
 position represents the value of an associated variable.<DT><A HREF="./edu/hws/jcm/awt/VariableSlider.html#VariableSlider()"><B>VariableSlider()</B></A> - 
Constructor for class edu.hws.jcm.awt.<A HREF="./edu/hws/jcm/awt/VariableSlider.html" title="class in edu.hws.jcm.awt">VariableSlider</A>
<DD>Create a horizontal variable slider with no name and with a default
 value range of -5 to 5.
<DT><A HREF="./edu/hws/jcm/awt/VariableSlider.html#VariableSlider(edu.hws.jcm.data.Value, edu.hws.jcm.data.Value)"><B>VariableSlider(Value, Value)</B></A> - 
Constructor for class edu.hws.jcm.awt.<A HREF="./edu/hws/jcm/awt/VariableSlider.html" title="class in edu.hws.jcm.awt">VariableSlider</A>
<DD>Create a horizontal variable slider with no name and with the
 specified range of values.
<DT><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)"><B>VariableSlider(String, Value, Value, Parser)</B></A> - 
Constructor for class edu.hws.jcm.awt.<A HREF="./edu/hws/jcm/awt/VariableSlider.html" title="class in edu.hws.jcm.awt">VariableSlider</A>
<DD>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).
<DT><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)"><B>VariableSlider(String, Value, Value, Parser, int, int)</B></A> - 
Constructor for class edu.hws.jcm.awt.<A HREF="./edu/hws/jcm/awt/VariableSlider.html" title="class in edu.hws.jcm.awt">VariableSlider</A>
<DD>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).
<DT><A HREF="./edu/hws/jcm/draw/VectorField.html" title="class in edu.hws.jcm.draw"><B>VectorField</B></A> - Class in <A HREF="./edu/hws/jcm/draw/package-summary.html">edu.hws.jcm.draw</A><DD>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)).<DT><A HREF="./edu/hws/jcm/draw/VectorField.html#VectorField()"><B>VectorField()</B></A> - 
Constructor for class edu.hws.jcm.draw.<A HREF="./edu/hws/jcm/draw/VectorField.html" title="class in edu.hws.jcm.draw">VectorField</A>
<DD>Create a VectorField object with nothing to graph.
<DT><A HREF="./edu/hws/jcm/draw/VectorField.html#VectorField(edu.hws.jcm.data.Function, edu.hws.jcm.data.Function)"><B>VectorField(Function, Function)</B></A> - 
Constructor for class edu.hws.jcm.draw.<A HREF="./edu/hws/jcm/draw/VectorField.html" title="class in edu.hws.jcm.draw">VectorField</A>
<DD>Create a VectorField that will be displayed using the default style, as a direction field of 
 equal-length arrows.
<DT><A HREF="./edu/hws/jcm/draw/VectorField.html#VectorField(edu.hws.jcm.data.Function, edu.hws.jcm.data.Function, int)"><B>VectorField(Function, Function, int)</B></A> - 
Constructor for class edu.hws.jcm.draw.<A HREF="./edu/hws/jcm/draw/VectorField.html" title="class in edu.hws.jcm.draw">VectorField</A>
<DD>Create a VectorField with the specified functions and style.
<DT><A HREF="./edu/hws/jcm/awt/Animator.html#VERTICAL"><B>VERTICAL</B></A> - 
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>
<DD>Indicates that the components in the Animator panel are to be stacked vertically.
</DL>
<HR>
<A NAME="_W_"><!-- --></A><H2>
<B>W</B></H2>
<DL>
<DT><A HREF="./edu/hws/jcm/draw/DrawBorder.html#width"><B>width</B></A> - 
Variable in class edu.hws.jcm.draw.<A HREF="./edu/hws/jcm/draw/DrawBorder.html" title="class in edu.hws.jcm.draw">DrawBorder</A>
<DD>A non-negative integer giving the width of the border in pixels.
<DT><A HREF="./edu/hws/jcm/awt/VariableInput.html#withLabel()"><B>withLabel()</B></A> - 
Method in class edu.hws.jcm.awt.<A HREF="./edu/hws/jcm/awt/VariableInput.html" title="class in edu.hws.jcm.awt">VariableInput</A>
<DD>Convenience method for creating a component containing
 this VariableInput together with a label of the form
 "<name> = ".
<DT><A HREF="./edu/hws/jcm/awt/VariableInput.html#withLabel(java.awt.Color, java.awt.Color)"><B>withLabel(Color, Color)</B></A> - 
Method in class edu.hws.jcm.awt.<A HREF="./edu/hws/jcm/awt/VariableInput.html" title="class in edu.hws.jcm.awt">VariableInput</A>
<DD>Convenience method for creating a component containing
 this VariableInput together with a label of the form
 "name = ".
<DT><A HREF="./edu/hws/jcm/functions/WrapperFunction.html" title="class in edu.hws.jcm.functions"><B>WrapperFunction</B></A> - Class in <A HREF="./edu/hws/jcm/functions/package-summary.html">edu.hws.jcm.functions</A><DD>A WrapperFunction contains another function and delegates to it
 all calls to methods from the Function interface, except for calls
 to setName() and getName().<DT><A HREF="./edu/hws/jcm/functions/WrapperFunction.html#WrapperFunction(edu.hws.jcm.data.Function)"><B>WrapperFunction(Function)</B></A> - 
Constructor for class edu.hws.jcm.functions.<A HREF="./edu/hws/jcm/functions/WrapperFunction.html" title="class in edu.hws.jcm.functions">WrapperFunction</A>
<DD>Create a WrapperFunction object containing a specified function.
</DL>
<HR>
<A NAME="_X_"><!-- --></A><H2>
<B>X</B></H2>
<DL>
<DT><A HREF="./edu/hws/jcm/draw/DrawGeometric.html#x1"><B>x1</B></A> - 
Variable in class edu.hws.jcm.draw.<A HREF="./edu/hws/jcm/draw/DrawGeometric.html" title="class in edu.hws.jcm.draw">DrawGeometric</A>
<DD>One of the Value objects that determine the shape that is drawn.
<DT><A HREF="./edu/hws/jcm/draw/DrawGeometric.html#x2"><B>x2</B></A> - 
Variable in class edu.hws.jcm.draw.<A HREF="./edu/hws/jcm/draw/DrawGeometric.html" title="class in edu.hws.jcm.draw">DrawGeometric</A>
<DD>One of the Value objects that determine the shape that is drawn.
<DT><A HREF="./edu/hws/jcm/draw/CoordinateRect.html#XMAX"><B>XMAX</B></A> - 
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>
<DD>A constant for use with the getValueObject() method to specify which Value is to be returned.
<DT><A HREF="./edu/hws/jcm/draw/LimitControlPanel.html#xmax"><B>xmax</B></A> - 
Variable in class edu.hws.jcm.draw.<A HREF="./edu/hws/jcm/draw/LimitControlPanel.html" title="class in edu.hws.jcm.draw">LimitControlPanel</A>
<DD>The input boxes for the x- and y-value ranges.
<DT><A HREF="./edu/hws/jcm/draw/CoordinateRect.html#XMIN"><B>XMIN</B></A> - 
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>
<DD>A constant for use with the getValueObject() method to specify which Value is to be returned.
<DT><A HREF="./edu/hws/jcm/draw/LimitControlPanel.html#xmin"><B>xmin</B></A> - 
Variable in class edu.hws.jcm.draw.<A HREF="./edu/hws/jcm/draw/LimitControlPanel.html" title="class in edu.hws.jcm.draw">LimitControlPanel</A>
<DD>The input boxes for the x- and y-value ranges.
<DT><A HREF="./edu/hws/jcm/draw/DrawString.html#xPos"><B>xPos</B></A> - 
Variable in class edu.hws.jcm.draw.<A HREF="./edu/hws/jcm/draw/DrawString.html" title="class in edu.hws.jcm.draw">DrawString</A>
<DD>xy-coords for drawing the string.
<DT><A HREF="./edu/hws/jcm/draw/CoordinateRect.html#xToPixel(double)"><B>xToPixel(double)</B></A> - 
Method in class edu.hws.jcm.draw.<A HREF="./edu/hws/jcm/draw/CoordinateRect.html" title="class in edu.hws.jcm.draw">CoordinateRect</A>
<DD>Convert an x-coodinate into a horizontal pixel coordinate.
<DT><A HREF="./GenericGraphApplet.html#xVar"><B>xVar</B></A> - 
Variable in class <A HREF="./GenericGraphApplet.html" title="class in &lt;Unnamed&gt;">GenericGraphApplet</A>
<DD>The variable that is created and added to the parser.
</DL>
<HR>
<A NAME="_Y_"><!-- --></A><H2>
<B>Y</B></H2>
<DL>
<DT><A HREF="./edu/hws/jcm/draw/DrawGeometric.html#y1"><B>y1</B></A> - 
Variable in class edu.hws.jcm.draw.<A HREF="./edu/hws/jcm/draw/DrawGeometric.html" title="class in edu.hws.jcm.draw">DrawGeometric</A>
<DD>One of the Value objects that determine the shape that is drawn.
<DT><A HREF="./edu/hws/jcm/draw/DrawGeometric.html#y2"><B>y2</B></A> - 
Variable in class edu.hws.jcm.draw.<A HREF="./edu/hws/jcm/draw/DrawGeometric.html" title="class in edu.hws.jcm.draw">DrawGeometric</A>
<DD>One of the Value objects that determine the shape that is drawn.
<DT><A HREF="./edu/hws/jcm/draw/CoordinateRect.html#YMAX"><B>YMAX</B></A> - 
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>
<DD>A constant for use with the getValueObject() method to specify which Value is to be returned.
<DT><A HREF="./edu/hws/jcm/draw/LimitControlPanel.html#ymax"><B>ymax</B></A> - 
Variable in class edu.hws.jcm.draw.<A HREF="./edu/hws/jcm/draw/LimitControlPanel.html" title="class in edu.hws.jcm.draw">LimitControlPanel</A>
<DD>The input boxes for the x- and y-value ranges.
<DT><A HREF="./edu/hws/jcm/draw/CoordinateRect.html#YMIN"><B>YMIN</B></A> - 
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>
<DD>A constant for use with the getValueObject() method to specify which Value is to be returned.
<DT><A HREF="./edu/hws/jcm/draw/LimitControlPanel.html#ymin"><B>ymin</B></A> - 
Variable in class edu.hws.jcm.draw.<A HREF="./edu/hws/jcm/draw/LimitControlPanel.html" title="class in edu.hws.jcm.draw">LimitControlPanel</A>
<DD>The input boxes for the x- and y-value ranges.
<DT><A HREF="./edu/hws/jcm/draw/DrawString.html#yPos"><B>yPos</B></A> - 
Variable in class edu.hws.jcm.draw.<A HREF="./edu/hws/jcm/draw/DrawString.html" title="class in edu.hws.jcm.draw">DrawString</A>
<DD>xy-coords for drawing the string.
<DT><A HREF="./edu/hws/jcm/draw/CoordinateRect.html#yToPixel(double)"><B>yToPixel(double)</B></A> - 
Method in class edu.hws.jcm.draw.<A HREF="./edu/hws/jcm/draw/CoordinateRect.html" title="class in edu.hws.jcm.draw">CoordinateRect</A>
<DD>Convert a y-coodinate into a vertical pixel coordinate.
</DL>
<HR>
<A NAME="_Z_"><!-- --></A><H2>
<B>Z</B></H2>
<DL>
<DT><A HREF="./edu/hws/jcm/draw/LimitControlPanel.html#ZOOM_IN"><B>ZOOM_IN</B></A> - 
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>
<DD>A constant that can be used in the addButton() method to add a button to the LimitControlPanel.
<DT><A HREF="./edu/hws/jcm/draw/LimitControlPanel.html#ZOOM_OUT"><B>ZOOM_OUT</B></A> - 
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>
<DD>A constant that can be used in the addButton() method to add a button to the LimitControlPanel.
<DT><A HREF="./edu/hws/jcm/draw/CoordinateRect.html#zoomIn()"><B>zoomIn()</B></A> - 
Method in class edu.hws.jcm.draw.<A HREF="./edu/hws/jcm/draw/CoordinateRect.html" title="class in edu.hws.jcm.draw">CoordinateRect</A>
<DD>Change limits to zoom in by a factor of 2.
<DT><A HREF="./edu/hws/jcm/draw/CoordinateRect.html#zoomInOnPixel(int, int)"><B>zoomInOnPixel(int, int)</B></A> - 
Method in class edu.hws.jcm.draw.<A HREF="./edu/hws/jcm/draw/CoordinateRect.html" title="class in edu.hws.jcm.draw">CoordinateRect</A>
<DD>Change limits to zoom in by a factor of 2, centered on a specified point.
<DT><A HREF="./edu/hws/jcm/draw/CoordinateRect.html#zoomOut()"><B>zoomOut()</B></A> - 
Method in class edu.hws.jcm.draw.<A HREF="./edu/hws/jcm/draw/CoordinateRect.html" title="class in edu.hws.jcm.draw">CoordinateRect</A>
<DD>Change limits to zoom out by a factor of 2.
<DT><A HREF="./edu/hws/jcm/draw/CoordinateRect.html#zoomOutFromPixel(int, int)"><B>zoomOutFromPixel(int, int)</B></A> - 
Method in class edu.hws.jcm.draw.<A HREF="./edu/hws/jcm/draw/CoordinateRect.html" title="class in edu.hws.jcm.draw">CoordinateRect</A>
<DD>Change limits to zoom out by a factor of 2, centered on a specified point.
</DL>
<HR>
<A HREF="#_A_">A</A> <A HREF="#_B_">B</A> <A HREF="#_C_">C</A> <A HREF="#_D_">D</A> <A HREF="#_E_">E</A> <A HREF="#_F_">F</A> <A HREF="#_G_">G</A> <A HREF="#_H_">H</A> <A HREF="#_I_">I</A> <A HREF="#_J_">J</A> <A HREF="#_L_">L</A> <A HREF="#_M_">M</A> <A HREF="#_N_">N</A> <A HREF="#_O_">O</A> <A HREF="#_P_">P</A> <A HREF="#_R_">R</A> <A HREF="#_S_">S</A> <A HREF="#_T_">T</A> <A HREF="#_U_">U</A> <A HREF="#_V_">V</A> <A HREF="#_W_">W</A> <A HREF="#_X_">X</A> <A HREF="#_Y_">Y</A> <A HREF="#_Z_">Z</A> 

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

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


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

<HR>

</BODY>
</HTML>