CLASS Space
Highlights/Dependencies |
---|
|
GraphRep Code |
---|
GRAPHREP layer:-1 sizing:asymmetrical SHADOW off AVAL s:"Line Style" AVAL pch:"BoolPrefChanged" 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 AVAL set-default:"$f4f4f4" f:"Color" FILL color:(rgbval (f)) RECTANGLE x:-3.0cm y:-4.5cm w:6.0cm h:9.0cm TABLE x:-3.0cm y:-4.5cm 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 (pch = "Yes") FONT "Arial" bold h:20pt color:("red") TEXT "!" x:-3.0cm y:-5.0cm ENDIF
|
Graphical Representation |
---|
|
2646 Views