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.
Author:
P.H. Welch
  • Constructor Details

    • FillOval

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