extensions.st
author Claus Gittinger <cg@exept.de>
Thu, 14 Jun 2018 10:32:44 +0200
changeset 8384 c473ce4aa06a
parent 7806 060e50ed6d74
child 7855 46203abe7d57
permissions -rw-r--r--
#DOCUMENTATION by cg class: DisplayTransform comment/format in: #asCompositeTransform changed: #applyInverseTo: #applyScaleX: #applyScaleY: #applyTo: #composedWithLocal:

"{ Package: 'stx:libview' }"!

!Object methodsFor:'testing'!

isColormap
    ^ false
! !

!stx_libview class methodsFor:'documentation'!

extensionsVersion_CVS
    ^ '$Header$'
! !