CoverArt Browser  v2.0
Browse your cover-art albums in Rhythmbox
coverart_album.Cover Class Reference
Inheritance diagram for coverart_album.Cover:
coverart_album.Shadow coverart_album.ShadowedCover

List of all members.

Public Member Functions

def __init__
def resize

Public Attributes

 original
 pixbuf
 size

Detailed Description

Cover of an Album. It may be initialized either by a file path to the image
to use or by a previously allocated pixbuf.

:param size: `int` size in pixels of the side of the cover (asuming a
    square-shapped cover).
:param image: `str` containing a path of an image from where to create
    the cover.

Definition at line 60 of file coverart_album.py.


Member Function Documentation

def coverart_album.Cover.resize (   self,
  size 
)
Resizes the cover's pixbuf.

Reimplemented in coverart_album.ShadowedCover, and coverart_album.Shadow.

Definition at line 84 of file coverart_album.py.


The documentation for this class was generated from the following file:
 All Classes Functions