|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectdeadbeef.SupTools.ErasePatch
public class ErasePatch
Storage class holding information to erase a rectangular part of the caption.
Field Summary | |
---|---|
int |
h
Height of patch |
int |
w
Width of patch |
int |
x
X coordinate of patch |
int |
y
Y coordinate of patch |
Constructor Summary | |
---|---|
ErasePatch(int xp,
int yp,
int wp,
int hp)
Constructor. |
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public int x
public int y
public int w
public int h
Constructor Detail |
---|
public ErasePatch(int xp, int yp, int wp, int hp)
xp
- X coordinate of patchyp
- Y coordinate of patchwp
- Width of patchhp
- Height of patch
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |