CompoundObject

class ginga.canvas.types.layer.CompoundObject(*objects, **kwdargs)[source]

Bases: CompoundMixin, CanvasObjectBase

Compound object on a Ginga canvas. 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

classmethod get_params_metadata()[source]