Package org.jcsp.awt

Class GraphicsCommand.FillOval

  • Enclosing class:
    GraphicsCommand

    public static final class GraphicsCommand.FillOval
    extends GraphicsCommand
    This is the (immutable) command object for java.awt.Graphics.fillOval.
    • Field Detail

      • x

        final int x
      • y

        final int y
      • width

        final int width
      • height

        final int height
    • Constructor Detail

      • FillOval

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