doc/plugin-architecture/figs/components-toplevel.eps
changeset 0 2b3e5ec03512
equal deleted inserted replaced
-1:000000000000 0:2b3e5ec03512
       
     1 %!PS-Adobe-2.0 EPSF-2.0
       
     2 %%Title: figs/components-toplevel.fig
       
     3 %%Creator: fig2dev Version 3.2 Patchlevel 4
       
     4 %%CreationDate: Tue Dec 12 12:34:33 2006
       
     5 %%For: csmall@sneetch.bbn.com (Christopher Small)
       
     6 %%BoundingBox: 0 0 595 454
       
     7 %%Magnification: 1.0000
       
     8 %%EndComments
       
     9 /$F2psDict 200 dict def
       
    10 $F2psDict begin
       
    11 $F2psDict /mtrx matrix put
       
    12 /col-1 {0 setgray} bind def
       
    13 /col0 {0.000 0.000 0.000 srgb} bind def
       
    14 /col1 {0.000 0.000 1.000 srgb} bind def
       
    15 /col2 {0.000 1.000 0.000 srgb} bind def
       
    16 /col3 {0.000 1.000 1.000 srgb} bind def
       
    17 /col4 {1.000 0.000 0.000 srgb} bind def
       
    18 /col5 {1.000 0.000 1.000 srgb} bind def
       
    19 /col6 {1.000 1.000 0.000 srgb} bind def
       
    20 /col7 {1.000 1.000 1.000 srgb} bind def
       
    21 /col8 {0.000 0.000 0.560 srgb} bind def
       
    22 /col9 {0.000 0.000 0.690 srgb} bind def
       
    23 /col10 {0.000 0.000 0.820 srgb} bind def
       
    24 /col11 {0.530 0.810 1.000 srgb} bind def
       
    25 /col12 {0.000 0.560 0.000 srgb} bind def
       
    26 /col13 {0.000 0.690 0.000 srgb} bind def
       
    27 /col14 {0.000 0.820 0.000 srgb} bind def
       
    28 /col15 {0.000 0.560 0.560 srgb} bind def
       
    29 /col16 {0.000 0.690 0.690 srgb} bind def
       
    30 /col17 {0.000 0.820 0.820 srgb} bind def
       
    31 /col18 {0.560 0.000 0.000 srgb} bind def
       
    32 /col19 {0.690 0.000 0.000 srgb} bind def
       
    33 /col20 {0.820 0.000 0.000 srgb} bind def
       
    34 /col21 {0.560 0.000 0.560 srgb} bind def
       
    35 /col22 {0.690 0.000 0.690 srgb} bind def
       
    36 /col23 {0.820 0.000 0.820 srgb} bind def
       
    37 /col24 {0.500 0.190 0.000 srgb} bind def
       
    38 /col25 {0.630 0.250 0.000 srgb} bind def
       
    39 /col26 {0.750 0.380 0.000 srgb} bind def
       
    40 /col27 {1.000 0.500 0.500 srgb} bind def
       
    41 /col28 {1.000 0.630 0.630 srgb} bind def
       
    42 /col29 {1.000 0.750 0.750 srgb} bind def
       
    43 /col30 {1.000 0.880 0.880 srgb} bind def
       
    44 /col31 {1.000 0.840 0.000 srgb} bind def
       
    45 
       
    46 end
       
    47 save
       
    48 newpath 0 454 moveto 0 0 lineto 595 0 lineto 595 454 lineto closepath clip newpath
       
    49 -6.4 619.1 translate
       
    50 1 -1 scale
       
    51 
       
    52 /cp {closepath} bind def
       
    53 /ef {eofill} bind def
       
    54 /gr {grestore} bind def
       
    55 /gs {gsave} bind def
       
    56 /sa {save} bind def
       
    57 /rs {restore} bind def
       
    58 /l {lineto} bind def
       
    59 /m {moveto} bind def
       
    60 /rm {rmoveto} bind def
       
    61 /n {newpath} bind def
       
    62 /s {stroke} bind def
       
    63 /sh {show} bind def
       
    64 /slc {setlinecap} bind def
       
    65 /slj {setlinejoin} bind def
       
    66 /slw {setlinewidth} bind def
       
    67 /srgb {setrgbcolor} bind def
       
    68 /rot {rotate} bind def
       
    69 /sc {scale} bind def
       
    70 /sd {setdash} bind def
       
    71 /ff {findfont} bind def
       
    72 /sf {setfont} bind def
       
    73 /scf {scalefont} bind def
       
    74 /sw {stringwidth} bind def
       
    75 /tr {translate} bind def
       
    76 /tnt {dup dup currentrgbcolor
       
    77   4 -2 roll dup 1 exch sub 3 -1 roll mul add
       
    78   4 -2 roll dup 1 exch sub 3 -1 roll mul add
       
    79   4 -2 roll dup 1 exch sub 3 -1 roll mul add srgb}
       
    80   bind def
       
    81 /shd {dup dup currentrgbcolor 4 -2 roll mul 4 -2 roll mul
       
    82   4 -2 roll mul srgb} bind def
       
    83  /DrawEllipse {
       
    84 	/endangle exch def
       
    85 	/startangle exch def
       
    86 	/yrad exch def
       
    87 	/xrad exch def
       
    88 	/y exch def
       
    89 	/x exch def
       
    90 	/savematrix mtrx currentmatrix def
       
    91 	x y tr xrad yrad sc 0 0 1 startangle endangle arc
       
    92 	closepath
       
    93 	savematrix setmatrix
       
    94 	} def
       
    95 
       
    96 /$F2psBegin {$F2psDict begin /$F2psEnteredState save def} def
       
    97 /$F2psEnd {$F2psEnteredState restore end} def
       
    98 
       
    99 $F2psBegin
       
   100 10 setmiterlimit
       
   101 0 slj 0 slc
       
   102  0.06000 0.06000 sc
       
   103 %
       
   104 % Fig objects follow
       
   105 %
       
   106 % 
       
   107 % here starts figure with depth 50
       
   108 /Times-Roman ff 240.00 scf sf
       
   109 4725 9750 m
       
   110 gs 1 -1 sc (\(CLA\)) col0 sh gr
       
   111 % Arc
       
   112 45.000 slw
       
   113 n 5100.0 8043.8 243.8 -157.4 -22.6 arc
       
   114 gs col0 s gr
       
   115 
       
   116 % Arc
       
   117 n 3281.2 6675.0 243.8 67.4 -67.4 arcn
       
   118 gs col0 s gr
       
   119 
       
   120 % Arc
       
   121 n 6843.8 6750.0 243.8 112.6 -112.6 arc
       
   122 gs col0 s gr
       
   123 
       
   124 % Ellipse
       
   125 n 6975 6750 168 168 0 360 DrawEllipse gs col0 s gr
       
   126 
       
   127 % Ellipse
       
   128 n 4950 5550 168 168 0 360 DrawEllipse gs col0 s gr
       
   129 
       
   130 % Ellipse
       
   131 n 5100 8175 168 168 0 360 DrawEllipse gs col0 s gr
       
   132 
       
   133 % Ellipse
       
   134 n 3150 6675 168 168 0 360 DrawEllipse gs col-1 s gr
       
   135 
       
   136 % Polyline
       
   137 n 6300 3450 m 6525 3450 l 6525 4875 l 4125 4875 l
       
   138  4125 4650 l gs col0 s gr 
       
   139 % Polyline
       
   140 n 3900 8700 m 6375 8700 l 6375 10050 l 3900 10050 l
       
   141  cp gs col0 s gr 
       
   142 % Polyline
       
   143 n 6375 8850 m 6600 8850 l 6600 10275 l 4200 10275 l
       
   144  4200 10050 l gs col0 s gr 
       
   145 % Polyline
       
   146 n 3825 3300 m 6300 3300 l 6300 4650 l 3825 4650 l
       
   147  cp gs col0 s gr 
       
   148 % Polyline
       
   149 n 7500 6075 m 9975 6075 l 9975 7425 l 7500 7425 l
       
   150  cp gs col0 s gr 
       
   151 % Polyline
       
   152 n 150 6000 m 2625 6000 l 2625 7350 l 150 7350 l
       
   153  cp gs col0 s gr 
       
   154 % Polyline
       
   155 n 3825 6075 m 6300 6075 l 6300 7425 l 3825 7425 l
       
   156  cp gs col0 s gr 
       
   157 % Polyline
       
   158 n 3000 6675 m
       
   159  2625 6675 l gs col0 s gr 
       
   160 % Polyline
       
   161 n 7125 6750 m
       
   162  7500 6750 l gs col0 s gr 
       
   163 % Polyline
       
   164 n 4950 5700 m
       
   165  4950 6075 l gs col0 s gr 
       
   166 % Polyline
       
   167 n 5100 8325 m
       
   168  5100 8700 l gs col0 s gr 
       
   169 % Polyline
       
   170 15.000 slw
       
   171 n 4500 8700 m
       
   172  3450 6900 l gs col0 s gr 
       
   173 % Polyline
       
   174 n 3525 6675 m
       
   175  3825 6675 l gs col0 s gr 
       
   176 % Polyline
       
   177 n 6300 6750 m
       
   178  6600 6750 l gs col0 s gr 
       
   179 % Polyline
       
   180 n 7500 6225 m 6975 6225 l 6975 2775 l 3375 2775 l
       
   181  3375 6450 l gs col0 s gr 
       
   182 % Polyline
       
   183 n 4725 4650 m
       
   184  3450 6450 l gs col0 s gr 
       
   185 % Polyline
       
   186 n 4950 4650 m
       
   187  4950 5175 l gs col0 s gr 
       
   188 % Polyline
       
   189 n 5100 7425 m
       
   190  5100 7800 l gs col0 s gr 
       
   191 /Times-Roman ff 240.00 scf sf
       
   192 1050 6975 m
       
   193 gs 1 -1 sc (\(DS\)) col0 sh gr
       
   194 /Times-Roman ff 240.00 scf sf
       
   195 825 6600 m
       
   196 gs 1 -1 sc (Data Store) col0 sh gr
       
   197 /Times-Roman ff 240.00 scf sf
       
   198 8400 7050 m
       
   199 gs 1 -1 sc (\(DP\)) col0 sh gr
       
   200 /Times-Roman ff 240.00 scf sf
       
   201 8025 6675 m
       
   202 gs 1 -1 sc (Decision Plane) col0 sh gr
       
   203 /Times-Roman ff 240.00 scf sf
       
   204 4275 6525 m
       
   205 gs 1 -1 sc (Bundle Protocol) col0 sh gr
       
   206 /Times-Roman ff 240.00 scf sf
       
   207 4650 6825 m
       
   208 gs 1 -1 sc (Agent) col0 sh gr
       
   209 /Times-Roman ff 240.00 scf sf
       
   210 4650 7200 m
       
   211 gs 1 -1 sc (\(BPA\)) col0 sh gr
       
   212 /Times-Roman ff 240.00 scf sf
       
   213 4500 9075 m
       
   214 gs 1 -1 sc (Convergence) col0 sh gr
       
   215 /Times-Roman ff 240.00 scf sf
       
   216 5400 8400 m
       
   217 gs 1 -1 sc (CLA Interface) col0 sh gr
       
   218 /Times-Roman ff 240.00 scf sf
       
   219 2925 7425 m
       
   220 gs 1 -1 sc (DS) col0 sh gr
       
   221 /Times-Roman ff 240.00 scf sf
       
   222 2700 7725 m
       
   223 gs 1 -1 sc (Interface) col0 sh gr
       
   224 /Times-Roman ff 240.00 scf sf
       
   225 5325 5625 m
       
   226 gs 1 -1 sc (BPA Interface) col0 sh gr
       
   227 /Times-Roman ff 240.00 scf sf
       
   228 6525 7725 m
       
   229 gs 1 -1 sc (Interface) col0 sh gr
       
   230 /Times-Roman ff 240.00 scf sf
       
   231 6750 7425 m
       
   232 gs 1 -1 sc (DP) col0 sh gr
       
   233 /Times-Roman ff 240.00 scf sf
       
   234 4650 4050 m
       
   235 gs 1 -1 sc (Middleware) col0 sh gr
       
   236 /Times-Roman ff 240.00 scf sf
       
   237 4650 4425 m
       
   238 gs 1 -1 sc (\(A/M\)) col0 sh gr
       
   239 /Times-Roman ff 240.00 scf sf
       
   240 4050 3750 m
       
   241 gs 1 -1 sc (Application/) col0 sh gr
       
   242 /Times-Roman ff 240.00 scf sf
       
   243 4425 9375 m
       
   244 gs 1 -1 sc (Layer Adapter) col0 sh gr
       
   245 % Arc
       
   246 45.000 slw
       
   247 n 4950.0 5418.8 243.8 -157.4 -22.6 arc
       
   248 gs col0 s gr
       
   249 
       
   250 % here ends figure;
       
   251 $F2psEnd
       
   252 rs
       
   253 showpage