Package org.jcsp.awt

Class GraphicsCommand.CopyArea

Enclosing class:
GraphicsCommand

public static final class GraphicsCommand.CopyArea extends GraphicsCommand
This is the (immutable) command object for java.awt.Graphics.copyArea.
  • Field Details

    • x

      final int x
    • y

      final int y
    • width

      final int width
    • height

      final int height
    • dx

      final int dx
    • dy

      final int dy
  • Constructor Details

    • CopyArea

      public CopyArea(int x, int y, int width, int height, int dx, int dy)