Next: BLOX.BCanvasObject-widget protocol, Previous: BLOX.BCanvasObject class-instance creation, Up: BLOX.BCanvasObject [Index]
Answer the parent canvas of the receiver
Answer a Rectangle enclosing all of the receiver
Answer the color to be used to fill this item’s area.
Set the color to be used to fill this item’s area.
Answer a new BCanvasObject identical to this but displayed into another canvas, newCanvas. The new instance is not created at the time it is returned.
Answer a new BCanvasObject identical to this. Unlike #copy, which merely creates a new Smalltalk object with the same data and referring to the same canvas item, the object created with #copyObject is physically distinct from the original. The new instance is not created at the time it is returned.
Answer a new BCanvasObject identical to this. Unlike #copy, which merely creates a new Smalltalk object with the same data and referring to the same canvas item, the object created with #copyObject is physically distinct from the original. The new instance has already been created at the time it is returned.
Answer a new BCanvasObject identical to this but displayed into another canvas, newCanvas. The new instance has already been created at the time it is returned.
It does not make sense to make a copy, because it would make data inconsistent across different objects; so answer the receiver
Apply a 50% gray stippling pattern to the object
It does not make sense to make a copy, because it would make data inconsistent across different objects; so answer the receiver
Next: BLOX.BCanvasObject-widget protocol, Previous: BLOX.BCanvasObject class-instance creation, Up: BLOX.BCanvasObject [Index]