Package org.jcsp.awt

Class GraphicsCommand.DrawOval

  • Enclosing class:
    GraphicsCommand

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

      • DrawOval

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