Class dnx.awtutil.Bounds
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class dnx.awtutil.Bounds

java.lang.Object
   |
   +----dnx.awtutil.Bounds

public class Bounds
extends Object

Variable Index

 o height
 o width
 o x
 o y

Constructor Index

 o Bounds(int, int, int, int)

Method Index

 o within(int, int)

Variables

 o x
  public int x
 o y
  public int y
 o width
  public int width
 o height
  public int height

Constructors

 o Bounds
  public Bounds(int x,
                int y,
                int width,
                int height)

Methods

 o within
  public boolean within(int xPos,
                        int yPos)

All Packages  Class Hierarchy  This Package  Previous  Next  Index