ProtoObjectObjectWABrushWATagBrush
| attributes |
| instance | class |
|---|---|
| as yet unclassified | no messages
|
| attributes |
|---|
|
|
| as yet unclassified |
|---|
| attributeAt: key put: value |
self attributes at: key put: value |
| attributes |
^ attributes ifNil: [attributes _ WAHtmlAttributes new] |
| attributes: anHtmlAttributes |
attributes _ anHtmlAttributes |
| document |
^ canvas document |
| style: aString |
self attributeAt: 'style' put: aString |
| tag |
self subclassResponsibility |
| with: aBlock |
self document openTag: self tag attributes: attributes. super with: aBlock. self document closeTag: self tag. |