deadbeef.SupTools
Class ErasePatch

java.lang.Object
  extended by deadbeef.SupTools.ErasePatch

public class ErasePatch
extends java.lang.Object

Storage class holding information to erase a rectangular part of the caption.

Author:
0xdeadbeef

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

x

public int x
X coordinate of patch


y

public int y
Y coordinate of patch


w

public int w
Width of patch


h

public int h
Height of patch

Constructor Detail

ErasePatch

public ErasePatch(int xp,
                  int yp,
                  int wp,
                  int hp)
Constructor.

Parameters:
xp - X coordinate of patch
yp - Y coordinate of patch
wp - Width of patch
hp - Height of patch