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 Detail

      • cliptag

        final int cliptag
      • x

        final int x
      • y

        final int y
      • width

        final int width
      • height

        final int height
      • s

        final java.awt.Shape s
    • Constructor Detail

      • SetClip

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

        public SetClip​(java.awt.Shape s)