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

Type FIPoint

object --+
         |
        FIPoint


A class used for store a point information
Method Summary
  __init__(self, valX, valY)
Pass me the x and y
  __eq__(self, object)
  __iter__(self)
  __len__(self)
  __repr__(self)
  getPoint(self)
  getX(self)
  getY(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
  point
  x
  y

Method Details

__init__(self, valX=0, valY=0)
(Constructor)

Pass me the x and y
Overrides:
__builtin__.object.__init__

Property Details

point

Get Method:
getPoint(self)

x

Get Method:
getX(self)

y

Get Method:
getY(self)

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