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 Detail

      • 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 Detail

      • CopyArea

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