Mini application server API for C++.

 Overview   Project   Class   Tree   Deprecated   Index 
FRAMES    NO FRAMES
SUMMARY:  INNER | FIELD | CONSTR | METHOD

inet
Class CzzImageGif

   in zz_image_gif.h

class CzzImageGif


Constructor Summary
CzzImageGif( const char* file )
          
CzzImageGif( const CzzImageGif& obj )
          
CzzImageGif( int width, int height, const CzzImageColor& bg_color )
          
virtual ~CzzImageGif()
          
 
Method Summary
 void drawText( int x, int y, const CzzImageFont& font, const ZZ_IMAGE_FONT_ORIENTATION& o, const CzzImageColor& color, const char* text )
          
 void dump( const char* file ) const
          
protected int findColor( const CzzImageColor& color )
          
protected gdFontPtr findFontPtr( const CzzImageFont& font )
          
 const CzzImageColor& getBackgroundColor( void ) const
          
 int getHeight( void ) const
          
 int getWidth( void ) const
          
 const CzzImageGif& operator=( const CzzImageGif& obj )
          
 void paste( int x, int y, int width, int height, const CzzImageGif& image )
          
 

Constructor Detail

CzzImageGif

public CzzImageGif( const char* file );

CzzImageGif

public CzzImageGif( const CzzImageGif& obj );

CzzImageGif

public CzzImageGif( int width, int height, const CzzImageColor& bg_color );

~CzzImageGif

public virtual ~CzzImageGif();


Method Detail

drawText

public void drawText( int x, int y, const CzzImageFont& font, const ZZ_IMAGE_FONT_ORIENTATION& o, const CzzImageColor& color, const char* text );

dump

public void dump( const char* file ) const;

findColor

protected int findColor( const CzzImageColor& color );

findFontPtr

protected gdFontPtr findFontPtr( const CzzImageFont& font );

getBackgroundColor

public const CzzImageColor& getBackgroundColor( void ) const;

getHeight

public int getHeight( void ) const;

getWidth

public int getWidth( void ) const;

operator=

public const CzzImageGif& operator=( const CzzImageGif& obj );

paste

public void paste( int x, int y, int width, int height, const CzzImageGif& image );

 Overview   Project   Class   Tree   Deprecated   Index 
FRAMES    NO FRAMES
SUMMARY:  INNER | FIELD | CONSTR | METHOD