public class GlimpseBounds extends Object
GlimpseTarget
.Modifier and Type | Field and Description |
---|---|
static GlimpseBounds |
EMPTY_BOUNDS |
Constructor and Description |
---|
GlimpseBounds(Dimension d) |
GlimpseBounds(int x,
int y,
int width,
int height) |
public static final GlimpseBounds EMPTY_BOUNDS
public GlimpseBounds(Dimension d)
public GlimpseBounds(int x, int y, int width, int height)
public int getX()
public int getY()
public int getWidth()
public int getHeight()
public boolean isValid()
public boolean contains(int X, int Y)
X
- Y
- Rectangle.inside(int,int)
Copyright © 2013 Metron, Inc.. All rights reserved.