![]() | |
![]() | |
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() | |
![]() |
Morph subclass: #TransformMorph instanceVariableNames: 'transform smoothing localBounds' classVariableNames: '' poolDictionaries: '' category: 'Morphic-Basic'
instance var | type | description |
transform | MorphicTransform | The coordinate transform between my coordinates and the local coordinates of my submorphs. |
smoothing | anInteger in 1..3 | Perform smoothing of my contents during drawing |
1 No smoothing (#smoothingOff) | ||
2 Smoothing w/ edge adjacent pixels (#smoothingOn) | ||
3 Smoothing w/ edge and corner adj pixels | ||
localBounds | Rectangle or nil | caches the value of #localSubmorphBounds for performance |