CLASS aggregation
Highlights/Dependencies |
---|
|
GraphRep Code |
---|
GRAPHREP layer:-1 sizing:asymmetrical SHADOW off AVAL s:"Line Style" AVAL st:"Support Type" IF (s = "Dots") PEN style:dot #ELSIF (s = "Dots/Lines") # PEN style:dash ELSIF (s = "Dots/Lines") PEN style:dashdot ELSIF (s = "Bold") PEN w:0.05cm ELSIF (s = "Name display") PEN style:null ENDIF IF (st = ("Agent Support")) FONT "Wingdings 2" bold h:18pt color:("darkslategray") TEXT "9" x:.22cm y:-.2cm w:c h:c ELSIF (st = ("Mobile App Support")) FONT "Wingdings 2" bold h:18pt color:("darkslategray") TEXT "4" x:.22cm y:-.2cm w:c h:c ENDIF AVAL set-default:"$f4f4f4" f:"Color" FILL color:(rgbval (f)) RECTANGLE x:0.0cm y:0.0cm w:6.0cm h:9.0cm TABLE x:0.0cm y:0.0cm w:6.0cm h:9.0cm rows:3 cols:3 w1:0.15cm w2:100% w3:.15cm h1:.1cm h2:100% h3:.1cm STRETCH off FONT h:12pt AVAL d:"Representation" IF (d = "Name within") ATTR "Name" x:(tabx1) y:(taby1) w:(tabw2) h:(tabh2) ELSE ATTR "Name" x:(tabx1) y:-.1cm w:(tabw2) h:b ENDIF IF ( (ext=".bmp") OR (ext=".gif") OR (ext=".ico") OR (ext=".jpg") OR (ext=".jpeg") OR (ext=".png") OR (ext=".targa") OR (ext=".tiff") OR (ext=".wbmp") OR (ext=".xpm") ) BITMAP (grfk) w:(tabw1) h:(tabh1) ENDIF
|
Graphical Representation |
---|
|
3314 Views