<html><head><meta http-equiv="Content-Type" content="text/html charset=windows-1252"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;">Let's try not to get too upset here.  It's easy to miss affect with e-mails.  We are all trying to figure out what is happening with this model.  We will all make mistakes in interpretation.  We are trying to make this better.<div><br></div><div>Let me explain why I thought the fill was only set in the canvas.  As you point out all of the drawables have a method:</div><div>   fill -> Boolean</div><div>As I read it, that tells me whether an object is filled or not.  As far as I can tell there is no method</div><div>   fill:=(val:Boolean) -> Done</div><div>to set the fill of an object.  I must admit that I misread the fill method on the Canvas as allowing resetting of the fill component, but looking back it appears to also simply return a Boolean.</div><div><br></div><div>So how do I create a filled vs framed rectangle?  I assume there is a switch somewhere, but i couldn't see it.</div><div><br></div><div>Because of my experience in using objectdraw, I'm happiest with having separate constructors for filled and framed rectangles, but I can also understand wanting a design that allows one to flip the fill state.</div><div><br></div><div>Again, for me the bottom line is whether or not objectdraw (or something very close to it) can be encoded with this library.</div><div><br></div><div><div>
<span class="Apple-style-span" style="border-collapse: separate; color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0; "><div>Kim</div><div><br></div></span><br class="Apple-interchange-newline">

</div>
<br><div><div>On Jan 28, 2014, at 12:58 PM, Alex Sandilands <<a href="mailto:sandilands.alex@gmail.com">sandilands.alex@gmail.com</a>> wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite"><div dir="ltr"><div class="gmail_extra"><br><div class="gmail_quote">On Wed, Jan 29, 2014 at 4:22 AM, Andrew P. Black <span dir="ltr"><<a href="mailto:black@cs.pdx.edu" target="_blank">black@cs.pdx.edu</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">I didn’t notice this — but then, as I said, I don’ understand the overall model.  But I think that its a disaster!  The kind of object you get should depend on the arguments to the factory that creates it, not on what canvas it is eventually pasted onto.</blockquote>
</div><div class="gmail_extra"><br></div>O_o<br>Did you read actually read it? Every basic shape other than line and image has:</div><div class="gmail_extra"><br></div><div class="gmail_extra">// Defines whether this shape should be filled</div>
<div class="gmail_extra">fill -> Boolean</div><div class="gmail_extra"><br></div><div class="gmail_extra">// If not filled, this is the width of the outline</div><div class="gmail_extra">lineWidth -> Number</div><div class="gmail_extra">
<br></div><div class="gmail_extra"><br></div><div class="gmail_extra">As for the comments about it being non-OO, I thought I made it pretty clear that both options are available. I didn't want to restrict anything.</div>
<div class="gmail_extra">I like being able to use the Java style canvas.draw.... methods, but I also like being able to do things like</div><div class="gmail_extra"><br></div><div class="gmail_extra">def r = g.createRectangle( ... )</div>
<div class="gmail_extra">canvas.add(r)</div><div class="gmail_extra"><br></div><div class="gmail_extra">which is the OO style you are looking for. You can do that. Have a look at some of the test programs</div></div>
_______________________________________________<br>Grace-core mailing list<br><a href="mailto:Grace-core@cecs.pdx.edu">Grace-core@cecs.pdx.edu</a><br>https://mailhost.cecs.pdx.edu/mailman/listinfo/grace-core<br></blockquote></div><br></div></body></html>