mmf
Class MMF_ImageImport

Object
  extended by common:Generic
      extended by common:ImageWrapper
          extended by mmf:MMF_ImageImport

class 
ImageWrapper:MMF_ImageImport



Ultra Fractal Source

Toggle UF Source Code Display


Constructor Summary
MMF_ImageImport()
           
MMF_ImageImport(Generic pparent)
           
 
Method Summary
 color getColor(complex pz)
          member functions these are pass-throughs to the Image class
 boolean getEmpty()
           
 int getHeight()
           
 color getPixel(int px, int py)
           
 int getWidth()
           
 
Methods inherited from class common:ImageWrapper
NormalizePixel
 
Methods inherited from class common:Generic
GetParent
 
Methods inherited from class Object
 

Constructor Detail

MMF_ImageImport

public MMF_ImageImport(Generic pparent)

MMF_ImageImport

public MMF_ImageImport()
Method Detail

getColor

public color getColor(complex pz)
Description copied from class: ImageWrapper
member functions these are pass-throughs to the Image class

Overrides:
getColor in class ImageWrapper

getPixel

public color getPixel(int px,
                      int py)
Overrides:
getPixel in class ImageWrapper

getEmpty

public boolean getEmpty()
Overrides:
getEmpty in class ImageWrapper

getWidth

public int getWidth()
Overrides:
getWidth in class ImageWrapper

getHeight

public int getHeight()
Overrides:
getHeight in class ImageWrapper