Package org.jcsp.awt

Class GraphicsCommand.DrawArc

Enclosing class:
GraphicsCommand

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

    • DrawArc

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