Package org.jcsp.awt

Class GraphicsCommand.DrawRect

  • Enclosing class:
    GraphicsCommand

    public static final class GraphicsCommand.DrawRect
    extends GraphicsCommand
    This is the (immutable) command object for java.awt.Graphics.drawRect.
    • Constructor Detail

      • DrawRect

        public DrawRect​(int x,
                        int y,
                        int width,
                        int height)