Class mheg5.POM.PBitmap
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class mheg5.POM.PBitmap

java.lang.Object
   |
   +----mheg5.POM.PVisible
           |
           +----mheg5.POM.PBitmap

public class PBitmap
extends PVisible
This Class provides the really paint to the frame. It also provides the implemetation from visible.
See Also:
POVisible

Variable Index

 o hostingBitmap
Reference to the MHEG-5 Class.
 o isGif
Is true, when source bitmap is a GIF
 o small_source_image
 o source_height
 o source_image
The AWT-Image for holding the bitmap
 o source_width
 o tiling
Boolean vale is true, when bitmap should painted tiling..

Constructor Index

 o PBitmap(Bitmap)

Method Index

 o changeBoxSize(int, int)
 o getBounds()
 o hasTransparentParts()
 o isInside(int, int)
 o paint(Graphics)
 o setBitmapReference(byte[], String)
 o setBounds(int, int, int, int)
 o setImage(Image, String)

Variables

 o source_image
  public Image source_image
The AWT-Image for holding the bitmap
See Also:
Image
 o small_source_image
  public Image small_source_image
 o hostingBitmap
  public Bitmap hostingBitmap
Reference to the MHEG-5 Class.
See Also:
Bitmap
 o source_width
  public int source_width
 o source_height
  public int source_height
 o tiling
  public boolean tiling
Boolean vale is true, when bitmap should painted tiling..
 o isGif
  public boolean isGif
Is true, when source bitmap is a GIF

Constructors

 o PBitmap
  public PBitmap(Bitmap tmp_Bitmap)

Methods

 o getBounds
  public Rectangle getBounds()
Overrides:
getBounds in class PVisible
 o setBounds
  public void setBounds(int newX,
                        int newY,
                        int newWidth,
                        int newHeight)
Overrides:
setBounds in class PVisible
 o changeBoxSize
  public void changeBoxSize(int newWidth,
                            int newHeight)
Overrides:
changeBoxSize in class PVisible
 o hasTransparentParts
  public boolean hasTransparentParts()
Overrides:
hasTransparentParts in class PVisible
 o isInside
  public boolean isInside(int px,
                          int py)
Overrides:
isInside in class PVisible
 o paint
  public void paint(Graphics g)
Overrides:
paint in class PVisible
 o setBitmapReference
  public void setBitmapReference(byte data[],
                                 String picName)
 o setImage
  public void setImage(Image _tmp_img,
                       String picName)

All Packages  Class Hierarchy  This Package  Previous  Next  Index