Package org.jcsp.awt

Class GraphicsCommand.ClipRect

Enclosing class:
GraphicsCommand

public static final class GraphicsCommand.ClipRect extends GraphicsCommand
This is the (immutable) command object for java.awt.Graphics.clipRect.
  • Constructor Details

    • ClipRect

      public ClipRect(int x, int y, int width, int height)