Class ErasePatch

java.lang.Object
bdsup2sub.bitmap.ErasePatch

public class ErasePatch extends Object
Storage class holding information to erase a rectangular part of the caption.
  • 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)