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.
  • Constructor Details

    • CopyArea

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