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.
Author:
P.H. Welch
  • Constructor Details

    • CopyArea

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