Module pinky :: Class Element

Class Element

object --+
         |
        Element

An element.

Instance Methods
 
__init__(self)
Initialize an element.
 
get_bounding_box(self, matrix)
Get the bounding box of the transformed element.

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Instance Variables
  matrix
The direct attributes of the element.
  attributes
The children of the element in the element tree.
  children
The shapes immediately attached to the element.
Properties
  bounding_box
The bounding box of the element.

Inherited from object: __class__

Method Details

__init__(self)
(Constructor)

 

Initialize an element.

Overrides: object.__init__

Property Details

bounding_box

The bounding box of the element.

Get Method:
unreachable.bounding_box(self) - The bounding box of the element.