Package org.jcsp.awt

Class GraphicsCommand.SetClip

Enclosing class:
GraphicsCommand

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

    • cliptag

      final int cliptag
    • x

      final int x
    • y

      final int y
    • width

      final int width
    • height

      final int height
    • s

      final Shape s
  • Constructor Details

    • SetClip

      public SetClip(int x, int y, int width, int height)
    • SetClip

      public SetClip(Shape s)