Package org.jcsp.awt

Class GraphicsCommand.FillArc

Enclosing class:
GraphicsCommand

public static final class GraphicsCommand.FillArc extends GraphicsCommand
This is the (immutable) command object for java.awt.Graphics.fillArc.
  • Constructor Details

    • FillArc

      public FillArc(int x, int y, int width, int height, int startAngle, int arcAngle)