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

Class mheg5.POM.PVisible

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

public class PVisible
extends Object

Variable Index

 o h
 o rect
 o w
 o x
 o y

Constructor Index

 o PVisible()

Method Index

 o changeBoxSize(int, int)
 o changePosition(int, int)
 o getBounds()
 o hasTransparentParts()
 o isInside(int, int)
 o paint(Graphics)
 o setBounds(int, int, int, int)

Variables

 o x
  protected int x
 o y
  protected int y
 o w
  protected int w
 o h
  protected int h
 o rect
  protected Rectangle rect

Constructors

 o PVisible
  public PVisible()

Methods

 o getBounds
  public Rectangle getBounds()
 o setBounds
  public void setBounds(int newX,
                        int newY,
                        int newWidth,
                        int newHeight)
 o changePosition
  public void changePosition(int newX,
                             int newY)
 o changeBoxSize
  public void changeBoxSize(int newWidth,
                            int newHeight)
 o paint
  public void paint(Graphics g)
 o hasTransparentParts
  public boolean hasTransparentParts()
 o isInside
  public boolean isInside(int px,
                          int py)

All Packages  Class Hierarchy  This Package  Previous  Next  Index