Package bdsup2sub.bitmap
Class ErasePatch
java.lang.Object
bdsup2sub.bitmap.ErasePatch
Storage class holding information to erase a rectangular part of the caption.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
x
public final int x -
y
public final int y -
width
public final int width -
height
public final int height
-
-
Constructor Details
-
ErasePatch
public ErasePatch(int x, int y, int width, int height)
-