CompoundObject¶
-
class
ginga.canvas.types.layer.CompoundObject(*objects, **kwdargs)[source]¶ Bases:
ginga.canvas.CompoundMixin.CompoundMixin,ginga.canvas.CanvasObject.CanvasObjectBaseCompound object on a ImageViewCanvas. Parameters are the child objects making up the compound object. Objects are drawn in the order listed. Example:
This makes a point inside a circle.
Methods Summary
get_params_metadata()Methods Documentation