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 Detail

      • FillArc

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