1 """Suite QuickDraw Graphics Supplemental Suite: Defines transformations of graphic objects
4 Generated from /Volumes/Sap/System Folder/Extensions/AppleScript
5 AETE/AEUT resource version 1/0, language 0, script 0
13 class QuickDraw_Graphics_Suppleme_Events
:
18 class drawing_area(aetools
.ComponentItem
):
19 """drawing area - Container for graphics and supporting information """
21 class _Prop_rotation(aetools
.NProperty
):
22 """rotation - the default rotation for objects in the drawing area """
25 class _Prop_scale(aetools
.NProperty
):
26 """scale - the default scaling for objects in the drawing area """
29 class _Prop_translation(aetools
.NProperty
):
30 """translation - the default repositioning for objects in the drawing area """
34 drawing_areas
= drawing_area
36 class graphic_groups(aetools
.ComponentItem
):
37 """graphic groups - """
40 graphic_group
= graphic_groups
41 drawing_area
._superclassnames
= []
42 drawing_area
._privpropdict
= {
43 'rotation' : _Prop_rotation
,
44 'scale' : _Prop_scale
,
45 'translation' : _Prop_translation
,
47 drawing_area
._privelemdict
= {
49 graphic_groups
._superclassnames
= []
50 graphic_groups
._privpropdict
= {
52 graphic_groups
._privelemdict
= {
56 # Indices of types declared in this module
58 _classdeclarations
= {
59 'cdrw' : drawing_area
,
60 'cpic' : graphic_groups
,
64 'prot' : _Prop_rotation
,
66 'ptrs' : _Prop_translation
,