Table Of Contents

Previous topic

FloatCanvasError

Next topic

Line

This Page

phoenix_title Group

A group of other FloatCanvas Objects

Not all DrawObject methods may apply here.

Note that if an object is in more than one group, it will get drawn more than once.


class_hierarchy Inheritance Diagram

Inheritance diagram for class Group

Inheritance diagram of Group


api Class API



class Group(DrawObject)

A group of other FloatCanvas Objects

Not all DrawObject methods may apply here.

Note that if an object is in more than one group, it will get drawn more than once.


Methods



__init__(self, ObjectList=[], InForeground = False, IsVisible = True)


AddObject(self, obj)


AddObjects(self, Objects)


Bind(self, Event, CallBackFun)


CalcBoundingBox(self)


Move(self, Delta)


SetColor(self, Color)


SetFillColor(self, Color)


SetFillStyle(self, FillStyle)


SetLineColor(self, Color)


SetLineStyle(self, LineStyle)


SetLineWidth(self, LineWidth)