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
-
hostingBitmap
- Reference to the MHEG-5 Class.
-
isGif
- Is true, when source bitmap is a GIF
-
small_source_image
-
-
source_height
-
-
source_image
- The AWT-Image for holding the bitmap
-
source_width
-
-
tiling
- Boolean vale is true, when bitmap should painted tiling..
-
PBitmap(Bitmap)
-
-
changeBoxSize(int, int)
-
-
getBounds()
-
-
hasTransparentParts()
-
-
isInside(int, int)
-
-
paint(Graphics)
-
-
setBitmapReference(byte[], String)
-
-
setBounds(int, int, int, int)
-
-
setImage(Image, String)
-
source_image
public Image source_image
- The AWT-Image for holding the bitmap
- See Also:
- Image
small_source_image
public Image small_source_image
hostingBitmap
public Bitmap hostingBitmap
- Reference to the MHEG-5 Class.
- See Also:
- Bitmap
source_width
public int source_width
source_height
public int source_height
tiling
public boolean tiling
- Boolean vale is true, when bitmap should painted tiling..
isGif
public boolean isGif
- Is true, when source bitmap is a GIF
PBitmap
public PBitmap(Bitmap tmp_Bitmap)
getBounds
public Rectangle getBounds()
- Overrides:
- getBounds in class PVisible
setBounds
public void setBounds(int newX,
int newY,
int newWidth,
int newHeight)
- Overrides:
- setBounds in class PVisible
changeBoxSize
public void changeBoxSize(int newWidth,
int newHeight)
- Overrides:
- changeBoxSize in class PVisible
hasTransparentParts
public boolean hasTransparentParts()
- Overrides:
- hasTransparentParts in class PVisible
isInside
public boolean isInside(int px,
int py)
- Overrides:
- isInside in class PVisible
paint
public void paint(Graphics g)
- Overrides:
- paint in class PVisible
setBitmapReference
public void setBitmapReference(byte data[],
String picName)
setImage
public void setImage(Image _tmp_img,
String picName)
All Packages Class Hierarchy This Package Previous Next Index