4 this.deprecated(thisMethod, this.class.findMethod(\drawFunc));
7 drawHook_ { |aFunction|
8 this.deprecated(thisMethod, this.class.findMethod(\drawFunc_));
9 this.drawFunc_(aFunction)
16 *isSquare { this.deprecated(thisMethod); ^false }
17 *isSquare_ { this.deprecated(thisMethod) }
19 *compactRatio { this.deprecated(thisMethod); ^0.87 }
20 *compactRatio_ { this.deprecated(thisMethod) }
22 skin { this.deprecated( thisMethod ); ^nil }