Package FreeImagePy :: Module constants :: Class FISize
[show private | hide private]
[frames | no frames]

Type FISize

object --+
         |
        FISize


A class used for store width and height bitmap informations
Method Summary
  __init__(self, valW, valH)
Pass me the width and height
  __eq__(self, object)
  __iter__(self)
  __len__(self)
  __repr__(self)
  getHeight(self)
  getSize(self)
  getWidth(self)
    Inherited from object
  __delattr__(...)
x.__delattr__('name') <==> del x.name
  __getattribute__(...)
x.__getattribute__('name') <==> x.name
  __hash__(x)
x.__hash__() <==> hash(x)
  __new__(T, S, ...)
T.__new__(S, ...) -> a new object with type S, a subtype of T
  __reduce__(...)
helper for pickle
  __reduce_ex__(...)
helper for pickle
  __setattr__(...)
x.__setattr__('name', value) <==> x.name = value
  __str__(x)
x.__str__() <==> str(x)

Property Summary
  h
  size
  w

Method Details

__init__(self, valW=0, valH=0)
(Constructor)

Pass me the width and height
Overrides:
__builtin__.object.__init__

Property Details

h

Get Method:
getHeight(self)

size

Get Method:
getSize(self)

w

Get Method:
getWidth(self)

Generated by Epydoc 2.1 on Fri Nov 17 12:52:34 2006 http://epydoc.sf.net