fig6.pic 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738
  1. .PS
  2. scale=100
  3. T: box "\f(CWText\fP" ht 40 wid 112
  4. R: box "\f(CWRasp\fP" ht 40 wid 90 with .w at (T.e.x+16, T.e.y)
  5. line from T.e to R.w
  6. arrow from R.e right 24
  7. box invis "to host" with .w at end of last arrow
  8. line from T.s down 16 then left 30 then down 30 then right 16
  9. FL: box "\f(CWFlayer\fP" ht 40 wid 75 with .w at end of last line
  10. F1: box ht 40 wid 75 with .w at FL.e
  11. F2: box ht 40 wid 75 with .w at F1.e
  12. F3: box "\&\f(CW...\fP" ht 40 wid 75 with .w at F2.e
  13. FX: box invis "\f(CW...\fP" ht 40 wid 75 with .n at (F1.s.x, F1.s.y-24)
  14. FR: box "\f(CWFrame\fP" ht 40 wid 75 with .n at (FL.s.x, FL.s.y-24)
  15. line from FL.s to FR.n
  16. line from F1.s down 24
  17. line from F2.s down 24
  18. line from F3.s down 24
  19. BM: box "\f(CWBitmap\fP" "(cache)" ht 40 wid 68 with .e at (FR.w.x-28, FR.w.y)
  20. line from BM.e to FR.w
  21. line from FR.s down 16 then left 50 then down 30 then right 16
  22. B1: box "\f(CWBox\fP" ht 40 wid 45 with .w at end of last line
  23. B2: box ht 40 wid 45 with .w at B1.e
  24. B3: box ht 40 wid 45 with .w at B2.e
  25. B4: box "\f(CW...\fP" ht 40 wid 45 with .w at B3.e
  26. .PE